User Guide - Getting Started
Proxy Setup
âś… Required: Insert your proxies into the proxies.txt
file. The software won’t work without proxies.
Recommendations:
Add as many proxies as possible. The logic works as follows: each account gets assigned a proxy from the database. If an error occurs during operation, the software will automatically replace the proxy with a new one from the list.
The software checks for proxy uniqueness.
If your proxies are in identical formats (e.g., same IP/port), and you don’t care about uniqueness → set
check_uniqueness_of_proxies: False
in the config.Otherwise, it’s recommended to keep
check_uniqueness_of_proxies: True
to avoid duplicate usage.
Account Registration
Insert the accounts to be registered into the
register_accounts.txt
file.Run the “Register Accounts” module to register them.
Notes:
The email must support IMAP access.
Some email services (like Gmail, iCloud) require an app password for IMAP access. If this applies to you, generate an app password beforehand and use it instead of your normal password.
If
gen_random_pass_for_accounts: True
is set in the config → the account password will be generated randomly. If set toFalse
→ the email password will be used.If you want to use your own referral codes → insert them into the
referral_codes.txt
file. The software will randomly choose a code from the list.
⚠️ Important:
To bypass hCaptcha, you need to fund your balance at Solvium and insert your API key into the config parameter solvium_captcha_api_key
.
Bot for funding: @solvium_crypto_bot.
👉 Other services cannot currently solve hCaptcha. If you know of any that work — please let me know and I’ll add support.
Redirect Email
If you're using email forwarding addresses:
Enable
redirect_settings
in the config by settingenabled: true
.Insert the credentials of your main email (the one receiving forwarded messages).
When running the registration module, the software will search for emails on this main account.
Preparing Accounts for Farming
Move the registered accounts into the
farm_accounts.txt
file.Run the farming module.
Additional:
If
auto_claim_daily_reward: True
is set in the config → the software will automatically claim daily rewards every day and display your points statistics.If you wish to save bandwidth/traffic, set
auto_claim_daily_reward: False
(daily claiming will be disabled).
Account Verification
If some accounts were registered but their email wasn’t verified:
Insert them into the
verify_accounts.txt
file.Run the “Verify Accounts” module.
Login to Existing Accounts
If you already have registered accounts:
Insert them into the
login_accounts.txt
file.Run the “Login Accounts” module.
⚠️ Important:
To bypass hCaptcha during login, you also need to fund your balance at Solvium and set the API key in solvium_captcha_api_key
.
Bot for funding: @solvium_crypto_bot.
👉 Other services cannot currently solve hCaptcha. If you know of any that work — please let me know and I’ll add support.
Export Account Statistics
If you want to export account statistics:
Insert the accounts into the
export_stats_accounts.txt
file.Run the “Export Accounts Statistics” module.
Configuration File Formats
proxies.txt
Navigate to the file
proxies.txt
(config > data)Add proxies in one of the following formats:
register_accounts.txt
Navigate to the file register_accounts
.txt
(config > data)Add accounts in the following format:
verify_accounts.txt
Navigate to the file verify_accounts
.txt
(config > data)Add accounts in the following format:
login_accounts.txt
Navigate to the file
login_accounts.txt
(config > data)Add accounts in the following format:
export_stats_accounts.txt
Navigate to the file
export_stats_accounts.txt
(config > data)Add accounts in the following format:
farm_accounts.txt
Navigate to the file
farm_accounts.txt
(config > data)Add accounts in the following format:
referral_code.txt
Navigate to the file
referrals_codes.txt
(config > data)Add codes in the following format (code or URL):
Last updated