[satology] Auto Claim Multiple Faucets with Monitor UI

Automatic rolls and claims for 50+ crypto faucets/PTC/miners (Freebitco.in BTC, auto promo code for 16 CryptosFaucet, FaucetPay, StormGain, etc)

這裡顯示腳本的所有版本。 只顯示彼此間有代碼差異的版本。

  • v1.8.2 2021-09-16
    • Added Dutchy faucets: monthly coin (now is TRX) and DUTCHY (used as 'energy' at their autofaucet)
      • At Dutchy, you need to set hCaptcha as default captcha. Once in a while it uses the text hCaptcha some it might timeout/take longer
    • Adjustments to OurBitco process: checking faucets countdowns at dashboard to avoid opening all faucets when possible
    • UI adjustments
      • Added some single-faucet customization (overrides default values as open in background, timeout)
      • More will be added while refactoring
  • v1.8.1 2021-09-13

    Buggy syntax (=||) removed

  • v1.8.0 2021-09-12

    Added OurBitco.in, BetFury BTC/BNB boxes and Free-doge.io

  • v1.7.5 2021-09-10

    BigBtc click bug fixed

  • v1.7.4 2021-09-10

    @ 1.7.4

    • Ok BCH removed/commented out as the site structure changed [0 mins wait but 1 to 10 sat payment]
    • Some minor changes in Bagi/Keran to handle Cloudflare hCaptcha validation
    • Bagi/Keran default/suggested withdraw mode => off/manual
  • v1.7.3 2021-08-09

    Ok BCH (https://faucetok.net/) added

  • v1.7.2 2021-08-04

    Fixed login error @ CF faucets

  • v1.7.1 2021-08-04

    @ 1.7.1 Changes to FaucetPay

    • tries to login (useful only if you have a third party extension/password manager that adds the credentials
    • the duration of the PTC view is now considered to prevent 'TIMEOUT' close
  • v1.7.0 2021-07-30

    @ 1.7.0

    • @ Faucets
      • Added LitKing & BitKing
    • @ Wallet
      • added view to edit/import/export in JSON format
      • added generic BTC address
    • @ Config
      • added BestChange to pick which BTC address to use: FaucetPay BTC [default] or alternative/generic BTC address
      • added BigBtc to set the delay between claims: random [default], X minutes, defaults.postponeMinutes value
      • added switch to enable/disaable the use of the extra interval for detecting ad redirects faster
  • v1.6.0 2021-07-26

    Added BestChange (hourly BTC faucet, 1~100 satoshis). Has manual claim after reaching 2K satoshis

  • v1.5.15 2021-07-23

    rollback on balance logic as it crashed other faucets' withdrawn amounts

  • v1.5.14 2021-07-23

    1.5.14: Fixed balance sum bug @ Ok faucets

  • v1.5.13 2021-07-22
    • Added 'Ok' (6 hourly faucets with direct payment to FP).
    • Added BigBtc
      • It's a 5 min faucet by it's set to run based on 'postponedMinutes' interval. You can change the delay in the script if you want to. I wouldn't abuse it as it's easy for a faucet admin to ban your address @ FP.
      • it has manual payment (not implemented).
    • Added signout at B/K BCH, to force login with address as the faucets have a bug (might use your ERC20 address if you previously claim TRX/USDT, instead of asking to login)
  • v1.5.12 2021-07-19

    @ 1.5.12

    • Added some workarounds for those who don't like the script to be waiting when the sites are redirected to an Ad:
      Timer/interval that saves the timestamp every 10 seconds when processing/navigating a site. This should avoid waiting too long in case of ad redirects, BUT it will consume more resources. You can enable it in the script, by setting useTimer to true (almost at the end of the script).
      • When enabled, it will be used only at B/K, Free-Litecoin and Free-Ethereum.
      • If a site is closed by this timer, it will display the error 'FORCE_CLOSED' at the schedule
      • Added a retry logic for this faucets (when FORCE_CLOSED): whenever there's a time window (greater than timeout/2), it will try to run again the last one that failed
    • Added ErrorType to a const/enum. Errors from previous versions of the script (were plain strings) will be displayed as '_ERR'

  • I'm not setting this stuff to be configured at the UI as I don't think it's worth it and might be confusing.
    Same goes for enabling individual faucets to run on focus instead of background (as FP PTC does). I've added a line you can uncomment to do the same with StormGain if you are having trouble with the auto activation when it's on the background (search for RUN STORMGAIN)
  • v1.5.11 2021-07-18

    @1.5.11: FIXED BUG - Typo was preventing B/K withdraws when using the option 'Once every X hours'

  • v1.5.10 2021-07-17

    link

  • v1.5.9 2021-07-17

    Bug fixed (BAGI/KERAN was adding the claim amount twice if withdrawing.
    Added link to discord server.

  • v1.5.8 2021-07-16

    [@1.5.8 BUG FIXED] Fixed data type error for withdraw mode

  • v1.5.7 2021-07-16

    Added some logging/debugging (disabled by default) to report errors.
    Config changed to be added to the UI.
    Added optional 'sleep' mode if IP_BAN on CF or IP_RESTRICTED on Bagi/Keran
    Added one retry attempt for Bagi/Keran when detecting 'Claim Invalid' or 'Login invalid'.

  • v1.5.6 2021-07-12

    [@ v1.5.6 BUG FIXED] Added min withdraw error and labeled login error properly

  • v1.5.5 2021-07-11

    badge errors adjusted. added 'airplane' to hCaptcha solver suggested modification

  • v1.5.4 2021-07-11

    [@ 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 2021-07-11

    [@ v1.5.3 BUG FIXED] Timeout wasn't triggering if Keran/Bagi withdraw failed due to an Ad redirect.

  • v1.5.2 2021-07-10

    [@ v1.5.2 BUG FIXED] Sometimes new faucets weren't claiming due to URL error.

  • v1.5.1 2021-07-10

    [@ v1.5.1 BUG FIXED] Sometimes new faucets weren't claiming due to URL error.

  • v1.5.0 2021-07-10

    [@ 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 2021-07-08
  • v1.4.1 2021-07-08

    [@ 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 2021-07-08

    [@ v1.4.0] Added Free-Litecoin.com & Free-Ethereum.io

  • v1.3.1 2021-07-07

    [@ v1.3.1 BUG FIX]Bypass a still unknown error that prevents the new tab from opening

  • v1.3.0 2021-07-06

    Known issue: Some PTC might fail to claim and timeout, throwing a console error 'Blocked autofocusing on a element in a cross-origin subframe'. Might be related to the hCaptcha solver trying to resolve a captcha inside the iframe, but still need further testing to be sure and find a workaround.

  • v1.3.0 2021-07-06

    [@ v1.3.0]Added FaucetPay PTC auto claim. Opens on focus, not in background

  • v1.2.1 2021-07-05

    [@ 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 2021-07-05

    UI/UX changes (faucet activation/run), reusable promo codes, FIAT conversion

  • v1.1.4 2021-07-02

    Added new error handler for Freebitco.in. About 3 hours ago FB stopped displaying captchas (only RP roll available for not premium users). Let's hope it's just a temporary bug! I'd suggest setting FB to false until you see the captcha is back, or changing the postponeMinutes value so it's not failing to roll every hour or so.

  • v1.1.3 2021-06-28

    Freebitco.in read countdown issue fixed

  • v1.1.2 2021-06-28

    desc

  • v1.1.1 2021-06-28

    Name updated

  • v1.1.0 2021-06-28

    Added Freebitco.in with RP Daily Bonus activation, autologin for @cryptosfaucets and 'auto' change to English for @cryptosfaucets

  • v1.0.12 2021-05-19

    Fixed auto close tab after timeout

  • v1.0.11 2021-05-18

    [@ v1.0.11] Timeouts adjusted and auto refresh removed to be able to process with a hCaptcha solver

  • v1.0.10 2021-05-15

    minor fixes

  • v1.0.9 2021-05-15

    Added badges to keep track of failures

  • v1.0.8 2021-05-15

    [@ v1.0.8] The faucets are not working properly since yesterday (check their twitter @cryptosfaucets for details). I'm releasing this 'emergency' update. I've edited some logic and default values/delays trying to prevent 24hs IP ban. This is not an issue of the script but something wrong in the faucets captcha. Can also happen if you roll manually.

  • v1.0.7 2021-05-10

    Added timeout when waiting for results and maxRefreshAttempts when reloading faucets

  • v1.0.6 2021-05-09

    [@ v1.0.6] BUG FIXED: Disabling a specific faucet in the script (@ webList array, by changing enabled: true to false) is now working

  • v1.0.5 2021-05-06
  • v1.0.5 2021-05-06

    Opening faucets through GM_openInTab to avoid auto focus on the faucet window

  • v1.0.4 2021-05-06

    Display a message in the faucets UI to let the user know the process current status

  • v1.0.3 2021-05-06

    Roll Stats Added: Pie Chart available to display count of lucky numbers rolled on each range [0000-9885, 9886-9985, etc.]

顯示所有腳本版本