summaryrefslogtreecommitdiffstats
path: root/academic/Gridcoin-Research/gridcoinresearch.conf
diff options
context:
space:
mode:
author Edward W. Koenig <kingbeowulf@gmail.com>2018-08-27 11:38:57 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-09-01 07:32:17 +0700
commit66aa1e0abd30d8a032649f8c92cc8e9bff6d7274 (patch)
tree6424f5f4b8f5078126ca903e19133ba2e2e74fc0 /academic/Gridcoin-Research/gridcoinresearch.conf
parent51f298d2d88423ab55d0c9a13478d43db686a2d9 (diff)
downloadslackbuilds-66aa1e0abd30d8a032649f8c92cc8e9bff6d7274.tar.gz
slackbuilds-66aa1e0abd30d8a032649f8c92cc8e9bff6d7274.tar.xz
academic/Gridcoin-Research: Added (rewards for boinc).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/Gridcoin-Research/gridcoinresearch.conf')
-rw-r--r--academic/Gridcoin-Research/gridcoinresearch.conf74
1 files changed, 74 insertions, 0 deletions
diff --git a/academic/Gridcoin-Research/gridcoinresearch.conf b/academic/Gridcoin-Research/gridcoinresearch.conf
new file mode 100644
index 0000000000..7ab2e07a3f
--- /dev/null
+++ b/academic/Gridcoin-Research/gridcoinresearch.conf
@@ -0,0 +1,74 @@
+#############################################################################
+#################### Example gridcoinresearch.conf file #####################
+#############################################################################
+##
+## For further details on this configuration file please see:
+## http://wiki.gridcoin.us/Gridcoinresearch_config_file
+##
+## Default gridcoinresearch.conf location:
+##
+## Win: %AppData%\GridcoinResearch\
+## Linux: ~/.GridcoinResearch/
+## MacOS: /Users/USERNAME/Library/Application/Support/GridcoinResearch/
+##
+## Single # lines are commands, remove the # in Front of the Command to use it
+## Double ## lines are comments
+##
+#############################################################################
+####################### Required Settings (All OS's) ########################
+#############################################################################
+
+## Community provided list of addnodes available at
+## http://wiki.gridcoin.us/List_of_Addnodes
+#~~~~~Copy & Paste Addnodes here~~~~~
+
+
+#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+## BOINC account settings, i.e. your BOINC CPID & E-Mail
+## Use INVESTOR for Investor or Pool Mining
+PrimaryCPID=INVESTOR
+email=INVESTOR
+
+## Port 32749/TCP required for Inbound Connections
+## (Not required but highly recommended)
+listen=1
+
+## Required for Headless set-ups
+#daemon=1
+
+## Blocks client from upgrading on its own.
+suppressupgrade=true
+
+#############################################################################
+############# 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=<IP Address of Remote System>
+#rpcport=<Port for RPC Communication>
+#rpcuser=<A Username for RPC>
+#rpcpassword=<A GOOD Password for RPC>
+
+#############################################################################
+######################## Optional BOINC settings ############################
+########### (Required if BOINC installed to non-default location) ###########
+#############################################################################
+
+## Linux
+boincdatadir=$HOME/.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=<Your IP Address>
+#port=32748 \ No newline at end of file