Giter Club home page Giter Club logo

c4pt000 / 5g Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 5g-cash/5g

0.0 1.0 0.0 21.03 MB

5G-CASH (VGC) is a hybrid project with a growing vision to become a payment gateway for the community with zero inflation.

Home Page: https://fiveg.cash

License: MIT License

Dockerfile 0.01% Makefile 0.44% Shell 0.65% M4 1.02% QMake 0.01% Roff 0.10% Python 4.21% C++ 28.59% C 63.94% HTML 0.23% CSS 0.34% CMake 0.01% Objective-C++ 0.02% Sage 0.09% Assembly 0.17% Java 0.09% Ruby 0.01% Perl 0.05% SmPL 0.01% PHP 0.01%

5g's Introduction

5G-CASH integration/staging tree

What is 5G-CASH?

5G-CASH (VGC) is a digital currency that enables instant payments to anyone, anywhere in the world. It uses different key features technology to operate with no central authority allowing everyone to operate the way they want to with this hybrid privacy coin using Sigma and Dandelion++ Protocol along with TOR to remain anonymous.

Why 5G-CASH is a Hybrid Project?

Because it uses POW to allow miners to compete with hashing power but also incentivate holders to mint their balances with POS v3.0 to earn the same reward amount and once holders allocate the necessary coins they can run Masternodes to easily support the consensus to secure the Network.

For more information, read the original whitepaper.

Key Features

-Privacy (Anonymous and Untraceable)
-Sigma Protocol 
-Tor Protocol
-Dandelion++ Protocol
-Proof of Work and Proof of Stake (3.0) share 55% of the block reward
-Masternode gets 45% of the block reward

Specifications and Block Rewards -----> https://discord.gg/tmQSFV9

Linux Build Instructions and Notes

Dependencies

You can use the "depscript.sh" to automatically install Dependencies to build VGC or manually install them using the syntax below

  1. Update packages

    sudo apt-get update
    
  2. Install required packages

    sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev libzmq3-dev libminizip-dev
    
  3. Install Berkeley DB 4.8

    sudo add-apt-repository ppa:bitcoin/bitcoin && sudo apt-get update && sudo apt-get install libdb4.8-dev libdb4.8++-dev
    
  4. Install QT 5

    sudo apt-get install libminiupnpc-dev && sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler    libqrencode-dev
    

Building 5G-CASH

  1. Static compile

    git clone https://github.com/5G-Cash/5G.git

    cd 5G/depends

    make HOST=x86_64-linux-gnu

    cd ..

    ./autogen.sh

    ./configure --prefix=pwd/depends/x86_64-linux-gnu

    make

  2. Shared binary

    git clone https://github.com/5G-Cash/5G.git

    cd 5G

    ./autogen.sh

    ./configure

    make

  3. It is recommended to build and run the unit tests:

    make check
    

Setting up a Fivegnode

Read contrib/masternode-setup-scripts/README.md for instructions.

5g's People

Contributors

5g-cash avatar motoacidic avatar shadowalker83 avatar

Watchers

 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.