rosetta-lbry/assets/lbry-mainnet.conf

28 lines
607 B
Text
Raw Permalink Normal View History

2020-09-16 21:03:14 +02:00
##
2020-11-17 09:20:36 +01:00
## lbry.conf configuration file. Lines beginning with # are comments.
2020-09-16 21:03:14 +02:00
##
2020-09-18 17:01:47 +02:00
# DO NOT USE THIS CONFIGURATION FILE IF YOU PLAN TO EXPOSE
2020-11-17 09:20:36 +01:00
# LBRYCRDD'S RPC PORT PUBLICALLY (THESE INSECURE CREDENTIALS
# COULD LEAD TO AN ATTACK). ROSETTA-LBRY USES THE RPC PORT
2020-09-18 17:01:47 +02:00
# FOR INDEXING AND TRANSACTION BROADCAST BUT NEVER PROVIDES THE
2020-11-17 09:20:36 +01:00
# CALLER ACCESS TO LBRYCRDD'S RPC PORT.
2020-09-18 17:01:47 +02:00
2020-11-17 09:20:36 +01:00
datadir=/data/lbrycrdd
2020-09-16 21:03:14 +02:00
bind=0.0.0.0
rpcbind=0.0.0.0
bantime=15
rpcallowip=0.0.0.0/0
2020-12-08 06:08:02 +01:00
rpcthreads=30
2020-09-16 21:03:14 +02:00
disablewallet=1
txindex=0
2020-11-17 09:20:36 +01:00
port=9246
rpcport=9245
2020-09-16 21:03:14 +02:00
rpcuser=rosetta
rpcpassword=rosetta
2020-12-08 06:08:02 +01:00
rpcworkqueue=3000
dbcache=3000
2020-09-16 21:03:14 +02:00
# allow manual pruning
prune=1