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

mist not connecting to network #380

Closed
leethax666 opened this issue Feb 24, 2015 · 19 comments
Closed

mist not connecting to network #380

leethax666 opened this issue Feb 24, 2015 · 19 comments

Comments

@leethax666
Copy link

I've had it running for a while, it's not showing any peers or downloading the blockchain. Does anyone have online peers I can add manually? Port 30303 is forwarded.

@obscuren
Copy link
Contributor

The peer discovery protocol should automatically connect to peers (and bootstrap nodes). When you restart Mist does it connect to something?

@leethax666
Copy link
Author

No, no connections. Here is the command-line output

mist
+++ genesis +++
Root: 7e204dc9cfb7acdf062ff0b8052f7fcb0b7e6593754773967932ce458d134af3
Hash: 32d9162f861a01bc8274e70b3cdb9d688fd7d8566f2f8c25cf1a882f244081c4
2015/02/24 13:57:53 [CHAIN] Last block (#0) 32d9162f861a01bc8274e70b3cdb9d688fd7d8566f2f8c25cf1a882f244081c4 TD=0
2015/02/24 13:57:53 [CLI] Main address c7c9ffd105dda8b27b5f46df3109fa77761581a8
2015/02/24 13:57:53 [RPC-HTTP] Starting RPC-HTTP server on port 8545
ETH stack took 279.532571ms
2015/02/24 13:57:53 [CLI] Starting Mist/v0.9.0/linux/go1.2.1
2015/02/24 13:57:53 [GUI] Starting GUI
2015/02/24 13:57:53 [P2P Server] Starting Server
2015/02/24 13:57:53 [JSRE] Could not load file: src/github.com/ethereum/go-ethereum/cmd/mist/assets/ext/bignumber.min.js
2015/02/24 13:57:53 [JSRE] started
2015/02/24 13:57:55 [P2P NAT] mapping error: no devices discovered
2015/02/24 13:57:55 [P2P Discovery] Listening, enode://32d464e4213657675ef4dab68c03ff64fb59fdd25706e2c7f0d765134fb6ae61aa8c21214597e8cd80ec10373d9f78771b1893654b9c4981402ba2802f4a76dc@108.38.20.16:30303
2015/02/24 13:57:55 [Blockpool] Started
2015/02/24 13:57:55 [SHH] Whisper started
2015/02/24 13:57:55 [P2P Server] Listening on [::]:30303
2015/02/24 13:57:55 [SERV] Server started
2015/02/24 13:57:57 [P2P NAT] mapping error: goupnp: SOAP request got HTTP 500 Internal Server Error
2015/02/24 13:58:04 catalog.qml:87: :20:"loaded?"
2015/02/24 13:58:04 browser.qml:461: :20:"loaded?"
2015/02/24 13:58:55 [MINER] committing new work with 0 txs
2015/02/24 13:58:55 MINERstarted agent[0]. mining...
2015/02/24 13:58:55 MINERstarted agent[1]. mining...
2015/02/24 13:58:55 MINERstarted agent[2]. mining...
2015/02/24 13:58:55 MINERstarted agent[3]. mining...
2015/02/24 13:59:06 [JSRE] stopped
2015/02/24 13:59:06 [GUI] Stopped
2015/02/24 13:59:06 [TXP] Stopped
2015/02/24 13:59:06 [Blockpool] Stopping...
2015/02/24 13:59:06 [RPC-HTTP] Shutdown RPC-HTTP server
2015/02/24 13:59:06 [RPC-HTTP] Error on RPC-HTTP interface: accept tcp 127.0.0.1:8545: use of closed network connection
2015/02/24 13:59:06 [Blockpool] Stopped
2015/02/24 13:59:06 [SERV] Server stopped

@leethax666
Copy link
Author

I'd like test with manually adding peers if someone can post some

@tgerring
Copy link
Contributor

Are you able to connect to peer enode://6cdd090303f394a1cac34ecc9f7cda18127eafa2a3a06de39f6d920b0e583e062a7362097c7c65ee490a758b442acd5c80c6fce4b148c6a391e946b45131365b@54.169.166.226:30303 ?

@leethax666
Copy link
Author

no effect

@alexvandesande
Copy link

I have the same issue. Also tried connecting to taylor's node.

Here's the output of command line: https://gist.github.com/alexvandesande/fb272b51c00366f75040

I am behind a single "technicolor" router right now, but not a VPN. Yesterday I was using that router + airport base station and had the same issues.

@tgerring
Copy link
Contributor

I rebuilt the Go bootnode (54.169.166.226) using latest from develop, however I'm still getting "Connection refused" when trying to connect from local Mist installation.

The log on the server is being appended to, so it seems the server receiving some connections.

@fjl
Copy link
Contributor

fjl commented Feb 25, 2015

Port 30303 is forwarded.

Do you forward the port manually in your router configuration?

In this case, could you try running with -nat extip:<YOUR IP> on the
command line?

@fjl
Copy link
Contributor

fjl commented Feb 25, 2015

"Connection refused" is ok for the Go bootnode. It does not accept TCP connections.

@leethax666
Copy link
Author

I used -nat, i'm showing one peer but they blockchain isn't downloading yet

@leethax666
Copy link
Author

it seems to only download blocks while i'm mining. still only one peer. manually adding the one above didn't work

@obscuren
Copy link
Contributor

@felix progress?

@leethax666
Copy link
Author

I fixed a problem with the qt5.4.1 repo not workin but there's no improvement

@leethax666
Copy link
Author

It starts working with both extip and external port are set via command line

i also deleted ~/.ethereum first, not sure if that mattered

@obscuren
Copy link
Contributor

obscuren commented Mar 2, 2015

Could you try latest develop branch?

@leethax666
Copy link
Author

I can't get it to compile, running this script: https://gist.github.com/tgerring/d4ab3f1672ed91a53c6c

when running "go restore" it segfaults

@tgerring
Copy link
Contributor

tgerring commented Mar 8, 2015

Should that be godep restore ?

On 08 Mar 2015, at 17:27, noflag notifications@github.com wrote:

I can't get it to compile, running this script: https://gist.github.com/tgerring/d4ab3f1672ed91a53c6c https://gist.github.com/tgerring/d4ab3f1672ed91a53c6c
when running "go restore" it segfaults


Reply to this email directly or view it on GitHub #380 (comment).

@leethax666
Copy link
Author

yeah, thats what i did

@leethax666
Copy link
Author

it looks like those instructions on the wiki are outdated. i'm using the dev ppa now, i'll start a new issue

jpeletier pushed a commit to epiclabs-io/go-ethereum that referenced this issue Apr 22, 2018
ngtuna added a commit to ngtuna/tomochain that referenced this issue Jan 3, 2019
…eward

Fix duplicate hook reward & api get reward
tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this issue Jan 20, 2022
* modifies Makefile to support most cross compilation targets

* upgrades to latest bls-zexe
tanishqjasoria pushed a commit to tanishqjasoria/go-ethereum that referenced this issue Oct 31, 2023
* add proof for predeployed storages

* reverse inneeded code

* update for mainbranch merging

* add pertx storage trace

* dummy tx proof

* add txstorage trace

* add coinbase storage as trace

* enable (sync) tracing by default

* basic

* init cgo framework

* fix break loop

* integrate the right zkevm version (ethereum#323)

* finish rust codes

* use dylib (ethereum#325)

* flip

* ?

* use cdylib

* revert

* fix

* apply_tx

* rename

* fixing types

fixing types

fixing types

* clean up

* ExecutionResults (ethereum#328)

* filling

* filling

* more

* clean up

* filling

* coinbase

* add

* MPTWitness

* ExecutionResults WIP

* L1fee

L1fee

* sender

* to

* Failed & ReturnValue

* createdAcc & after

* remove MPTWitness

* txStorageTrace

* add FeeRecipient

* add StorageTrace

* fix FFI types

* better logger

* cargo fmt

* fix

* add build tags

* update Makefile

* fix library

* improve ld path

* correctly deal with circuit_capacity_checker returned result

* fix return value

* update cargo (ethereum#333)

* update cargo

* update

* update go

* refactor

* raname `circuits capacity checker` to `circuit capacity checker`

* some refactorings

* [Fix] storage proof generation in capacity checker (ethereum#348)

* make per-tx storage and deletion proof work

* format

* fix misplaced markdeletion

---------

Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>

* docker (ethereum#363)

* update Dockerfile

* build: update go version to 1.19

* update

* fix

* fix

* try

* simplify

* revert go version

update l2geth Dockerfiles

* fix

* fix coinbase

* fix (ethereum#369)

* format

* Update version.go

* address comments

* Capacity refactor (ethereum#374)

* init

* id

* support multiple instances

* fix id

* fix conflicts

* refactor to use same codes (ethereum#379)

* re-init

* WIP

* WIP

* refactor

* go

* minor

* fix storage proof of l1gas price oracle

* move 1

* move 2

* move 3

* move 4

* move 5

move 5

* move 6

move 6

* move 7

* move 8

* move 9

* move 10

* clean up

clean up

---------

Co-authored-by: Ho Vei <noelwei@gmail.com>

* finish basic

* minor

* config capacity check in block_validator (ethereum#380)

* init

* done

ref

* fix tests

fix tests

fix tests

fix tests

* add more comments

* apply_block

* improve logs

* cargo fmt

* Capacity big refactor (ethereum#383)

* CreateTraceEnv

* WIP

* draft

more

fix

* for test

* fortet

* clean up

* add more comments

* goimports -local github.com/scroll-tech/go-ethereum -w .

* fix typos

* attempt 1

* attempt 2

* attempt 3

* gogogo

* clean up

* fix

* fix

* rename

* minor

* fix

* minor

* minor

* improve doc

* use dedicated `checkCircuitCapacity` flag (ethereum#394)

* refactor

* fix

* add lock

* [feat] capacity checking: upgrade libzkp (ethereum#395)

* upgrade

* upgrade libzkp

* write RowConsumption (ethereum#396)

* write RowConsumption

* name alignments

* revert some formatting

* add lock to CircuitCapacityChecker in BlockValidator

* remove mutex pointer

* improve github workflow

* improve

* store row consumption in mining (ethereum#397)

* prepare

* finish

* add more logs

* mark `ApplyBlock` as ready

* update libzkp (ethereum#401)

* fix

* Capacity detail (ethereum#402)

* fix(block-validation): consider skipping in ValidateL1Messages (ethereum#405)

* fix(block-validation): consider skipping in ValidateL1Messages

* fix(block): consider skipping in L1MessageCount

* fix l1 validation tests

* fix NumL1Messages

* fix impl.go return types

fix

* better error handling (ethereum#407)

* add

add

* add

* add

* add

* add

* cargo fmt

* add

* update

* add

* WIP

* minor

* gogogo

* gogogo

* fix

* fix

* fix

* cargo clippy

* improve

* improve

* creation lock (ethereum#408)

* creation lock

* update

* Debug log (ethereum#409)

* add more logs

* more

* more

* fix

* improve

* Update cmd/utils/flags.go

Co-authored-by: Péter Garamvölgyi <peter@scroll.io>

* refactor worker.commit()

* avoid re-calculate

* txpool ccc err handling (ethereum#411)

* more explicit error comments

* add more logs

* fix unnecessary commit

* add more logs

* fix `ineffassign`

* add more comments

* log id for `NewCircuitCapacityChecker` (ethereum#414)

add log to `NewCircuitCapacityChecker`

* Persist skip info for block where all L1 msgs are skipped (ethereum#415)

persist skip info for block where all L1 msgs are skipped

* Update version.go

---------

Co-authored-by: Ho Vei <noelwei@gmail.com>
Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
marioevz added a commit to marioevz/go-ethereum that referenced this issue Feb 21, 2024
)

* cmd/evm: Add `t8ntool.InputAllocMPTFlag` to the list of flags

* cmd/evm: Modify verkle conversion logic

* fix a couple of panics

---------

Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
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

5 participants