mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Changed config file to work with new core v0.17 format as well as previous versions
This commit is contained in:
parent
3d2a0852a7
commit
370e797615
1 changed files with 9 additions and 4 deletions
|
|
@ -1,9 +1,14 @@
|
||||||
|
regtest=1
|
||||||
|
daemon=1
|
||||||
|
txindex=1
|
||||||
|
|
||||||
|
regtest.rpcuser=user3
|
||||||
|
regtest.rpcpassword=password3
|
||||||
|
regtest.rpcport=18888
|
||||||
|
regtest.port=18889
|
||||||
|
|
||||||
rpcuser=user3
|
rpcuser=user3
|
||||||
rpcpassword=password3
|
rpcpassword=password3
|
||||||
rpcport=18888
|
rpcport=18888
|
||||||
port=18889
|
port=18889
|
||||||
|
|
||||||
regtest=1
|
|
||||||
testnet=0
|
|
||||||
daemon=1
|
|
||||||
txindex=1
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue