Mining in CITU pool

1. Official CITU pool mining

Настройка кошелька CITU
  1. Download and install the wallet (version 0.32.215 or higher).
  2. Open settings: http://localhost:8082/seting.
  3. In the first two fields enter the pool host http://194.87.236.238:82/ and click “change server” / “change pool host”.
  4. In the third field paste your public key and click “change miner address”.
  5. Verify pool address: http://194.87.236.238:82/pool/getPoolAddress.
  6. After configuration in the wallet, start mining as usual.

2. Running your own CITU pool

  1. Download and run the server as usual — the server itself is the pool.
  2. Edit the configuration file "seting" in C:\server\resources\privatePool: insert your public and private keys and poolCommission (0.1 for 10%).
  3. Start the server:
  4. Ensure the server listens on port 82 and responds to GET /pool/getPoolAddress.
  5. 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

  1. When a block is found, the pool receives all coins to its address.
  2. The pool commission (poolCommission) is subtracted; the remainder is available for distribution.
  3. Miner weight = 2^(blockDifficulty – 17); share = minerWeight / totalWeight; payout = share × (reward – commission).
  4. If a miner earns from multiple blocks, the pool aggregates sums into a single transaction.
  5. Pending transactions are accounted for to avoid double payments.

After configuration in the wallet, start mining as usual.