Closed peridendes closed 10 months ago
Following https://github.com/seth586/guides/blob/master/FreeNAS/bitcoin/freenas_4_electrum.md installing on TrueNAS-13.0-U6.1 I had an issue launching electrs with the electrs user, but no issue when trying as root.
I also tested bitcoin-cli -rpcconnect=127.0.0.1 -rpcport=8332 -rpcuser=mysecretusername -rpcpassword=mysecretpassword getblockchaininfo and was able to see results without issue.
bitcoin-cli -rpcconnect=127.0.0.1 -rpcport=8332 -rpcuser=mysecretusername -rpcpassword=mysecretpassword getblockchaininfo
I pasted in the result of rpcauth.py instead of the password for the config /usr/local/etc/electrs/config.toml
Following https://github.com/seth586/guides/blob/master/FreeNAS/bitcoin/freenas_4_electrum.md installing on TrueNAS-13.0-U6.1 I had an issue launching electrs with the electrs user, but no issue when trying as root.
I also tested
bitcoin-cli -rpcconnect=127.0.0.1 -rpcport=8332 -rpcuser=mysecretusername -rpcpassword=mysecretpassword getblockchaininfo
and was able to see results without issue.