diff options
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 |
commit | 66aa1e0abd30d8a032649f8c92cc8e9bff6d7274 (patch) | |
tree | 6424f5f4b8f5078126ca903e19133ba2e2e74fc0 /academic/Gridcoin-Research/README | |
parent | 51f298d2d88423ab55d0c9a13478d43db686a2d9 (diff) |
academic/Gridcoin-Research: Added (rewards for boinc).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/Gridcoin-Research/README')
-rw-r--r-- | academic/Gridcoin-Research/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/academic/Gridcoin-Research/README b/academic/Gridcoin-Research/README new file mode 100644 index 000000000000..ac7e670e229b --- /dev/null +++ b/academic/Gridcoin-Research/README @@ -0,0 +1,16 @@ +Gridcoin is an open source cryptocurrency (Ticker: GRC) which securely rewards +volunteer computing performed on the BOINC platform. BOINC is an open source +volunteer computing grid which combines the processing power of individual users +for the purposes of scientific research. + +QT5, qrencode and miniupnpc are optional (available on SBo) to build GUI, QR +and UPnP support. QT5 will be detected automatically, for the others, run +script as + +QRENC=yes ./Gridcoin-Research.SlackBuild +UPNP=yes ./Gridcoin-Research.SlackBuild + +You will need to edit the configuration file gridcoinresearch.conf in +/etc/Gridcoin-Research/ and place it in your home directory ~/.GridcoinResearch/ +to provide the location of your boinc data and any other configurations that you +require. For details, see https://wiki.gridcoin.us/Gridcoinresearch_config_file |