cryptonotefoundation / cryptonote

CryptoNote protocol implementation. This is the reference repository for starting a new CryptoNote currency. See /src/cryptonote_config.h
https://cryptonote.org/
991 stars 6.1k forks source link

Genesis Block Mac #300

Open malakazmirly opened 5 years ago

malakazmirly commented 5 years ago

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?

affankhan43 commented 5 years ago

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