Giter Site home page Giter Site logo

ikolomiko / gridcoin-research Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gridcoin-community/gridcoin-research

0.0 0.0 0.0 236.16 MB

Gridcoin-Research

License: MIT License

Shell 2.04% JavaScript 0.18% C++ 17.65% Python 0.24% Perl 1.31% C 50.77% PHP 0.01% Erlang 0.05% Objective-C 0.01% Java 13.81% Tcl 7.82% R 0.01% C# 5.02% Assembly 0.27% OpenEdge ABL 0.16% Awk 0.03% CSS 0.17% Objective-C++ 0.02% Nix 0.01% Makefile 0.43%

gridcoin-research's Introduction

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 build && cmake 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

gridcoin-research's People

Contributors

jamescowens avatar denravonska avatar cyrossignol avatar gridcoin avatar ifoggz avatar barton2526 avatar div72 avatar tomasbrod avatar thecharlatan avatar skcin avatar pythonix avatar roboticmind avatar git-jiro avatar cybertailor avatar themarix avatar minafarhan avatar lederstrumpf avatar nathanielcwm avatar a123b avatar erkan-yilmaz avatar peppernrino avatar scribblemaniac avatar michalkania avatar acey1 avatar personthingman2 avatar fanquake avatar opsinphark avatar laanwj avatar sitiom avatar letol avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.