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

CPU miner stops has constant hashrate and stop finding main chain blocks #985

Closed
anthony-cros opened this issue May 14, 2015 · 4 comments
Closed

Comments

@anthony-cros
Copy link

The log is here https://gist.github.com/anthony-cros/827b093c0ff8810bfa39

I can tell because miners that are working well have a hash rate that changes often, whereas this one didn't. It also corresponds to the red line that goes flat on this chart: http://imgur.com/IhZ32uq, and which tranlsates to "not finding main chain blocks" (or at least not being acknowledged as the one who found it). The other miners keep finding blocks, while this one (and another one) goes flat.

@anthony-cros
Copy link
Author

(sorry, mishap)

@anthony-cros
Copy link
Author

@Rytiss
Copy link

Rytiss commented May 15, 2015

Same issue as in #979

@zelig
Copy link
Contributor

zelig commented May 16, 2015

duplicate of #979

@zelig zelig closed this as completed May 16, 2015
maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Sep 13, 2023
…port EIP-4337 Bundled Transactions (ethereum#945)

* added new api to support conditional transactions (EIP-4337) (ethereum#700)

* Refactored the code and updated the miner to check for the validity of options (ethereum#793)

* refactored the code and updated the miner to check for the validity of options

* added new errors -32003 and -32005

* added unit tests

* addressed comments

* Aa 4337 update generics (ethereum#799)

* poc

* minor bug fix

* use common.Hash

* updated UnmarshalJSON function (reference - tynes)

* fix

* done

* linters

* with test

* undo some unintentional changes

---------

Co-authored-by: Pratik Patil <pratikspatil024@gmail.com>

* handelling the block range and timestamp range, also made timestamp a pointer

---------

Co-authored-by: Evgeny Danilenko <6655321@bk.ru>

* Added filtering of conditional transactions in txpool (ethereum#920)

* added filtering of conditional transactions in txpool

* minor fix in ValidateKnownAccounts

* bug fix

* Supporting nil knownAccounts

* lints

* bundled transactions are not announced/broadcasted to the peers

* fixed after upstream merge

* few fixes

* sentry reject conditional transaction

* Changed the namespace of conditional transaction API from `eth` to `bor` (ethereum#985)

* added conditional transaction to bor namespace

* test comit

* test comit

* added conditional transaction

* namespapce changed to bor

* cleanup

* cleanup

* addressed comments

* reverted changes in ValidateKnownAccounts

* addressed comments and removed unwanted code

* addressed comments

* bug fix

* lint

* removed licence from core/types/transaction_conditional_test.go

---------

Co-authored-by: Evgeny Danilenko <6655321@bk.ru>
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

3 participants