Code Monkey home page Code Monkey logo

Comments (5)

jmprcx avatar jmprcx commented on July 18, 2024

It's saying that the pool can't read the response for getblocktemplate from the wallet. It could be that the wallet hasn't fully synced yet and will go away by itself or that the configuration settings aren't right.

from z-nomp.

ceozero avatar ceozero commented on July 18, 2024

@joshuayabut Is this working properly? Why can not find the block for a long time.

2016-12-22 19:33:01 [Switching] [Setup] (equihash) Setting proxy difficulties after pool start
2016-12-22 19:33:01 [Website] [zclassic] Unauthorized RPC access - invalid RPC username or password
2016-12-22 19:33:01 [Switching] [Setup] (Thread 2) Loading last proxy state from redis
2016-12-22 19:33:01 [Pool] [zclassic] (Thread 2) Share processing setup with redis (127.0.0.1:6379)
2016-12-22 19:33:01 [Pool] [zclassic] (Thread 2) Stratum Pool Server Started for zclassic [ZCL] {equihash}
2016-12-22 19:33:01 [Switching] [Setup] (equihash) Setting proxy difficulties after pool start
2016-12-22 19:33:01 [Master] [PoolSpawner] Spawned 1 pool(s) on 4 thread(s)
2016-12-22 19:33:01 [Switching] [Setup] (Thread 3) Loading last proxy state from redis
2016-12-22 19:33:01 [Pool] [zclassic] (Thread 3) Share processing setup with redis (127.0.0.1:6379)
2016-12-22 19:33:01 [Pool] [zclassic] (Thread 3) Stratum Pool Server Started for zclassic [ZCL] {equihash}
2016-12-22 19:33:01 [Switching] [Setup] (equihash) Setting proxy difficulties after pool start
2016-12-22 19:33:01 [Switching] [Setup] (Thread 4) Loading last proxy state from redis
2016-12-22 19:33:01 [Pool] [zclassic] (Thread 4) Share processing setup with redis (127.0.0.1:6379)
2016-12-22 19:33:01 [Pool] [zclassic] (Thread 4) Stratum Pool Server Started for zclassic [ZCL] {equihash}
2016-12-22 19:33:01 [Switching] [Setup] (equihash) Setting proxy difficulties after pool start
2016-12-22 19:33:17 [Pool] [zclassic] (Thread 4) Block notification via RPC polling
2016-12-22 19:33:17 [Pool] [zclassic] (Thread 1) Block notification via RPC polling
2016-12-22 19:33:17 [Pool] [zclassic] (Thread 2) Block notification via RPC polling
2016-12-22 19:33:18 [Pool] [zclassic] (Thread 3) Block notification via RPC polling
Pool workers notified
2016-12-22 19:34:12 [Pool] [zclassic] (Thread 4) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:34:12 [Pool] [zclassic] (Thread 2) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:34:12 [Pool] [zclassic] (Thread 1) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:34:13 [Pool] [zclassic] (Thread 3) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:35:07 [Pool] [zclassic] (Thread 4) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:35:07 [Pool] [zclassic] (Thread 2) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:35:07 [Pool] [zclassic] (Thread 1) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:35:08 [Pool] [zclassic] (Thread 3) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:35:52 [Pool] [zclassic] (Thread 3) Block notification via RPC polling
2016-12-22 19:35:52 [Pool] [zclassic] (Thread 2) Block notification via RPC polling
2016-12-22 19:35:52 [Pool] [zclassic] (Thread 4) Block notification via RPC polling
2016-12-22 19:35:52 [Pool] [zclassic] (Thread 1) Block notification via RPC polling
Pool workers notified
2016-12-22 19:36:47 [Pool] [zclassic] (Thread 3) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:36:47 [Pool] [zclassic] (Thread 2) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:36:47 [Pool] [zclassic] (Thread 4) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:36:47 [Pool] [zclassic] (Thread 1) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:37:42 [Pool] [zclassic] (Thread 3) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:37:42 [Pool] [zclassic] (Thread 2) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:37:42 [Pool] [zclassic] (Thread 4) No new blocks for 55 seconds - updating transactions & rebroadcasting work
2016-12-22 19:37:42 [Pool] [zclassic] (Thread 1) No new blocks for 55 seconds - updating transactions & rebroadcasting work

from z-nomp.

jmprcx avatar jmprcx commented on July 18, 2024

Hi this looks pretty normal. It is checking if a block has been found every 55 seconds and if not it updates the transactions in order to include more miner fees/rewards.

The error is showing multiple times because the pool is running in more than one thread. But if you check the timestamps it's showing expected activity.

from z-nomp.

ceozero avatar ceozero commented on July 18, 2024

Yesterday such a situation 24 hours did not find a block, the same force SOLO day can find the block of 50. This is why?

from z-nomp.

jmprcx avatar jmprcx commented on July 18, 2024

I can't really answer that question without knowing your total hashrate and how long you've been testing... It could just be bad luck.

If you think something is broken you can always try the pool on testnet.

from z-nomp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.