在矿池服务器已满时立即断开重连,防止一直出现“pool server is full”,新矿机连不上的问题#47
Open
SwimmingTiger wants to merge 1 commit intobtccom:masterfrom
Open
在矿池服务器已满时立即断开重连,防止一直出现“pool server is full”,新矿机连不上的问题#47SwimmingTiger wants to merge 1 commit intobtccom:masterfrom
SwimmingTiger wants to merge 1 commit intobtccom:masterfrom
Conversation
Contributor
Author
|
其实可以考虑更新sserver,为BTCAgent使用单独的32位ExtraNonce分配器。毕竟BTCAgent填充的是单独的extra nonce字段,是改变header hash的那种,与sesssion id分配器对应的nonce prefix并不冲突。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
用户反馈称 #46 效果不佳,有可能5个连接都已满。而且用户说不想让连接数增长,所以改成简单粗暴的一旦已满就重连。
效果如何还有待用户反馈。