基于 BSC 生态构建
XautMine is an on-chain mining protocol on BSC 链。 This website is the 官方前端 — one interface among many. The blockchain is the single source of truth.
The prize pool grows from protocol fee conversion and optional user 提升s. Holding PMINE is enough to participate; 提升 is never required.
creatorWallet on FeeSplitter).Every settled mining block becomes part of BSC 链 history. User-facing Block numbers count successful settles only, never reset on the same Mining deployment. Even if this website disappears, winners and prizes remain readable from the chain.
You do not need a private API. Read the chain — then build whatever interface you want.
Optional convenience APIs (for example an Indexer for Merkle snapshots) may exist — they are not required to read history or state from the chain. Holder lists at a past block may use public PMINE transfers plus published exclusion rules.
No private API is required.
One place for builders. Addresses, ABIs, and Mining Power exclusion rules are published here.
Public JSON ABIs only. No private keys, Keeper credentials, or operator wallets.
XautMineMining.json) — Full public ABI (views, events, settler ops, and publicly visible owner-only functions — ABI does not grant privileges).FeeSplitter.json) — Full public ABI (convert, views, events, and publicly visible owner-only functions — ABI does not grant privileges).PMINE.json) — Standard ERC-20 + metadata (external token).Xaut.json) — Standard ERC-20 + metadata (external token).Official public RPC endpoint for reading on-chain data.
https://rpc.mainnet.chain.robinhood.comAddresses that hold PMINE but do not count toward Mining Power. Rules are deterministic (SPEC §4.1). Production does not use a manual ops exclusion list.
0x…dEaD), PMINE token contract, Mining proxy, FeeSplitter proxy.PoolCreated events. Canonical factory (Robinhood 4663): 0x1f7d7550b1b028f7571e69a784071f0205fd2efa.Live discovered pools (Indexer convenience API): https://indexer.xautmine.com/exclusions. History can also be rebuilt from public transfers + these rules without the Indexer.
See also 玩法 for holder-facing block flow.
获胜者Paid — 获胜者 and prize payout (settled block)Mined — Block opened: 当前轮奖励 is locked for that block (no merkleRoot at mine)Settled — Settle: merkleRoot, RNG (parentHash), winner, rewardExpired — Expired mining request (no winner; after settle deadline)ConvertedEth — ETH/WETH fees converted (80% → Xaut pool, 20% → creatorWallet BNB)ConvertedPmine — PMINE fees converted (80% → Xaut pool, 20% → creatorWallet BNB)提升ed — User BNB boost (BoostHelper): one WETH→Xaut swap; 80% → Mining pool Xaut, 20% → Creator treasury XautThe 官方前端 is only one interface. Anyone can build on top of XautMine.