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 = {
|
services.monero = {
|
||||||
enable = true;
|
enable = false;
|
||||||
dataDir = "/storage/monero";
|
dataDir = "/storage/monero";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1271,6 +1271,7 @@ Dalinar's config is of course server oriented.
|
||||||
enable = true;
|
enable = true;
|
||||||
listen = true;
|
listen = true;
|
||||||
dataDir = "/storage/bitcoind";
|
dataDir = "/storage/bitcoind";
|
||||||
|
dbCache = 5000;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.clightning = {
|
services.clightning = {
|
||||||
|
|
Loading…
Reference in a new issue