bitcoind regtest docker image

pull/164/head^2
Andreas M. Antonopoulos 4 years ago
parent d7ff4c65f6
commit ba57fe3f84

@ -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