You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a beginner and trying to create my own cryptocurrency with cryptonotestarter.org guide. I'm stuck at the last step "genesis block". I have a mac, how do I do the last step? Where do I run the daemon (on what app?)? I'm working on the cryptocurrency only on github editing some things. Please give me step by step and how do I put my coin on the market?
The text was updated successfully, but these errors were encountered:
firstly compile by empty genesis block like this
const char GENESIS_COINBASE_TX_HEX[] = "";
after compile run ./coind --print-genesis-tx
then you get hash paste that hash in GENESIS_COINBASE_TX_HEX
now compile again
I'm a beginner and trying to create my own cryptocurrency with cryptonotestarter.org guide. I'm stuck at the last step "genesis block". I have a mac, how do I do the last step? Where do I run the daemon (on what app?)? I'm working on the cryptocurrency only on github editing some things. Please give me step by step and how do I put my coin on the market?
The text was updated successfully, but these errors were encountered: