adding bitcoind updates to README
This commit is contained in:
parent
6076d4fed6
commit
d305535048
|
@ -1263,7 +1263,7 @@ Dalinar's config is of course server oriented.
|
|||
};
|
||||
|
||||
services.monero = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
dataDir = "/storage/monero";
|
||||
};
|
||||
|
||||
|
@ -1271,6 +1271,7 @@ Dalinar's config is of course server oriented.
|
|||
enable = true;
|
||||
listen = true;
|
||||
dataDir = "/storage/bitcoind";
|
||||
dbCache = 5000;
|
||||
};
|
||||
|
||||
services.clightning = {
|
||||
|
|
Loading…
Reference in a new issue