Skip to content

Latest commit

 

History

17,271 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Rabbit Chain

Rabbit Chain is an EVM-compatible Layer 1 blockchain powered by LCQ (Live Consensus Queue) and Rabbit Work V1. The network is designed for open participation: download the official software, run a node, and participate without manual registration or permission from an operator.

Rabbit Testnet v1 uses Chain ID 9280 with public P2P discovery, HTTPS RPC, WebSocket RPC and an official Blockscout explorer. Rabbit Core packages are released for Windows AMD64 and Linux AMD64.

Official links

Only links published on the website or this repository should be treated as official. Never enter a seed phrase or raw private key on a website.

Rabbit Testnet

Parameter Value
Chain ID 9280 (0x2440)
Network ID 9280
Native coin tRAB (testnet only)
Block target 10 seconds
Consensus LCQ + Rabbit Work V1
Execution EVM-compatible
Genesis SHA-256 8562725483c8e139083d2858ff1c10cec0e1d09bc399439d5022d4cad9e5a4a7

The authoritative network parameters are defined in networks/rabbit-testnet/genesis.json.

Rabbit Core Testnet v1

Official release:

https://github.com/rabbitmainnet/rabbit-geth/releases/tag/rabbit-core-testnet-v1

Supported packages:

  • Windows AMD64
  • Linux AMD64

macOS is not included because it has not been tested for Testnet v1.

Every package contains Rabbit Core, the full node, Rabbit Work V1 miner, official genesis, two discovery bootnodes, build metadata, documentation and internal SHA-256 checksums.

Public Testnet endpoints

  • HTTPS RPC: https://rpc-testnet.rabbitchain.org
  • WebSocket RPC: wss://rpc-testnet.rabbitchain.org/ws
  • Explorer: https://explorer-testnet.rabbitchain.org
  • Website status: https://rabbitchain.org/status
  • Faucet: planned, no official endpoint published

Bootnodes provide peer discovery only and have no consensus or administrative authority.

Verify a download

Download the archive and its checksum from the same GitHub release. On Linux:

sha256sum -c rabbit-core-testnet-v1-linux-amd64.tar.gz.sha256

After extracting the package:

./rabbit-core --check

This check verifies the official genesis and package structure without starting a node or miner.

How Rabbit Core works

Rabbit Core is the user-facing launcher included with every native package. On first run it will:

  1. verify the official genesis;
  2. load the official bootnodes;
  3. create or open one encrypted local mining wallet;
  4. initialize an isolated Rabbit Testnet data directory;
  5. start the Rabbit node and local-only JSON-RPC endpoint;
  6. start Rabbit Work V1 mining;
  7. stop the node and miner together when the user exits.

Wallet passwords and private keys remain local. The miner submits only signed Work V1 candidates to the local Rabbit node.

Documentation

Build from source

Official native releases use Go 1.25.13, a native C/C++ toolchain, CMake, NASM, and RandomX pinned to commit 7c761cf007c758056dcb6eb438a32f780f81bdbd with the Rabbit 1 GiB profile.

The reproducible multi-platform workflow is located at .github/workflows/rabbit-core-testnet-release.yml. Building from source does not replace verification of the official genesis, release commit, and checksums.

Security

  • Keep testnet and future mainnet wallets separate.
  • Back up encrypted keystore files offline.
  • Never expose personal, admin, debug, authenticated RPC, or IPC to the public internet.
  • Verify the Chain ID before signing transactions.
  • Report vulnerabilities privately through the repository's Security Advisories.

License and upstream

Rabbit Chain is derived from go-ethereum and preserves the applicable upstream copyright and license notices. Library code is licensed under GNU LGPL v3 and command binaries under GNU GPL v3. See COPYING.LESSER and COPYING.

About

No description, website, or topics provided.

Resources

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages