Mining in CITU pool
1. Official CITU pool mining
- Download and install the wallet (version 0.32.215 or higher).
- Open settings: http://localhost:8082/seting.
- In the first two fields enter the pool host http://194.87.236.238:82/ and click “change server” / “change pool host”.
- In the third field paste your public key and click “change miner address”.
- Verify pool address: http://194.87.236.238:82/pool/getPoolAddress.
- After configuration in the wallet, start mining as usual.
2. Running your own CITU pool
- Download and run the server as usual — the server itself is the pool.
- Edit the configuration file "seting" in C:\server\resources\privatePool: insert your public and private keys and poolCommission (0.1 for 10%).
- Start the server:
- Ensure the server listens on port 82 and responds to GET /pool/getPoolAddress.
- Tell miners to use your host instead of "194.87.236.238:82" and the pool public key from the seting file.
3. How rewards are distributed
- When a block is found, the pool receives all coins to its address.
- The pool commission (poolCommission) is subtracted; the remainder is available for distribution.
- Miner weight = 2^(blockDifficulty – 17); share = minerWeight / totalWeight; payout = share × (reward – commission).
- If a miner earns from multiple blocks, the pool aggregates sums into a single transaction.
- Pending transactions are accounted for to avoid double payments.
After configuration in the wallet, start mining as usual.