У нас вы можете посмотреть бесплатно SUI fullnode installment/ tutorial for interacting with Sui blockchain step by step или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
✨SUI is a Layer 1 blockchain designed from the ground up by Mysten_Labs. In this video we are to know how to Install SUI Node. Running a SUI node is a necessary task to register for SUI TestNet. We runs Sui fullnodes by buliding from source on Ubuntu version 20.04 in this video. 💎key points: 1. Install extra dependencies apt-get update \ && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y --no-install-recommends \ tzdata \ git \ ca-certificates \ curl \ build-essential \ libssl-dev \ pkg-config \ libclang-dev \ cmake 2. Download source code https://github.com/MystenLabs/sui git clone https://github.com/Your_github_name /sui.git git remote add upstream https://github.com/MystenLabs/sui curl -fLJO https://github.com/MystenLabs/sui-genesis/... 3. Running node cargo run --release --bin sui-node -- --config-path fullnode.yaml 5.Check and verify node status netstat -tnlp curl --location --request POST http://your_node_ip:9000 \ --header 'Content-Type: application/json' \ --data-raw '{ "jsonrpc":"2.0", "method":"rpc.discover","id":1}' 📢DISCLAIMER: The information provided is not to be consider as a recommend to buy or invest in a assets or currencies and is provided solely as an educational information resource to help traders make their own decisions. #airdrop #crypto #cryptocurrency #blockchain #tutorial