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

Geth/v0.9.19/darwin/go1.4 - Errors #903

Closed
jmiehau opened this issue May 10, 2015 · 4 comments
Closed

Geth/v0.9.19/darwin/go1.4 - Errors #903

jmiehau opened this issue May 10, 2015 · 4 comments

Comments

@jmiehau
Copy link

jmiehau commented May 10, 2015

At OS X Yosemite, trying to connect to the blockchain

Last login: Sun May 10 16:15:36 on ttys001
/Users/xx/Downloads/geth\ 2 ; exit;
iMac-de-xx:~ xx$ /Users/xx/Downloads/geth\ 2 ; exit;

Welcome to the
FRONTIER

I0510 16:18:30.933057 19165 backend.go:236] Protocol Version: 60, Network Id: 0
I0510 16:18:30.933090 19165 backend.go:246] Blockchain DB Version: 2
I0510 16:18:30.933994 19165 chain_manager.go:235] Last block (#74240) 3ae52b3dc3964c60269ce3796b5a90dda79c9a85b00e6d58c507afc8a3b93861 TD=136666539714
I0510 16:18:31.385410 19165 cmd.go:107] Starting Geth/v0.9.19/darwin/go1.4
I0510 16:18:31.385495 19165 server.go:209] Starting Server
I0510 16:18:41.489045 19165 nat.go:94] network port 30303 could not be mapped: no UPnP or NAT-PMP router discovered
I0510 16:18:41.951137 19165 udp.go:189] Listening, enode://fdc9a2345e5677d3b3db0065450caa864ee2f7044dce18616e6552584f7654b8a1ec9326787217939a84695f72d98f7a29996174aad4c1566a1dad5593b885b1@192.167.1.10:30303
I0510 16:18:41.951256 19165 backend.go:450] Server started
I0510 16:18:41.951240 19165 server.go:349] Listening on [::]:30303
I0510 16:19:10.753570 19165 worker.go:292] transaction(e13c49ca) below gas price (<90% ask price). All sequential txs from this address(1e77db8f) will fail
I0510 16:19:10.753819 19165 worker.go:292] transaction(2df5969e) below gas price (<90% ask price). All sequential txs from this address(1e77db8f) will fail
I0510 16:19:10.754297 19165 worker.go:292] transaction(e13c49ca) below gas price (<90% ask price). All sequential txs from this address(1e77db8f) will fail
I0510 16:19:10.754512 19165 worker.go:292] transaction(2df5969e) below gas price (<90% ask price). All sequential txs from this address(1e77db8f) will fail

@tgerring
Copy link
Contributor

Is the client itself crashing or simply outputting the errors above?

If a crash, can you paste the resulting stack dump or link it via a Gist/Pastebin?

@jmiehau jmiehau changed the title Geth/v0.9.19/darwin/go1.4 - Crashing Geth/v0.9.19/darwin/go1.4 - Errors May 10, 2015
@jmiehau
Copy link
Author

jmiehau commented May 10, 2015

@tgerring, Outputting the errors above.
Already I changed the title.

@tgerring
Copy link
Contributor

Possibly related to #902

@obscuren
Copy link
Contributor

Not an error. Just an informative message

obscuren added a commit to obscuren/go-ethereum that referenced this issue May 10, 2015
* core: Added GasPriceChange event
* eth: When one of the DB flush methods error a fatal error log message
  is given. Hopefully this will prevent corrupted databases from
  occuring.
* miner: remove transactions with low gas price. Closes ethereum#906, ethereum#903
obscuren added a commit to obscuren/go-ethereum that referenced this issue May 11, 2015
* core: Added GasPriceChange event
* eth: When one of the DB flush methods error a fatal error log message
  is given. Hopefully this will prevent corrupted databases from
  occuring.
* miner: remove transactions with low gas price. Closes ethereum#906, ethereum#903
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