Pages:
Author

Topic: Satoshi Roulette Martingale Bot - update 2 - page 2. (Read 7595 times)

sr. member
Activity: 364
Merit: 252
February 13, 2013, 04:26:08 AM
#30
I have just posted the updated version, see 1st post for details.
added install and configure instructions as well.
sr. member
Activity: 364
Merit: 252
February 13, 2013, 03:35:58 AM
#29
He doesn't even know how to clear out the cmd prompt so you get live updates but not just states of the bot so sad... Bad programming...
Im unsure what you are referring to, it has live updates. You are welcome to demonstrate your talents by improving upon this bot, that is assuming you have worked out how to run a php script from the command prompt by now :3

So you keep dodging my question how is to be a talentless, non-original, rip off of satoshidice?

Our main game the roulette table is a unique variation on traditional roulette, a concept we created pioneered Smiley. Perhaps you are unable to tell apples from oranges ?
Building on fireducks verifiable results using the blockchain concept was and is an awesome experience, we encourage all *coin casinos to use a similar method to produce user verifiable results. We make no attempts to hide our references and have often cited fireducks original work as our inspiration.

Fortunately we measure our success by own standards and also to be honest profitability, both which are measuring up quite nicely and also the experienced gained has been invaluable.

Sorry for not answering sooner, I assumed it was you ranting rhetorical questions as you seem quite upset for some reason.
If you still need any help running a php script as a cmd prompt script and not a cgi script please let me know, we will be providing updated usage instructions so others are not confused as you were.
sr. member
Activity: 364
Merit: 252
February 13, 2013, 02:47:07 AM
#28
CodeMonkey has been busy tweaking the bot, Im testing a new version now, its looking quite nice Smiley
here is a sample output, note I use TRC for testing due but as noted it works with BTC just the same.

Code:
C:\sr-bot>php bot.php
Game: roulette-red
Address: 1kdd9wNjoYPshiDvzcVXMC7T5rPUWCb3B
Min Bet: 2
Max Bet: 36
Jackpot: 4.15595572

Start Balance: 111.52045118  TRC
Target Balance: 122.672496298 TRC
Stop Balance: 105.944428621 TRC

Balance: 111.52045118 TRC, roulette-red amount: 2 TRC, txid = cf5403fbc818856f6cf8151c19741f11fda601ef93675c95817453710ca26a27
..
 __       __        ______        __    __
|  \  _  |  \      |      \      |  \  |  \
| $$ / \ | $$       \$$$$$$      | $$\ | $$
| $$/  $\| $$        | $$        | $$$\| $$
| $$  $$$\ $$        | $$        | $$$$\ $$
| $$ $$\$$\$$        | $$        | $$\$$ $$
| $$$$  \$$$$       _| $$_       | $$ \$$$$
| $$$    \$$$      |   $$ \      | $$  \$$$
 \$$      \$$       \$$$$$$       \$$   \$$

 Game: roulette-red
Address: 1kdd9wNjoYPshiDvzcVXMC7T5rPUWCb3B
Min Bet: 2
Max Bet: 36
Jackpot: 4.15595572

Balance: 113.51445136 TRC, roulette-red amount: 2 TRC, txid = fd242c0873e693b36d0297bdd5752f78adb5d2f6062362c749b0a71b0a4f9d8c
..
 __       __        ______        __    __
|  \  _  |  \      |      \      |  \  |  \
| $$ / \ | $$       \$$$$$$      | $$\ | $$
| $$/  $\| $$        | $$        | $$$\| $$
| $$  $$$\ $$        | $$        | $$$$\ $$
| $$ $$\$$\$$        | $$        | $$\$$ $$
| $$$$  \$$$$       _| $$_       | $$ \$$$$
| $$$    \$$$      |   $$ \      | $$  \$$$
 \$$      \$$       \$$$$$$       \$$   \$$

 Game: roulette-red
Address: 1kdd9wNjoYPshiDvzcVXMC7T5rPUWCb3B
Min Bet: 2
Max Bet: 36
Jackpot: 4.15595572

Balance: 115.50845159 TRC, roulette-red amount: 2 TRC, txid = 1e3a5284e6c4080ad314073b4c7dbcb98bb8e0189d3995a13f57177f82f35640
..
lost, increasing bet size and rebetting
Balance: 113.50745167 TRC, roulette-odd amount: 4.2 TRC, txid = 13ac10c7e8c726f3d09fa5556a145382219f5cfc2be7393b3aba2cc21a6127f9
..
 __       __        ______        __    __
