HASHRABBIT DOCS
PROOF OF WORK
MINTING GUIDE
HASHRABBIT is an ERC-721 collection of 3,333 pieces on Robinhood Chain. A mint is earned by finding a valid Keccak-256 proof, then submitting that proof from the same wallet address.
02 / BROWSER MINING
THE SIMPLE ROUTE
- Open the miner.Use Chrome or Edge on a machine with WebGPU support.
- Press Start Mining.The site requests MetaMask, adds Robinhood Chain if needed, then reads the live challenge.
- Choose GPU or CPU.GPU is recommended. Keep the tab visible and prevent the computer from sleeping.
- Confirm the proof.When a valid nonce is found, the site opens the mint transaction in the connected wallet automatically.
03 / RENTED & REMOTE GPU
CONNECT EXTERNAL COMPUTE
For Vast.ai, RunPod or another rented RTX machine, select an NVIDIA image with CUDA 12+, at least 8 GB VRAM, 20 GB disk and SSH access. The miner must search for the wallet that will submit the mint; a proof found for another address is invalid.
Send only your public wallet address to the rented machine. Let it return the winning nonce, then submit that nonce from your own computer. Never upload the developer wallet or seed phrase to a rented GPU.
MINER INTEGRATION SPEC
https://rpc.mainnet.chain.robinhood.com4663prevWork() · requiredTarget(wallet) · currentPrice()abi.encodePacked(wallet, nonce, prevWork)uint256(keccak256(input)) < requiredTargetmine(nonce) with value = currentPrice()Poll prevWork() continuously. Every successful network mint changes the challenge, so stale workers must stop immediately and restart. Headless miners that submit automatically should use a separate, minimally funded mint wallet—not the collection owner wallet.
04 / PRICE EPOCHS
MINT PRICE SCHEDULE
Mint #1 starts at 0.0012 ETH plus network gas. There is no free allocation. The price rises by 0.0001 ETH after each group of 200 mints.
05 / DIFFICULTY
THREE FIXED ERAS
Difficulty rises by exactly one leading zero bit every 1,111 mints. Each additional bit doubles the expected hashing work.
06 / ART & METADATA
ONE UNUSED RABBIT
The contract assigns one unused metadata ID after a valid proof is accepted. Miners cannot select an image. The collection contains 3,333 pixel art files rendered in advance and matching metadata served from hashrabbits.fun.
07 / CONTRACT & SECURITY
VERIFY BEFORE YOU MINE
Always verify the domain, Robinhood Chain ID 4663 and the published contract address. Paid mint proceeds are forwarded directly to the developer recipient by the contract. No website will ever need your seed phrase.
OPEN CONTRACT ON BLOCKSCOUT ↗08 / FAQ
QUICK ANSWERS
Why did my proof look valid but fail?
Another miner probably changed prevWork before your transaction landed, making your proof stale.
How much does a mint cost?
The first 200 mints cost 0.0012 ETH each plus gas. Every following group of 200 adds 0.0001 ETH.
Can several GPUs mine for one wallet?
Yes. Give every worker the same public wallet and different nonce ranges. Stop all workers and refresh the challenge after any successful mint.
Can I choose my rabbit?
No. The contract draws one unused metadata ID after the proof is accepted.