seems ok now

This commit is contained in:
barry 2024-02-13 19:20:25 -06:00
parent abbab18ea8
commit bbaa59c943
4 changed files with 4 additions and 4 deletions

2
hosts
View File

@ -35,7 +35,7 @@ clightning_platform=Fedora-28-amd64
bitcoin_rpcuser=n0xb0x bitcoin_rpcuser=n0xb0x
bitcoin_rpcpassword=VTyzGzBQZn2PdAHgl_mSQPDNJnhNGqQE13N7acOnLIE bitcoin_rpcpassword=VTyzGzBQZn2PdAHgl_mSQPDNJnhNGqQE13N7acOnLIE
#bitcoin_rpcpassword=rVhfmriXjB8uFekmn7sLvnUiY610JaOx #bitcoin_rpcpassword=rVhfmriXjB8uFekmn7sLvnUiY610JaOx
bitcoin_rpcauth=rpcauth=n0xb0x:abc92d2e5020c3071600c7db53075dfc$1a0aff9b8ebcf3889edfa003c64ef81b9b117987da0d97aa967c08ac0c5ad7d2 bitcoin_rpcauth=n0xb0x:abc92d2e5020c3071600c7db53075dfc$1a0aff9b8ebcf3889edfa003c64ef81b9b117987da0d97aa967c08ac0c5ad7d2
electrs_version=0.10.2 electrs_version=0.10.2
zerotier_network= zerotier_network=
#Update wariness - 1 = very reluctant to update, 0 = eager to update #Update wariness - 1 = very reluctant to update, 0 = eager to update

View File

@ -90,7 +90,7 @@ printtoconsole=${PRINTTOCONSOLE:-1}
rpccookiefile=.cookie rpccookiefile=.cookie
#rpcconnect=${RPCCONNECT:-127.0.0.1} #rpcconnect=${RPCCONNECT:-127.0.0.1}
#rpcport=${RPCPORT:-8332} #rpcport=${RPCPORT:-8332}
#rpcauth=${RPCAUTH:-xxx} rpcauth=${RPCAUTH:-xxx}
whitelist=${WHITELIST:-127.0.0.1} whitelist=${WHITELIST:-127.0.0.1}
# performance # performance

View File

@ -72,5 +72,5 @@
- name: bitcoin - copy rpcauth.py utility - name: bitcoin - copy rpcauth.py utility
ansible.builtin.copy: ansible.builtin.copy:
src: bitcoin/rpcauth.py src: bitcoin/rpcauth.py
dest: ~/Container/bitcoin/rpcauth.py dest: ~/Containers/bitcoin/rpcauth.py
mode: '0700' mode: '0700'

View File

@ -5,7 +5,7 @@ Description=Bitcoin Node
# Use the centos image # Use the centos image
Image={{ registry_url }}/bitcoin:{{ bitcoin_version }} Image={{ registry_url }}/bitcoin:{{ bitcoin_version }}
PodmanArgs=--pod bitcoin-pod PodmanArgs=--pod bitcoin-pod
Environment=RPCPASSWORD={{ bitcoin_rpcpassword }} Environment=RPCAUTH={{ bitcoin_rpcauth }}
# Use volume # Use volume
Volume=/home/{{ansible_user}}/.bitcoin:/bitcoin/.bitcoin:Z Volume=/home/{{ansible_user}}/.bitcoin:/bitcoin/.bitcoin:Z