Indonode
Explorer
  • Home
  • Mainnet
    • Planq
      • Node Installation
      • Snapshot
      • Upgrade
      • CLI Cheatsheet
    • Chain4Energy
      • Node Installation
      • Upgrade
      • CLI Cheatsheet
    • Bitcanna
      • Node Installation
      • Snapshot
      • Statesync
      • Upgrade
      • CLI Cheatsheet
    • Band
      • Node Installation
      • Yoda Configuration
      • Snapshot
      • Upgrade
      • CLI Cheatsheet
    • Source
      • Node Installation
      • Snapshot
      • Statesync
      • Upgrade
      • CLI Cheatsheet
    • SGE
      • Node Installation
      • Snapshot
      • Statesync
      • Upgrade
      • CLI Cheatsheet
  • Testnet
    • Chain4Energy
      • Node Installation
      • Upgrade
      • CLI Cheatsheet
    • Selfchain
      • Node Installation
      • Upgrade
      • CLI Cheatsheet
    • Entangle
      • Node Installation
      • Snapshot
      • Upgrade
      • CLI Cheatsheet
    • Mantra
      • Node Installation
      • Snapshot
      • Upgrade
      • CLI Cheatsheet
    • Entrypoint
      • Node Installation
      • Snapshot
      • Statesync
      • Upgrade
      • CLI Cheatsheet
    • Nulink
      • Worker Installation
      • Bond Worker
      • Update Worker
    • Namada
      • Node Installation
      • Useful Commands
  • Other
Powered by GitBook
On this page
  • STAKE WITH INDONODE
  • Links
  1. Testnet

Entangle

PreviousCLI CheatsheetNextNode Installation

Last updated 1 year ago

Entangle Blockchain is built using the Cosmos SDK (includes IBC transferablity and EVM compatibility) featuring the Tendermint Core Consensus Algorithm for agreement between Validators.

The Entangle Blockchain is a highly specialized Oracle-centric Blockchain with the sole purpose of storing information for Entangle Distributed Oracle Solution and validating Oracle messages.


STAKE WITH INDONODE


Links


Version
Chain-id
Wasm

1.0.1

entangle_33133-1

DISABLED

More Summary
  • Binary Name : entangled

  • Binary Home : $HOME/.entangled

  • Denom : aNGL

  • Exponent : 18

Addrbook

curl -Ls https://snapshots.indonode.net/entangle/addrbook.json > $HOME/.entangled/config/addrbook.json

Peer

PEERS="$(curl -sS https://rpc.entangle-t.indonode.net/net_info | jq -r '.result.peers[] | "\(.node_info.id)@\(.remote_ip):\(.node_info.listen_addr)"' | awk -F ':' '{print $1":"$(NF)}' | sed -z 's|\n|,|g;s|.$||')"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$PEERS\"|" $HOME/.entangled/config/config.toml

| |

Website
Twitter
Discord