Specifications| Name | Ali Coin |
| Ticker | ALIC |
| Fork of | Bitcoin Core v32.99.0 (commit d25470d992b7) |
| P2P Port | 9333 |
| RPC Port | 9332 |
| Network Magic | 0x41 0x4c 0x49 0x43 (ALIC) |
| Block Reward | 50 ALIC |
| Halving Interval | 210,000 blocks (~4 years) |
| Block Time | 10 minutes |
| Mining Supply | 21,000,000 ALIC |
| Pre-mine | 100,000 ALIC at block 101 |
| Total Supply | 21,100,000 ALIC |
Pre-mine100,000 ALIC is paid out at
block 101 to the miner of that block. This is implemented in
in the
function. The pre-mine is fully visible and verifiable on-chain once block 101 is mined.
Source Code & BuildSource is available on GitHub:
https://github.com/jamesxavier31/ali-coingit clone https://github.com/bitcoin/bitcoin.git ali-coin
cd ali-coin
git checkout d25470d992b7
# Copy the 4 modified files from the GitHub repo into place
cp feerate.h src/policy/feerate.h
cp chainparams.cpp src/kernel/chainparams.cpp
cp chainparamsbase.cpp src/chainparamsbase.cpp
cp validation.cpp src/validation.cpp
cmake -B build -DBUILD_GUI=OFF -DBUILD_TESTS=OFF -DENABLE_IPC=OFF
cmake --build build -j$(nproc)
Status| Daemon | Working |
| Blocks mined | 201+ (on regtest) |
| Pre-mine confirmed | Yes (on-chain) |
| Transactions | Working |
| Security audit | Not performed |
Important NoticeThis project has not been audited. Use at your own risk. This is an early-stage, community-driven project. The genesis block and pre-mine are transparent and verifiable in the source code. Always do your own research.
Ali Coin (ALIC) - Fork of Bitcoin Core - MIT License