Skip to content

Chunguscoin is a meme based, opensource, decentralized, peer-to-peer digital currency with a multipurpose design.

License

Notifications You must be signed in to change notification settings

ChunguscoinCrypto/Chunguscoin

Repository files navigation

Chunguscoin [CHUNG, Ȼ]

Chunguscoin

ChungusBadge Downloads

Chunguscoin is a meme based, opensource, decentalized, peer-to-peer digital currency with a multipurpose design.

Chunguscoin is a Komodo Smart Chain and the QT wallet is forked from KomodoOcean.

License ⚖️

For license information see the file COPYING.

Infomation 🐰

  • Total supply of 200 million coins.
  • Block reward of 50 CHUNG
  • Blocktime of 1 minute.
  • Smart contracts using CryptoConditions
  • Equihash Mining algorithm
  • Privacy using zk-SNARKS
  • Open-source software.

Features

Chunguscoin is built on Komodo, which is capable of doing all DeFi things using CryptoConditions.

  • Tokens, can be used to create and trade tokens/NFTs.
  • Heir, can help manage funds in a way that it can be passed on to heir for inheridence.
  • Oracles, to link real world data to blockchain based decentralized applications. Oracles are what powers DeFi. It is powerful technology and it works with Chunguscoin!
  • Pegs, to make decentralized stablecoins or making pegged cryptocurrencies to other kind of assets.
  • Decentralized faucets, to give away free CHUNG to people.

Launch via komodod

-ac_name=CHUNG -ac_reward=5000000000 -ac_halving=3000000 -addnode=172.106.70.133:22001 -addnode=node2.chunguscoin.net:22001

How to build?

Linux

#The following packages are needed:
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python python-zmq zlib1g-dev wget libcurl4-gnutls-dev bsdmainutils automake curl
git clone https://github.com/ChunguscoinCrypto/Chunguscoin
cd chunguscoin
./zcutil/fetch-params.sh
# -j8 = using 8 threads for the compilation - replace 8 with number of threads you want to use
./zcutil/build.sh -j8
#This can take some time.

OSX (Cross-compile using Linux)

Before start, read the following docs: depends and macdeploy.

Install dependencies:

sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libcap-dev libz-dev libbz2-dev python3-setuptools libtinfo5 xorriso

Place prepared SDK file Xcode-11.3.1-11C505-extracted-SDK-with-libcxx-headers.tar.gz in repo root, run ./zcutil/build-mac-cross.sh in the terminal to build.

OSX (Native)

Ensure you have brew and Command Line Tools installed.

# Install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install Xcode, opens a pop-up window to install CLT without installing the entire Xcode package
xcode-select --install 
# Update brew and install dependencies
brew update
brew upgrade
brew install autoconf autogen automake
brew install binutils
brew install protobuf
brew install coreutils
brew install wget
# Clone the Chunguscoin repo
git clone https://github.com/ChunguscoinCrypto/Chunguscoin
cd chunguscoin
./zcutil/fetch-params.sh
# -j8 = using 8 threads for the compilation - replace 8 with number of threads you want to use
./zcutil/build-mac.sh -j8
# This can take some time.

Windows

Use a debian cross-compilation setup with mingw for windows and run:

sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python python-zmq zlib1g-dev wget libcurl4-gnutls-dev bsdmainutils automake curl cmake mingw-w64
curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env
rustup target add x86_64-pc-windows-gnu

git clone https://github.com/ChunguscoinCrypto/Chunguscoin
cd chunguscoin
./zcutil/fetch-params.sh
# -j8 = using 8 threads for the compilation - replace 8 with number of threads you want to use
./zcutil/build-win.sh -j8
#This can take some time.

Chunguscoin is experimental and a work-in-progress! Use at your own risk.

p.s. Currently only x86_64 arch supported for MacOS, build for Apple M1 processors unfortunately not yet supported.

Credits

  • Forked from KomodoOcean
  • Komodo QT Wallet developer: Ocean
  • Komodo IT Expert / Sysengineer: Decker

Repo created by Shafil Alam.