Main release & integration tree for Cascoin (CAS)
  • C++ 55%
  • C 31.9%
  • Python 9.2%
  • M4 1.4%
  • Makefile 1%
  • Other 1.4%
Find a file
2026-05-04 10:59:00 +02:00
.github fix: use *coin-tx glob pattern consistent with other binaries 2026-04-20 09:04:32 -07:00
.tx tx: Update transifex slug for 0.16 2018-01-24 16:35:40 +01:00
build-aux/m4 fix(macos): replace deprecated NSAutoreleasePool with @autoreleasepool 2026-04-06 12:17:33 +02:00
contrib fix: use uname -m for arch detection and absolute paths in wrapper scripts 2026-03-21 21:43:25 +00:00
depends updated version and zlib download 2026-02-21 13:06:56 +01:00
doc Version 3.3.0 2026-04-18 13:35:12 +02:00
share Initial Cascoin 2025-04-15 06:57:53 +02:00
src Merge pull request 'fix: show ROI% as integer instead of one decimal place' (#45) from fromport/Cascoin:fix/labyrinth-roi-integer into main 2026-05-04 10:59:00 +02:00
test Initial Cascoin 2025-04-15 06:57:53 +02:00
.gitattributes Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
.gitignore try to build arm 2026-04-11 15:49:34 +02:00
autogen.sh Add MIT license to autogen.sh and share/genbuild.sh 2016-09-21 23:01:36 +00:00
configure.ac chore: bump version to 3.3.0 and update release notes 2026-04-06 12:35:38 +02:00
CONTRIBUTING.md Initial Cascoin 2025-04-15 06:57:53 +02:00
COPYING Initial Cascoin 2025-04-15 06:57:53 +02:00
debug_gui.sh seems loading 2025-08-26 13:21:59 +02:00
libbitcoinconsensus.pc.in Unify package name to as few places as possible without major changes 2015-12-14 02:11:10 +00:00
link.txt windows build runs 2025-08-16 21:09:30 +02:00
Makefile.am Initial Cascoin 2025-04-15 06:57:53 +02:00
qcustomplot.cpp MacOS update 2025-08-17 12:27:21 +02:00
qcustomplot.h MacOS update 2025-08-17 12:27:21 +02:00
README.md . 2026-04-11 16:04:45 +02:00

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

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

License

Cascoin Core is released under the terms of the MIT license. See COPYING for more information.