sudo apt update && sudo apt upgrade -y
- Aşağıdaki işlemde "access-token" yerine yazılacak kod için hemen aşağıdaki adımları izleyin.
git clone https://"access-token"@github.com/Adamnite/goAdamnite.git
Kendi github profilinizden aşağıdaki adımları izleyin. settings -> developer settings -> personal access tokens -> tokens classic -> generate new token Bu adımlardan sonra açılan pencerede
- repo
- write:packages
- gist
- notifications
- write:discussion
kutucuklarını işaretleyin ve en altta
Generate Token
tuşuna basın.
"access-token"
yerine -->ghp_tkUD99pU.......................
şeklinde yukarıdaGenerate Token
yaptığınızda oluşan kodu yazın.
cd goAdamnite/Ubuntu
chmod +x goAdamnite/Ubuntu/gnite
- Aşağıdaki komutu girdikten sonra şifre oluşturmanızı isteyecek. Şifre girdikten sonra bir süre bekletecek. sonra size public key ve secret key verecek. Not edin kaybetmeyin!!!
./gnite account new
screen -S adamnite
./gnite
- Discord kanalından test token isteyin. Şimdilik DM'den
Tsimafei#6578
veyaToucan#5099
. 8 saat içinde yanıt almazsanız, DMArch2230
. - goAdamnite/Ubuntu klasörünün içinde olduğunuzdan emin olun.
- Yukarıda almış olduğunuz public key aşağıdaki --> "your public address" ile değiştirin
Bakiyenizi kontrol edin: ./gnite-test --balance "your public address"
"the address you want to send coins to"
--> göndermek istediğiniz kişinin adresi"your public address"
--> sizin adresiniz"the amount you want to send"
--> miktar girin
./gnite-test --sendaddr "the address you want to send coins to" --recaddr "your public address" --amount "the amount you want to send"
"your address"
--> yerine public key adresiniz"the account you want to stake your coins to (can be one of the public accounts listed in the beta testing channel)"
--> yerine dc debeta-testing
kanalında paylaşılan adreslerden birini girin"the amount you want to send"
--> göndermek istediğiniz miktarı girin.
./gnite-test --sendaddr "your address" --recaddr "the account you want to stake your coins to (can be one of the public accounts listed in the beta testing channel)" --amount "the amount you want to send" --txtype true
./gnite-test -h
kullanılabilecek komutları görebilmek için../gnite-test --balance "your public address"
bakiye kontrolü yaparken-bash: ./gnite-test: Permission denied
hatası alırsanız. aşağıdaki komutları girin.
cd goAdamnite/Ubuntu
chmod +x gnite-test