bitcoind regtest docker image

pull/164/head
Andreas M. Antonopoulos 4 years ago
parent 6e5eecc1f8
commit 98fa63d338

@ -0,0 +1,10 @@
FROM bitcoind_base:latest
ADD bitcoind /bitcoind
WORKDIR /bitcoind
EXPOSE 12001
RUN ln -sf /dev/stdout /bitcoind/debug.log
CMD ["bitcoind", "-datadir=/bitcoind"]

@ -0,0 +1,15 @@
regtest=1
dnsseed=0
upnp=0
server=1
debuglogfile=debug.log
debug=1
printtoconsole=0
[regtest]
port=12000
rpcport=12001
rpcbind=0.0.0.0
rpcallowip=0.0.0.0/0
rpcuser=regtest
rpcpassword=regtest
Loading…
Cancel
Save