seems ok now
This commit is contained in:
parent
abbab18ea8
commit
bbaa59c943
2
hosts
2
hosts
@ -35,7 +35,7 @@ clightning_platform=Fedora-28-amd64
|
||||
bitcoin_rpcuser=n0xb0x
|
||||
bitcoin_rpcpassword=VTyzGzBQZn2PdAHgl_mSQPDNJnhNGqQE13N7acOnLIE
|
||||
#bitcoin_rpcpassword=rVhfmriXjB8uFekmn7sLvnUiY610JaOx
|
||||
bitcoin_rpcauth=rpcauth=n0xb0x:abc92d2e5020c3071600c7db53075dfc$1a0aff9b8ebcf3889edfa003c64ef81b9b117987da0d97aa967c08ac0c5ad7d2
|
||||
bitcoin_rpcauth=n0xb0x:abc92d2e5020c3071600c7db53075dfc$1a0aff9b8ebcf3889edfa003c64ef81b9b117987da0d97aa967c08ac0c5ad7d2
|
||||
electrs_version=0.10.2
|
||||
zerotier_network=
|
||||
#Update wariness - 1 = very reluctant to update, 0 = eager to update
|
||||
|
||||
@ -90,7 +90,7 @@ printtoconsole=${PRINTTOCONSOLE:-1}
|
||||
rpccookiefile=.cookie
|
||||
#rpcconnect=${RPCCONNECT:-127.0.0.1}
|
||||
#rpcport=${RPCPORT:-8332}
|
||||
#rpcauth=${RPCAUTH:-xxx}
|
||||
rpcauth=${RPCAUTH:-xxx}
|
||||
whitelist=${WHITELIST:-127.0.0.1}
|
||||
|
||||
# performance
|
||||
|
||||
@ -72,5 +72,5 @@
|
||||
- name: bitcoin - copy rpcauth.py utility
|
||||
ansible.builtin.copy:
|
||||
src: bitcoin/rpcauth.py
|
||||
dest: ~/Container/bitcoin/rpcauth.py
|
||||
dest: ~/Containers/bitcoin/rpcauth.py
|
||||
mode: '0700'
|
||||
|
||||
@ -5,7 +5,7 @@ Description=Bitcoin Node
|
||||
# Use the centos image
|
||||
Image={{ registry_url }}/bitcoin:{{ bitcoin_version }}
|
||||
PodmanArgs=--pod bitcoin-pod
|
||||
Environment=RPCPASSWORD={{ bitcoin_rpcpassword }}
|
||||
Environment=RPCAUTH={{ bitcoin_rpcauth }}
|
||||
|
||||
# Use volume
|
||||
Volume=/home/{{ansible_user}}/.bitcoin:/bitcoin/.bitcoin:Z
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user