Skip to content

busyorg/busy-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

After starting the bot it start working on two things at the same time.

  • fetch previous blocks from last 7 days.
  • stream new blocks.
// STEEM_ACCOUNTS

[
  {
    username: 'hellosteem',
    wif: 'your_wif',
    minVests: 20000000,
    maxVests: 4000000000000,
    limitVests: 10000000000000,
    minPercent: 6,
    maxPercent: 2500,
  },
];

Example:

DEBUG=busy-bot:* STEEM_ACCOUNTS="[{\"username\": \"hellosteem\",\"wif\": \"your_wif\",\"minVests\": 20000000,\"maxVests\": 4000000000000,\"limitVests\": 10000000000000,\"minPercent\": 25,\"maxPercent\": 2500}]" yarn start

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •