Skip to content

FireCash v0.1.0

Choose a tag to compare

@firecash firecash released this 10 Jul 10:55

⚠️ TESTNET — this is a live test network. Coins have no value, the chain may be reset without notice, and consensus parameters can still change. Do not treat FC as money.

First tagged FireCash release.

Private-by-default money at Kaspa speed — every balance and amount lives in the shielded (Orchard / Halo 2) pool. kHeavyHash PoW (byte-identical to Kaspa), 10 BPS.

Binaries (linux-amd64)

  • kaspad — node (gRPC :16110, p2p :16111)
  • firecash-miner — kHeavyHash miner (native + --merged AuxPoW)
  • firecash-walletd — shielded wallet daemon (REST :8501)
  • shielded-pay — shielded wallet CLI (address / balance / send / sign)
  • stratum-bridge — stratum bridge for ASIC pool mining

Highlights

  • Shielded-by-default wallet (get an address: shielded-pay address --seed-byte 1 --network mainnet)
  • AuxPoW merged mining with Kaspa (dual-acceptance; see the pool's help.txt)
  • Post-easy-window minimum-difficulty floor (no more difficulty collapse)
  • Hardened firecash-walletd (locked CORS, required wallet token, at-rest seed encryption)

Verify downloads against SHA256SUMS. Docs: README.md and OPERATIONS.md.