| Join My Sosial Media | |
|---|---|
| Telegram Group | Link |
| Telegram Chat | Link |
| Link | |
| Youtube | Link |
| Website | Link |
- Powerloom Documentation : https://powerloom.network/mint-docs/
- Powerloom Snapshotter Lite Node Rewards Mechanism : https://www.notioniframe.com/fce9931c52cb402fb40987c1f0f80875
For users running the node on personal hardware, the minimum specifications are:
- RAM: At least 4 GB.
- CPU Core: Minimum of 4 Cores
- Disk Space: A minimum of 40 GB.
- Operating System: Windows, macOS, or Linux.
- Python: Ensure Python 3.10 or newer is installed.
For those choosing a VPS solution (like AWS, GCP, DigitalOcean, etc.):
- RAM: A minimum of 4 GB.
- CPU Core: Minimum of 4 Cores
- Disk Space: At least 40 GB.
- Operating System: Windows or Linux.
- Python: Ensure Python 3.10 or newer is installed.
apt install -y git && apt install -y screen && curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh && git clone -b simulation_mode https://github.com/PowerLoom/snapshotter-lite powerloom
cd powerloom
screen -S node
./build.sh
-
SOURCE_RPC_URL Isi : Untuk Isi Ini, Kalian Bisa Buat RPC API Sendiri di : https://docs.infura.io/dashboard/create-api (Nanti Salin Link https nya) Untuk Isi Data ini
-
SIGNER_ACCOUNT_ADDRESS Isi : Memanfaatkan dompet burner untuk alamat akun penandatangan (Gunakan New Wallet)
-
SIGNER_ACCOUNT_PRIVATE_KEY Isi : Gunakan kunci pribadi dari dompet burner Anda.
-
- Slot_ID : Masukan ID NFT Kalian
-
Save Screen :
CTRL + A + D
TAMBAHAN OPTIONAL
- Kembali ke Screen :
screen -r node
CATATAN : Disarankan untuk menjalankan build.sh di sesi screen atau tmux agar proses terus berjalan bahkan setelah Anda menutup terminal.
