Author

Topic: A SHA256/Scrypt/X11/X13/X15 genesis block creation script (Read 2302 times)

legendary
Activity: 966
Merit: 1000
may it be because the pow block value is not fixed?
member
Activity: 116
Merit: 10
Yeah.. I guess it can't solve the genesisblock of e.g. PeerCoin. There are some different "magic numbers" in the block, at least the CBigNum(4) -> CBigNum(9999)

https://github.com/bitcoin/bitcoin/blob/0.8/src/main.cpp#L2779
https://github.com/ppcoin/ppcoin/blob/master/src/main.cpp#L2272
legendary
Activity: 924
Merit: 1129
Dude.  That's a nice one. Seriously, cool hack.

Now for extra credit, figure out how to make it work for systems that dare to change the format of the block header.  Cheesy

Just kidding.  If they're changing the format of the block header, they can figure it out on their own.
member
Activity: 116
Merit: 10
Hi, do you know if it is possible to obtain genesis with pos coins without fixed block value?


thanks and your software is amazing

Can you be more specific?
The script accepts a value parameter:

Code:
-v VALUE, --value=VALUE
     the value in coins for the output, full value (exp. in bitcoin 5000000000 - To get other coins value: Block Value * 100000000)
legendary
Activity: 966
Merit: 1000
Hi, do you know if it is possible to obtain genesis with pos coins without fixed block value?


thanks and your software is amazing
member
Activity: 116
Merit: 10
Added X11/X13/X15 support.
member
Activity: 116
Merit: 10
Jump to: