if I want to make my own pubkey i have to:
python genesis.py -z "XXXXXXXXXXX" -n 2083236893 -t 161XXXXX06
This code is executed when you want to mine the genesis block. The easiest way to generate a public key is by going to
this page. It's not the best way, but it's the easiest. For someone like you who just wants to see it working, it's fine.
So, when all this done, I gotta do:
I honestly don't know what's this genesis block generator you've brought me. I didn't give you any python scripts. I told you to either run the genesis.exe or build the genesis.c. No, it's not normal to take you 24 hours for a block with difficulty=1.
okay, I will use the pubkey thats given that webpage
well, the scrip finished like this:
37992.0 hash/s, estimate: 31.4 h^L
109529.0 hash/s, estimate: 10.9 hTraceback (most recent call last):
File "genesis.py", line 203, in <module>
main()
File "genesis.py", line 20, in main
genesis_hash, nonce = generate_hash(block_header, algorithm, options.nonce, options.bits)
File "genesis.py", line 140, in generate_hash
data_block = data_block[0:len(data_block) - 4] + struct.pack('<I', nonce)
struct.error: 'I' format requires 0 <= number <= 4294967295
About runing genesis.exe, what I should do exactly?
Thanks, and sorry if im mixing myself