Giter Site home page Giter Site logo

pingpongbuild's Introduction

pingpongbuild

Selamlar, bugün herhangi bir sunucu satın almadan mevcut sunucularımızın yanında bize eşlik edecek bir node'u kuracağız.

Burada Linux üzerinden anlatacağım, ne yazık ki rivalz sunucularımıza kurmak için çok çabaladım lakin küçük sunucularda Hyper-V donanımı eksik.

Elbette bu sunucuya sahip ve Rivalz çalıtıran birisi deneyebilir, farklı çözümler yaratıp bayramdan sonra buraya ekleyeceğim.

Donanımsal problem yok, tıpkı rivalz gibi, nodepay gibi canımız istediğinde istediğimiz sunucularda çalıştırabiliriz.

Duyurular ve güncellemeler için tweet atmıyorum, sadece buradan paylaşıyorum.

Kurulum.

Öncelikle kendimize buradan bir Pingpong hesap oluşturuyoruz.

Burası app ksımı ve app'de ki testnet işlemlerini de yapabilirsiniz - bu konuda chatte yardımlaşırsınız.

Bu sayfada bazı işlemler yaptıktan sonra sağ üstte ki MORE kısmından DePın Harvester kısmına girelim.

Hesabımızı oluşturduktan sonra Devices kısmından Add diyelim.

Sunucumuza geçelim:

Linux dağıtımı Ubuntu veya Debian olabilir.

# pingpongu yüklüyoruz
wget https://pingpong-build.s3.ap-southeast-1.amazonaws.com/linux/latest/PINGPONG

# Eğer üstteki uzun sürerse alternatif link ile deneyin
http://135.181.28.135:8080/downloads/PINGPONG

# docker kurulumu
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

# enter diyelim
sudo add-apt-repository \
   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
   $(lsb_release -cs) \
   stable"

sudo apt-get update

# y diyelim.
sudo apt-get install docker-ce

# kodları tek tek girelim.
sudo systemctl start docker
sudo systemctl enable docker

sudo usermod -aG docker $USER

docker run hello-world
# başlatma
screen -S pin

Bu komutu girmeden Add kısmına girdiğimizde en üstte bir key var <> silip komutun sonuna yerleştiriyoruz.

Dashboardan Linux seçip Usage Priority seçeneğini seçelim.

chmod +x ./PINGPONG && ./PINGPONG --key <KEY>

screen içersinde komutu girelim.

Dashboarddan da Let's Gooo! diyoruz ve aşağıdaki gibi bir çıktı.

Ekran Resmi 2024-06-16 09 35 30

Çok çabaladım windows için ama gece ve bayram arifesi olduğu için ve donanımsal bir problem olduğu için mecbur linux anlattım.

çözersem veya çözersek bu repoda birleştiririz.

Bu node'u artık tüm linux sunucularınızda maliyetsiz bir şekilde çalıştırabilirsiniz.

Tokenomics

pingpongbuild's People

Contributors

ruesandora avatar aksamlan avatar enzifiri 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.