Skip to content

div72/Gridcoin-Research

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5fb638a · Sep 16, 2024
Sep 16, 2024
Nov 6, 2022
Jan 28, 2024
Sep 16, 2024
Sep 16, 2024
Sep 15, 2024
Sep 16, 2024
Jan 28, 2024
Apr 2, 2023
Sep 15, 2024
Mar 5, 2024
Oct 23, 2021
Jun 30, 2023
Apr 10, 2024
Jul 15, 2024
Jul 21, 2020
Jan 3, 2022
Sep 15, 2024
Jun 26, 2024
Aug 26, 2020
Dec 3, 2023
Sep 15, 2024

Repository files navigation

What is Gridcoin?

Gridcoin is a POS-based cryptocurrency that rewards users for participating on the BOINC network. Gridcoin uses peer-to-peer technology to operate with no central authority - managing transactions, issuing money and contributing to scientific research are carried out collectively by the network.

For Gridcoin binaries, as well as more information, see https://gridcoin.us/.

Building Gridcoin

These dependencies are required:

Library Purpose Description
cmake Build Build system (optional)
pkgconf Build  Learn library inter-dependencies
openssl Crypto Random Number Generation, Elliptic Curve Cryptography
libboost Utility Library for threading, data structures, etc
libcurl Utility URL client library
libzip Utility Library for manipulating zip archives
miniupnpc UPnP Support Firewall-jumping support (optional)
qt5 GUI GUI toolkit (optional)
libqrencode QR codes in GUI Library for encoding data in a QR Code symbol (optional, depends on GUI)

To build, run:

  • With CMake:

    mkdir -p build && cd build && cmake .. && cmake --build .

  • With Autotools:

    ./autogen.sh && ./configure && make

For more detailed and platform-specific instructions, see the doc folder.

Development process

Developers work in their own trees, then submit pull requests to the development branch when they think their feature or bug fix is ready.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if they don't match the project's coding conventions (see coding.txt) or are controversial.

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are regularly created to indicate new stable release versions of Gridcoin.

Feature branches are created when there are major new features being worked on by several people.

Branching strategy

Gridcoin uses four branches to ensure stability without slowing down the pace of the daily development activities - development, staging, master and hotfix.

The development branch is used for day-to-day activities. It is the most active branch and is where pull requests go by default. This branch may contain code which is not yet stable or ready for production, so it should only be executed on testnet to avoid disrupting fellow Gridcoiners.

When a decision has been made that the development branch should be moving towards a final release it is merged to staging where no new development takes place. This branch is purely to stabilize the code base and squash out bugs rained down from development. This is Gridcoin's beta testing phase.

Once the staging branch is stable and runs smoothly, it is merged to master, a tag is created, and a release is made available to the public.

When a bug is found in a production version and an update needs to be released quickly, the changes go into a hotfix branch for testing before being merged to master for release. This allows for production updates without having to merge straight to master if the staging branch is busy.

Community

For general questions, please visit our Discord server at https://discord.gg/UMWUnMjN4x, or Libera Chat in #gridcoin-help. We also have a Slack channel at teamgridcoin.slack.com.

License

Gridcoin is released under the terms of the MIT license. See COPYING or https://opensource.org/licenses/MIT for more information.

Build Status

Development Staging Master
Build Status Build Status Build Status

About

Gridcoin-Research

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 56.9%
  • C 21.2%
  • C++ 7.6%
  • Java 5.8%
  • Tcl 3.3%
  • C# 2.1%
  • Other 3.1%