Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.08 KB

guncelleme.md

File metadata and controls

46 lines (31 loc) · 1.08 KB

Dusk 1.8 güncelleme

curl --proto '=https' --tlsv1.2 -sSfL https://github.com/dusk-network/itn-installer/releases/download/v0.1.8/itn-installer.sh | sudo sh
service rusk start
  • Blokları kontrol edin
ruskquery block-height
tail -F /var/log/rusk.log
  • Bu şekilde çıktı almanız gerekiyor image

Blok kontrol

curl --location --request POST 'http://127.0.0.1:8080/02/Chain' --header 'Rusk-Version: 0.7.0-rc' --header 'Content-Type: application/json' --data-raw '{
    "topic": "gql",
    "data": "query { block(height: -1) { header { height } } }"
}' | jq '.block.header.height'
  • bu şekilde çıktı almalısınız

image

Stake kontrol

rusk-wallet stake-info
  • bu şekilde çıktı almalısınız

image