Giter Club home page Giter Club logo

equihash-solomining's Introduction

equihash-solomining's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

equihash-solomining's Issues

blocks.json: bad date value

The "date": value given in blocks.json has 3 extra digits at the end, which prevents the correct date being printed by the linux "date +%s" command. If I remove the last the digits, the correct block time is displayed.

README.md

I think you need some of the setup verbiage from Z-NOMP that covers "blocknotify" and a bit about p2p. It's really not that clear how to get it going, if that info isn't available. Maybe just link it?

Also, and I never found this "hint" anywhere, if you turn on "blocknotify" or "p2p" you should remember to set "blockRefreshInterval": to 0, otherwise the proxy will continue to poll the daemon. It would be nice if the code simply ignored "blockRefreshInterval": if either "blockNotify" or "p2p" are "true".

Blocknotify Support?

Any chance we could get the znomp "blocknotify" support moved over? How about p2p?

No database

Might leave it like this, will leave the issue up for suggestions

Logging

Might we get proper timestamps on the log entries, i.e. not "Mar 03", but a standard, all numbers, date and time (local), e.g. 2017-03-24 09:47:36 ? It's hard to mine logs without timestamps :)

Also, can we at least have an option to log from only thread 0, rather than having every thread log the exact same entry? I have 12 threads running (with fork = "auto"), and it makes the log almost unreadable.

Finally, perhaps include the block # in the "Block notification" log entry?

I know this all may sound unimportant, but my status monitoring scripts rely on logging data to be useful.

Thank you!

author Hello! I started it but the site didn't have that picture There is no valid shares after the start of the connection

There is no valid shares after the start of the connection
启动后连ζŽ₯ ηŸΏζœΊζ²‘ζœ‰ε‡ΊηŽ°ζœ‰ζ•ˆηš„ shares
website
47.93.44.197:8080

[email protected] start /root/equihash-solomining

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/node_modules/stratum-pool/node_modules/equihashverify/build/Release/:$PWD/node_modules/equihashverify/build/Release/ node init.js

POSIX Connection Limit (Safe to ignore) POSIX module not installed and resource (connection) limit was not raised
CLI: CLI listening on port undefined
[Website][Thread 0][2017/05/08 19:21:13] Example app listening at http://0.0.0.0:8080
[Init][Thread 0][2017/05/08 19:21:13] Spawned proxy on 2 threads(s)
[PoolWorker][Thread 0][2017/05/08 19:21:13] p2p connection successful
[PoolWorker][Thread 0][2017/05/08 19:21:13] Stratum Pool Server Started for zclassic [ZCL] {equihash}
Network Connected: Mainnet
Detected Reward Type: POW
Current Block Height: 104136
Current Block Diff: 124953.136282143
Current Connect Peers: 47
Network Difficulty: 124012.5920610974
Network Hash Rate: 5.70 MH
Stratum Port(s): 9999
Pool Fee Percent: 0%
Block polling every: 100 ms
[PoolWorker][Thread 1][2017/05/08 19:21:13] Stratum Pool Server Started for zclassic [ZCL] {equihash}
[PoolWorker][Thread 1][2017/05/08 19:21:13] p2p connection successful
[PoolWorker][Thread 0][2017/05/08 19:21:15] Client IP detection failed, tcpProxyProtocol is enabled yet did not receive proxy protocol message, instead got data: {"id": 1, "method": "mining.subscribe", "params": ["equihashminer", null, "47.93.44.197", "9999"]}

[PoolWorker][Thread 0][2017/05/08 19:21:15] Authorized t1UCNcD1q57AzTjMvg7VfzrEJbf7mJ1YPQ5:x@::ffff:221.204.103.42
[PoolWorker][Thread 0][2017/05/08 19:22:08] No new blocks for 55 seconds - updating transactions & rebroadcasting work
[PoolWorker][Thread 0][2017/05/08 19:23:03] No new blocks for 55 seconds - updating

error: equihash-solomining/lib/stratum/pool.js:579

The pool throws an error while running. I am connecting to the pool using miner.exe (EBWF miner).

  1. I am able to mine on Zcash node
  2. Able to connect to zcash node
  3. Expect this error pool appears to be working

Thanks for all your help.

[2017/12/27 22:42:09] getblocktemplate call failed for daemon instance 0 with error {"type":"request error","message":"socket hang up"}
[PoolWorker][Thread 0][2017/12/27 22:42:09] Block notification via RPC polling
/home/user/Zcash/equihash-solomining/lib/stratum/pool.js:579
result.response.miner = subsidy.miner;
^

