Skip to content

Running a Node

A RISCy node validates transactions and blocks on a UTXO chain derived from Nexa, with an added RISC-V VM for smart-contract execution. Nodes communicate over a peer-to-peer (P2P) overlay network, the same general design Nexa inherits from the Bitcoin lineage.

Node binaries and release packages are under active development. Commands below are placeholders and will be finalized as builds ship.

Requirements

Hardware and OS requirements are TBD. As a rough starting point, expect requirements similar to a Nexa full node; final specs will be published here.

  • OS: Linux / macOS (TBD)
  • Disk: TBD
  • RAM: TBD
  • Network: open P2P port (TBD)

Install

Terminal window
# Coming soon

Run

Terminal window
# Coming soon

Network parameters

Values labeled (Nexa) are inherited and may be tuned before mainnet. Values marked TBD are RISCy-specific and not finalized.

ParameterValueNotes
Ledger modelUTXOInherited (Nexa)
ConsensusProof-of-WorkInherited (Nexa)
PoW hashElliptic-curve multiplication + SHA-256Nexa spec
Target block time2 minutesNexa spec / TBD
P2P transportTCP/IP overlay networkInherited (Nexa)
Network magicTBD (Nexa main net is0x72271221)TBD for RISCy
Default P2P portTBDTBD
Default RPC portTBDTBD
Native coinRISCY

Security model

RISCy is secured via Drivechain (BIP-300/301):

  • BIP-300 — hashrate-escrow that lets the sidechain inherit Bitcoin’s security budget.
  • BIP-301blind merged mining, letting Bitcoin miners secure RISCy with no additional work and no separate token staking.

Connecting to the network

Terminal window
# Coming soon

Seed nodes, testnet endpoints, and the August 21, 2026 fork details will be listed here as they are finalized.

Next steps