Bitcoin Forum
May 04, 2024, 03:24:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Coinroll.it Martingale script  (Read 7936 times)
dermo
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
May 29, 2013, 05:03:32 AM
 #21

I want definitely try your script but how to run a python script ? Cheesy
I'm noob with dev etc...

nobody can help me ?
1714836257
Hero Member
*
Offline Offline

Posts: 1714836257

View Profile Personal Message (Offline)

Ignore
1714836257
Reply with quote  #2

1714836257
Report to moderator
1714836257
Hero Member
*
Offline Offline

Posts: 1714836257

View Profile Personal Message (Offline)

Ignore
1714836257
Reply with quote  #2

1714836257
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714836257
Hero Member
*
Offline Offline

Posts: 1714836257

View Profile Personal Message (Offline)

Ignore
1714836257
Reply with quote  #2

1714836257
Report to moderator
1714836257
Hero Member
*
Offline Offline

Posts: 1714836257

View Profile Personal Message (Offline)

Ignore
1714836257
Reply with quote  #2

1714836257
Report to moderator
1714836257
Hero Member
*
Offline Offline

Posts: 1714836257

View Profile Personal Message (Offline)

Ignore
1714836257
Reply with quote  #2

1714836257
Report to moderator
hasher87
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
May 29, 2013, 05:42:26 AM
 #22

user 0001sonkit posted the martingale javascript from the coinroll thread tho

Quote
javascript:if($("#bets .item:first-child .lucky").hasClass('win')){$('#betamount').val('0.00001');roll()}else{setDouble();roll()}


And the modification of it by me, if you wished you want to set the max bet amount before reverting back to 0.0001
Quote
javascript:var betmount = $("#betamount").val(); if(betmount == '0.00032') { $('#betamount').val('0.00001') } else { if($("#bets .item:first-child .lucky").hasClass('win')) { $('#betamount').val('0.00001');roll()} else { setDouble();roll() } }

Use it at chrome as a bookmarked url, and clicky clicky clicky the button  Grin
moreia
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
September 21, 2013, 08:12:05 PM
 #23

I got a question if it was possible to make a martingale python script for coinroll.it
I kind of like messing with python so I came up with something.  The requester gave me permission me to post it here.
So the whole community can enjoy it.

Here is a link to the github repo.

Feel free to fork make changes and submit a pull request.

The following people added a contribution to the script:
d34th

If you win some using this script you could always donate some won coin here: 1Q2QDC78uaGgkm4r3G5YzZSriPv7KMUuQU

Please note:
I am _not_ interested in your opinion on gambling.
Other then that flame away.


Hello

How may I run the script "run.py"? What I need to do to run it?
Pages: « 1 [2]  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!