npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

node-running-guide-dusk-itn

v1.1.4

Published

Node Running Guide Dusk ITN - Phase 2 (20 Feb - 15 Mar 2024) <p align="center"> <img height="auto" width="auto" src="https://dusk-cms.ams3.digitaloceanspaces.com/16_9_ITN_Set_Up_1eb7e84acb.png"> </p>

Downloads

38

Readme

Node-Running-Guide-Dusk-ITN

Node Running Guide Dusk ITN - Phase 2 (20 Feb - 15 Mar 2024)

Referensi

Dokumen resmi

Minta Faucet

Server discord

Spesifikasi

Persyaratan perangkat keras

| Komponen | Spesifikasi minimal | |----------|---------------------| |CPU|Intel Core 2| |RAM|1 GB DDR4 RAM| |Penyimpanan|20 GB HDD|

Persyaratan perangkat lunak

| Komponen | Spesifikasi minimal | |----------|---------------------| |Sistem Operasi|Ubuntu 22|

| Komponen | Spesifikasi rekomendasi | |----------|---------------------| |Sistem Operasi|Ubuntu 22 atau lebih tinggi|

BACA BAIK BAIK Jika Anda Menggunakan Ubuntu 18 - 20.04 (Instal Ini Agar Tidak Error) OPTIONAL

wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb

1. Instal CLI

sudo apt-get update
sudo apt install libssl-dev
sudo apt-get install -y tar wget curl
wget https://github.com/dusk-network/wallet-cli/releases/download/v0.13.0/ruskwallet0.13.0-linux-x64-libssl3.tar.gz
tar -xf ruskwallet0.13.0-linux-x64-libssl3.tar.gz
cd rusk-wallet0.13.0-linux-x64-libssl3
./rusk-wallet --state http://127.0.0.1:8080

2. Create Wallet

  • Lalu Jika Muncul Tulisan Create New Wallet Klik Enter
  • Masukan Password Bebas
  • Masukan Password Lagi
  • Copy dan Simpan Pharse Kalian
  • Lalu Pilih y dan Enter
  • Lalu Enter Lagi Nanti Muncul Address kalian Copy dan Simpan Juga
  • Gunakan Arah Bawah Pada Keyboard Pc kalian
  • Arahkan kan ke Export Provisioner Key-Pair dan Enter
  • Lalu Isi Dengan Command di Bawah Ini, Tergantung Penempatan Directory anda Sendiri Kalo saya di Sini
/root/.dusk/rusk-wallet/

Noted : Seharusnya ada dua file sekarang, file .key dan file .cpk . Jaga kerahasiaan file .key , jangan bagikan dengan siapa pun. Kami akan membutuhkan file ini nanti untuk node kami. Anggap saja seperti kunci konsensus Anda, yang Anda gunakan untuk menandatangani transaksi.

.cpk adalah kunci publik. Kami membutuhkan yang ini untuk memberi Anda akses ke testnet.

  • Balik ke VPS Arah Bawah Pilih Back dan Enter
  • Arah Bawah Lagi Pilih Exit dan Enter

3. Instal Rusk-Node (update 17 Maret)

cd
curl --proto '=https' --tlsv1.2 -sSfL https://github.com/dusk-network/itn-installer/releases/download/v0.1.9/itn-installer.sh | sudo sh

4. Buka Port

sudo ufw allow 22
sudo ufw allow 8080
sudo ufw allow 9000:9005/udp
sudo ufw enable

5. Import Pharse Wallet

rusk-wallet restore

6. Paste Pharse Kalian (Pastikan Huruf Kecil Semua)

Masukan Password Bebas 2x

7. Jalankan Kode di Bawah

rusk-wallet export -d /opt/dusk/conf -n consensus.keys

Masukan password lagi 2x

sh /opt/dusk/bin/setup_consensus_pwd.sh

Masukan Password Lagi Samain Aja

8. Start Node

service rusk start

9. Cek tinggi block

ruskquery block-height

10. Cek status rusk

service rusk status

Check log node

tail -f /var/log/rusk.log

Check Wallet

rusk-wallet
  • Pilih Acces Your Wallet dan Enter
  • Masukan Password (Pastikan Address Kalian Sama Dengan Yang di Website)
  • Gunakan Arah Atas Bawa Untuk Pindah Menu dan Enter Untuk Eksekusi