IoTeX: How To create a full testnet node
INTRODUCTION
Hello everyone, last week developers team publicated IoTeX testnet, it is an IoT centred blockchain.Unlike other blockchains, a full node IoTeX can be install into lowenergy devices (raspberry). Now its database is 1.6 GB large
This guide help you to deploy a testnet node
REQUIREMENTS
The iotex-core is packaged into a docker image. So you must have docker into your 64bit system.Official installation guide links:
After that you must install docker compose tool
INSTALLATION
I create a github repository to deploy a full node quickly.
Below a sequence of commands:
- repository download
- git
- git clone https://github.com/Fabryprog/iotex-core-compose.git
- zip
- https://codeload.github.com/Fabryprog/iotex-core-compose/zip/master
- copy the file config.template.yml into config.yml
- edit the file config.yml. You must put your public IP
- execute start command
- docker-compose up -d
Use follow command to show the application log
docker logs iotext_iotex-core_1
(log example)
IOTEXT EXPLORER
In addition to iotex-core software i put another official software: iotex-explorer
To open your iotex-explorer, open your preferite browser to address
http://PUBLIC IP ADDRESS:4004/
King Regards
Commenti
Posta un commento