mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 22:18:07 +00:00
Remove unnecessary conf files
This commit is contained in:
parent
d47e0e04d4
commit
e522427389
|
@ -1,50 +0,0 @@
|
||||||
# bitcoin configuration
|
|
||||||
# /home/bitcoin/.bitcoin/bitcoin.conf
|
|
||||||
|
|
||||||
# remove the following line to enable Bitcoin mainnet
|
|
||||||
#testnet=1
|
|
||||||
|
|
||||||
# Bitcoin options
|
|
||||||
server=1
|
|
||||||
daemon=1
|
|
||||||
|
|
||||||
# Needed for BTC-RPC-Explorer
|
|
||||||
txindex=1
|
|
||||||
|
|
||||||
# Connection settings
|
|
||||||
rpcauth=mynode:7b7e11c032ddd3fc3835e4e463afd305$6c6a32bbd08cb1b67b5ea89b66865c5ca2bf6fd8a91a19d6a4d58157fe0882b4
|
|
||||||
|
|
||||||
rpcport=8332
|
|
||||||
rpcbind=0.0.0.0
|
|
||||||
rpcallowip=127.0.0.1
|
|
||||||
rpcallowip=10.0.0.0/8
|
|
||||||
rpcallowip=172.16.0.0/12
|
|
||||||
rpcallowip=192.168.0.0/16
|
|
||||||
|
|
||||||
# Enable Bloom filters
|
|
||||||
whitelist=bloomfilter@127.0.0.1
|
|
||||||
whitelist=bloomfilter@10.0.0.0/8
|
|
||||||
whitelist=bloomfilter@172.16.0.0/12
|
|
||||||
whitelist=bloomfilter@192.168.0.0/16
|
|
||||||
|
|
||||||
zmqpubrawblock=tcp://0.0.0.0:28332
|
|
||||||
zmqpubrawtx=tcp://0.0.0.0:28333
|
|
||||||
zmqpubhashblock=tcp://0.0.0.0:28334
|
|
||||||
|
|
||||||
# myNode Optimizations
|
|
||||||
dbcache=1200
|
|
||||||
maxorphantx=10
|
|
||||||
maxmempool=300
|
|
||||||
maxconnections=40
|
|
||||||
maxuploadtarget=1000
|
|
||||||
rpcworkqueue=32
|
|
||||||
|
|
||||||
# Tor config
|
|
||||||
proxy=127.0.0.1:9050
|
|
||||||
listen=1
|
|
||||||
bind=127.0.0.1
|
|
||||||
|
|
||||||
# Tor only (default)
|
|
||||||
onlynet=onion
|
|
||||||
dnsseed=0
|
|
||||||
dns=0
|
|
|
@ -1,50 +0,0 @@
|
||||||
# bitcoin configuration
|
|
||||||
# /home/bitcoin/.bitcoin/bitcoin.conf
|
|
||||||
|
|
||||||
# remove the following line to enable Bitcoin mainnet
|
|
||||||
#testnet=1
|
|
||||||
|
|
||||||
# Bitcoin options
|
|
||||||
server=1
|
|
||||||
daemon=1
|
|
||||||
|
|
||||||
# Needed for BTC-RPC-Explorer
|
|
||||||
txindex=1
|
|
||||||
|
|
||||||
# Connection settings
|
|
||||||
rpcauth=mynode:7b7e11c032ddd3fc3835e4e463afd305$6c6a32bbd08cb1b67b5ea89b66865c5ca2bf6fd8a91a19d6a4d58157fe0882b4
|
|
||||||
|
|
||||||
rpcport=8332
|
|
||||||
rpcbind=0.0.0.0
|
|
||||||
rpcallowip=127.0.0.1
|
|
||||||
rpcallowip=10.0.0.0/8
|
|
||||||
rpcallowip=172.16.0.0/12
|
|
||||||
rpcallowip=192.168.0.0/16
|
|
||||||
|
|
||||||
# Enable Bloom filters
|
|
||||||
whitelist=bloomfilter@127.0.0.1
|
|
||||||
whitelist=bloomfilter@10.0.0.0/8
|
|
||||||
whitelist=bloomfilter@172.16.0.0/12
|
|
||||||
whitelist=bloomfilter@192.168.0.0/16
|
|
||||||
|
|
||||||
zmqpubrawblock=tcp://0.0.0.0:28332
|
|
||||||
zmqpubrawtx=tcp://0.0.0.0:28333
|
|
||||||
zmqpubhashblock=tcp://0.0.0.0:28334
|
|
||||||
|
|
||||||
# myNode Optimizations
|
|
||||||
dbcache=225
|
|
||||||
maxorphantx=10
|
|
||||||
maxmempool=50
|
|
||||||
maxconnections=40
|
|
||||||
maxuploadtarget=1000
|
|
||||||
rpcworkqueue=16
|
|
||||||
|
|
||||||
# Tor config
|
|
||||||
proxy=127.0.0.1:9050
|
|
||||||
listen=1
|
|
||||||
bind=127.0.0.1
|
|
||||||
|
|
||||||
# Tor only (default)
|
|
||||||
onlynet=onion
|
|
||||||
dnsseed=0
|
|
||||||
dns=0
|
|
|
@ -1,50 +0,0 @@
|
||||||
# bitcoin configuration
|
|
||||||
# /home/bitcoin/.bitcoin/bitcoin.conf
|
|
||||||
|
|
||||||
# remove the following line to enable Bitcoin mainnet
|
|
||||||
#testnet=1
|
|
||||||
|
|
||||||
# Bitcoin options
|
|
||||||
server=1
|
|
||||||
daemon=1
|
|
||||||
|
|
||||||
# Needed for BTC-RPC-Explorer
|
|
||||||
txindex=1
|
|
||||||
|
|
||||||
# Connection settings
|
|
||||||
rpcauth=mynode:7b7e11c032ddd3fc3835e4e463afd305$6c6a32bbd08cb1b67b5ea89b66865c5ca2bf6fd8a91a19d6a4d58157fe0882b4
|
|
||||||
|
|
||||||
rpcport=8332
|
|
||||||
rpcbind=0.0.0.0
|
|
||||||
rpcallowip=127.0.0.1
|
|
||||||
rpcallowip=10.0.0.0/8
|
|
||||||
rpcallowip=172.16.0.0/12
|
|
||||||
rpcallowip=192.168.0.0/16
|
|
||||||
|
|
||||||
# Enable Bloom filters
|
|
||||||
whitelist=bloomfilter@127.0.0.1
|
|
||||||
whitelist=bloomfilter@10.0.0.0/8
|
|
||||||
whitelist=bloomfilter@172.16.0.0/12
|
|
||||||
whitelist=bloomfilter@192.168.0.0/16
|
|
||||||
|
|
||||||
zmqpubrawblock=tcp://0.0.0.0:28332
|
|
||||||
zmqpubrawtx=tcp://0.0.0.0:28333
|
|
||||||
zmqpubhashblock=tcp://0.0.0.0:28334
|
|
||||||
|
|
||||||
# myNode Optimizations
|
|
||||||
dbcache=500
|
|
||||||
maxorphantx=10
|
|
||||||
maxmempool=120
|
|
||||||
maxconnections=40
|
|
||||||
maxuploadtarget=1000
|
|
||||||
rpcworkqueue=32
|
|
||||||
|
|
||||||
# Tor config
|
|
||||||
proxy=127.0.0.1:9050
|
|
||||||
listen=1
|
|
||||||
bind=127.0.0.1
|
|
||||||
|
|
||||||
# Tor only (default)
|
|
||||||
onlynet=onion
|
|
||||||
dnsseed=0
|
|
||||||
dns=0
|
|
|
@ -1,50 +0,0 @@
|
||||||
# bitcoin configuration
|
|
||||||
# /home/bitcoin/.bitcoin/bitcoin.conf
|
|
||||||
|
|
||||||
# remove the following line to enable Bitcoin mainnet
|
|
||||||
#testnet=1
|
|
||||||
|
|
||||||
# Bitcoin options
|
|
||||||
server=1
|
|
||||||
daemon=1
|
|
||||||
|
|
||||||
# Needed for BTC-RPC-Explorer
|
|
||||||
txindex=1
|
|
||||||
|
|
||||||
# Connection settings
|
|
||||||
rpcauth=mynode:7b7e11c032ddd3fc3835e4e463afd305$6c6a32bbd08cb1b67b5ea89b66865c5ca2bf6fd8a91a19d6a4d58157fe0882b4
|
|
||||||
|
|
||||||
rpcport=8332
|
|
||||||
rpcbind=0.0.0.0
|
|
||||||
rpcallowip=127.0.0.1
|
|
||||||
rpcallowip=10.0.0.0/8
|
|
||||||
rpcallowip=172.16.0.0/12
|
|
||||||
rpcallowip=192.168.0.0/16
|
|
||||||
|
|
||||||
# Enable Bloom filters
|
|
||||||
whitelist=bloomfilter@127.0.0.1
|
|
||||||
whitelist=bloomfilter@10.0.0.0/8
|
|
||||||
whitelist=bloomfilter@172.16.0.0/12
|
|
||||||
whitelist=bloomfilter@192.168.0.0/16
|
|
||||||
|
|
||||||
zmqpubrawblock=tcp://0.0.0.0:28332
|
|
||||||
zmqpubrawtx=tcp://0.0.0.0:28333
|
|
||||||
zmqpubhashblock=tcp://0.0.0.0:28334
|
|
||||||
|
|
||||||
# myNode Optimizations
|
|
||||||
dbcache=1000
|
|
||||||
maxorphantx=10
|
|
||||||
maxmempool=200
|
|
||||||
maxconnections=40
|
|
||||||
maxuploadtarget=1000
|
|
||||||
rpcworkqueue=32
|
|
||||||
|
|
||||||
# Tor config
|
|
||||||
proxy=127.0.0.1:9050
|
|
||||||
listen=1
|
|
||||||
bind=127.0.0.1
|
|
||||||
|
|
||||||
# Tor only (default)
|
|
||||||
onlynet=onion
|
|
||||||
dnsseed=0
|
|
||||||
dns=0
|
|
Loading…
Reference in New Issue
Block a user