Merge #7938: [0.12.2] Backports
c3d1bc3CBase58Data::SetString: cleanse the full vector (Kaz Wesley)43c14acFix headers announcements edge case (Suhas Daftuar)06c73a1Removed call to `TryCreateDirectory` from `GetDefaultDataDir` in `src/util.cpp`. (Alexander Regueiro)7e71785Use txid as key in mapAlreadyAskedFor (Suhas Daftuar)5583a3dAdd curl to Gitian setup instrustions (BtcDrak)d3ead9bAvoid "Unknown command" messages when receiving getaddr on outbound connections. (R E Broadley)a5bc6a1Remove vfReachable and modify IsReachable to only use vfLimited. (Patrick Strateman)52c1011Clarify description of blockindex (Matthew Zipkin)21b2f82Don't resend wallet txs that aren't in our own mempool (Alex Morcos)66d5408Fix memleak in TorController [rework] (Wladimir J. van der Laan)1c3d38bRemove spurious dollar sign. Fixes #7189. (Chris Moore)64fd0cefix spelling of advertise in src and doc (jloughry)a9e73f7Fix and cleanup listreceivedbyX documentation (instagibbs)9095594Do not download transactions during inital sync (ptschip)
This commit is contained in:
@@ -252,7 +252,7 @@ First we need to log in as `root` to set up dependencies and make sure that our
|
||||
user can use the sudo command. Type/paste the following in the terminal:
|
||||
|
||||
```bash
|
||||
apt-get install git ruby sudo apt-cacher-ng qemu-utils debootstrap lxc python-cheetah parted kpartx bridge-utils make ubuntu-archive-keyring
|
||||
apt-get install git ruby sudo apt-cacher-ng qemu-utils debootstrap lxc python-cheetah parted kpartx bridge-utils make ubuntu-archive-keyring curl
|
||||
adduser debian sudo
|
||||
```
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ your bitcoind's P2P listen port (8333 by default).
|
||||
this option, and this can be a .onion address. Given the above
|
||||
configuration, you can find your onion address in
|
||||
/var/lib/tor/bitcoin-service/hostname. Onion addresses are given
|
||||
preference for your node to advertize itself with, for connections
|
||||
preference for your node to advertise itself with, for connections
|
||||
coming from unroutable addresses (such as 127.0.0.1, where the
|
||||
Tor proxy typically runs).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user