- C++ 55%
- C 31.9%
- Python 9.2%
- M4 1.4%
- Makefile 1%
- Other 1.4%
|
|
||
|---|---|---|
| .github | ||
| .tx | ||
| build-aux/m4 | ||
| contrib | ||
| depends | ||
| doc | ||
| share | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| autogen.sh | ||
| configure.ac | ||
| CONTRIBUTING.md | ||
| COPYING | ||
| debug_gui.sh | ||
| libbitcoinconsensus.pc.in | ||
| link.txt | ||
| Makefile.am | ||
| qcustomplot.cpp | ||
| qcustomplot.h | ||
| README.md | ||
Cascoin Core
Cascoin Core is the full node software that makes up the backbone of the CAS network.
What is Cascoin?
Cascoin is a cryptocurrency supporting dual PoW (SHA256/MinotaurX) and Labyrinth Mining - a unique hybrid consensus mechanism that combines traditional mining with "mice" creation for block rewards.
Key Specifications
| Parameter | Value |
|---|---|
| Block Time | 2.5 minutes |
| Max Supply | 84 million CAS |
| Halving Interval | 840,000 blocks |
| PoW Block Reward | 25 CAS |
| Labyrinth Block Reward | 75 CAS |
| PoW Algorithm | SHA256 (ASIC) / MinotaurX (CPU) |
| Default Port | 22222 |
| Address Prefix | H (mainnet) |
Features
- Hybrid Consensus: Combines PoW with Labyrinth Mining
- Labyrinth Mining: Create "mice" that can mine blocks without hardware
- Dual PoW: SHA256 for ASIC miners, MinotaurX for CPU miners
- SegWit: Native Segregated Witness support
- Fast Sync: SQLite-based BCT database for quick startup
Getting Started
Download
Prebuilt binaries for Windows, Mac and Linux are available on the GitHub Releases page.
Build from Source
- Linux: See doc/build-linux.md
- Windows: See doc/build-windows.md
- macOS: See doc/build-osx.md
- Unix: See doc/build-unix.md
Development
The main branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions.
Contributing
The contribution workflow is described in CONTRIBUTING.md.
Testing
Developers are strongly encouraged to write unit tests for new code.
# Run unit tests
make check
# Run functional tests
test/functional/test_runner.py
Documentation
Links
- 🌐 Website: cascoin.net
- 🔍 Explorer: casplorer.com
- ⛏ Pool: mining-pool.io
- <EFBFBD> Discord: discord.gg/J2NxATBS8z
- 📂 GitHub: github.com/Casraw/Cascoin
- 📂 Codeberg: codeberg.org/Cascoin/Cascoin
License
Cascoin Core is released under the terms of the MIT license. See COPYING for more information.