Skip to content

FireCash v0.1.0-test

Pre-release
Pre-release

Choose a tag to compare

@firecash firecash released this 08 Jul 14:40

Requirements: the .tar.gz binaries need glibc ≥ 2.38 (Ubuntu 24.04+). On older systems (Ubuntu 22.04, Debian 12, …) you'll get GLIBC_2.38 not found — use the kaspad-static (musl) asset, which runs on any Linux, or build from source.

FireCash — run a node & join the network

Prebuilt Linux x86-64 binaries (Ubuntu 24.04). Bundle contains kaspad, firecash-miner, firecash-walletd, firecash-api, stratum-bridge, firecash-bridge.yaml, LAUNCH.md.

Download & unpack

Download firecash-node-linux-x86_64.tar.gz below, then:

tar xzf firecash-node-linux-x86_64.tar.gz
cd firecash
chmod +x kaspad firecash-miner firecash-walletd firecash-api stratum-bridge

1. Run a node (syncs from the FireCash network)

./kaspad --appdir=./fc-node --rpclisten=127.0.0.1:16110 --utxoindex \
  --connect=185.147.157.125:16111 --connect=160.187.211.153:16111

Your node downloads the chain from the seed nodes, then follows the tip. Only the seed nodes' p2p port 16111 needs outbound access; your RPC (16110) stays local.

2. Mine

  • Pool (recommended, works with ASICs): point your miner / KS-series ASIC at mining-pool.firecash.info. No node needed.
  • Solo (with your synced node running):
./firecash-miner -s 127.0.0.1:16110 -a firecash:<your-address> -t 4

3. Wallet

./firecash-walletd --network mainnet --rpc-server 127.0.0.1:16110 --wallet-dir ./fc-wallets --listen 127.0.0.1:8501

4. Explorer

https://explorer.firecash.info


Tokenomics: 6 FC start, halving every 3 months, two-step perpetual tail (0.6 → 0.3 FC/block).