Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
poscan-consensus-linux-x86_64.tar.gz | 2024-06-28 | 24.2 MB | |
poscan_runtime-wasm32-unknown-unknown.tar.gz | 2024-06-28 | 1.1 MB | |
poscan-consensus-linux-aarch64.tar.gz | 2024-06-28 | 24.2 MB | |
README.md | 2024-06-26 | 816 Bytes | |
v24 source code.tar.gz | 2024-06-26 | 2.4 MB | |
v24 source code.zip | 2024-06-26 | 2.5 MB | |
Totals: 6 Items | 54.4 MB | 0 |
PoW v2 - ASIC/FPGA resistance
This is a major security upgrade on PoW component, which is mandatory for every node on the network.
Features:
1. Defying 3D object angle of rotation is prohibited
2. Reverse method of calculation (getting 3D object recovered directly out of the pre_hash
previously found) is prohibited
3. Leveraging full blockchain db is required, because of the “proof of context” extension ensuring the dynamic usage of memory in the mining loop, which helps us resist against ASIC/FPGA devices sensitive to memory load speed
4. Grid2d
output is getting processed by the RandomX
hashing function to equalize the mining velocity for CPU and GPU devices to one another
5. Wasm
version of grid2d
recognition algorithm as part of runtime on block import
6. Other improvements