First steps
Well.. what is the first step?
The settings.json
{
"license": "YOUR PEPPER KEY",
"spawnLimit": 5,
"harvester": {
"enabled": true,
"bankSize": 2,
"preferredSolver": "random",
"capmonsterKey": "YOUR CAPMONSTER API KEY",
"twocaptchaKey": "YOUR 2CAPTCHA API KEY"
"capsolverKey": "YOUR CAPSOLVER API KEY"
"aycdKey": "AYCD TOKEN:AYCD BOT API KEY"
},
"paypal": {
"username": "YOUR PAYPAL E-MAIL",
"password": "YOUR PAYPAL PASSWORD",
"country": "YOUR COUNTRY ISO CODE (like DE, IT...)"
},
"webhook": "YOUR WEBHOOK",
"sites": {
"nike": {
"disableVideos": false,
"disableImages": false,
"browser": "chrome"
},
"amazon": {
"disablePublicWebhooks": false,
"restartTaskAfterCheckout": true
}
},
"imap": {
"host": "YOUR IMAP HOST (like gmail)",
"port": 993,
"username": "YOUR E-MAIL",
"password": "YOUR E-MAIL PASSWORD"
}
},
"cloneable": falseThe updater

Last updated