Open ozanyurt opened 8 years ago
Sorry fixed this a while ago but forgot to push to Github. It should work once the automated docker build is done.
Can you confirm this now works as expected?
Ok. Thanks.
I pulled last one with command docker run \ -d \ --name=bitcoind \ -p 18333:18333 \ -p 18332:18332 \ -e BITCOIN_CONF_SERVER=1 \ -e BITCOIN_CONF_TESTNET=1 \ -e BITCOIN_CONF_RPCUSER=someuser \ olalond3/coreos-bitcoind
still the same.
Oops, sorry will test later.
Hi, When I try to run with following command, container always run with live mode. docker run \ -d \ --name=bitcoind \ -p 18333:18333 \ -p 18332:18332 \ -e BITCOIN_CONF_SERVER=1 \ -e BITCOIN_CONF_TESTNET=1 \ -e BITCOIN_CONF_RPCUSER=someuser \ olalond3/coreos-bitcoind
If I add -e NETWORK=tesnet and testnet=1 it works with test mode.
Thank you for doing this