# Run Node testnet Glacier

By [ic36006](https://paragraph.com/@ox97acc5) · 2024-11-22

---

Project Glacier ตอนนี้ตัว Testnet เข้าสู่ Season3 แล้ว ซึ่ง season นี้มีเควสให้รัน Node เพื่อรับแต้ม เพื่อแปลงเป็น Airdrop ในอนาคต

![](https://storage.googleapis.com/papyrus_images/bde2ad8670d0821269480d8a03a6b33d2e8736500266493059895a09f042d450.png)

ใครสนใจสมัครได้ที่

[https://www.glacier.io/points/?inviter=0x97f156Cd2542629D7ce897D7a8d4966233b1AcC5](https://www.glacier.io/points/?inviter=0x97f156Cd2542629D7ce897D7a8d4966233b1AcC5)

เควสหลักๆจะมี 3 เควสคือ

1.  เควสบน Galxe เป็นเควส Social ง่ายๆ
    
2.  เควส Run node ซึ่งผมจะมาสอนรันในวันนี้
    
3.  เควสเชิญเพื่อ รับ 50 แต้มต่อ 1 Ref
    

เรามาเริ่มที่เควส Run node กันเลยดีกว่า

Spec เครื่องที่ต้องการ (VPS 1 ของ Contabo ก็เพียงพอ)

![](https://storage.googleapis.com/papyrus_images/86bc760e76d50db2b2899b6fdb0992fd2ee4b12599ab3f1a13886ec9b2a71686.png)

มาดูวิธีรันกัน (**การรันต้องใช้ Privatekey ซึ่ง ต้องเป็น wallet เดียวกับที่ลงทะเบียนด้วย**)

1.  สิ่งที่ต้องมี เหรียญ BNB บนเชิญ Opbnb testnet เราสามารถขอเหรียญ BNB ได้ที่
    

[https://www.bnbchain.org/en/testnet-faucet](https://www.bnbchain.org/en/testnet-faucet)

2\. เหรียญที่ขอได้จะอยู่บนเชน BNB เราต้อง Bridge ไปเชน Opbnb testnet โดยใช้ Bridge ของ Offcial ได้เลยที่

[https://opbnb-testnet-bridge.bnbchain.org/deposit](https://opbnb-testnet-bridge.bnbchain.org/deposit)

3\. เพิ่ม Chain OpBNB Testnet แล้วเช็คว่าเหรียญที่เรา Bridge มาเข้ามารึยัง ที่

[https://chainlist.org/chain/5611](https://chainlist.org/chain/5611)

4\. มาที่ VPS สร้าง Folder สำหรับรันโปรเจค โดยใช้คำสั่ง

    mkdir glacier && cd glacier
    

5\. Download ไฟล์ที่จำเป็นด้วยคำสั่ง

    wget https://github.com/Glacier-Labs/node-bootstrap/releases/download/v0.0.2-beta/verifier_linux_amd64
    

6\. Download config.yaml ด้วยคำสั่ง

    wget https://glacier-labs.github.io/node-bootstrap/config.yaml
    

7\. แก้ไขไฟล์ config.yaml ด้วยคำสั่ง

    nano config.yaml
    

    8. ในไฟล์เราจะเห็นบรรทัดที่เขียนว่า PrivateKey: "YourPrivateKey" ให้แก้ YourPrivateKey เป็น Private key ของเรา (เช่น PrivateKey: "0x122324sdff34324sdfsdf3423r23" แก้เสร็จแล้วกด Ctrl+x แล้วกด y แล้ว Enter 
    

![](https://storage.googleapis.com/papyrus_images/67eb24651ac714c43c38d0a4c008ed2d18666d906fc05887db112fe961295a22.png)

9.ติดตั้ง Screen ด้วยคำสั่ง

    sudo apt-get install screen
    

10\. สร้าง Screen ใหม่ด้วยคำสั่ง

    screen -S glacier-node
    

11\. รัน Node ด้วยคำสั่ง

    chmod +x ./verifier_linux_amd64 && ./verifier_linux_amd64
    

12\. รอให้ Node รันสักพักจะมี txhash ขึ้นมาเพื่อลงทะเบียน Node

![](https://storage.googleapis.com/papyrus_images/37871ef20ebba2750bfe0fb8da694a9ae9c96898ab6a7346630f8015cb18a339.png)

13\. เข้าไปตรวจสอบสถานการ Active ของ Node เราได้ที่

[https://testnet.nodes.glacier.io/status](https://testnet.nodes.glacier.io/status)

เชื่อม Wallet แล้วกดที่เลข Wallet เราที่มุมบนขวา(หลังจากที่ขึ้น txhash แล้วอาจจะต้องระประมาณ 5-10 นาที Node เราถึงจะแสดงในหน้านี้)

![](https://storage.googleapis.com/papyrus_images/dee2939a54972a40c91d811312aa514b5e10e64044c2b0319d057ce5262b7475.png)

สังเกตุที่ต้อง Total Verifications จะเป็น Block ที่เรา Verify ได้ ถ้าได้ยิ่งเยอะน่าจะทำให้ได้แต้มเยอะตามไปด้วย

อ้างอิงวิธีการรันจากของ Offical ที่

[https://docs.glacier.io/getting-started/glacier-nodes/run-testnet-nodes/linux-cli](https://docs.glacier.io/getting-started/glacier-nodes/run-testnet-nodes/linux-cli)

---

*Originally published on [ic36006](https://paragraph.com/@ox97acc5/run-node-testnet-glacier)*
