LuckyMachines / autoloop-worker

Local AutoLoop worker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lucky Machines AutoLoop Worker

An AutoLoop worker you can run to support the network and create a stream of income.

Run a local worker

Clone the repo

gh repo clone LuckyMachines/autoloop-worker

Move into directory

cd autoloop-worker

Install dependencies

yarn

Set Credentials

  • Create a .env file with RPC URL & wallet private key (see .env-example)

Turn on testing in controller.config.json

"testMode": true

Run the AutoLoop worker

  • Register wallet as AutoLoop worker (via registrar)
yarn register-controller
  • Run the AutoLoop worker with controller privileges
yarn start

About

Local AutoLoop worker


Languages

Language:JavaScript 98.0%Language:Dockerfile 2.0%