|  \  _  |  \      |      \      |  \  |  \
| $$ / \ | $$       \$$$$$$      | $$\ | $$
| $$/  $\| $$        | $$        | $$$\| $$
| $$  $$$\ $$        | $$        | $$$$\ $$
| $$ $$\$$\$$        | $$        | $$\$$ $$
| $$$$  \$$$$       _| $$_       | $$ \$$$$
| $$$    \$$$      |   $$ \      | $$  \$$$
 \$$      \$$       \$$$$$$       \$$   \$$

 Exiting, Balance 117.70145184 is 5 % higher than start balance 111.52045118

C:\sr-bot>

First test run worked great Smiley , will upload shortly after a few more tests.
sr. member
Activity: 364
Merit: 252
February 13, 2013, 01:27:04 AM
#27
@gweedo:

did you actually read what you linked?

' Getting PHP to run from the command line can be performed without making any changes to Windows. '

'C:\PHP5\php.exe -f "C:\PHP Scripts\script.php" -- -arg1 -arg2 -arg3"

Close page.

and how many noobies are going to figure it out?

0-1 if they are lucky

and people aren't going to type that everytime

Hmm, how many noobies will figure out..

'C:\PHP5\php.exe -f "C:\Users\someuser\Desktop\marginale.php"' ...



actually its even easier than that, php for windows automatically adds php to your path Smiley

Code:
C:\sr-bot>php bot.php

we could include a .bat file, not a bad idea from gweebo Smiley
vip
Activity: 1316
Merit: 1043
👻
February 13, 2013, 01:23:08 AM
#26
@gweedo:

did you actually read what you linked?

' Getting PHP to run from the command line can be performed without making any changes to Windows. '

'C:\PHP5\php.exe -f "C:\PHP Scripts\script.php" -- -arg1 -arg2 -arg3"

Close page.

and how many noobies are going to figure it out?

0-1 if they are lucky

and people aren't going to type that everytime

Hmm, how many noobies will figure out..

'C:\PHP5\php.exe -f "C:\Users\someuser\Desktop\marginale.php"' ...

vip
Activity: 1316
Merit: 1043
👻
February 13, 2013, 01:18:52 AM
#25
@gweedo:

did you actually read what you linked?

' Getting PHP to run from the command line can be performed without making any changes to Windows. '

'C:\PHP5\php.exe -f "C:\PHP Scripts\script.php" -- -arg1 -arg2 -arg3"

Close page.
sr. member
Activity: 364
Merit: 252
February 13, 2013, 01:00:56 AM
#24
1) install php win32, Im amazed you got stuck figuring that out.

2) Great, you go about using Java and we will continue to use php for the bot.

3) you really do over reach. no one is going to advise running a php command line script under cygwin so your silly little chmod a+x works, again you really rearch to make any of your points.

4) Still waiting for you to demonstrate this mighty security exploit your talking about...... I reported to codemokey how you claim a non exiting while loop == massive security hole, he said he will type up a reply when he stops convulsing from laughter.


Now enough of your childish trolling and ignorant attacks against our casino, this thread is for discussing our bot.

1) LOL yea you can do that then you need to setup an apache server, so you can actually access the php function. DO SOME RESEARCH

2) Ok but you still don't get that your focus of supporting all platforms, is flawed with php... and since java is pretty much installed default on windows machines, it be better.

3) Then you would need to setup a server for no reason, and your browser would probably timeout since the php would not end...

4) No bad programming shown in this bot thing probably shows that there is security leak in your casino.

Also how is it copying a Erik's site and failing?

You claim to have knowledge of PHP coding and yet your ignorant of the face you can run php stand alone ?
You must severely exaggerate your abilities on php if your ignorant of that fact.

LMAO cause I don't use windows everyday of my life, but I just googled it, and it is very hard to get it work in the cmd prompt so maybe you need to do research and this is from the php.net site, which is the php developer's home page.

Still you keep dodging the bullet, what is it like copying Erik's site and trying to ride his coat tails cause you can't think of an original idea?

Please stop lying, I know you just embarrased yourself but dont dig yourself in any further.

