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

Mining on private network & wrong DAG epoch #674

Closed
debris opened this issue Apr 8, 2015 · 1 comment
Closed

Mining on private network & wrong DAG epoch #674

debris opened this issue Apr 8, 2015 · 1 comment

Comments

@debris
Copy link
Contributor

debris commented Apr 8, 2015

After mining on main network, I unable to mine on private one.

--- ethereum/go-ethereum ‹develop* ?› » ./geth console                                                                                                                                                  2 ↵
Welcome to the FRONTIER
> admin.miner.start()
true
> eth.blockNumber
51365
> ^C
2015/04/08 20:21:18 [TXP] Stopped
2015/04/08 20:21:18 [Blockpool] Stopping...
2015/04/08 20:21:18 [Blockpool] Stopped
--- ethereum/go-ethereum ‹develop* ?› » ./geth --datadir="/Users/marekkotewicz/Library/eth0" --bootnodes="" --protocolversion="101" --rpc=true --rpccorsdomain="http://localhost:2000" console
Welcome to the FRONTIER
> admin.miner.start()
[native] error Saved DAG in '/tmp/dag' reports to be from future epoch 1 (current epoch is 0)

> eth.blockNumber
955
@obscuren
Copy link
Contributor

obscuren commented Apr 8, 2015

This will be addressed once ethash takes core of file handling. #555

Once ethash is finished, its API will allow us to specify the in which location the DAG is saved and properly revisions the DAGs. This will then be a non-issue.

@obscuren obscuren changed the title mining on private network, dag issue Mining on private network & wrong DAG epoch Apr 8, 2015
@zelig zelig mentioned this issue Apr 20, 2015
15 tasks
@obscuren obscuren closed this as completed May 6, 2015
jpeletier pushed a commit to epiclabs-io/go-ethereum that referenced this issue Jun 8, 2018
swarm/network: scale down test - TestFileRetrieval
ngtuna added a commit to ngtuna/tomochain that referenced this issue Sep 12, 2019
…ching-transaction

Force adding matching transaction to the current block
tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this issue Jan 20, 2022
maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Jun 9, 2023
CI: Update matic-cli branch in integration tests
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

2 participants