-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
no success mining #393
Comments
Don't have your answers, but I think that the command line flag "-seed=false" is equivalent to private chain mining. |
The block issue has been fixed on the latest master and develop branch. |
not really. |
@drcode doesn't seem to work:
yields:
|
@fjl Can the param be updated to use default nodes when not supplied and no nodes when an empty string is passed? |
If you do not wish to connect to any nodes, then use the |
neither maxpeer nor dial work for me.
and
|
@jorisbontje Do elaborate. I've just re-checked current chain with both |
…auth-test cmd/faucet: skip Facebook test on Travis CI
…uts (ethereum#393) * modexp support 32-bytes or less inputs * change revert string * bump version --------- Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
…ation (ethereum#384)" (ethereum#393) This reverts commit c283254.
fix timeout too fast issue
on a clean install of mist (rm -rf ~/.ethereum /go* then run install script) i am able to connect to about 7 peers and approximately 1800 blocks are downloaded. the problem i'm having is that i seem unable to successfully be rewarded when mining, and am unable to test my dapp with mist because i don't have any ether. also, when i'm mining, blocks are processed and appended to my chain but i'm assuming they're blocks that weren't mined by me because haven't received a reward, though the block count only seems to go up when i'm mining.
as an alternative solution, with alethzero i found it useful to use a private chain. are there directions on using a private chain with mist?
occasionally something like the following happens:
The text was updated successfully, but these errors were encountered: