For all OS’s, the minimum Settings you need in prcycoin.conf are:
rpcuser=<Your Username>
rpcpassword=<Your Password>
rpcallowip=127.0.0.1
server=1
Explanation of each setting:
rpcuser: The username that will be used to accept commands from PRCY-Toolkit
rpcpassword: The password that will be used to accept commands from PRCY-Toolkit
rpcallowip: Allows Localhost to connect to the daemon
server: Make it a server so prcycoin-cli can talk to the daemon
NOTE:
! ! The wallet/daemon must be restarted after changing these settings !!
further commonly used settings are:
staking=1 # enable staking autmatically after starting the daemon
daemon=1 # start the daemon in the background
upnp=1 # enable upnp
maxconnections=16 # limit the number of parallel connections to 16
combinedust=1 # combinedust=0/1 - When enabled (=1) This setting will combine small "dust" amounts into larger UTXOs.
autoconsolidate=1# Similar to combinedust, but geared to consolidating transactions to the correct size for staking. This setting will consolidate smaller amounts into at least the minimum amount for staking (2500).
lang=en_US # set the language
#debug=1 # in case you need to provide detailed logging & debug information to support you can set this parameter
Toolkit Wiki Home PRivaCY Coin Wiki Startpage
Disclaimer: You are using PRCY-Toolkit at your own RISK !