Browse Source

Add DATAFOLDER to pascalcoin_daemon.ini file fixing #58

PascalCoin 4 years ago
parent
commit
6572f79784
1 changed files with 6 additions and 2 deletions
  1. 6 2
      src/pascalcoin_daemon.ini

+ 6 - 2
src/pascalcoin_daemon.ini

@@ -40,8 +40,12 @@ 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=10000
+RPC_SERVERMINER_MAX_OPERATIONS_PER_BLOCK=
 ;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)
-RPC_SERVERMINER_MAX_ZERO_FEE_OPERATIONS=4000
+RPC_SERVERMINER_MAX_ZERO_FEE_OPERATIONS=
+;DATAFOLDER : String
+;Allow define folder to store data of PascalCoin (Blockchain, Safebox, WalletKeys file, Temporal files ...)
+;If empty will use default folder $HOME/PascalCoin (Each OS will assigna a different $HOME folder, AppData for Windows...)
+DATAFOLDER=