1.1.2 • Published 2 months ago

lava-point-farmer v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

LAVA POINT FARMER

LAVA point farmer using Lava RPC.

Setup

  • install nodejs.
  • clone the project git clone https://github.com/Widiskel/lava-point-farmer.git
  • cd to project dir.
  • run npm install.
  • run cp src/account_tmp.js src/account.js .
  • open account.js and add ur details (wallet, pk, address) on the fillable "here".
  • check out the src/rpc.js change the referer with yout referer. example https://near.lava.build/lava-referer-0f2e3541-2e8c-4a34-8558-fcfa396af234/ look at lava-referer-{YOUR REFERER CODE HERE} copy and paste the referer from that endpoint to const referer = "{PASTE_HERE}";.
  • if you want to adjust the interval, check out index.js and find for const minInterval = 3; const maxInterval = 10; and adjust the time in second
  • run npm run farm.

Note

  • this package now support running near, eth, and evmos rpc using your lava custom rpc. this package only check your balance. not doing anything sus or nasty. because the goal is to add more activity using your custom lava rpc.
1.1.2

2 months ago

1.1.1

2 months ago

1.1.0

2 months ago

1.0.9

2 months ago

1.0.8

2 months ago

1.0.7

2 months ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.0

2 months ago