Coder Social home page Coder Social logo

testnet's Introduction

Becoming A Validator

How to validate on the Sei Testnet This is the Sei Testnet-1 (sei-testnet-1)

Genesis Published

Peers Published

Hardware Requirements

Minimum

  • 8 GB RAM
  • 100 GB NVME SSD
  • 3.2 GHz x4 CPU

Recommended

  • 16 GB RAM
  • 500 GB NVME SSD
  • 4.2 GHz x6 CPU

Operating System

Linux (x86_64) or Linux (amd64) Reccomended Arch Linux

Dependencies

Prerequisite: go1.18+ required.

  • Arch Linux: pacman -S go
  • Ubuntu: sudo snap install go --classic

Prerequisite: git.

  • Arch Linux: pacman -S git
  • Ubuntu: sudo apt-get install git

Optional requirement: GNU make.

  • Arch Linux: pacman -S make
  • Ubuntu: sudo apt-get install make

Seid Installation Steps

Clone git repository

git clone https://github.com/sei-protocol/sei-chain
cd sei-chain
git checkout origin/1.0.1beta-upgrade
make install
mv $HOME/go/bin/seid /usr/bin/

Generate keys

  • seid keys add [key_name]

  • seid keys add [key_name] --recover to regenerate keys with your mnemonic

  • seid keys add [key_name] --ledger to generate keys with ledger device

Validator setup instructions

  • Install seid binary

  • Initialize node: seid init <moniker> --chain-id sei-testnet-1

  • Download the Genesis file: https://github.com/sei-protocol/testnet/raw/main/sei-testnet-1/genesis.json -P $HOME/.sei/config/

  • Start seid by creating a systemd service to run the node in the background nano /etc/systemd/system/seid.service

Copy and paste the following text into your service file. Be sure to edit as you see fit.

[Unit]
Description=Sei-Network Node
After=network.target

[Service]
Type=simple
User=root
WorkingDirectory=/root/
ExecStart=/root/go/bin/seid start
Restart=on-failure
StartLimitInterval=0
RestartSec=3
LimitNOFILE=65535
LimitMEMLOCK=209715200

[Install]
WantedBy=multi-user.target

Start the node

  • Reload the service files: sudo systemctl daemon-reload
  • Create the symlinlk: sudo systemctl enable seid.service
  • Start the node sudo: systemctl start seid && journalctl -u seid -f

Create Validator Transaction

seid tx staking create-validator \
--from {{KEY_NAME}} \
--chain-id="sei-testnet-2"  \
--moniker="<VALIDATOR_NAME>" \
--commission-max-change-rate=0.01 \
--commission-max-rate=1.0 \
--commission-rate=0.05 \
--details="<description>" \
--security-contact="<contact_information>" \
--website="<your_website>" \
--pubkey $(seid tendermint show-validator) \
--min-self-delegation="1" \
--amount <token delegation>usei \
--node localhost:26657

testnet's People

Contributors

activenodes avatar brandonweng avatar bro-chain avatar chalabi2 avatar colinkamir avatar dylanschultzie avatar enigma-validator avatar ericjohncarlson avatar icodragon avatar kinrokinro avatar lcyson avatar mikhailradusha avatar mturkia avatar munris-vlad avatar n0okone avatar packetstracer avatar pfc-developer avatar philipsu522 avatar polkachuintern avatar qdrln avatar stevenlanders avatar udpatil avatar vasya-kripto avatar vasyaivanov21 avatar viennguyenbkdn avatar volles88 avatar yzang2019 avatar zaragossa avatar zelivsky avatar zukaman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

testnet's Issues

gas estimate

I'd like to get a ballpark idea of the cost of a single transaction.

What resource can I access to figure out:

  • number gas per token
  • rough estimate of required gas to run a smart contract
    without actually installing the entire dev stack.

Faucet server not work

curl  -v -X POST -d '{"address": "cosmos1r6wyjsctep3lh7pkrwv3f3pr9pdcs25tnn37pe", "coins": ["1000000usei"]}' http://3.22.112.181:8000
Note: Unnecessary use of -X or --request, POST is already inferred.
*   Trying 3.22.112.181:8000...
* Connected to 3.22.112.181 (3.22.112.181) port 8000 (#0)
> POST / HTTP/1.1
> Host: 3.22.112.181:8000
> User-Agent: curl/7.81.0
> Accept: */*
> Content-Length: 86
> Content-Type: application/x-www-form-urlencoded
> 


* Mark bundle as not supporting multiuse
< HTTP/1.1 500 Internal Server Error
< Content-Type: application/json
< Vary: Origin
< Date: Tue, 24 May 2022 22:19:17 GMT
< Content-Length: 46
< 
* Connection #0 to host 3.22.112.181 left intact
{"error":"cannot send tokens (SDK code 19): "}

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.