Coder Social home page Coder Social logo

zeekanetwork--bazuka's Introduction

Zeeka Network | Bazuka

image

Selamlar, bu repoda Zeeka Network node kurulum rehberi ile karşınızdayım

  • Cosmos dışı bir proje olduğu için kurmanızı öneririm

  • Ödüllü değil, ödüllü testnet yakında

  • Hocam sunucum boşta ne kuralım diyenler için

  • Sorularınız için: Sohbet kanalı

Sistem gereksinimleri:

2 CPU
2 RAM
50 SSD (fazla bile)

libssl-dev kurarak başlıyoruz:

sudo apt update && sudo apt upgrade -y
sudo apt install curl tar wget clang pkg-config libssl-dev jq build-essential bsdmainutils git 
make ncdu gcc git jq chrony liblz4-tool -y

cmake kuruyoruz:

sudo apt install cmake -y

rustup'ı kuruyoruz:

  • Kurulum tamamlandıktan sonra 1'e basıp enterliyoruz
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

image

kurulumdan sonra

source "$HOME/.cargo/env"

git clone çekiyoruz:

git clone https://github.com/zeeka-network/bazuka

Cargo'yu yüklüyoruz:

apt install cargo -y

path'i kuruyoruz:

cd
cd bazuka && cargo install --path .

Görselde ki gibi bir uyarı alırsanız bu komutu

if [ -d "$HOME/.cargo/bin" ] ; then
  PATH="$PATH:$HOME/.cargo/bin"
fi

image

seedi ekliyoruz:

bazuka init --seed [email protected]:8765 --network debug --node 127.0.0.1:8765

nodu kuruyoruz:

  • your external ip kısmını sunucu ip'inizi girin ve daha sonra parantezleri kaldırın
bazuka node --listen 0.0.0.0:8765 --external [your external ip]:8765 \

  --network debug --db ~/.bazuka-debug --bootstrap [bootstrap node 1] --bootstrap [bootstrap node 2] ...

nodu çalıştırıyoruz:

apt install screen
screen -S bazuka
bazuka node

Nodunuz bu şekilde çalışır olacak:

  • Cüzdanlarınızı kaydedin.

image

Miner floodu paylaşmadım, yakında ödüllüye geçeceğiz zaten, illa kuracağım derseniz: Rehber

Explorer Linki

zeekanetwork--bazuka's People

Contributors

neuweltgeld avatar ruesandora avatar

Stargazers

 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.