Skip to content

Commit

Permalink
Bring assets/zen-regtest.conf in line with zen-testnet.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
cronicc committed Oct 29, 2020
1 parent 3f4d48b commit 439451e
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions assets/zen-regtest.conf
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
##
## bitcoin.conf configuration file. Lines beginning with # are comments.
## zen.conf configuration file. Lines beginning with # are comments.
##

# DO NOT USE THIS CONFIGURATION FILE IF YOU PLAN TO EXPOSE
# BITCOIND'S RPC PORT PUBLICALLY (THESE INSECURE CREDENTIALS
# COULD LEAD TO AN ATTACK). ROSETTA-BITCOIN USES THE RPC PORT
# ZEND'S RPC PORT PUBLICALLY (THESE INSECURE CREDENTIALS
# COULD LEAD TO AN ATTACK). ROSETTA-ZEN USES THE RPC PORT
# FOR INDEXING AND TRANSACTION BROADCAST BUT NEVER PROVIDES THE
# CALLER ACCESS TO BITCOIND'S RPC PORT.
# CALLER ACCESS TO ZEND'S RPC PORT.

datadir=/data/bitcoind
datadir=/data/.zen
bind=0.0.0.0
rpcbind=0.0.0.0
bantime=15
rpcallowip=0.0.0.0/0
rpcthreads=4
rpcworkqueue=128
rpcallowip=::/0
rpcthreads=16
rpcworkqueue=1000
#disablewallet=1
txindex=1
port=19033
rpcport=18231
rpcuser=rosetta
rpcpassword=rosetta

showmetrics=0
printtoconsole=1
regtest=1
port=19033
bind=0.0.0.0
rpcport=18231
rpcbind=0.0.0.0

# manual pruning is not supported in zend
#prune=1

0 comments on commit 439451e

Please sign in to comment.