Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Genesis Block Mac #300

Open
malakazmirly opened this issue Dec 22, 2018 · 1 comment
Open

Genesis Block Mac #300

malakazmirly opened this issue Dec 22, 2018 · 1 comment

Comments

@malakazmirly
Copy link

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
Copy link

affankhan43 commented Dec 22, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants