update README
This commit is contained in:
parent
fa2394b2cc
commit
52b8cae70d
@ -11,7 +11,10 @@ Outbound peer-to-peer traffic is forced through Tor and listening services are b
|
||||
|
||||
A demo installation is running at [http://6tr4dg3f2oa7slotdjp4syvnzzcry2lqqlcvqkfxdavxo6jsuxwqpxad.onion](http://6tr4dg3f2oa7slotdjp4syvnzzcry2lqqlcvqkfxdavxo6jsuxwqpxad.onion).
|
||||
The following screen cast shows how a fresh deployment of the full profile.
|
||||
[![asciicast](https://asciinema.org/a/223630.png)](https://asciinema.org/a/223630/?speed=2)
|
||||
|
||||
[<img src="https://asciinema.org/a/223630.png" height="300">](https://asciinema.org/a/223630/?speed=2&autoplay=1)
|
||||
|
||||
|
||||
|
||||
The goal is too make it easy to deploy a reasonably secure Bitcoin node with a usable wallet.
|
||||
It should allow managing bitcoin (the currency) effectively and providing public infrastructure.
|
||||
|
@ -87,7 +87,7 @@ in {
|
||||
addnode=ecoc5q34tmbq54wl.onion
|
||||
discover=0
|
||||
'';
|
||||
services.bitcoind.prune = 0;
|
||||
services.bitcoind.prune = 2000;
|
||||
services.bitcoind.dbCache = 1000;
|
||||
services.tor.hiddenServices.bitcoind = {
|
||||
map = [{
|
||||
|
Loading…
Reference in New Issue
Block a user