Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 600 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 600 Bytes

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