likecoin / likecoin-chain

LikeCoin chain node binary - liked
https://docs.like.co/validator/likecoin-chain-node/setup-a-node
GNU General Public License v3.0
104 stars 23 forks source link

Initialization failed #36

Closed airled closed 2 years ago

airled commented 3 years ago

HI. I use this manual to run a node. I built image and downloaded genesis.json. But when I run init script:

[~/likecoin-chain] > sudo ./scripts/init.sh airled genesis.json 913bd0f4bea4ef512ffba39ab90eae84c1420862@34.82.131.35:26656
Unable to find image 'likechain/likechain:sheungwan' locally
docker: Error response from daemon: pull access denied for likechain/likechain, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

Seems like script tries to run incorrect image.

rickmak commented 2 years ago

Yes, the image tag in build.sh and /script/init.sh is not matching. However, the scripts/init.sh should be deprecated as of fotan. Let me send a quick fix. Please try again with the update docker-compose record. i.e. docker-compose run --rm init