FUC

Node

Your node is the source of truth.

This website can go away. Your copy of bitfucd still knows the chain. If a page shows a balance this site did not fetch from your RPC, ignore it.

./scripts/mainnet/start-operator.sh
./build/bin/bitfuc-cli -datadir="$HOME/.bitfuc-main-operator" getblockchaininfo
./build/bin/bitfuc-cli -datadir="$HOME/.bitfuc-main-operator" addnode HOST:17333 add
./build/bin/bitfuc-cli -datadir="$HOME/.bitfuc-main-operator" getpeerinfo

That listens on P2P 17333 and keeps RPC on 127.0.0.1. Replace HOST with a peer from docs/mainnet-peers.md (or any reachable BITFUC node). Forward only 17333 if you want others to reach you. Never forward RPC.

Wallet page for this chain (this computer only):

./scripts/ui/start-mainnet.sh
# http://127.0.0.1:8766

Install CMake and friends first if the build says “cmake not found”: Get started, step 1.

Datadir is BITFUC’s, not Bitcoin’s. macOS default if you omit -datadir: ~/Library/Application Support/Bitfuc. The operator script uses ~/.bitfuc-main-operator instead.

Hashes of a build: docs/reproducible-builds.md. Practice and testnet commands: Testnet.

Beginners: skip this page and use Get started.