v24
PoW v2 - ASIC/FPGA resistance
This is a major security upgrade on PoW component, which is mandatory for every node on the network.
Features:
- Defying 3D object angle of rotation is prohibited
- Reverse method of calculation (getting 3D object recovered directly out of the
pre_hash
previously found) is prohibited - 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
Grid2d
output is getting processed by theRandomX
hashing function to equalize the mining velocity for CPU and GPU devices to one anotherWasm
version ofgrid2d
recognition algorithm as part of runtime on block import- Other improvements