Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 1.75 KB

README.md

File metadata and controls

85 lines (54 loc) · 1.75 KB

Penulis: Naufal

Note

WHAT IS Rivalz?
.

Tutorial Rivalz rClient CLI

1. Requirement

Kamu bisa gunakan VPS atau PC pribadi dengan kebutuhan:

✅ Linux ✅ macOS ✅ Windows (WSL)
Part Minimum Recommended
CPU - 4 Cores
RAM - 4 GB
SSD - 50 GB

Tutorial ini dibuat menggunakan Linux (Ubuntu), untuk sistem operasi lainnya mungkin akan sedikit berbeda.

2. Dependency

2.1 Install Tmux

apt install tmux

2.2 Install Node Version Manager

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

2.3 Install Node.js

nvm install node

2.4 Install rivalz-node-cli

npm i -g rivalz-node-cli

3. Execution

3.1 Create a Session

Ganti <SESSION_NAME> menjadi terserahmu, rekomendasi: rivalz.

tmux new -s <SESSION_NAME>

3.2 Connect Wallet to Dashboard

Go to Rivalz dashboard, connect your EVM wallet and sign.

3.3 Run rClient

rivalz run

Enter your EVM wallet that you've connected to Rivalz dashboard. Enter 25 GB ~ 50 GB for disk size.

You'll see this output if normal:

image


Reach us if you have any question:
ZuperHunt's Discord server | X(Twitter)

Acknowledgements