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

Miner control #430

Closed
wants to merge 2 commits into from
Closed

Miner control #430

wants to merge 2 commits into from

Conversation

tgerring
Copy link
Contributor

@tgerring tgerring commented Mar 5, 2015

First attempt at adding/removing miner threads per #424

Untested, request for comment

@xcthulhu
Copy link
Contributor

xcthulhu commented Mar 5, 2015

Ethash mining is not thread safe. If you try to spin up two miners then the second will have to wait for the first to unlock a mutex.

@obscuren
Copy link
Contributor

obscuren commented Mar 6, 2015

I'm working on that issue in ethash, @xcthulhu.

@tgerring tgerring closed this Mar 27, 2015
@tgerring tgerring deleted the minercontrol branch April 9, 2015 12:13
jpeletier pushed a commit to epiclabs-io/go-ethereum that referenced this pull request Apr 25, 2018
…-protocol

swarm: remove double stream protocol in protocols
ngtuna pushed a commit to ngtuna/tomochain that referenced this pull request Feb 1, 2019
tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this pull request Jan 20, 2022
maoueh pushed a commit to streamingfast/go-ethereum that referenced this pull request Dec 9, 2022
* merge geth v1.10.15

* fix: Removed FastSync from cli server

* fix: TestHeadersRLPStorage

* Added t.skip(ETH2 in bor)

* fix: flow in create consensus engine

* bumped version

* Fix typo

* increase block time

* remove file

* bumped version

* merge gethv1.10.17

* bumped version

* fix failing tests

* Bump Go version to v1.18 (ethereum#368)

* Bump Go version to v1.18.1

* Build using netgo tag

This will create a static build using Go native networking stack.

Checked and it works stable for all archs and distros.

* Fix meta

* initial implementation for common ancestor approach

* extract whitelist interface

* fix types

* fix tests and format

* add unit tests for IsValidChain function

* more tests

* wip

* test ErrCheckpointMismatch

* minor fixes

* fix test

* dont panic

* fmt

* Limit state sync by gas

* Added logging for state-sync total gas usage

* Added number of event-records in log

* Minor Changes

* Minor Fix

* Adding individual gasUsed

* Minor Fix

* fix: return value for no remote block

* handle all errors

* modularise fake chain validator in downloader

* add more tests

* fix tests

* Modifying miner.recommit flag and its adjustment function. (ethereum#370)

* changed min/max/current recommit values

* Remove Hardcoded min/max

* Code Sanitization

* Skipping tests for constant recommit interval

* Adding default miner.recommit value

* Minor Change

* Increased default value of rpc.txfeecap to 5

* add debug rpc endpoints for checkpoint whitelist service

* minor fixes and enhancements

* avoid capping warnings for gas set by internal system transactions

* use typed mocks

* fix

* fix

* fix

* fix close

* fix

* Create stale.yml

* Fix bor consensus checkpoint bug

Co-authored-by: Arpit Temani <[email protected]>
Co-authored-by: Shivam Sharma <[email protected]>
Co-authored-by: Manav Darji <[email protected]>
Co-authored-by: Sandeep Sreenath <[email protected]>
Co-authored-by: Victor Castell <[email protected]>
Co-authored-by: Ferran <[email protected]>
Co-authored-by: Krishna Upadhyaya <[email protected]>
Co-authored-by: Karlo <[email protected]>
Co-authored-by: Sandeep Sreenath <[email protected]>
Co-authored-by: Jerry <[email protected]>
tanishqjasoria pushed a commit to tanishqjasoria/go-ethereum that referenced this pull request Oct 31, 2023
s1na pushed a commit to s1na/go-ethereum that referenced this pull request Dec 2, 2024
* stop create xdcx tx
* refactor disable flag
* disable miner only
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

Successfully merging this pull request may close these issues.

3 participants