Xeomora
PT Start mining

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.

Controlled public testnet: this is not mainnet, not a financial asset, and there is no guarantee of balance, faucet, or real-world value.

Use SHA256SUMS.txt as the public source for official hashes. If your local hash does not match, do not run the package.

Download SHA256SUMS.txt
Windows options Windows has two downloads: MineradorXEO visual for simple mining, and CLI miner Windows for command-line/operator use.
Recommended for mining Available package

MineradorXEO visual Windows x86_64

Visual Windows interface. The ZIP includes MineradorXEO, the official miner CLI, and the public TLS CA used for secure Stratum connection.

Platform
Windows x86_64
Size
4.4 MiB

mineradorxeo-0.1.0-testnet-windows-x86_64.zip

SHA-256

7E83B4419F507D9BDF49DE72736E8570EEECBD1E349EEAAE7E418F9C90A00515
Download Verify before running
CLI / operator Available package

CLI miner Windows x86_64

Windows package with the non-visual command-line miner, node, pool, and public testnet operator tools.

Platform
Windows x86_64
Size
16.1 MiB

xeomora-v1-public-testnet-s42-h-windows-x86_64.zip

SHA-256

D822593AA8A0AC2EF00081365F3E0F147A0BB88E179E19DD4AAE3505E835BDD6
Download Verify before running
CLI / operator Available package

Node + CLI miner Linux x86_64

Linux x86_64 package with node, pool, CLI miner, and operator tools for servers or VPS.

Platform
Linux x86_64
Size
15.4 MiB

xeomora-v1-public-testnet-s42-h-linux-x86_64.tar.gz

SHA-256

14990F01341B35B72E6188F9CA0A77CB5615B26629CBDE1A5EAEAA9B980A029E
Download Verify before running

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.

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.