Skip to content

Dill

high-scalable and highly secure next-generation DA (Data Availability) network.

Guide

Hardware Specification

Node typeCPUMemoryDiskBandwidthOS type
Light validator2 cores2G20GB8Mb/sUbuntu LTS 20.04+ / MacOS
Full validator4 cores8G256GB64Mb/sUbuntu LTS 20.04+ / MacOS

Connect to Alps testnet

Use the following information to connect to the Alps testnet:

RPC URLhttps://rpc-alps.dill.xyz
Chain ID102125
Currency SymbolDILL
Explorerhttps://alps.dill.xyz

Get the test token

You must have a Alps-validator on Dill discord server


Setting up your dill node

Use the following command to start your light/full node:

bash
curl -sO https://raw.githubusercontent.com/DillLabs/launch-dill-node/main/dill.sh  && chmod +x dill.sh && ./dill.sh

For more details, You can check official git repository

Staking

You can use this webpage to stake your tokens and become a validator: https://staking.dill.xyz/

Upload your deposit info

You can paste the contents of your deposit_data-xxxx.json file into the input box, then click the "Continue" button to proceed with staking. deposit

Connect to your wallet If the wallet address you are using is the same as your withdrawal address, you only need to click the checkbox to confirm.

confirm

Otherwise, you need to fully enter your withdrawal address once. withdraw

Send deposit transaction Send deposit, using MetaMask to send a deposit transaction send

Validator info

The validator information can be found here: https://alps.dill.xyz/validators After completing the staking process, you can search for your validator information on the page using your validator public key. It may take 0.5~1 hour to appear. info

Source: Run a Node - Alps Documentation