Author

Topic: [solved]Bitcoind regtest not working (Read 926 times)

newbie
Activity: 2
Merit: 0
May 21, 2016, 07:20:28 AM
#2
It seems the bitcoind is the server starting up.Anyone else with the same problem you just need to open one more shell.

I used mingw.
First shell.
Use "bitcoind -regtest -daemon" to start the bitcoin server.

Leave the first shell open and open a second one also.
Use "bitcoin-cli -regtest" then space your "command"

example
"bitcoin-cli -regtest getblockcount"

to stop the first shell normally use this on the second shell.
"bitcoin-cli -regtest stop"
newbie
Activity: 2
Merit: 0
May 19, 2016, 12:03:08 PM
#1
I made the bitcoin.conf file and also put regtest=1

When i run bitcoind -regtest -daemon like the guide provided here https://bitcoin.org/en/developer-examples#testnet it still don't work.

It runs but i cannot input.

http://imgur.com/QtphwLm

When i close

http://imgur.com/lZ80DZp

I will appreciate any help given.
Jump to: