Greasy Fork

[satology] Auto Claim Multiple Faucets with Monitor UI

Freebitco.in, StormGain Miner, 15 Faucets with Promo Codes + Autologin, FaucetPay PTC, etc.

目前为 2021-07-11 提交的版本。查看 最新版本

IMPORTANT / SETUP

  • Faucets have hCaptcha validation so YOU MUST HAVE A hCAPTCHA solver to be able to claim with this script.
    I recommend this one: hCaptcha Solver
  • To roll Free-Ethereum.io using that hCaptcha solver, you need to add 2 lines to it's code so it can recognize some non-ASCII characters.
    These are the 2 lines and they should go right at the beginning of function getSynonyms(word) [line 232 on version 3.5]
    const WORDS_WITH_CYRILLIC = {'аirplane': AIRPLANE, 'bіcycle': BICYCLE, 'bοat': BOAT, 'сar': CAR, 'mοtorbus': MOTORBUS, 'mοtorcycle': MOTORCYCLE, 'trаin': TRAIN, 'truсk': TRUCK };
    word = (encodeURIComponent(word).indexOf('%') > -1) ? WORDS_WITH_CYRILLIC[word] : word;

Known issues

  • Free-litecoin.com sometimes throws invalid characters or redirects too fast to an ad so the script times out after rolling as it cannot read the claimed amount. You can manually review the balance and if the countdown is working at the site to make sure it's rolling and it's not another kind of error.

What's new @ 1.5 BETA RELEASE?

  • Added suggested promo codes as dropdown list (daily reusables)
  • Added a Wallet button to the UI where you can add your FaucetPay addresses
  • Added Keran & Bagi faucets:
    • This is a beta version. Please don't activate ALL bagi/keran faucets together right away. If you do so, other faucets may take too long to roll. In upcoming updates this will be handle using some sort of custom priority levels. We will also try to refactor (needed) and speed up the rolls.
    • Withdraw options: never, after each claim or every X hours (default). Can be configured @ config var
    • Aggregate will hold the sats you have claimed and are at Keran/Bagi. Balance will show the amount withdrawn to FaucetPay (sum of all withdraws)
    • You will see badges (timeouts/errors). Please don't report them unless they are labeled as 'ERROR'.
    • Faucets have referral links which are randomized. It has my ref links and of some users who have contributed with the coding (thanks nat & karl)

CHANGELOG

  • [@ v1.5.5 BUG FIXED] Timeout wasn't triggering if FaucetPay login was required during a claim already started. Added a max time in the config
  • [@ v1.5.3 BUG FIXED] Timeout wasn't triggering if Keran/Bagi withdraw failed due to an Ad redirect.
  • [@ v1.5.2 BUG FIXED] Sometimes new faucets weren't claiming due to URL error.
  • [@ v1.5 BETA] Added Wallet to fill with your FaucetPay addresses [from the UI], promo codes suggestions [reusables] and Bagi & Keran faucets
  • [@ v1.4.1 BUG FIXED] After activating RP Bonus @ Freebitco.in, the script wasn't redirecting back to the roll screen so it was unable to read the claimed amount
  • [@ v1.4.0] Added Free-Litecoin.com & Free-Ethereum.io
  • [@ v1.3.1 BUG FIXED]Bypass a still unknown error that prevents the new tab from opening. Thanks @FM DOOSE for reporting it
  • [@ v1.3.0]Added FaucetPay PTC auto claim
  • [@ v1.2.1] BUG FIXEDNew users weren't able to enable faucets (thanks @SkepticSpoon for reporting it). Also changed the interval for the promo codes to be reused as are not available exactly 24hs later
  • [@ v1.2.0] UI/UX changes (faucet activation/run), reusable promo codes, FIAT conversion
  • [@ v1.1.4] Added new error handler for Freebitco.in.
  • [@ v1.1.3] BUG FIXEDFreebitco.in read countdown issue
  • [@ v1.1.1] Accidentally changed the named without realizing it will get harder to update, so now I did it again, but for the last time!
  • [@ v1.1.0] Added Freebitco.in and autologin
  • [@ v1.1.0] Fixed auto close tab after timeout
  • [@ v1.0.11] Timeouts adjusted and auto refresh removed to be able to process with a hCaptcha solver
  • [@ v1.0.9] Added badges to keep track of failures.

Auto Roll/Claim with simple Monitor UI

  • Automatic rolls and claims for faucets/PTCs/miners
  • Accepts promotion codes (http://twitter.com/cryptosfaucets, free roll shortlinks) for CF 15 faucets
  • Simple Monitor UI on top of a website to track progress (claims, next rolls, promo codes)

Briefing:

  • The UI runs on top of https://satology.onrender.com/faucets/referrals
    That site is a WIP and will eventually contain some ads (no popups). You can, of course, replace it with another URL, but please consider keeping it as a 'thank you' if you find the script useful/helpful.
  • All data displayed is stored locally through GM_setValue. Nothing is uploaded to the website.
  • You must enable popups on https://satology.onrender.com/faucets/referrals for the manager to open the faucets
  • Auto rolls will trigger ONLY when the faucet was opened by the Manager UI
    This is to allow users to navigate the websites without having to stop the script.
  • Promo codes (for now) must be manually added through the Manager UI
    You can add multiple codes and will be processed for each faucet after rolling.
    After adding a new promo code, it will take a minute or so to save it. Then will
    try to activate it right AFTER the next scheduled roll for each faucet and roll again.

Monitor running

Please consider registering using my referral if you need an account for some of the websites:

00- https://freebitco.in/?r=41092365
01- https://app.stormgain.com/friend/BNS27140552
02- https://freecardano.com/?ref=335463
03- https://freebinancecoin.com/?ref=161127
04- https://freebitcoin.io/?ref=490252
05- https://freedash.io/?ref=124083
06- https://free-doge.com/?ref=97166
07- https://freeethereum.com/?ref=204076
08- https://freechainlink.io/?ref=78652
09- https://free-ltc.com/?ref=117042
10- https://freeneo.io/?ref=100529
11- https://freesteam.io/?ref=117686
12- https://free-tron.com/?ref=145047
13- https://freeusdcoin.com/?ref=100434
14- https://freetether.com/?ref=181230
15- https://freenem.com/?ref=295274
16- https://coinfaucet.io/?ref=808298
17- https://faucetpay.io/?r=1140585
18- https://free-litecoin.com/login?referer=1332950
19- https://free-ethereum.io/?referer=1064662


The idea is to keep adding faucets, some user friendly configurations and status displays.
Always opened to constructive feedback. I'd be glad to hear from you if you find any bugs, have suggestions or new enhancements/features you'd like to see.
If you wanna team up or just share some ideas, you can contact me at [email protected]