TypeError: Cannot read property 'miner' of undefined
at /home/user/Zcash/equihash-solomining/lib/stratum/pool.js:579:57
at itemFinished (/home/user/Zcash/equihash-solomining/lib/stratum/daemon.js:155:36)
at /home/user/Zcash/equihash-solomining/lib/stratum/daemon.js:169:17
at parseJson (/home/user/Zcash/equihash-solomining/lib/stratum/daemon.js:85:17)
at IncomingMessage. (/home/stam2040/Zcash/equihash-solomining/lib/stratum/daemon.js:95:17)
at IncomingMessage.emit (events.js:164:20)
at endReadableNT (_stream_readable.js:1054:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
[Pool][Thread 10][2017/12/27 22:42:09] Fork 10 died, spawning replacement worker...
[PoolWorker][Thread 10][2017/12/27 22:42:12] Stratum Pool Server Started for zcash [ZEC] {equihash}

Clustering

I may be missing something, but it seems every thread is polling the daemon for work. Is that right? When I used z-nomp, I was also using "blocknotify", so I didn't notice the threads hammering the daemon the way they are now. I've turned "clustering" off, for the time being.

Config.json missing "blocknotify"

This needs to be added to the config file for "blocknotify" support:

"blockNotifyListener": {
    "enabled": false,
    "port": 17117
}

And p2p seems to be working!! Thank you!! Sent you something a while ago.

Could not parse rpc data from daemon instance 0

z170x ~/cryptomining/equihash-solomining # npm start

  1. [email protected] start /root/cryptomining/equihash-solomining

  2. LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/node_modules/stratum-pool/node_modules/equihashverify/build/Release/:$PWD/node_modules/equihashverify/build/Release/ node init.js

  3. CLI: CLI listening on port undefined

  4. [Website][Thread 0][2018/03/04 20:01:27] Example app listening at http://127.0.0.1:8080

  5. [PoolWorker][Thread 0][2018/03/04 20:01:27] Stratum Pool Server Started for bitcoin_private [BTCP] {equihash}

  6.                                             Network Connected:      Mainnet
    
  7.                                                                                             Detected Reward Type:   POW
    
  8.                                                                                                                                             Current Block Height:   280202
    
  9.                                                                                                                                                                                             Current Block Diff:     587185.357303985
    
  10.                                                                                                                                                                                                                                             Current Connect Peers:  8
    
  11.                                                                                                                                                                                                                                                                                             Network Difficulty:     152701703.8173706
    
  12.                                                                                                                                                                                                                                                                                                                                             Network Hash Rate:      33.38 MH
    
  13.                                                                                                                                                                                                                                                                                                                                                                                             Stratum Port(s):        3032
    
  14.                                                                                                                                                                                                                                                                                                                                                                                                                                             Pool Fee Percent:       0%
    
  15.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Block polling every:    100 ms
    
  16.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 1][2018/03/04 20:01:27] Stratum Pool Server Started for bitcoin_private [BTCP] {equihash}
    
  17.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 2][2018/03/04 20:01:28] Stratum Pool Server Started for bitcoin_private [BTCP] {equihash}
    
  18.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 3][2018/03/04 20:01:28] Stratum Pool Server Started for bitcoin_private [BTCP] {equihash}
    
  19.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 4][2018/03/04 20:01:28] Stratum Pool Server Started for bitcoin_private [BTCP] {equihash}
    
  20.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 5][2018/03/04 20:01:28] Stratum Pool Server Started for bitcoin_private [BTCP] {equihash}
    
  21.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 6][2018/03/04 20:01:29] Stratum Pool Server Started for bitcoin_private [BTCP] {equihash}
    
  22.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [Init][Thread 0][2018/03/04 20:01:29] Spawned proxy on 8 threads(s)
    
  23.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 7][2018/03/04 20:01:29] Stratum Pool Server Started for bitcoin_private [BTCP] {equihash}
    
  24.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:01:42] Authorized b18uxaXKZwVZBT7ad3bDkfuZoRDTLiAYxLr:x@::ffff:127.0.0.1
    
  25.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:02:22] No new blocks for 55 seconds - updating transactions & rebroadcasting work
    
  26.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 4][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  27.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752489}
    
  28.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  29.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 3][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  30.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752532}
    
  31.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  32.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 7][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  33.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752541}
    
  34.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  35.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  36.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752546}
    
  37.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  38.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 1][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  39.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752559}
    
  40.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  41.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 5][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  42.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752583}
    
  43.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  44.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 6][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  45.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752590}
    
  46.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  47.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 2][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  48.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752589}
    
  49.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  50.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 4][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  51.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752591}
    
  52.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  53.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 3][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  54.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752633}
    
  55.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  56.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 7][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  57.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752637}
    
  58.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  59.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  60.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752649}
    
  61.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  62.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 1][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  63.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752658}
    
  64.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  65.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 5][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  66.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752681}
    
  67.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  68.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 6][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  69.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752684}
    
  70.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  71.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 2][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  72.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752687}
    
  73.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  74.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 4][2018/03/04 20:02:32] Could not parse rpc data from daemon instance  0
    
  75.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211752691}
    
  76.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  77.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:03:17] No new blocks for 55 seconds - updating transactions & rebroadcasting work
    
  78.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:04:12] No new blocks for 55 seconds - updating transactions & rebroadcasting work
    
  79.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:05:07] No new blocks for 55 seconds - updating transactions & rebroadcasting work
    
  80.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:06:02] No new blocks for 55 seconds - updating transactions & rebroadcasting work
    
  81.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 2][2018/03/04 20:06:30] Could not parse rpc data from daemon instance  0
    
  82.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211990902}
    
  83.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  84.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 3][2018/03/04 20:06:30] Could not parse rpc data from daemon instance  0
    
  85.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211990917}
    
  86.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  87.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 5][2018/03/04 20:06:30] Could not parse rpc data from daemon instance  0
    
  88.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211990943}
    
  89.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  90.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 1][2018/03/04 20:06:30] Could not parse rpc data from daemon instance  0
    
  91.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211990954}
    
  92.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  93.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:06:30] Could not parse rpc data from daemon instance  0
    
  94.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211990965}
    
  95.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  96.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 6][2018/03/04 20:06:30] Could not parse rpc data from daemon instance  0
    
  97.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211990971}
    
  98.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  99.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 4][2018/03/04 20:06:30] Could not parse rpc data from daemon instance  0
    
  100.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211990987}
    
  101.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  102.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 7][2018/03/04 20:06:30] Could not parse rpc data from daemon instance  0
    
  103.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211991001}
    
  104.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  105.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 2][2018/03/04 20:06:31] Could not parse rpc data from daemon instance  0
    
  106.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211991003}
    
  107.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  108.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 3][2018/03/04 20:06:31] Could not parse rpc data from daemon instance  0
    
  109.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211991018}
    
  110.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  111.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 5][2018/03/04 20:06:31] Could not parse rpc data from daemon instance  0
    
  112.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211991040}
    
  113.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  114.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 1][2018/03/04 20:06:31] Could not parse rpc data from daemon instance  0
    
  115.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211991061}
    
  116.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  117.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:06:31] Could not parse rpc data from daemon instance  0
    
  118.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211991071}
    
  119.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  120.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 6][2018/03/04 20:06:31] Could not parse rpc data from daemon instance  0
    
  121.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211991067}
    
  122.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  123.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 4][2018/03/04 20:06:31] Could not parse rpc data from daemon instance  0
    
  124.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211991088}
    
  125.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  126.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 7][2018/03/04 20:06:31] Could not parse rpc data from daemon instance  0
    
  127.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211991099}
    
  128.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  129.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 2][2018/03/04 20:06:31] Could not parse rpc data from daemon instance  0
    
  130.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211991105}
    
  131.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  132.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 3][2018/03/04 20:06:31] Could not parse rpc data from daemon instance  0
    
  133.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Request Data: {"method":"getblocksubsidy","params":[],"id":1520211991118}
    
  134.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reponse Data: Work queue depth exceeded
    
  135.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:06:31] Block notification via RPC polling
    
  136.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:07:26] No new blocks for 55 seconds - updating transactions & rebroadcasting work
    
  137.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:08:21] No new blocks for 55 seconds - updating transactions & rebroadcasting work
    
  138.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:09:16] No new blocks for 55 seconds - updating transactions & rebroadcasting work
    
  139.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [PoolWorker][Thread 0][2018/03/04 20:10:11] No new blocks for 55 seconds - updating transactions & rebroadcasting work
    

Afar from that.. it seems its running properly.. but I wouldnt know.. this is my first day running it.

BlockNotify not Working

zcashd is calling the blocknotify.c helper, but the proxy isn't issuing the new block to the miner.

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.