Technical Specification
FJARCODE (FJAR) SHA3-256T specifications
Complete reference for protocol behavior, network ports, node setup, and operational defaults.
Core Features
| Feature | Value |
|---|---|
| Block Size | 32 MB |
| Block Time | 1 minutes |
| Difficulty Adjustment | ASERT (aserti3-2d, 2-day half-life) |
| Address Format (Standard) | CashAddr (fjarcode:q...) |
| Address Format (Code Quantum) | CashAddr (fjarcode:z...) |
| Legacy Base58 | Available (prefix: 0x00) |
| SegWit | Disabled |
| Coin Symbol | FJAR |
| Block Reward | 50 FJAR |
| Halving Interval | 210,000 blocks |
| Max Supply | 21,000,000 FJAR |
Configuration
Create a configuration file at ~/.fjarcode/fjarcode.conf:
# Network
listen=1
maxconnections=125
port=28439
# RPC
server=1
rpcuser=yourusername
rpcpassword=yourpassword
rpcallowip=127.0.0.1
rpcport=28442
# Performance
dbcache=450
maxmempool=300
# Optional: Prune old blocks (saves disk space)
# prune=10000
Network Info
| Network | P2P | RPC |
|---|---|---|
| Mainnet | 28439 | 28442 |
| Testnet | 29439 | 29442 |
| Testnet4 | 48333 | 48332 |
| Signet | 30439 | 30442 |
| Regtest | 31439 | 31442 |
Code Quantum & ML-DSA-65
FJARCODE includes a Code Quantum path with ML-DSA-65 provider integration aligned with NIST FIPS 204.
| Item | Details |
|---|---|
| Default address behavior | Code Quantum is the default type returned by getnewaddress in the current update. |
| Signing state (code_quantum_signing_state) | disabled | verify_only | enabled |
| ML-DSA verify state (mldsa_65_verify_state) | available | unavailable |
| Verify vs signing | Verify path is active, and in the current default profile signing is enabled when native signing support is available. |
| Current default capability snapshot | mldsa_65_runtime_enabled=true, mldsa_65_verify_state=available, code_quantum_signing_state=enabled |
| Check capability | fjarcode-cli getcodequantuminfo |
Discovery & Wallet Servers
DNS Seeds
| Type | Host |
|---|---|
| Seed | seed01.fjarcode.com |
| Seed | seed02.fjarcode.com |
Manual peer: addnode "seed01.fjarcode.com:28439" "add"
Current seed01.fjarcode.com dns lookup
addnode "213.181.99.68:28439" "add"
addnode "45.76.25.60:28439" "add"
addnode "199.247.26.170:28439" "add"
addnode "46.7.7.113:28439" "add"
addnode "169.58.68.112:28439" "add"
addnode "66.70.182.1:28439" "add"
addnode "213.181.99.66:28439" "add"
ElectrumX (TLS)
| Host | Port | Security |
|---|---|---|
| electrumx01.fjarcode.com | 50002 | TLS |
| electrumx02.fjarcode.com | 50002 | TLS |
| electrumx03.fjarcode.com | 50002 | TLS |