1
0

Disable bitcoin wallet (interference with Fast Sync)

This commit is contained in:
nicolas.dorier
2018-12-01 11:49:33 +09:00
parent 080fbdaa9c
commit 71ced0c11f

View File

@@ -8,9 +8,9 @@ services:
environment: environment:
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest} BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
deprecatedrpc=signrawtransaction
rpcport=43782 rpcport=43782
port=39388 port=39388
disablewallet=1
whitelist=0.0.0.0/0 whitelist=0.0.0.0/0
expose: expose:
- "43782" - "43782"