A tiny, asynchronous, multiple account «miner» for VK Coin
- Install Python >=3.7 and Node.js¹ ==any
- Install Python's packages: websockets, requests, asyncio
- Create a file «accs.txt»
- Fill it with accounts formatted as «login:password»(note that first line is master account, but other are workers)
- Run «python wunderwaffle.py»
- Coins will be automatically mined by all workers and transfered to the master
¹ - Note that you could install Python's package dukpy instead
Script «wunderwaffle.py» has few command line arguments:
-i
— disable the autobuy (idle_mode)-m
- disable the autobuy for master (idle_main_mode)-n
— disable the supporting-d
- send all coins amount-v
- enable verbose mode (log everything)-b name
- buy only the specified item-a val
— set the autotransfer triggering amount
- If you had added new acccount, but it was ignored, try remove the «save.dat» file and restart the script.