Coder Social home page Coder Social logo

launch's People

Contributors

clarkchenc avatar ethan1844 avatar yuekun0707 avatar zhang0125 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

launch's Issues

bttc seed nodes incorrect

the mainnet bttc seed nodes are incorrect (seed nodes are for network id 1029, not for mainnet 199):

DEBUG[12-13|19:30:48.016] Adding p2p peer                          peercount=1 id=114411605d6120c1 conn=dyndial addr=107.20.250.182:30303 name=bor/v0.2.8-stable-e2...
DEBUG[12-13|19:30:48.016] Adding p2p peer                          peercount=2 id=f724c19b63e0529a conn=dyndial addr=54.157.35.210:30303  name=bor/v0.2.8-stable-e2...
DEBUG[12-13|19:30:48.097] Ethereum handshake failed                id=114411605d6120c1 conn=dyndial err="network ID mismatch: 199 (!= 1029)"
DEBUG[12-13|19:30:48.097] Message handling failed in `snap`        peer=11441160 err=EOF
DEBUG[12-13|19:30:48.097] Removing p2p peer                        peercount=1 id=114411605d6120c1 duration=81.316ms req=false err="network ID mismatch: 199 (!= 1029)"
DEBUG[12-13|19:30:48.098] Message handling failed in `snap`        peer=f724c19b err=EOF
DEBUG[12-13|19:30:48.098] Ethereum handshake failed                id=f724c19b63e0529a conn=dyndial err="network ID mismatch: 199 (!= 1029)"
DEBUG[12-13|19:30:48.098] Removing p2p peer                        peercount=0 id=f724c19b63e0529a duration=81.547ms req=true  err="subprotocol error"
DEBUG[12-13|19:30:48.148] Adding p2p peer                          peercount=1 id=d5186f408b19f91d conn=dyndial addr=54.219.27.155:30303  name=bor/v0.2.8-stable-e2...
DEBUG[12-13|19:30:48.156] Adding p2p peer                          peercount=2 id=9f7c9fb3fbaa28ea conn=dyndial addr=54.241.235.101:30303 name=bor/v0.2.8-stable-e2...
DEBUG[12-13|19:30:48.295] Ethereum handshake failed                id=d5186f408b19f91d conn=dyndial err="network ID mismatch: 199 (!= 1029)"
DEBUG[12-13|19:30:48.295] Message handling failed in `snap`        peer=d5186f40 err=EOF
DEBUG[12-13|19:30:48.295] Removing p2p peer                        peercount=1 id=d5186f408b19f91d duration=147.327ms req=false err="network ID mismatch: 199 (!= 1029)"
DEBUG[12-13|19:30:48.307] Message handling failed in `snap`        peer=9f7c9fb3 err=EOF
DEBUG[12-13|19:30:48.307] Ethereum handshake failed                id=9f7c9fb3fbaa28ea conn=dyndial err="network ID mismatch: 199 (!= 1029)"
DEBUG[12-13|19:30:48.307] Removing p2p peer                        peercount=0 id=9f7c9fb3fbaa28ea duration=151.450ms req=true  err="subprotocol error"
DEBUG[12-13|19:30:52.267] Removed dead node                        b=13 id=9f7c9fb3fbaa28ea ip=54.241.235.101 checks=0
DEBUG[12-13|19:30:53.901] NTP sanity check done                    drift=5.098972ms
INFO [12-13|19:30:58.375] Looking for peers                        peercount=0 tried=4 static=0

Hm

I like

bootstrap peers running delivery-1028

When trying to sync deliveryd with bootstrap peers as specified in testnet-1029

I'm getting an error indicating the bootstrap nodes are still running delivery-1028:

I[2021-12-07|13:30:25.220] starting ABCI with Tendermint                module=main
E[2021-12-07|13:30:25.847] dialing failed (attempts: 1): incompatible: Peer is on a different network. Got delivery-1028, expected delivery-1029 module=pex [email protected]:26656
E[2021-12-07|13:30:25.850] dialing failed (attempts: 1): incompatible: Peer is on a different network. Got delivery-1028, expected delivery-1029 module=pex [email protected]:26656
E[2021-12-07|13:30:26.043] dialing failed (attempts: 1): incompatible: Peer is on a different network. Got delivery-1028, expected delivery-1029 module=pex [email protected]:26656
E[2021-12-07|13:30:26.043] dialing failed (attempts: 1): incompatible: Peer is on a different network. Got delivery-1028, expected delivery-1029 module=pex [email protected]:26656
E[2021-12-07|13:30:26.498] Error dialing peer                           module=p2p err="incompatible: Peer is on a different network. Got delivery-1028, expected delivery-1029"
E[2021-12-07|13:30:27.488] Error dialing peer                           module=p2p err="incompatible: Peer is on a different network. Got delivery-1028, expected delivery-1029"
E[2021-12-07|13:30:27.536] Error dialing peer                           module=p2p err="incompatible: Peer is on a different network. Got delivery-1028, expected delivery-1029"
E[2021-12-07|13:30:27.732] Error dialing peer                           module=p2p err="incompatible: Peer is on a different network. Got delivery-1028, expected delivery-1029"

no service.sh file?

okay so to start im on ubuntu 20.04 trying to setup the launch directory but it keeps saying that service.sh isnt a file which makes sense considering it isnt where its looking either

i try and run the following commands from the node deployment in the docs

cp -rf launch/mainnet-v1/sentry/sentry ~/node

cp launch/mainnet-v1/service.sh ~/node

the first one succeeds the second i received the following error

bttc@bttc:~$ sudo cp /root/launch/mainnet-v1/service.sh ~/node
cp: cannot stat '/root/launch/mainnet-v1/service.sh': No such file or directory

even running as root same issue with or without root

how/where can i find this file or what not to fix this error?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.