Browse Source
Add some optimizations on low bandwidth/CPU systems
patch-1
nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
4 additions and
1 deletions
-
bitcoin/bitcoin.conf
|
@ -4,7 +4,10 @@ torcontrol=127.0.0.1:9051 |
|
|
server=1 |
|
|
server=1 |
|
|
rest=1 |
|
|
rest=1 |
|
|
|
|
|
|
|
|
# PI optimizations |
|
|
# Low bandwidth/CPU optimizations |
|
|
|
|
|
blocksonly=1 |
|
|
|
|
|
maxconnections=8 |
|
|
|
|
|
dbcache=1000 |
|
|
maxmempool=512 |
|
|
maxmempool=512 |
|
|
maxconnections=40 |
|
|
maxconnections=40 |
|
|
maxuploadtarget=5000 |
|
|
maxuploadtarget=5000 |
|
|