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:
Edward W. Koenig 2021-03-01 20:03:09 -08:00 committed by Willy Sudiarto Raharjo
parent 4e3e014764
commit cc2e54a9dc
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 43 additions and 28 deletions

View File

@ -2,7 +2,7 @@
# 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.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Gridcoin-Research
VERSION=${VERSION:-5.1.0.0}
VERSION=${VERSION:-5.2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
NUMJOBS=${NUMJOBS:-1}

View File

@ -1,8 +1,8 @@
PRGNAM="Gridcoin-Research"
VERSION="5.1.0.0"
VERSION="5.2.0.0"
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"
MD5SUM="1e4265d54713cc3270798598406d1f83"
DOWNLOAD="https://github.com/gridcoin-community/Gridcoin-Research/archive/5.2.0.0/Gridcoin-Research-5.2.0.0.tar.gz"
MD5SUM="10fe26172b1155da09269d28b9be7c9c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View File

@ -2,44 +2,38 @@
#################### 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/
## 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
##
#############################################################################
####################### Required Settings (All OS's) ########################
#############################################################################
## Community provided list of addnodes available at
## http://wiki.gridcoin.us/List_of_Addnodes
## Community provided list of addnodes available at https://github.com/gridcoin-community/Gridcoin-Wiki/wiki/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
## BOINC account E-Mail
## Use blank or INVESTOR for Investor or Pool Mining
## Note the PrimaryCPID field is deprecated and ignored since the 4.0.5.0
## release.
email=
## Port 32749/TCP required for Inbound Connections
## Port 32749/TCP open or forwarded required for Inbound Connections
## (Not required but highly recommended)
listen=1
#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 ############
@ -50,25 +44,46 @@ suppressupgrade=true
#rpcallowip=<IP Address of Remote System>
#rpcport=<Port for RPC Communication>
#rpcuser=<A Username for RPC>
#rpcpassword=<A GOOD Password for RPC>
#rpcpassword=<A STRONG Password for RPC>
#############################################################################
######################## Optional BOINC settings ############################
########### (Required if BOINC installed to non-default location) ###########
#############################################################################
## Windows (Note the double backslashes are necessary)
#boincdatadir=C:\\ProgramData\\BOINC\\
## Linux
boincdatadir=$HOME/.boinc_data/
#boincdatadir=/var/lib/boinc-client/
## macOS
#boincdatadir=/Library/Application Support/BOINC Data/
#############################################################################
######################## Optional Network settings ##########################
#############################################################################
## Maximum number of inbound+outbound connections. Default 125
maxconnections=125
#maxconnections=125
## Maximum number of outbound connections. Default 8
maxoutboundconnections=8
#maxoutboundconnections=8
## Manually Set-up Ports
#upnp=false
#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>