Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Update instructions to starting up regtest #993
Conversation
Steve12code
commented
Aug 2, 2015
|
Following the developer example I was unable to get the regtest option working without first populating bitcoin.conf. Altered doc to reflect this. |
|
@Steve12code this is already document near the top of the page: Setting Would you consider it satisfactory for me to link to the above instructions from the testnet and regtest sections? |
Steve12code
commented
Aug 2, 2015
|
@harding a link back to the beginning and having the document mention it up there could work. I do still have an issue when I don't specify rpcuser. I just took rpcuser out of the bitcoin.conf file and it has stopped working for me again. I am getting If that is not how things are supposed to work perhaps there is a specific order the tasks have to be done? |
|
@Steve12code if you start I will add the links tomorrow. Thanks. |
Steve12code
commented
Aug 2, 2015
|
Thanks, doing that enabled me to get it functioning without rpcuser. May I also ask what is the supported way of stopping bitcoind? I ended up doing this 'killall -9 bitcoind', which worked but I'm sure is not ideal. |
|
@Steve12code If you must use If you started I'm going to update the docs with the links in a few seconds and will close this pull when that's done. The website will be updated within 15 minutes after that. If you see any problems, you can continue commenting here. |

Steve12code commentedAug 2, 2015
Using Regtest mode as documented fails, you must first define rpcuser and rpcpassword before executing the generate 101 command.