ICON P-Rep Testnet Test Instructions - Part 1

in #icon5 years ago (edited)

ICON P-Rep Info - Part 1

This is some helpful instructions, information for ICON P-Rep Testnets.

Testnet Monitoring Tool

https://preptest.mon.solidwallet.io

Note: No credentials are mentioned here.

Testnet Trackers:

Yoonjeong

Jinseong

Commands for restarting the Testnet Node

$ docker-compose down
Stopping icon_prep_1 ... done
Removing icon_prep_1 ... done

Docker Compose configuration

Docker Compose configuration files for testnets (based on what you need)

version: '3'
services:
   prep:
      image: 'iconloop/prep-node:1905292100xdd3e5a'
      network_mode: host
      environment:
         LOOPCHAIN_LOG_LEVEL: "SPAM"
         DEFAULT_PATH: "/data/loopchain"
         SERVICE: "yoonjeong"
         LOG_OUTPUT_TYPE: "file"
         TIMEOUT_FOR_LEADER_COMPLAIN: "120"
         MAX_TIMEOUT_FOR_LEADER_COMPLAIN: "600"
      volumes:
         - ./data:/data
      ports:
         - 9000:9000
         - 7100:7100


version: '3'
services:
   prep:
      image: 'iconloop/prep-node:1905292100xdd3e5a'
      network_mode: host
      environment:
         LOOPCHAIN_LOG_LEVEL: "SPAM"
         DEFAULT_PATH: "/data/loopchain"
         SERVICE: "jinseong"
         LOG_OUTPUT_TYPE: "file"
         TIMEOUT_FOR_LEADER_COMPLAIN : 120
         MAX_TIMEOUT_FOR_LEADER_COMPLAIN : 600
      volumes:
         - ./data:/data
      ports:
         - 9000:9000
         - 7100:7100


Starting up...

$ docker-compose up -d
Creating icon_prep_1 ... done

Commands for restarting (& removing blocks) and re-syncing the Testnet Node

$ docker-compose down
Stopping icon_prep_1 ... done
Removing icon_prep_1 ... done

$ sudo rm -rf ./data

$ docker-compose up -d
Creating icon_prep_1 ... done


Welcome & Vote

ICONSweden_155.pngSnax-sweden_155.pngswedencornet_155.pngpeoplesproxy_155.png



Sort:  

Simple instructions 🏵

Posted using Partiko iOS

Coin Marketplace

STEEM 0.29
TRX 0.11
JST 0.033
BTC 63945.57
ETH 3135.76
USDT 1.00
SBD 4.00