Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/idep-network/testnet-binaries
- Owner: IDEP-network
- Created: 2021-08-10T18:03:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-20T09:10:29.000Z (over 3 years ago)
- Last Synced: 2024-09-12T23:34:59.981Z (4 months ago)
- Topics: denali, node, testnet
- Language: Dockerfile
- Homepage:
- Size: 26.3 MB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-denaliEg: 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)