Skip to content

Tool to automatically send DVPN from DVPN Nodes wallet.

Notifications You must be signed in to change notification settings

bloomindark/bot_send

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot Send

Tool to automatically send DVPN from DVPN Nodes wallet.

How to use:

  1. Install Node.js.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install --lts
  1. Install modules.
npm install
  1. 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
  1. Run node index.js
  2. Enjoy your life.

Support me

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.

About

Tool to automatically send DVPN from DVPN Nodes wallet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%