Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

BananoCoin/banano-airdrop-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banano-airdrop-bot

create a config.json with the following contents:

{
	"token":"discord bot token",
	"guildId": "discord server guild id",
	"serverSeed": "random server seed",
	"bananoSeed": "baano hot wallet seed",
	"bananoAccount": "baano hot wallet account",
	"bananoMultiplier": 1,
	"bananoMillisPerUnlock": 1,
	"bananoMinUnlock": 1,
	"bananoMaxUnlock": 9999
}

to install, use the command:

npm install;

to run, use the command:

npm start;

to run in background, use the command:

screen -dmS bananno_airdrop_bot npm start;

screen -x bananno_airdrop_bot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published