gridcoinresearch.conf 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. #############################################################################
  2. #################### Example gridcoinresearch.conf file #####################
  3. #############################################################################
  4. ##
  5. ## Default gridcoinresearch.conf location:
  6. ##
  7. ## Win: %AppData%\GridcoinResearch\
  8. ## Linux: ~/.GridcoinResearch/
  9. ## macOS: /Users/USERNAME/Library/Application/Support/GridcoinResearch/
  10. ##
  11. ## Single # lines are commands, remove the # in Front of the command to use it
  12. ## Double ## lines are comments
  13. ##
  14. #############################################################################
  15. ####################### Required Settings (All OS's) ########################
  16. #############################################################################
  17. ## Community provided list of addnodes available at https://github.com/gridcoin-community/Gridcoin-Wiki/wiki/List-of-Addnodes
  18. #~~~~~Copy & Paste Addnodes here~~~~~
  19. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  20. ## BOINC account E-Mail
  21. ## Use blank or INVESTOR for Investor or Pool Mining
  22. ## Note the PrimaryCPID field is deprecated and ignored since the 4.0.5.0
  23. ## release.
  24. email=
  25. ## Port 32749/TCP open or forwarded required for Inbound Connections
  26. ## (Not required but highly recommended)
  27. #listen=1
  28. ## Required for Headless set-ups
  29. #daemon=1
  30. #############################################################################
  31. ############# RPC Settings for Remote Access and Headless Users #############
  32. ############ Warning: Set a Good Password and Secure Your System ############
  33. #############################################################################
  34. #server=1
  35. #rpcallowip=127.0.0.1
  36. #rpcallowip=<IP Address of Remote System>
  37. #rpcport=<Port for RPC Communication>
  38. #rpcuser=<A Username for RPC>
  39. #rpcpassword=<A STRONG Password for RPC>
  40. #############################################################################
  41. ######################## Optional BOINC settings ############################
  42. ########### (Required if BOINC installed to non-default location) ###########
  43. #############################################################################
  44. ## Windows (Note the double backslashes are necessary)
  45. #boincdatadir=C:\\ProgramData\\BOINC\\
  46. ## Linux
  47. #boincdatadir=/var/lib/boinc-client/
  48. ## macOS
  49. #boincdatadir=/Library/Application Support/BOINC Data/
  50. #############################################################################
  51. ######################## Optional Network settings ##########################
  52. #############################################################################
  53. ## Maximum number of inbound+outbound connections. Default 125
  54. #maxconnections=125
  55. ## Maximum number of outbound connections. Default 8
  56. #maxoutboundconnections=8
  57. ## Manually Set-up Ports
  58. #upnp=false
  59. #externalip=<Your IP Address>
  60. #############################################################################
  61. ############################## Other Entries ################################
  62. #############################################################################
  63. ## See detailed Other Entries description section below.
  64. #debug=true
  65. #debug=<category>
  66. #enablestakesplit=1
  67. #stakingefficiency=<percentage between 75 and 98, defaults to 90>
  68. #minstakesplitvalue=<value in GRC, minimum and defaults to 800>
  69. #enablesidestaking=1
  70. #sidestake=<address>,<allocation percentage>