Browse Source

Fixed RPCs to bitcoind not working in the testnet node.

master
treyzania 4 years ago
parent
commit
451d84f344
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      testnet/docker-compose.yml

+ 2
- 0
testnet/docker-compose.yml View File

@@ -21,6 +21,8 @@ services:
- '-testnet'
- '-server'
- '-rpcbind=0.0.0.0'
- '-rpcallowip=172.0.0.0/24'
- '-rpcallowip=127.0.0.0/8'
- '-assumevalid=00000000000b45d796e8fa0d5a3232c21559c7121d11ac6902e3f714513fc95b'
networks:
nodenet:

Loading…
Cancel
Save