Skip to content

HashLander/CASHBYTE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CASHBYTE

CASHBYTE is a Komodo SmartChain and, by inheritance, a fork of Zcash. It supports both transparent and shielded transactions, offering optional privacy at the protocol level.

Consensus Model

CASHBYTE uses a hybrid consensus mechanism:

  • 55% Proof-of-Stake
  • 45% Proof-of-Work

This model makes 51% attacks economically and practically unfeasible. All coinbase rewards require 20+ confirmations to reach finality through coinbase_maturity.

Key Specifications

  • Maximum Supply: ~84,000,000 CBYTE
  • Block Halving: Every 3,000,000 blocks (≈ 4 years)
  • Decimals: 8 (Bitcoin-compatible)
  • Token Support: Fungible and Non-Fungible Tokens (NFTs)

Motto

BUILD. BUILD. BREATHE. BUILD MORE.

Official Website

https://cashbyte.cash


Installation (Windows / Linux / macOS)

GUI Wallet (Full Node)

Start the QT Wallet on the CASHBYTE Chain

Launch the wallet with:

komodo-qt-win.exe -ac_name=CASHBYTE -ac_supply=2000000 -ac_cbmaturity=20 -ac_cc=2 -ac_blocktime=60 -ac_reward=2000000000 -ac_halving=2100000 -ac_end=70000000 -ac_staked=55 -addnode=172.93.187.46

Then, in another terminal:

komodo-cli.exe -ac_name=CASHBYTE addnode 172.93.187.46 add
komodo-cli.exe -ac_name=CASHBYTE addnode 172.93.187.46 onetry

After the wallet finishes syncing, you may start mining:

komodo-cli.exe -ac_name=CASHBYTE setgenerate true 2

(Replace 2 with the number of CPU cores you want to dedicate.)


Daemon (Headless Node)

Download the daemon for your operating system:

Start the CASHBYTE Daemon

komodod.exe -ac_name=CASHBYTE -ac_supply=2000000 -ac_cbmaturity=20 -ac_cc=2 -ac_blocktime=60 -ac_reward=2000000000 -ac_halving=2100000 -ac_end=70000000 -ac_staked=55 -addnode=172.93.187.46

Add the official node:

komodo-cli.exe -ac_name=CASHBYTE addnode 172.93.187.46 add
komodo-cli.exe -ac_name=CASHBYTE addnode 172.93.187.46 onetry

After syncing, start mining:

komodo-cli.exe -ac_name=CASHBYTE setgenerate true 2

CLI Commands

List all available RPC commands:

komodo-cli.exe -ac_name=CASHBYTE help


--------------------
If you prefer the source code: https://github.com/DeckerSU/KomodoOcean/archive/refs/tags/v0.9.1-beta2.tar.gz

About

Privacy, Staking and POW - CASHBYTE

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.2%
  • C 23.7%
  • Python 7.4%
  • M4 1.2%
  • Shell 0.9%
  • Makefile 0.9%
  • Other 1.7%