Hi I'm trying to get familiar with the PIVX codebase but when trying to re-create the PIVX genesis hash i can't seen to find the same result.
python genesis.py -z "U.S. News & World Report Jan 28 2016 With His Absence, Trump Dominates Another Debate" -p "04c10e83b2703ccf322f7dbd62dd5855ac7c10bd055814ce121ba32607d573b8810c02c0582aed05b4deb9c4b77b26d92428c61256cd42774babea0a073b2ed0c9" -n 2402015 -t 1454124731 -b "0x1e0ffff0" -a X11 -v 25000000000
Hi I'm trying to get familiar with the PIVX codebase but when trying to re-create the PIVX genesis hash i can't seen to find the same result.
python genesis.py -z "U.S. News & World Report Jan 28 2016 With His Absence, Trump Dominates Another Debate" -p "04c10e83b2703ccf322f7dbd62dd5855ac7c10bd055814ce121ba32607d573b8810c02c0582aed05b4deb9c4b77b26d92428c61256cd42774babea0a073b2ed0c9" -n 2402015 -t 1454124731 -b "0x1e0ffff0" -a X11 -v 25000000000
returns genesis hash: 0000033448b9dd0bb0e3793cf11841a752554af9d1a2bd082567d0736af5f037
But i am expecting this has to be returned 0x0000041e482b9b9691d98eefb48473405c0b8ec31b76df3797c74a78680ef818
What am i missing?