mining-pool icon indicating copy to clipboard operation
mining-pool copied to clipboard

Nimiq Mining-Pool Server

Results 10 mining-pool issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...

dependencies

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.merge&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

A major mining pool using this implementation has reported delays in distribution of block templates to miners with large amounts of pending transactions. No delays seem to appear when the...

bug
help wanted

Hey , i notice some deadlocks trigered by PoolService and PoolServer. This happen when ```PoolServer._flushSharesToDb() ```run in same time with ```PoolService._removeOldDbEntries()``` . Mysql Details: ``` LATEST DETECTED DEADLOCK ------------------------ ***...

It seems the ban metrics has some problems, many innocent miners are banned.

@mar-v-in Based on our conversation around https://github.com/nimiq-network/developer-reference/pull/24 This PR does a few things: 1) Adds knowledge of `deviceData` to `PoolAgent` 2) Adds public read-only properties to `PoolAgent`, since we will...

@mar-v-in @sisou @fiaxh @styppo This PR: 1) Adds a config setting to `PoolServer` for a read-only endpoint. This is extremely important for database scalability, because while read endpoints can be...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies