############################################################################# #################### TESTNET gridcoinresearch.conf file ##################### ################## THIS FILE IS ONLY FOR USE ON THE TESTNET ################# ######################### DO NOT USE ON PRODUCTION ########################## ############################################################################# ## ## TESTNET USERS MUST LAUNCH THE WALLET USING THE -testnet FLAG ## TESTNET USERS MUST JOIN THE #Testnet CHANNEL ON Slack ## ## For further details on this configuration file please see: ## http://wiki.gridcoin.us/Gridcoinresearch_config_file ## ## Default testnet gridcoinresearch.conf location: ## ## Windows: %AppData%\GridcoinResearch\testnet\ ## Linux: ~/.GridcoinResearch/testnet/ ## MacOS: /Users/USERNAME/Library/Application/Support/GridcoinResearch/testnet/ ## ## Single # lines are commands, remove the # in Front of the Command to use it ## Double ## lines are comments ## ############################################################################# ####################### Required Settings (All OS's) ######################## ############################################################################# ## You must set your username to assist developers tracking down problems org=CHANGE_ME_OR_FACE_THE_WRATH_OF_BARTON ## Decrease ban expiration time. The default 24 hours is too long for testnet. ## Nodes are banned for sending bad data (seconds) bantime=60 ## These Addnodes are for TESTNET only. See Slack for further details. addnode=vancouver01.gridcoin.ifoggz-network.xyz addnode=toronto01.gridcoin.ifoggz-network.xyz addnode=test.grcpool.com addnode=testnet.grcnode.co.uk addnode=testnet.dihelix.com addnode=ormgas.com ## BOINC account settings, i.e. your BOINC CPID & E-Mail ## Use INVESTOR for Investor or Pool Mining PrimaryCPID=INVESTOR email=INVESTOR ## Port 32748/TCP required for Inbound Connections ## (Not required but highly recommended) listen=1 ## Required for Headless set-ups #daemon=1 ############################################################################# ############# RPC Settings for Remote Access and Headless Users ############# ############ Warning: Set a Good Password and Secure Your System ############ ############################################################################# #server=1 #rpcallowip=127.0.0.1 #rpcallowip= #rpcport= #rpcuser= #rpcpassword= ############################################################################# ######################## Optional BOINC settings ############################ ########### (Required if BOINC installed to non-default location) ########### ############################################################################# ## Windows (Note the double backslashes are neccessary) #boincdatadir=C:\\ProgramData\\BOINC\\ #boincappdir=C:\\Program Files\\BOINC\\ ## Linux #boincdatadir=/var/lib/boinc/ ## MacOS #boincdatadir=/Library/Application Support/BOINC Data/ ############################################################################# ######################## Optional Network settings ########################## ############################################################################# ## Maximum number of inbound+outbound connections.Default 125 maxconnections=125 ## Maximum number of outbound connections.Default 8 maxoutboundconnections=8 ## Manually Set-up Ports #upnp=false #externalip= #port=32748