Code Monkey home page Code Monkey logo

entangle's Introduction

Entangle

How To Run an Entangle Validator

Setup Your server

sudo apt update && apt upgrade -y

Installing git, make, jq, python, golangci-lint and solcjs.

sudo apt install curl git jq lz4 build-essential unzip fail2ban ufw -y

Install Go

ver="1.19"
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$ver.linux-amd64.tar.gz"
rm "go$ver.linux-amd64.tar.gz"
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profile
go version

Clone Entangle Repository and Open It

git clone https://github.com/Entangle-Protocol/entangle-blockchain
cd entangle-blockchain

Installing the application

make install

Generate Your Wallet

sh init_key.sh <key_name> <password>

Give any name youd like to give to <key_name> and in place of <password> set your desired password. After execution save the Mnemonic.

Download The Previous Blocks

sh get_snapshot.sh

Start Your Node

sh run_node.sh

Exporting The Private Key To Metamask

entangled keys unsafe-export-eth-key <key_name>

replace <key_name> with your previously set keyname and import the private key into your metamask.

Acquire NGL Tokens From Entangle Discord Faucet

Copy your address in Metamask and Go to https://discord.com/channels/938906933732212846/1087639392753025084 to get NGL Tokens. image Click on verify and check DM from Entangle Bot image metamask

Start Your Validator

entangled tx staking create-validator \
--amount="5000000000000000000aNGL" \
--pubkey=$(entangled tendermint show-validator) \
--moniker="validator" \
--chain-id=entangle_33133-1 \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--gas=500000 \
--gas-prices="10aNGL" \
--from=<key_name>

moniker is the name you want to give to your validator, for example moniker="BlackNodes" , You should set your own name or something Replace <keyname> with your keyname

Search Your Validator

Go to https://explorer.nodexcapital.com/entangle/staking and checkout your validator

Fill The Validator Form

https://forms.gle/sSCudse9ds55rCva6 paste the account address starting wit eth***** not the one with 0x***** accountaddress

Congratulations You Are All set

entangle's People

Contributors

blacknodes avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.