removed bitcoin.conf.j2
This commit is contained in:
parent
8195ff95cb
commit
1f14273887
2
hosts
2
hosts
@ -12,6 +12,6 @@ registry_url=git.boxxy.net/b0xxer/
|
|||||||
registry_user=
|
registry_user=
|
||||||
registry_pass=
|
registry_pass=
|
||||||
bitcoin_version=26.0
|
bitcoin_version=26.0
|
||||||
bitcoin_password=rVhfmriXjB8uFekmn7sLvnUiY610JaOx
|
bitcoin_rpcpassword=rVhfmriXjB8uFekmn7sLvnUiY610JaOx
|
||||||
zerotier_network=
|
zerotier_network=
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ Description=Bitcoin Node
|
|||||||
# Use the centos image
|
# Use the centos image
|
||||||
Image={{ registry_url }}:{{ bitcoin_version }}
|
Image={{ registry_url }}:{{ bitcoin_version }}
|
||||||
PodmanArgs=--pod bitcoin-pod
|
PodmanArgs=--pod bitcoin-pod
|
||||||
|
Environment=RPCPASSWORD={{ bitcoin_rpcpassword }}
|
||||||
|
|
||||||
# Use volume
|
# Use volume
|
||||||
Volume=/home/{{ansible_user}}/.bitcoin:/bitcoin/.bitcoin:Z
|
Volume=/home/{{ansible_user}}/.bitcoin:/bitcoin/.bitcoin:Z
|
||||||
|
|||||||
@ -1,34 +0,0 @@
|
|||||||
# network
|
|
||||||
mainnet=1
|
|
||||||
testnet=0
|
|
||||||
|
|
||||||
# server
|
|
||||||
server=1
|
|
||||||
listen=1
|
|
||||||
listenonion=0
|
|
||||||
daemon=0
|
|
||||||
txindex=0
|
|
||||||
prune=0
|
|
||||||
disablewallet=1
|
|
||||||
printtoconsole=1
|
|
||||||
|
|
||||||
# rpc
|
|
||||||
rpcuser=bitcoinrpc
|
|
||||||
rpcpassword={{ bitcoin_password }}
|
|
||||||
#rpcconnect=127.0.0.1
|
|
||||||
#rpcport=8332
|
|
||||||
#rpcauth=xxx
|
|
||||||
|
|
||||||
# performance
|
|
||||||
dbcache=2000
|
|
||||||
maxconnections=40
|
|
||||||
maxuploadtarget=5000
|
|
||||||
|
|
||||||
# tor
|
|
||||||
#proxy=127.0.0.1:9050
|
|
||||||
#seednode=nkf5e6b7pl4jfd4a.onion
|
|
||||||
#seednode=xqzfakpeuvrobvpj.onion
|
|
||||||
#seednode=tsyvzsqwa2kkf6b2.onion
|
|
||||||
|
|
||||||
# validation
|
|
||||||
reindex-chainstate=0
|
|
||||||
Loading…
x
Reference in New Issue
Block a user