Code Monkey home page Code Monkey logo

elixir's Introduction

Elixir

Neden kuruyorum?

Maliyet harcamıyorum, hali hazırda olan sunucularıma yerleştirdim node'u

Donanım oldukça düşük

Ödül açıklaması yok ama bekliyorum şahsen.

Son olarak metriklerdeki validatör sayılarının gerçek olmadığından eminim.

Önemli linkler: Duyuru - Sohbet - WP Kanalı - Discord

Sağ üstten fork ve yıldız unutmayınız!

Donanım

Hetzner kullanıyorum.

1 vCPU  - 2 RAM - 30 GB SSD, Ubuntu

Kurulum

# cihaz güncelleme
sudo apt update -y && sudo apt upgrade -y

# docker kurulumu
for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done


sudo apt-get update
sudo apt-get install ca-certificates curl gnupg
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
sudo chmod a+r /etc/apt/keyrings/docker.gpg

# Tek komut
echo \
  "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
  "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
  sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

sudo apt-get update

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo docker run hello-world
# Dockerfile indirelim:
wget https://files.elixir.finance/Dockerfile
# Bu aşamada HİÇ kullanılmamış ve kullanmayacağımız bir metamask account oluşturalım.

# içersine girelim
nano Dockerfile
# İçersinde ki Validatör ismi, private key ve cüzdan adresi güncelleyelim.

# Tilkimask Private key alma: Sağdan üç nokta => Hesap bilgileri => Özel anahtarı al
# Bilgilerimizi doldurduktan sonra sunucumuzda CTRL X Y ENTER ile kaydedebiliriz.

Node başlatma

# image oluşturalım:
docker build . -f Dockerfile -t elixir-validator

# Node calıştırma:
screen -S elixir
docker run -it --name ev elixir-validator

Validator

Son olarak Buradan cüzdanınızı bağlayın ve 1000 elixir token claim edin.

Sonra min. 100 token olmak uzere stake edin bır kısmını ve son olarak Enroll diyerek validatör başlatıyoruz.

Aşağıda twitter ve discord bağlayarak rolünüzüde almayı unutmayın.

Ledearboardda cüzdan aratarak node'unuzu görebilirsiniz fakat şu an pek çalıştığı söylenemez.

Aynı zamanda metrics kontrol için https://metrics-2.elixir.finance/ adresinde cüzdanınızı aratabilirsiniz.

Ekran Resmi 2023-11-06 15 09 36

elixir's People

Contributors

geocmsk avatar ruesandora 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

elixir's Issues

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.