Implement max clients #518
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
parasitepool/para#518
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently we have a very short extranonce extension size of just 1 so per Upstream it only allows 256 stratum sessions. We should implement that such that it refuses a connection if it is full. There are more subtelties because we need to check that no overlap between assinged enonce1 etc,.
depending on how big the extranonce extension is there is a max amount of stratifier sessions that will guarantee unique work
that max is per upstream (ie per enonce1)