generated from BlockchainCommons/secure-template
-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
After running the standup script with default options (pruned testnet), latest block height was correct. Problem I ran into was that the readme in the Bitcoin-Standup-Scripts repo has you log in as root, so when I was trying to run bitcoin-cli it was giving me "error: Could not connect to the server 127.0.0.1:8332", looking for bitcoind running on the default mainnet port. Since bitcoind was running as the user standup with a custom .conf file (specifying testnet on port 18332) it wasn't reading from the same .conf file I guess. It worked fine when changing user back to standup
Metadata
Metadata
Assignees
Labels
No labels