Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idep-network/testnet-binaries

Binaries for Testnet Nodes
https://github.com/idep-network/testnet-binaries

denali node testnet

Last synced: about 1 month ago
JSON representation

Binaries for Testnet Nodes

Awesome Lists containing this project

README

        

# testnet-binaries
Binaries for Testnet Nodes

# Quick Start: run a Testnet docker container #

Step 1: Start Freeflow router (one instance per server)
```
sudo docker run --name node -e moniker='Your_moniker' -e chain='Your_Chain' -e api='your_api_token' -p 26656:26656 -p 26657:26657 -p 1317:1317 -itd idepnetwork/testnet-denali

Eg: sudo docker run --name node -e moniker='Master' -e chain='Test-Denali' -e api='[email protected]:26656,[email protected]:26656' -p 26656:26656 -p 26657:26657 -p 1317:1317 -itd idepnetwork/testnet-denali
```

Step 2: Log into the Node container with
```
sudo docker exec -it node bash
```
Step 3: Check Node status
```
iond status
```

# Docker Installation: #
if you don't have docker on your host, you can simply install it with
```
sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
```

## NOTE:
After docker restart rpc will not work. You have to change rpc address to tcp://127.0.0.1:26657 instead of the default tcp://0.0.0.0:26657 in the nodes settings.

# Contacts #

For any further questions speak to the team on our [Discord](https://discord.gg/Jrarctk4hG)