You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after fixing blohash to be able to submit blocks the website doesnt receive blocks,
i find them but wont update blocks so wont do payments also because they arent confirmed by the gui
ived change
blockHash = util.reverseBuffer(util.sha256d(headerBuffer, nTime)).toString('hex');
so it submitblocks.....but now i have another problem blocks arent updated has pending,orphan or even get confirms just "0" blocks everywere
The text was updated successfully, but these errors were encountered:
after fixing blohash to be able to submit blocks the website doesnt receive blocks,
i find them but wont update blocks so wont do payments also because they arent confirmed by the gui
ived change
blockHash = util.reverseBuffer(util.sha256d(headerBuffer, nTime)).toString('hex');
so it submitblocks.....but now i have another problem blocks arent updated has pending,orphan or even get confirms just "0" blocks everywere
The text was updated successfully, but these errors were encountered: