Bitcoin Forum
August 10, 2026, 07:32:10 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4]  All
  Print  
Author Topic: [Userscript] Bitcointalk Merit Automation: Queue & Schedule Merit Distribution  (Read 1492 times)
DubemIfedigbo001
Hero Member
*****
Online Online

Activity: 1120
Merit: 710


Let love lead


View Profile WWW
June 25, 2026, 12:47:40 PM
 #61

You can add  to queue on same tab while the process is running now without breaking anything…

Hence.. I think @ DubemIfedigbo001  can also try his hand at that in case he finds a better fix.

New Feature:
Enable persistent execution of the current process on tracked pages, with or without post submission for the Post_Trigger script.
Great, I'll find time next week to try my hands on that double spend fix, I believe two heads are better than one and I can come up with something interesting hopefully. I just added it to my to do list for next week. I'll test your new features as well.

Quote
I promise this time around that I will upload to GitHub by Saturday[Not breaking this one Smiley]
I'll hold you accountable to this Grin. Well done!!

 
█▄
R


▀▀██████▄▄
████████████████
▀█████▀▀▀█████
████████▌███▐████
▄█████▄▄▄█████
████████████████
▄▄██████▀▀
LLBIT▀█ 
  TH#1 SOLANA CASINO  
████████████▄
▀▀██████▀▀███
██▄▄▀▀▄▄████
████████████
██████████
███▀████████
▄▄█████████
████████████
████████████
████████████
████████████
█████████████
████████████▀
████████████▄
▀▀▀▀▀▀▀██████
████████████
███████████
██▄█████████
████▄███████
████████████
█░▀▀████████
▀▀██████████
█████▄█████
████▀▄▀████
▄▄▄▄▄▄▄██████
████████████▀
........5,000+........
GAMES
 
......INSTANT......
WITHDRAWALS
..........HUGE..........
REWARDS
 
............VIP............
PROGRAM
 .
   PLAY NOW    
promise444c5 (OP)
Legendary
*
Offline

Activity: 1106
Merit: 1076


All things are numbers


View Profile WWW
June 25, 2026, 01:21:35 PM
Last edit: June 29, 2026, 11:33:40 AM by promise444c5
 #62

Great, I'll find time next week to try my hands on that double spend fix, I believe two heads are better than one and I can come up with something interesting hopefully. I just added it to my to do list for next week. I'll test your new features as well.
Not the double spend.. that’s probably been fixed from the last update . The new task is :
Enable persistent execution of the current process on tracked pages, with or without post submission for the Post_Trigger script.
You can read the post above to understand what I meant better..

Quote
Quote
I promise this time around that I will upload to GitHub by Saturday[Not breaking this one Smiley]
I'll hold you accountable to this Grin. Well done!!
Alright  Grin

[source = AI]

Edit : @ DubemIfedigbo001 this is the new github link as promised : promise444c5@merit_automation

vapourminer
Legendary
*
Offline

Activity: 5124
Merit: 6664


what is this "brake pedal" you speak of?


View Profile
August 07, 2026, 08:32:00 PM
Merited by promise444c5 (3)
 #63

just letting you know this still rocks!

no double spends, it catches them and flags them. i just manually delete the failed ones. likely fails because ill post twice in a row while the scripts runs? not sure but it catches it so no action needed.

lets see how it handles > 50 merits a month as i can only send one more to you this 30 day period.. ill try to send 10

*click*


edit: seems to of tripped on this when it tried.. nice

Quote
Error: You can only send 1 merit to this user.
promise444c5 (OP)
Legendary
*
Offline

Activity: 1106
Merit: 1076


All things are numbers


View Profile WWW
August 08, 2026, 06:23:35 AM
 #64


lets see how it handles > 50 merits a month as i can only send one more to you this 30 day period.. ill try to send 10

*click*


edit: seems to of tripped on this when it tried.. nice

Quote
Error: You can only send 1 merit to this user.

Yes.. I added this line of code in the last update:
Code:
else if(lowerHtml.includes("you can only send 50 merit ")) {
                const match = lowerHtml.match(/you have already sent (\d+) merit to that user/i);

                const sentMerit = match && !Number.isNaN(Number.parseInt(match[1], 10))? Number.parseInt(match[1], 10) : 0;
                errorMsg = sentMerit >= 50 ? "You have already sent the maximum amount of merit to this user."
                            : sentMerit === 0 ? "You cant send merit to this user right now."
                            : `You can only send ${50 - sentMerit} merit to this user.`;
                }

when you posted this :

hit the 50 merits per month limit.. blame it on loycev
I followed LoyceV suggestion, reproduced the error and added it.

The second check and the greater than  were just extra extra

Thank you VPM

Pages: « 1 2 3 [4]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!