Tool to automatically send DVPN from DVPN Nodes wallet.
- Install Node.js.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install --lts
- Install modules.
npm install
- Create
.env
file with these parameters.
LCD=https://api.sentinel.quokkastake.io
RPC=https://rpc.sentinel.quokkastake.io #make sure RPC have indexing enabled or it will return error
RECIPIENT=Your Sentinel wallet for receiving DVPN
MINIMUMBALANCE=50000000 #minimum balance in udvpn to be remain in your node wallet
MINIMUMSEND=30000000 #Minimum amount in udvpn to be send
MNEMONICS=your mnemonic 1,your mnemonic 2, your mnemonic 3, your mnemonic 4
- Run
node index.js
- Enjoy your life.
You can also suport me by delegating some of your DVPN here https://www.mintscan.io/sentinel/validators/sentvaloper1qksz3uscxvjyv8jdxw7lu26xqksddxwjwf7tvh
or donating some DVPN to sent1qksz3uscxvjyv8jdxw7lu26xqksddxwj3vpxr7
.