Code Monkey home page Code Monkey logo

relayz's Introduction

Relayz

Aktif olduğunuz her gün boyunca 10 RELY token alırsınız.

Diğer sorular rehberin sonundadır.

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

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

Donanım

En muhim olanı internettir, Hetzner kullanıyorum.

# Minimum
2 CPU 4 RAM - Debian 10 - 11 - 12

# Önerilen
4 CPU 8 RAM - Debian 11

Kurulum

Buradan bir near testnet wallet'ı oluşturunuz.

Daha sonra buraya cüzdanı bağlayıp bir profil oluşturunuz.

# Güncellemeler
sudo apt update && sudo apt upgrade -y
sudo apt install -y curl wget

# swap alanı açalım
sudo fallocate -l 5240M /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile

# Gerekli kütüphaneler ve docker kurulumu
sudo apt -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common

# debian uyumlu dockeri indirelim. komutu 2 kez girelim.
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/docker-archive-keyring.gpg
# !! y seçeneğini seçiyoruz !!

# Tek komut (enter çıkarsa enterleyin çıkmazsa no problem)
sudo add-apt-repository \
   "deb [arch=amd64] https://download.docker.com/linux/debian \
   $(lsb_release -cs) \
   stable"

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

Docker ayarlamaları

# Docker compose ve gerekli ayarlar.
sudo apt install docker-ce docker-ce-cli containerd.io docker-compose-plugin -y
sudo systemctl enable --now docker
sudo usermod -aG docker $USER
newgrp docker
# Güncellemler ve wgeti yüklüyoruz.
sudo apt update && sudo apt upgrade -y

# docker-compose ayarlamaları
curl -s https://api.github.com/repos/docker/compose/releases/latest | grep browser_download_url  | grep docker-compose-linux-x86_64 | cut -d '"' -f 4 | wget -qi -
chmod +x docker-compose-linux-x86_64
sudo mv docker-compose-linux-x86_64 /usr/local/bin/docker-compose

sudo mkdir -p /etc/bash_completion.d/
sudo curl -L https://raw.githubusercontent.com/docker/compose/master/contrib/completion/bash/docker-compose -o /etc/bash_completion.d/docker-compose
source /etc/bash_completion.d/docker-compose

echo -e "version: '3'\nservices:\n  web:\n    image: nginx:latest\n    ports:\n     - \"8080:80\"\n    links:\n     - php\n  php:\n    image: php:7-fpm" > docker-compose.yml

Docker testi

# docker testimizi yapıyoruz
docker-compose up -d
docker-compose stop
docker-compose rm -f

# Bu komutu giriyoruz
docker run --rm -it  --name test alpine:latest /bin/sh

# açılan konsola bu iki komutu sırayla giriyoruz:
cat /etc/os-release
exit

Node'umuzu çalıştıralım

# gerekli dosyamızı indirip unzip yapalım.
wget https://relayz.io/resources/files/binaries/node-cli-x64.zip
sudo apt install unzip
unzip node-cli-x64.zip

# izinleri verelim
mv node-cli-x64 node-cli
chmod +x node-cli

# ruesandora.testnet kısmını kendi cüzdan isminizle değiştirip enterleyin.
./node-cli init ruesandora.testnet

# çıkan 2 seçenek olacak, ilkini seçip yeni private key oluşturun.
# komuttan sonra size bir link verecek (rengi pembe büyük ihtimalle), bunu oluşurduğunuz near cüzdanı sayfasında arama çubuğuna yapıştırın.
# Daha sonra şifrenizi girip onaylama işlemlerini yapın
# 3-4 dakika kadar bekleyin 
# Sonrasında sunucunuza geri dönüp enter'e basın.

# Tebrikler.

# !! NOT: Sunucuzda ki .secret.json u yedekleyin lütfen !!

Node'unuzu buradan online olup olmadığını kontrol edebilirsiniz.

Soracağınız diğer sorular burada mevcuttur.

Relayz'ın ortaklarından birisi Lifeform'dur, Lifeform'un en büyük yatırımcısı Binance Labsdır, bunuda bırakayım.

relayz's People

Contributors

ruesandora 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.