From cc2e54a9dc8dee9b4a0abe07e310402914edbd2c Mon Sep 17 00:00:00 2001 From: "Edward W. Koenig" Date: Mon, 1 Mar 2021 20:03:09 -0800 Subject: academic/Gridcoin-Research: Updated for version 5.2.0.0 Signed-off-by: Edward W. Koenig Signed-off-by: Willy Sudiarto Raharjo --- .../Gridcoin-Research/Gridcoin-Research.SlackBuild | 4 +- academic/Gridcoin-Research/Gridcoin-Research.info | 6 +-- academic/Gridcoin-Research/gridcoinresearch.conf | 61 ++++++++++++++-------- 3 files changed, 43 insertions(+), 28 deletions(-) diff --git a/academic/Gridcoin-Research/Gridcoin-Research.SlackBuild b/academic/Gridcoin-Research/Gridcoin-Research.SlackBuild index b1a80a48e4..7e859dd502 100644 --- a/academic/Gridcoin-Research/Gridcoin-Research.SlackBuild +++ b/academic/Gridcoin-Research/Gridcoin-Research.SlackBuild @@ -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} diff --git a/academic/Gridcoin-Research/Gridcoin-Research.info b/academic/Gridcoin-Research/Gridcoin-Research.info index 9e1c3e3aee..884cd98c5e 100644 --- a/academic/Gridcoin-Research/Gridcoin-Research.info +++ b/academic/Gridcoin-Research/Gridcoin-Research.info @@ -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="" diff --git a/academic/Gridcoin-Research/gridcoinresearch.conf b/academic/Gridcoin-Research/gridcoinresearch.conf index 7ab2e07a3f..1c66a0b640 100644 --- a/academic/Gridcoin-Research/gridcoinresearch.conf +++ b/academic/Gridcoin-Research/gridcoinresearch.conf @@ -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= #rpcport= #rpcuser= -#rpcpassword= +#rpcpassword= ############################################################################# ######################## 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 -## Maximum number of outbound connections.Default 8 -maxoutboundconnections=8 +## 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 \ No newline at end of file + +############################################################################# +############################## Other Entries ################################ +############################################################################# + +## See detailed Other Entries description section below. + +#debug=true +#debug= + +#enablestakesplit=1 +#stakingefficiency= +#minstakesplitvalue= + +#enablesidestaking=1 +#sidestake=
, -- cgit v1.2.3