Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extra nonce2's size is NOT 8 bytes #3

Closed
banjochose opened this issue Nov 29, 2016 · 3 comments
Closed

extra nonce2's size is NOT 8 bytes #3

banjochose opened this issue Nov 29, 2016 · 3 comments

Comments

@banjochose
Copy link

./agent -c agent_conf.json -l log_btcagent
F1129 21:51:49.026087 11402 Server.cc:710] extra nonce2's size is NOT 8 bytes
*** Check failure stack trace: ***
@ 0x7f315f86cbcd google::LogMessage::Fail()
@ 0x7f315f86eb48 google::LogMessage::SendToLog()
@ 0x7f315f86c763 google::LogMessage::Flush()
@ 0x7f315f86f47e google::LogMessageFatal::~LogMessageFatal()
@ 0x409b65 UpStratumClient::handleStratumMessage()
@ 0x40a3b2 StratumServer::upReadCallback()
@ 0x7f315f6342ea bufferevent_readcb
@ 0x7f315f629a10 event_base_loop
@ 0x40b1a2 StratumServer::setup()
@ 0x40524e main
@ 0x7f315ea55f45 __libc_start_main
@ 0x40554f (unknown)
Aborted (core dumped)

I am having very similar error for running btcpool as well

@jabiers
Copy link

jabiers commented Nov 21, 2018

same issue

@YihaoPeng
Copy link
Contributor

YihaoPeng commented Apr 8, 2019

BTCAgent can only be connected to the stratum server of the BTCPool project, and its extra nonce2's size will be 8 bytes.

It doesn't make sense to connect to other pool's server. Because they do not support the BTCAgent protocol so no share can be submited.

@yuribasketasia
Copy link

yuribasketasia commented Jun 21, 2019

How to solve this?
./agent -c agent_conf.json -l log_btcagent
F1129 21:51:49.026087 11402 Server.cc:710] extra nonce2's size is NOT 8 bytes
*** Check failure stack trace: ***
@ 0x7f315f86cbcd google::LogMessage::Fail()
@ 0x7f315f86eb48 google::LogMessage::SendToLog()
@ 0x7f315f86c763 google::LogMessage::Flush()
@ 0x7f315f86f47e google::LogMessageFatal::~LogMessageFatal()
@ 0x409b65 UpStratumClient::handleStratumMessage()
@ 0x40a3b2 StratumServer::upReadCallback()
@ 0x7f315f6342ea bufferevent_readcb
@ 0x7f315f629a10 event_base_loop
@ 0x40b1a2 StratumServer::setup()
@ 0x40524e main
@ 0x7f315ea55f45 __libc_start_main
@ 0x40554f (unknown)
Aborted (core dumped)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants