ergoplatform / Autolykos-GPU-miner

CUDA-based GPU miner for Ergo (Autolykos algorithm)
40 stars 20 forks source link

Jsmn failed to parse latest block #69

Open ExpYeti opened 3 years ago

ExpYeti commented 3 years ago

I was also experiencing the "Some of expected fields not present in /block/candidate" issue, so I reverted to a previous version (7b0d424802df5a7442f37ab15226cac205df066c) as per the suggestion from another thread.

I'm however facing with another issue where I'm informed that

2021-02-11 11:30:43,248 INFO [main thread] Waiting for block data to be published by node... 2021-02-11 11:30:43,250 ERROR [main thread] Jsmn failed to parse latest block 2021-02-11 11:30:43,250 ERROR [main thread] Block data: { "MSG" : "50B6641EE069A33A56860FD0C9D115CB11A0B63F4215F254298FF0DF5DCC3CE0", "B" : 268967393297257842017928020023141923215807489455853093468192913, "H" : 419373, "PK" : "0268D175926EBAB1718BE962832D7E0EB15F0A1ACA951AD835921CC9C557F5BE78" }

Over and over.

I also tried editing the config.json file to be the testnet node @http://159.203.36.162:9052 but I kept getting: CURL: Timeout was reached.

As far as I can tell the node seems to be synched correctly when compared to the Ergo Explorer, I've also tried rebuilding it just to be safe and I ran into the same issue

I'm on Windows 10 with Nvidia GeForce GTX 1060.

*Update: upon closer examination, winbuild.cmd gives warnings such as

autolykos.cu(575): warning: statement is unreachable httplib.h(1355): warning: statement is unreachable

along with errors such as: test.cu(149): error: too few arguments in function call

so now I'm not sure if the miner was even built correctly?