Bitcoin-Standup-Scripts icon indicating copy to clipboard operation
Bitcoin-Standup-Scripts copied to clipboard

UNIX Scripts to install a Bitcoin-Core full node and Tor

Results 10 Bitcoin-Standup-Scripts issues
Sort by recently updated
recently updated
newest added

**Goal**: update to bitcoin core 25.0 **Overview** Updating to 25.0 should be only about updating env var [`BITCOIN`](https://github.com/BuildWithData/Bitcoin-Standup-Scripts/blob/master/Scripts/StandUp.sh#L305), but that is not true bcs the URL for [25.0](https://raw.githubusercontent.com/bitcoin/bitcoin/25.x/contrib/builder-keys/keys.txt) public key...

We need better testing of #42. I ran each script and did test that the blocks were downloading with `getblockcount`, but it'd be good to just go a bit further,...

Installs: 1. Bitcoin core using Tor - specify external data dir 2. C-lightning 3. LND 4. Esplora - specify external data dir 5. BTCPay Server needs blockchain data corruption issue...

I tried installing the [standup script](https://github.com/BlockchainCommons/Bitcoin-Standup-Scripts/blob/master/Scripts/LinodeStandUp.sh) following your [directions](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/blob/master/02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md#21-setting-up-a-bitcoin-core-vps-with-bitcoin-standup). I noticed that the HiddenService lines were not added to my `/etc/tor/torrc`. Then, I saw this error in `/standup.err`: ``` standup@localhost:~$...

Lines 206 to 212 not making it to /etc/tor/torrc thus v3 setup incomplete thus /var/lib/tor/standup/hostname not populated and thus standup.uri is incomplete, missing the hs_hostname.

I have not tested in Ubuntu yet but reviewing Standup.sh script, the Tor installation looks for Debian release when downloading tor package, and updates user as debian-tor. README indicates standup.sh...

Noticed this when running StandUp.sh ![image](https://user-images.githubusercontent.com/57159226/125642916-fce835e4-96b1-4d27-8c1a-5090026b7cd9.png) In suggested solutions here: https://stackoverflow.com/questions/66217436/gpg-keyserver-receive-failed-no-name the key wasn't found in keyserver.ubuntu.com, but was found in keys.openpgp.org. Tested script replacing the keyserver with keys.openpgp.org and...

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...

For improved privacy we ought to try an amend the script to download bitcoin binaries and signatures from bitcoincore.org's new hidden service: http://6hasakffvppilxgehrswmffqurlcjjjhd76jgvaqmsg6ul25s7t3rzyd.onion/ See [blog post](https://bitcoincore.org/en/2020/03/27/hidden-service/)

enhancement