ICON Network - Hard fork general notice

It seems the loopchain update instructions are not clear for everyone. Please find the instructions here to update your loopchain node.

You have until October 26th to update. Thank you.

If you are P-Rep

  1. Check your docker image tag settings in docker-compose.yml
    If you have hardcoded the tag number, change it to the plain tag below:
    image: ‘iconloop/prep-node’ # it will be download the latest version

  2. Enter the following commands in order:
    docker-compose pull
    docker-compose down
    docker-compose up -d

If you are using snap

https://snapcraft.io/loopchain

If you’re using citizen pack

Release TAG : 20211012.0
Packages :

loopchain-2.8.1-py3-none-any.whl 
iconservice-1.9.1-py3-none-any.whl 
iconrpcserver-1.7.1-py3-none-any.whl 

Download package file

https://github.com/icon-project/icon-release/releases/download/20211012.0/20211012.0_packages.tar.gz

Download citizen pack

https://github.com/icon-project/icon-release/releases/download/20211012.0/citizen_pack_20211012.0.tar.gz

Get package checksum file

https://github.com/icon-project/icon-release/releases/download/20211012.0/package_20211012.0_sha256sum.txt

Get citizen_pack checksum file

https://github.com/icon-project/icon-release/releases/download/20211012.0/citizen_pack_20211012.0_sha256sum.txt

1 Like