Skip to content

GGCash-Official/GGCash-Core

Repository files navigation

GGCash-Core

Version: 1.0.0.0

Official GGCash Core Cryptocurrency Repository.

Contact:

💬Telegram: https://t.me/GGcash

💬Facebook: ...

💬Twitter: ...

💬BTCTalk: ...

✉️E-mail: contato@ggcash.online

🌎Website: https://ggcash.online

🌎Block Explorer: https://explorer.ggcash.online

ESPECIFICAÇÕES:

  • Nome: GGCash
  • Simbolo: GGH
  • Algoritimo: Quark
  • Block type: PoS/PoW/MN
  • Reward (PoW): 2.24 GGH's - end time block: 35.000
  • Reward (PoS): 2.24 GGH's
  • Reward Superblock: 3%
  • Reward Masternode: 72%
  • Masternode amount: 30000 GGH's
  • Confirmações de Masternode: 21 blocos
  • Maturidade de Masternode: 20
  • BlockTime: 3 minutes
  • Resete Dificuldade: 3 minutes
  • Confirmações de Transação: 5 blocos

Use the following instructions to compile a daemon and GUI wallet for Ubuntu Server 18.04.

Update your Ubuntu machine.

sudo apt-get update
sudo apt-get upgrade

Install the required dependencies.

sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl1.0-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev -y

sudo apt-get install libminiupnpc-dev libzmq3-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev unzip libgmp3-dev -y

Install Berkeley DB.

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y

Create a directory for the source code.

cd ~/
mkdir source_code

Download the source code from Github.

sudo apt-get install git -y
git clone https://github.com/GGCash/GGCash-Core.git source_code
cd source_code
./autogen.sh
./configure --with-incompatible-bdb
make

the ggcashd ggcash-cli and ggcash-tx files are in source_code/src

the ggcash-qt file will be in source_code/src/qt

move files to usr/bin

ggcash.conf

rpcuser=rpc_exampleuser
rpcpassword=exemplepass
rpcallowip=0.0.0.0/0
listen=1
server=1
txindex=1
daemon=1
addnode=5.189.151.31
addnode=207.180.225.42