|
@@ -8,6 +8,12 @@ NODE_PORT=4004
|
|
|
;NODE_MAX_CONNECTIONS : Integer (Default 100)
|
|
|
;Max node connections P2P
|
|
|
NODE_MAX_CONNECTIONS=100
|
|
|
+;LOWMEMORY : Boolean
|
|
|
+;If True, will read/write directly to file storage, using less memory but decreasing speed
|
|
|
+LOWMEMORY=0
|
|
|
+;MINPENDINGBLOCKSTODOWNLOADCHECKPOINT : Integer
|
|
|
+;If > 200 then will allow to download checkpoint when pending blocks are greater than min value provided
|
|
|
+MINPENDINGBLOCKSTODOWNLOADCHECKPOINT=0
|
|
|
;RPC_PORT : Integer (Default 4003)
|
|
|
;Port to use by TCP/IP JSON-RPC commands
|
|
|
RPC_PORT=4003
|
|
@@ -34,7 +40,7 @@ RPC_SERVERMINER_B58_PUBKEY=
|
|
|
RPC_SERVERMINER_MAX_CONNECTIONS=1000
|
|
|
;RPC_SERVERMINER_MAX_OPERATIONS_PER_BLOCK : Integer
|
|
|
;Max operations included per block
|
|
|
-RPC_SERVERMINER_MAX_OPERATIONS_PER_BLOCK=5000
|
|
|
+RPC_SERVERMINER_MAX_OPERATIONS_PER_BLOCK=10000
|
|
|
;RPC_SERVERMINER_MAX_ZERO_FEE_OPERATIONS : Integer
|
|
|
;Max operations without fee that can be included in a block
|
|
|
;Note: Operations with fee>0 are processed first (have more priority)
|