Official downloads
Xeomora v1 public testnet — controlled packages
Download only the official packages below, verify SHA-256 before running, and use this network only as an experimental testnet with no financial value.
Quick start guide
If you only want to mine on Windows, start with the MineradorXEO visual app. The commands below are for command-line users or operators running a full node.
1. Regular user: MineradorXEO visual
Simplest path Download MineradorXEO visual, extract the ZIP, open the app, and configure your testnet address. You do not need to run your own node to mine on the public pool.
2. TLS CLI miner
Advanced Use this command if you downloaded the CLI package and want to mine from a terminal. Replace txeo1pYOUR_TESTNET_ADDRESS with your testnet address. The txeo1p prefix identifies testnet; do not use a mainnet xeo1p address here.
./bin/xeomora-miner --pool xeomora.org:3333 --pool-tls --pool-tls-server-name xeomora.org --pool-tls-ca ./certs/xeomora-stratum-ca.pem --chain-id xeomora-v1 --tier 2 --experimental-tier-dataset-size 1073741824 --wallet txeo1pYOUR_TESTNET_ADDRESS
3. Public Linux node
Operator Use this command only if you want to run a full public-testnet node. It syncs the network, opens P2P on port 30333, and uses the official bootstrap node.
./bin/xeomora-node --chain-id xeomora-v1 --data-dir "$HOME/.xeomora/xeomora-v1" --p2p-listen "/ip4/0.0.0.0/tcp/30333" --bootstrap "/ip4/13.140.168.232/tcp/30333/p2p/12D3KooWMHa8zM6iwo9HdLSZkZtC4ExPPsq4Qb4kdWHLhJCpcR5L"
Safe stop
Press Ctrl+C in the running process. To clear local testnet data, remove only the data directory you selected for xeomora-v1.
Public limits
Raw RPC, pool HTTP/admin, mainnet, unrestricted faucet, and custodial wallet are not part of this public package. Sensitive signing material must never be sent, published, or committed.