rahimkhoja / monero-universal-pool

Fork of cryptonote-universal-pool
http://monero.hiive.biz
GNU General Public License v2.0
17 stars 18 forks source link

Is there a workaround #5

Closed ghost closed 6 years ago

ghost commented 6 years ago
  1. Would pool start when sync would be up to date ? Why core is busy
  2. stratum authentication failed, where is the email set ?

    /monerod --version (build from sources today) Monero 'Helium Hydra' (v0.11.1.0-master-a529f0a) Then

    2018-01-05 20:20:42.113 [P2P2] INFO global src/cryptonote_protocol /cryptonote_protocol_handler.inl:310 [47.88.191.106:18080 OUT] Sync data returned a new top block candidate: 1477396 -> 1480738 [Your node is 3342 blocks (4 days) behind] SYNCHRONIZATION started

Then

node ./init.js 
2018-01-05 20:21:48 [master] Pool spawned on 1 thread(s)
2018-01-05 20:21:48 [unlocker] Started
2018-01-05 20:21:48 [charts] Started
2018-01-05 20:21:49 [payments] Started
2018-01-05 20:21:49 [chartsDataCollector] Started
2018-01-05 20:21:49 [unlocker] No blocks candidates in redis
2018-01-05 20:21:49 [payments] No workers' balances reached the minimum payment threshold
2018-01-05 20:21:49 [charts] Started
2018-01-05 20:21:49 [api] API started & listening on port 8117
2018-01-05 20:21:49 [api] Stat collection finished: 32 ms redis, 30 ms daemon
2018-01-05 20:21:49 [api] Broadcasting to 0 visitors and 0 address lookups
2018-01-05 20:21:49 [pool] (Thread 1) Error polling getblocktemplate {"code":-9,"message":"Core is busy"}
2018-01-05 20:21:49 [pool] (Thread 1) Could not start pool
2018-01-05 20:21:50 [pool] (Thread 1) Error polling getblocktemplate {"code":-9,"message":"Core is busy"}
2018-01-05 20:21:51 [pool] (Thread 1) Error polling getblocktemplate {"code":-9,"message":"Core is busy"}
ZachVan commented 6 years ago
  1. It reports Core is busy when moneod is getting the blockchain.
  2. Just wait for your blockchain to finish downloading.
ghost commented 6 years ago

Thank you. Works like a breeze. (log form ccminer...) http://pul.mine.nu/# [2018-01-06 00:01:47] accepted: 40/40 (100.00%), 221.28 H/s at diff 400 (yay!!!) [2018-01-06 00:01:51] accepted: 41/41 (100.00%), 223.35 H/s at diff 400 (yay!!!) [2018-01-06 00:01:54] accepted: 42/42 (100.00%), 188.34 H/s at diff 400 (yay!!!) [2018-01-06 00:01:54] accepted: 43/43 (100.00%), 171.86 H/s at diff 400 (yay!!!) [2018-01-06 00:01:56] accepted: 44/44 (100.00%), 177.18 H/s at diff 400 (yay!!!)