Manta icon indicating copy to clipboard operation
Manta copied to clipboard

Not able to connect peers for manta testnet

Open abhiyana opened this issue 1 year ago • 1 comments

I am trying to run node for manta-testnet using docker but the peers and best blocks are showing 0

Steps to reproduce

Run below command docker run --platform=linux/amd64 -it --entrypoint=/usr/local/bin/manta mantanetwork/manta:latest --chain=manta-testnet -- --chain=rococo

Expected Behaviour

Should able to connect to peers and best blocks should not be zero

System

OS: Mac OS

abhiyana avatar Feb 08 '24 11:02 abhiyana

Yeah our docker image is not maintained right now and pretty old

For now use the raw binary built in the release (or compile from source).

We will start maintaining a docker image at some point in the near future

ferrell-code avatar Feb 08 '24 18:02 ferrell-code

Seems fixed

Dengjianping avatar May 31 '24 03:05 Dengjianping