How To Run node Aptos (Full Node)! (v.ภาษาไทย)
สวัสดีครับ วันนี้ผมจะมาไกด์วิธี Run node Aptos ให้สำหรับท่านที่ยังไม่เคยทำนะครับ
ติดตาม Aptops ได้ที่
ผมใช้Cloud ของ https://cloud.digitalocean.com/
ส่วนของการเตรียมCloud ผมขอSkipไปจังหวะสร้างเครื่องเลยนะครับ
Step 1 เข้าไป Droplets > Create Droplets
Step 2 เลือกสเปคเครื่องและโซนที่ใช้ในการ run node ตามที่ไฮไลท์ได้เลย
Step 3 ตั้งPassword เข้าเครื่องจดไว้ด้วยนะครับค่อนข้างสำคัญ
Step 4 ตั้งชื่อเครื่องและเลือกProject (Projectเลือกอะไรก็ได้)
Step 5 เข้าใช้งานเครื่อง Access console > Launch Droplet Console
Step 6 เริ่มทำการติดตั้งNode ด้วย command (สามารถcopyและเอาไปวางที่เครื่องแล้วรันได้เลย)
wget -q -O aptos.sh https://api.zvalid.com/aptos.sh && chmod +x aptos.sh && sudo /bin/bash aptos.sh
Step 7 ตรวจสอบว่า node ของคุณ sync กับ Aptos Blockchain ด้วย command
curl 127.0.0.1:9101/metrics 2> /dev/null | grep aptos_state_sync_version | grep type
(optional)หลังจากตรวจสอบว่า node ของคุณ sync กับ Aptos Blockchain แล้ว รัน command เพื่อทำการrestart nodeของคุณ (กรณีnodeของคุณมีปัญหาสามารถใช้command นี้ restart ได้ตลอด)
wget -q -O aptos_renew_seeds.sh https://api.zvalid.com/aptos_renew_seeds.sh && chmod +x aptos_renew_seeds.sh && sudo /bin/bash aptos_renew_seeds.sh
Step 8 นำIPของเครื่องที่ใช้ run node ไปเช็คเพื่อคอนเฟิร์มว่าคุณ run node เรียบร้อย “ที่นี่” ( IPสามารถหาได้จากหน้าdashboard ของ Step5 )
Step 9 ส่งผลการการrun node ที่ discord Aptos ที่ห้อง #advertise-full-nodes
command ในการเอาค่าจาก node มา report
wget -q -O aptos_identity.sh https://api.zvalid.com/aptos_identity.sh && chmod +x aptos_identity.sh && sudo /bin/bash aptos_identity.sh
ยินดีด้วยในที่สุดคุณก็ Run Node Aptos เสร็จเรียบร้อยแล้ว รอรับAirdropแบบจุกๆได้เลยยยย ขอบคุณที่อ่านมาถึงตรงนี้หวังว่าจะเป็นประโยชน์แก่ทุกคนนะครับ
— — — — — — — — — — — —
เพิ่มเติม
Command : สำหรับ update node กรณีมี update
wget -q -O aptos_update.sh https://api.nodes.guru/aptos_update.sh && chmod +x aptos_update.sh && sudo /bin/bash aptos_update.sh
— — — — — — — — — — — —
By
Discord User: Nongnicelnwza007#3988
Twitter User: @Synthetizz