Skip to content

Latest commit

 

History

History
117 lines (105 loc) · 6.26 KB

gemini3g.md

File metadata and controls

117 lines (105 loc) · 6.26 KB

Tavsiye Edilen Sistem Gereksinimleri

  • CPU: 4+ ÇEKİRDEK
  • RAM: 8+ GB
  • SSD: Kodda gireceğiniz boyut dışında +70GB yer olmalı. (Kodda Plot Size:10GB girilecekse HDD'nin en az 80GB olması öneriyorum.)
  • İşletim Sistemi: Ubuntu 20.04LTS

Kurulum Adımları ve Kodları

  • Daha önce testlere katıldıysanız aynı cüzdanı kullanın. Eğer ilk defa katılıyorsanız 2. adımdan cüzdan oluşturun.
  • https://polkadot.js.org/extension/ sitesinden cüzdan kurulumu yapıp cüzdan oluşturuyoruz ve bize verdiği gizli kelimeleri kesinlikle saklıyoruz. Ayrıca .json dosyasını da indirip yedeklemeyi unutmayın.
  • Daha sonra aşağıdaki kodlarla adım adım yükleme işlemine geçiyoruz.Script ile kurulum kısa bir zamanda tamamlanıyor o yüzden yükleme adımı için onu kullanıyoruz.

-Kurulumu aşağıdaki kodlarla başlatıyoruz. Öncelikle 3f den kalan datayı temizlemek için eski node Ctrl+C ye basarak durduruyoruz daha sonra aşağıdaki kodu çalıştırın ve her şeyi onaylayın. Daha sonra diğer kodla yeni node muzu kuruyoruz.

./pulsar-ubuntu-x86_64-skylake-v0.6.14-alpha wipe
wget -q -O gemini3g.sh https://raw.githubusercontent.com/okannako/subspacenetwork/main/gemini3g.sh && chmod +x gemini3g.sh && sudo /bin/bash gemini3g.sh
  • Yukarıdaki kodları sırayla girdikten sonra ilk olarak bir soruyla karşılaşıyoruz eğer önceden kurulumunuz varsa 'n' yazıp ilerliyorsunuz kurulumunuz yoksa ne yazdığınız önemli değil.
  • Daha sonra polkadot cüzdan ile oluşturduğunuz cüzdanınızın adresi sonra node nuza vermek istediğiniz ismi girdikten sonra gelen soruya 'y' diyerek devam ediyoruz ve kurulumu bitiriyoruz ve bize verdiği node kontrol kodlarını bir yere kopyalıyoruzi ilerde kontrol için kullanacağız.

24 Ocak Güncelleme Kodları

  • Öncelikle aşağıdaki kodu giriyoruz. Açılan ekranda ExecStart satırınına gelip --farm-during-initial-plotting bölümünü silip ctrl+x sonra y ve enter a basıp sonraki kodları sırayla girmek yeterli. En son kodu girdikten 5 dakika sonra hem farmer hem de node loglarını kontrol etmeyi unutmayın
nano /etc/systemd/system/subspace-farmer.service
sudo systemctl daemon-reload
sudo systemctl stop subspace-farmer.service
sudo systemctl stop subspace-node.service
wget https://github.com/subspace/subspace/releases/download/gemini-3g-2024-jan-24/subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2024-jan-24
wget https://github.com/subspace/subspace/releases/download/gemini-3g-2024-jan-24/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2024-jan-24
sudo mv subspace-node-ubuntu-x86_64-skylake-gemini-3g-2024-jan-24 /usr/local/bin/subspace-node
sudo mv subspace-farmer-ubuntu-x86_64-skylake-gemini-3g-2024-jan-24 /usr/local/bin/subspace-farmer
sudo chmod +x /usr/local/bin/subspace*
sudo systemctl start subspace-farmer.service
sudo systemctl start subspace-node.service

Core Dumped Hatası

  • Bu hatayı alanlar sadece aşağıdaki versiyonu kullansınlar.
wget -q -O gemini3gp.sh https://raw.githubusercontent.com/okannako/subspacenetwork/main/gemini3gp.sh && chmod +x gemini3gp.sh && sudo /bin/bash gemini3gp.sh
  • No journal files were found hatasını çözmek için aşağıdaki kodu girip, daha sonra log kontrol kodunu giriyorsunuz.
sudo systemctl restart systemd-journald

24 Ocak Core Dumped Güncelleme Kodları

  • Öncelikle aşağıdaki kodu giriyoruz. Açılan ekranda ExecStart satırınına gelip --farm-during-initial-plotting bölümünü silip ctrl+x sonra y ve enter a basıp sonraki kodları sırayla girmek yeterli. En son kodu girdikten 5 dakika sonra hem farmer hem de ndoe loglarını kontrol etmeyi unutmayın
nano /etc/systemd/system/subspace-farmer.service
sudo systemctl daemon-reload
sudo systemctl stop subspace-farmer.service
sudo systemctl stop subspace-node.service
wget https://github.com/subspace/subspace/releases/download/gemini-3g-2024-jan-24/subspace-farmer-ubuntu-x86_64-v2-gemini-3g-2024-jan-24
wget https://github.com/subspace/subspace/releases/download/gemini-3g-2024-jan-24/subspace-node-ubuntu-x86_64-v2-gemini-3g-2024-jan-24
sudo mv subspace-node-ubuntu-x86_64-v2-gemini-3g-2024-jan-24 /usr/local/bin/subspace-node
sudo mv subspace-farmer-ubuntu-x86_64-v2-gemini-3g-2024-jan-24 /usr/local/bin/subspace-farmer
sudo chmod +x /usr/local/bin/subspace*
sudo systemctl start subspace-farmer.service
sudo systemctl start subspace-node.service

Log Komutları

journalctl -u subspace-farmer.service -f
journalctl -u subspace-node.service -f

Node Silmek

sudo systemctl stop subspace-node.service
sudo systemctl stop subspace-farmer.service
sudo systemctl disable subspace-farmer.service
rm -rf ~/.local/share/subspace*
rm -rf /etc/systemd/system/subspaced*
rm -rf /usr/local/bin/subspace*
rm -rf subspacenode
rm -rf subspacefarmer

Operator Kodları

tmux new-session -t sub1
wget https://github.com/subspace/subspace/releases/download/gemini-3g-2024-jan-24/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2024-jan-24
sudo mv subspace-node-ubuntu-x86_64-skylake-gemini-3g-2024-jan-24 subspace-node
mkdir subspacedata
sudo chmod 700 ~/subspacedata
sudo chmod +x subspace*

Operator Güncelleme Kodları

  • İlk koddan sonra ctrl+c ile durdurup öyle devam edin.
tmux attach -t sub1
wget https://github.com/subspace/subspace/releases/download/gemini-3g-2024-jan-24/subspace-node-ubuntu-x86_64-skylake-gemini-3g-2024-jan-24
sudo mv subspace-node-ubuntu-x86_64-skylake-gemini-3g-2024-jan-24 subspace-node
sudo chmod +x subspace*