Skip to content

GonzoTheDev/crypto

 
 

Repository files navigation

Logo

CryptoCoin

Copyright (c) 2021 The CryptoCoin Project.
Crypto is based on Monero and is forked from Swap.

Build-Linux

Production & Development

Active Branches:

  • Stable: master(latest/release)
  • Unstable: crypto-dev(latest)
  • Testing: N/A

To contribute to the Crypto Project, please make all pull requests to the crypto-dev branch.
For production, please use the latest or tagged release of the master branch.

Resources

Social/Contact

Specifications & Emission

  • Coin ticker: CRYPTO
  • Total supply: 18,400,000 coins before tail emission
  • Tail emission: ~158,000 coins each year (starting at year 8)
  • Decimal places: 12
  • PoW hash algorithm: Cryptonight Superfast
  • Block time: 15 seconds
  • Difficulty Adjustment Algorithm: Monero DAA
  • Genesis block: 2021-03-01 (March 01, 2021) at 00:00:00 (UTC)
  • Premine: No
  • Developer fee: No
  • Founders reward: No
  • Mainnet default P2P port: 11111
  • Mainnet default RPC port: 22222

Donation Address

cashdj5d7FM9fh1ezdLg6ibJcwy3bkyXjEw6LuVWJTDceECuW4Ypa6aY3mqNEwPorLedHpLzSGrDef6n7CmHVeHb8w3XEVsM6R

Build on linux

install deps:

sudo apt-get install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libreadline6-dev libpgm-dev libnorm-dev libhidapi-libusb0

clone repo:

git clone --recursive https://github.com/GonzoTheDev/crypto

build daemon and wallet:

cd crypto && mkdir build && cd build && cmake .. && make daemon simplewallet

or build everything:

cd crypto && mkdir build && cd build && cmake .. && make

Build on Windows (using MinGW)

install deps:

pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-zeromq mingw-w64-x86_64-libsodium mingw-w64-x86_64-hidapi

clone repo:

git clone --recursive https://github.com/GonzoTheDev/crypto

build daemon and wallet:

cd crypto && make release-static-win64

Packages

No packages published

Languages

  • C++ 81.4%
  • C 12.5%
  • Python 2.6%
  • CMake 1.9%
  • Makefile 0.7%
  • Assembly 0.4%
  • Other 0.5%