academic/Gridcoin-Research: Updated for version 5.2.0.0
Signed-off-by: Edward W. Koenig <kingbeowulf@glinuxgalaxy.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4e3e014764
commit
cc2e54a9dc
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for Gridcoin-Research
|
# Slackware build script for Gridcoin-Research
|
||||||
|
|
||||||
# Copyright 2018-2019 Edward W. Koenig, Vancouver, WA, USA
|
# Copyright 2018-2021 Edward W. Koenig, Vancouver, WA, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=Gridcoin-Research
|
PRGNAM=Gridcoin-Research
|
||||||
VERSION=${VERSION:-5.1.0.0}
|
VERSION=${VERSION:-5.2.0.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
NUMJOBS=${NUMJOBS:-1}
|
NUMJOBS=${NUMJOBS:-1}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="Gridcoin-Research"
|
PRGNAM="Gridcoin-Research"
|
||||||
VERSION="5.1.0.0"
|
VERSION="5.2.0.0"
|
||||||
HOMEPAGE="https://gridcoin.us/"
|
HOMEPAGE="https://gridcoin.us/"
|
||||||
DOWNLOAD="https://github.com/gridcoin-community/Gridcoin-Research/archive/5.1.0.0/Gridcoin-Research-5.1.0.0.tar.gz"
|
DOWNLOAD="https://github.com/gridcoin-community/Gridcoin-Research/archive/5.2.0.0/Gridcoin-Research-5.2.0.0.tar.gz"
|
||||||
MD5SUM="1e4265d54713cc3270798598406d1f83"
|
MD5SUM="10fe26172b1155da09269d28b9be7c9c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -2,44 +2,38 @@
|
||||||
#################### Example gridcoinresearch.conf file #####################
|
#################### Example gridcoinresearch.conf file #####################
|
||||||
#############################################################################
|
#############################################################################
|
||||||
##
|
##
|
||||||
## For further details on this configuration file please see:
|
|
||||||
## http://wiki.gridcoin.us/Gridcoinresearch_config_file
|
|
||||||
##
|
|
||||||
## Default gridcoinresearch.conf location:
|
## Default gridcoinresearch.conf location:
|
||||||
##
|
##
|
||||||
## Win: %AppData%\GridcoinResearch\
|
## Win: %AppData%\GridcoinResearch\
|
||||||
## Linux: ~/.GridcoinResearch/
|
## Linux: ~/.GridcoinResearch/
|
||||||
## MacOS: /Users/USERNAME/Library/Application/Support/GridcoinResearch/
|
## macOS: /Users/USERNAME/Library/Application/Support/GridcoinResearch/
|
||||||
##
|
##
|
||||||
## Single # lines are commands, remove the # in Front of the Command to use it
|
## Single # lines are commands, remove the # in Front of the command to use it
|
||||||
## Double ## lines are comments
|
## Double ## lines are comments
|
||||||
##
|
##
|
||||||
#############################################################################
|
#############################################################################
|
||||||
####################### Required Settings (All OS's) ########################
|
####################### Required Settings (All OS's) ########################
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
## Community provided list of addnodes available at
|
## Community provided list of addnodes available at https://github.com/gridcoin-community/Gridcoin-Wiki/wiki/List-of-Addnodes
|
||||||
## http://wiki.gridcoin.us/List_of_Addnodes
|
|
||||||
#~~~~~Copy & Paste Addnodes here~~~~~
|
#~~~~~Copy & Paste Addnodes here~~~~~
|
||||||
|
|
||||||
|
|
||||||
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
## BOINC account settings, i.e. your BOINC CPID & E-Mail
|
## BOINC account E-Mail
|
||||||
## Use INVESTOR for Investor or Pool Mining
|
## Use blank or INVESTOR for Investor or Pool Mining
|
||||||
PrimaryCPID=INVESTOR
|
## Note the PrimaryCPID field is deprecated and ignored since the 4.0.5.0
|
||||||
email=INVESTOR
|
## release.
|
||||||
|
email=
|
||||||
|
|
||||||
## Port 32749/TCP required for Inbound Connections
|
## Port 32749/TCP open or forwarded required for Inbound Connections
|
||||||
## (Not required but highly recommended)
|
## (Not required but highly recommended)
|
||||||
listen=1
|
#listen=1
|
||||||
|
|
||||||
## Required for Headless set-ups
|
## Required for Headless set-ups
|
||||||
#daemon=1
|
#daemon=1
|
||||||
|
|
||||||
## Blocks client from upgrading on its own.
|
|
||||||
suppressupgrade=true
|
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
############# RPC Settings for Remote Access and Headless Users #############
|
############# RPC Settings for Remote Access and Headless Users #############
|
||||||
############ Warning: Set a Good Password and Secure Your System ############
|
############ Warning: Set a Good Password and Secure Your System ############
|
||||||
|
@ -50,25 +44,46 @@ suppressupgrade=true
|
||||||
#rpcallowip=<IP Address of Remote System>
|
#rpcallowip=<IP Address of Remote System>
|
||||||
#rpcport=<Port for RPC Communication>
|
#rpcport=<Port for RPC Communication>
|
||||||
#rpcuser=<A Username for RPC>
|
#rpcuser=<A Username for RPC>
|
||||||
#rpcpassword=<A GOOD Password for RPC>
|
#rpcpassword=<A STRONG Password for RPC>
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
######################## Optional BOINC settings ############################
|
######################## Optional BOINC settings ############################
|
||||||
########### (Required if BOINC installed to non-default location) ###########
|
########### (Required if BOINC installed to non-default location) ###########
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
|
## Windows (Note the double backslashes are necessary)
|
||||||
|
#boincdatadir=C:\\ProgramData\\BOINC\\
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
boincdatadir=$HOME/.boinc_data/
|
#boincdatadir=/var/lib/boinc-client/
|
||||||
|
|
||||||
|
## macOS
|
||||||
|
#boincdatadir=/Library/Application Support/BOINC Data/
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
######################## Optional Network settings ##########################
|
######################## Optional Network settings ##########################
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
## Maximum number of inbound+outbound connections.Default 125
|
## Maximum number of inbound+outbound connections. Default 125
|
||||||
maxconnections=125
|
#maxconnections=125
|
||||||
## Maximum number of outbound connections.Default 8
|
## Maximum number of outbound connections. Default 8
|
||||||
maxoutboundconnections=8
|
#maxoutboundconnections=8
|
||||||
## Manually Set-up Ports
|
## Manually Set-up Ports
|
||||||
#upnp=false
|
#upnp=false
|
||||||
#externalip=<Your IP Address>
|
#externalip=<Your IP Address>
|
||||||
#port=32748
|
|
||||||
|
#############################################################################
|
||||||
|
############################## Other Entries ################################
|
||||||
|
#############################################################################
|
||||||
|
|
||||||
|
## See detailed Other Entries description section below.
|
||||||
|
|
||||||
|
#debug=true
|
||||||
|
#debug=<category>
|
||||||
|
|
||||||
|
#enablestakesplit=1
|
||||||
|
#stakingefficiency=<percentage between 75 and 98, defaults to 90>
|
||||||
|
#minstakesplitvalue=<value in GRC, minimum and defaults to 800>
|
||||||
|
|
||||||
|
#enablesidestaking=1
|
||||||
|
#sidestake=<address>,<allocation percentage>
|
||||||
|
|
Loading…
Reference in New Issue