It is literally:
* download a 40mb msi
* click yes ~3 times
* click no to apache
* from any cmd.exe window you can type
Code:
PHP yourscript.php

if thats hard for you, then I suggest you stop advertising yourself a programmer.



In your own misused words.

DO SOME RESEARCH
sr. member
Activity: 364
Merit: 252
sr. member
Activity: 364
Merit: 252
February 13, 2013, 12:51:42 AM
#22
who is codemonkey?

Our coder Smiley he does not come on forums, but does lurk on our sites chat window.
I do the Support, PR work, game design and help with web design while he works on the front end/s and back end.

Its a small team, but we have fun Smiley
hero member
Activity: 812
Merit: 1000
sr. member
Activity: 364
Merit: 252
February 13, 2013, 12:50:17 AM
#20
1) install php win32, Im amazed you got stuck figuring that out.

2) Great, you go about using Java and we will continue to use php for the bot.

3) you really do over reach. no one is going to advise running a php command line script under cygwin so your silly little chmod a+x works, again you really rearch to make any of your points.

4) Still waiting for you to demonstrate this mighty security exploit your talking about...... I reported to codemokey how you claim a non exiting while loop == massive security hole, he said he will type up a reply when he stops convulsing from laughter.


Now enough of your childish trolling and ignorant attacks against our casino, this thread is for discussing our bot.

1) LOL yea you can do that then you need to setup an apache server, so you can actually access the php function. DO SOME RESEARCH

2) Ok but you still don't get that your focus of supporting all platforms, is flawed with php... and since java is pretty much installed default on windows machines, it be better.

3) Then you would need to setup a server for no reason, and your browser would probably timeout since the php would not end...

4) No bad programming shown in this bot thing probably shows that there is security leak in your casino.

Also how is it copying a Erik's site and failing?

You claim to have knowledge of PHP coding and yet your ignorant of the face you can run php stand alone ?
You must severely exaggerate your abilities on php if your ignorant of that fact.
legendary
Activity: 1498
Merit: 1000
February 12, 2013, 11:07:22 PM
#20
Several points:

1) This was coded in windows as the bulk of our clients are win32 users.
2) PHP is not our language of choice, we chose to use PHP for the martingale bot as that is why the others we have seen have also been written in.
3) chmod a+x assumes linux only users, as stated this is not the case. the best cover all execution method is
Code:
# php 
but I guess they dont teach you about supporting multiple environments anymore.

4) "that could be exploited to gain access to the bitcoind no one hacks for anything else LMAO"
LMAO indeed, what a far far reaching completely unfounded conclusions you jump to.
This statement over reaches so badly I wont waste time addressing it further.

You are ignoring points already made and discussed and using them to attack the casino, why ?

For our more level headed users, an update will be released shortly that adds an exit condition for the main while loop so users do not need to manually interrupt the program.

1) ok so windows users usually don;t have php installed anyway, so that fail on you, should have chosen java cause that supports all environments.

2) I seen more in java then php so not a good idea, but if everyone was jumping off bridge would you follow them. Bad research.

3) Actually not true at all, but ok. Still they would have to install cywin, and php to get this working, both aren't easy to use on windows.

4) You proved my point better get that security audit going...
vip
Activity: 1316
Merit: 1043
👻
February 13, 2013, 12:41:57 AM
#19
who is codemonkey?
sr. member
Activity: 364
Merit: 252
February 13, 2013, 12:36:37 AM
#18
Several points:

1) This was coded in windows as the bulk of our clients are win32 users.
2) PHP is not our language of choice, we chose to use PHP for the martingale bot as that is why the others we have seen have also been written in.
3) chmod a+x assumes linux only users, as stated this is not the case. the best cover all execution method is
Code:
# php
but I guess they dont teach you about supporting multiple environments anymore.

4) "that could be exploited to gain access to the bitcoind no one hacks for anything else LMAO"
LMAO indeed, what a far far reaching completely unfounded conclusions you jump to.
This statement over reaches so badly I wont waste time addressing it further.

You are ignoring points already made and discussed and using them to attack the casino, why ?

For our more level headed users, an update will be released shortly that adds an exit condition for the main while loop so users do not need to manually interrupt the program.

1) ok so windows users usually don;t have php installed anyway, so that fail on you, should have chosen java cause that supports all environments.

