ethereum / pyethapp

MIT License
1.28k stars 605 forks source link

Syncing Issues #239

Open moyphilip opened 7 years ago

moyphilip commented 7 years ago

Checklist

System/environment

Expected behaviour

Some connected peers

Observed behaviour

No connected peers

Steps to reproduce

I run this: pyethapp run

And this is the output with a continuous: INFO:p2p.peer received hello client_version=Geth/v1.6.5-stable-cf87713d/linux-amd64/go1.7 version=4 capabilities=(('eth', 63), ('eth', 62), ('les', 1))

Output: INFO:app using data in path=/Users/philipmoy/Library/Application Support/pyethapp INFO:config loading config path=/Users/philipmoy/Library/Application Support/pyethapp INFO:accounts searching for key files directory=/Users/philipmoy/Library/Application Support/pyethapp/keystore INFO:accounts found account(s) accounts=[<Account(address=, id=)>] INFO:app registering service service=accounts INFO:db No contrib directory found, so not loading any user services INFO:db opening LevelDB path=/Users/philipmoy/Library/Application Support/pyethapp/leveldb max_open_files=32000 block_cache_size=8388608 write_buffer_size=4194304 INFO:app registering service service=db INFO:p2p.discovery NodeDiscovery init INFO:p2p.discovery starting discovery proto this_enode=enode://c44245dd9da4af450731019ad60fefb30d72c29f2fb09c92eeee11df7a3064c58d1708a003bfe37ea9ca19a764d896feed9ba154e355a6f6e3e7c32bb6f2a314@0.0.0.0:30303 INFO:app registering service service=discovery INFO:p2p.peermgr PeerManager init INFO:app registering service service=peermanager INFO:eth.chainservice initializing chain Initializing chain from provided genesis declaration INFO:eth.chainservice chain at number=0 INFO:eth.block_creation Creating head candidate INFO:eth.block Block pre-sealed, 0 gas used INFO:eth.block_creation Created head candidate successfully INFO:app registering service service=chain WARNING:jsonrpc could not import solidity INFO:app registering service service=jsonrpc WARNING:jsonrpc could not import solidity INFO:app registering service service=ipc INFO:app registering service service=console INFO:app starting INFO:p2p.peermgr starting peermanager INFO:p2p.peermgr starting listener addr=('0.0.0.0', 30303) INFO:p2p.discovery starting discovery INFO:p2p.discovery starting listener host=0.0.0.0 port=30303 INFO:jsonrpc starting IPCRPCServer ipcpath=/tmp/pyethapp.ipc INFO:jsonrpc starting JSONRPCServer port=4000 INFO:p2p.peermgr waiting for bootstrap INFO:p2p.peer received hello client_version=Geth/v1.6.5-stable-cf87713d/linux-amd64/go1.7 version=4 capabilities=(('eth', 63), ('eth', 62), ('les', 1)) INFO:p2p.peer received hello client_version=Geth/v1.6.5-stable-cf87713d/linux-amd64/go1.7 version=4 capabilities=(('eth', 63), ('eth', 62), ('les', 1)) INFO:p2p.peer received hello client_version=Geth/v1.6.5-stable-cf87713d/linux-amd64/go1.7 version=4 capabilities=(('eth', 63), ('eth', 62), ('les', 1)) INFO:p2p.peer received hello client_version=Geth/v1.6.5-stable-cf87713d/linux-amd64/go1.7 version=4 capabilities=(('eth', 63), ('eth', 62), ('les', 1)) INFO:p2p.peer received hello client_version=Geth/v1.6.5-stable-cf87713d/linux-amd64/go1.7 version=4 capabilities=(('eth', 63), ('eth', 62), ('les', 1))

step21 commented 6 years ago

Same here. As it seems, pyethapp is not up to date with the latest upgrades/forks of the other clients anymore, and thus cannot sync. I would be glad to be wrong, otherwise the docs should be updated to reflect this.