Typo fix: anonimized => anonymized
+ infromation => information
This commit is contained in:
parent
f30fbbfbd6
commit
5f8be1dadb
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ Command-line options
|
||||||
JSON-RPC API changes
|
JSON-RPC API changes
|
||||||
|
|
||||||
* fixed a getblocktemplate bug that caused excessive CPU creating blocks.
|
* fixed a getblocktemplate bug that caused excessive CPU creating blocks.
|
||||||
* listunspent now lists account and address infromation.
|
* listunspent now lists account and address information.
|
||||||
* getinfo now also returns the time adjustment estimated from your peers.
|
* getinfo now also returns the time adjustment estimated from your peers.
|
||||||
* getpeerinfo now returns bytessent, bytesrecv and syncnode.
|
* getpeerinfo now returns bytessent, bytesrecv and syncnode.
|
||||||
* gettxoutsetinfo returns statistics about the unspent transaction output database.
|
* gettxoutsetinfo returns statistics about the unspent transaction output database.
|
||||||
|
|
|
@ -11,7 +11,7 @@ configure Tor.
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
The first step is running Bitcoin behind a Tor proxy. This will already make all
|
The first step is running Bitcoin behind a Tor proxy. This will already make all
|
||||||
outgoing connections be anonimized, but more is possible.
|
outgoing connections be anonymized, but more is possible.
|
||||||
|
|
||||||
-socks=5 SOCKS5 supports connecting-to-hostname, which can be used instead
|
-socks=5 SOCKS5 supports connecting-to-hostname, which can be used instead
|
||||||
of doing a (leaking) local DNS lookup. SOCKS5 is the default,
|
of doing a (leaking) local DNS lookup. SOCKS5 is the default,
|
||||||
|
|
Loading…
Reference in a new issue