sudo apt update -y && sudo apt install nodejs -y
git clone https://github.com/officialputuid/moonbix && cd moonbix && npm i
- Add
query_id=xxxx
or user_id=xxxx
to data.txt
.
- Set proxies in
proxy.txt
: http://user:pass@ip:port
.
- Update API.
- Update countdown (5m-30m).
- Added multi-thread support.
- Implemented user agent rotation.
- Automated check-in process.
- Fixed ticket display issues.
|
|
node moonbix |
Start Moonbix. |
node moonbix-proxy |
Start with proxy support. |
node moonbix-mt |
Start with multi-threading. |
node moonbix-mt-proxy |
Start with multi-threading + proxy support. |