Update bitcoin configuration
This commit is contained in:
parent
6566d14e9d
commit
317d6b8a57
@ -1,13 +1,18 @@
|
|||||||
# Configuration globale
|
# Configuration globale
|
||||||
datadir=/home/bitcoin/.bitcoin
|
signet=1
|
||||||
server=1
|
server=1
|
||||||
|
datadir=/home/bitcoin/.bitcoin
|
||||||
|
|
||||||
|
[signet]
|
||||||
|
daemon=0
|
||||||
txindex=1
|
txindex=1
|
||||||
|
upnp=1
|
||||||
#debug=1
|
#debug=1
|
||||||
#loglevel=debug
|
#loglevel=debug
|
||||||
logthreadnames=1
|
logthreadnames=1
|
||||||
signet=1
|
|
||||||
onion=tor:9050
|
onion=tor:9050
|
||||||
listenonion=1
|
listenonion=1
|
||||||
|
onlynet=onion
|
||||||
|
|
||||||
# Paramètres RPC
|
# Paramètres RPC
|
||||||
rpcauth=bitcoin:c8ea921c7357bd6a5a8a7c43a12350a7$955e25b17672987b17c5a12f12cd8b9c1d38f0f86201c8cd47fc431f2e1c7956
|
rpcauth=bitcoin:c8ea921c7357bd6a5a8a7c43a12350a7$955e25b17672987b17c5a12f12cd8b9c1d38f0f86201c8cd47fc431f2e1c7956
|
||||||
@ -18,9 +23,8 @@ rpcdoccheck=1
|
|||||||
|
|
||||||
# Paramètres ZMQ
|
# Paramètres ZMQ
|
||||||
zmqpubhashblock=tcp://0.0.0.0:29000
|
zmqpubhashblock=tcp://0.0.0.0:29000
|
||||||
zmqpubrawtx=tcp://0.0.0.0:29000
|
zmqpubrawtx=tcp://0.0.0.0:29001
|
||||||
|
|
||||||
[signet]
|
|
||||||
listen=1
|
listen=1
|
||||||
bind=0.0.0.0:38333
|
bind=0.0.0.0:38333
|
||||||
rpcbind=0.0.0.0:38332
|
rpcbind=0.0.0.0:38332
|
||||||
|
Loading…
x
Reference in New Issue
Block a user