olalonde / coreos-bitcoind

tiny bitcoind docker image and coreos unit files
4 stars 3 forks source link

-e BITCOIN_CONF_TESTNET=1 won't work #1

Open ozanyurt opened 8 years ago

ozanyurt commented 8 years ago

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

olalonde commented 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.

olalonde commented 8 years ago

Can you confirm this now works as expected?

ozanyurt commented 8 years ago

Ok. Thanks.

ozanyurt commented 8 years ago

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.

olalonde commented 8 years ago

Oops, sorry will test later.