2) I seen more in java then php so not a good idea, but if everyone was jumping off bridge would you follow them. Bad research.

3) Actually not true at all, but ok. Still they would have to install cywin, and php to get this working, both aren't easy to use on windows.

4) You proved my point better get that security audit going...

1) install php win32, Im amazed you got stuck figuring that out.

2) Great, you go about using Java and we will continue to use php for the bot.

3) you really do over reach. no one is going to advise running a php command line script under cygwin so your silly little chmod a+x works, again you really rearch to make any of your points.

4) Still waiting for you to demonstrate this mighty security exploit your talking about...... I reported to codemokey how you claim a non exiting while loop == massive security hole, he said he will type up a reply when he stops convulsing from laughter.


Now enough of your childish trolling and ignorant attacks against our casino, this thread is for discussing our bot.
legendary
Activity: 1498
Merit: 1000
February 12, 2013, 11:01:42 PM
#18
There a difference between features and correct programming, I made that clear sorry

Oh so this is you poorly attempting to be clever ?, cute :3

LOL not being clever, just telling you that your programmer has no idea what he is doing...
sr. member
Activity: 364
Merit: 250
February 12, 2013, 11:19:43 PM
#17
those that tried and failed criticize others attempts.

others'

Wink

I missed that, he must be talking about Erik... WAIT Erik has the most successful bitcoin gambling site and his site is just the copy of that in different alt coins....
'

burn.
legendary
Activity: 2940
Merit: 1333
February 12, 2013, 11:10:45 PM
#16
those that tried and failed criticize others attempts.

others'

Wink
sr. member
Activity: 364
Merit: 252
February 12, 2013, 11:04:07 PM
#15
There a difference between features and correct programming, I made that clear sorry

Oh so this is you poorly attempting to be clever ?, cute :3

LOL not being clever, just telling you that your programmer has no idea what he is doing...


step up then, show everyone how it is done correctly and I may even hire you.

Those that can, do.
Those that cant, teach,
those that tried and failed criticize others attempts.
sr. member
Activity: 364
Merit: 252
February 12, 2013, 10:59:14 PM
#14
There a difference between features and correct programming, I made that clear sorry

It's not incorrect to write an infinite loop.

The exit; after the infinite loop will never be reached, but that doesn't matter.

The script as it stands will play forever, or until you lose all your coins, or until you interrupt it with a control-C - whichever comes first.

Correct, thank you Dooglus.

No that is a feature that the program never ends. Also with the way it sits you have to do
Code:
php bot.php

when all has to do is add to the very top of the file...
Code:
#!/bin/php
then we can just do chmod +x on that file to make it run as a command line application.

But I guess they don't teach that anymore Sad

Honestly if this how they program, then I would be really scared to use there casino site, it must be full of holes and bad coding, that could be exploited to gain access to the bitcoind no one hacks for anything else LMAO

Several points:

1) This was coded in windows as the bulk of our clients are win32 users.
2) PHP is not our language of choice, we chose PHP as several other martingale bots already exists in this language.
3) chmod a+x assumes linux only users, as stated this is not the case. the best cover all execution method is
Code:
# php
but I guess they dont teach you about supporting multiple environments anymore.

4) "that could be exploited to gain access to the bitcoind no one hacks for anything else LMAO"
LMAO indeed, what a far far reaching completely unfounded conclusions you jump to.
This statement over reaches so badly I wont waste time addressing it further.

You are ignoring points already made and discussed and using them to attack our casino, why ?
legendary
Activity: 1498
Merit: 1000
February 12, 2013, 03:19:26 PM
#14
There a difference between features and correct programming, I made that clear sorry

It's not incorrect to write an infinite loop.

The exit; after the infinite loop will never be reached, but that doesn't matter.

The script as it stands will play forever, or until you lose all your coins, or until you interrupt it with a control-C - whichever comes first.

No that is a feature that the program never ends. Also with the way it sits you have to do
Code:
php bot.php

when all has to do is add to the very top of the file...
Code:
#!/bin/php
then we can just do chmod +x on that file to make it run as a command line application.

But I guess they don't teach that anymore Sad

Honestly if this how they program, then I would be really scared to use there casino site, it must be full of holes and bad coding, that could be exploited to gain access to the bitcoind no one hacks for anything else LMAO
Pages:
Jump to: