2
1
I am hoping to create a new cryptocurrency from a Bitcoin fork, mostly for learning, and a little bit of fun. I roughly followed this answer to get as far as I am, but the genesis generator requires a pubkey and an nBits param, and I have no idea how to get these.
Any advice or resources pertaining to those parameters or cryptocurrency creation in general would be great.
Did you try googling the terms? E.g. first hit for nbits.
– Murch – 2016-05-12T16:05:33.557pubkeyis a public key corresponding to any private key under your control.