Pages:
Author

Topic: Primedice Better Bot - Fastest, lightest, advanced java based bot (Read 8891 times)

sr. member
Activity: 526
Merit: 250
Will this bot work on the just to be launched PD4?
newbie
Activity: 58
Merit: 0
how to run this progam
newbie
Activity: 36
Merit: 0
NEW VERSION RELEASE 1.3

Changes:

• Auto Withdraw and Seed Change functions fixed
• Added stats for profits per min, hour, day
• Cleaned up code
• Added display modes

Quote
java -jar PBBot.jar [Username] [Password] [Base Bet] [Base Betmode] [LuckBets] [Target] [Increase On Loss Multiplier] [ZigZag] [Randomize Seed] [Warning Alert] [Reset on Loss] [Stop on Loss] [Profit Target] [Withdraw on Balance] [Withdraw Amount] [Withdraw Address] [Display Mode]
e.g.
java -jar PBBot.jar Bob Bob123 0.0000152590218966964 2 0 49.5 2.0 9 9 10 4 99 0.001 0.0024378  0.0011 1BtDA32VwButWhsE4343AqfJt3EnnvjPZL 3
   [Base Bet]:
      Your Base Bet. entering a value of 0.00000001, represents PrimeDice lowest bet - 0.00000001 BTC if used with the proper betmode.
   [Base Betmode]:
      1 specifies base bet will be treated as x number of max bets. 2 indicates it's a multiplier for the bankroll balance. 0 will set it as a direct base bet in 0.00000000 format. (Update: Mode 1 is still not fully implemented so I suggest using Mode 0 or 2 instead)
   [LuckBets]:
      Set to 0 or 1. When enabled, base bet is reduced by 1/2 when luck is > 100% as loss is expected due to the law of large numbers. This gives player an extra bet in the event of a bad streak.
   [Target]:
      The Win Chance. e.g. 51.5 represents a win chance of 51.5%
   [Increase On Loss Multiplier]:
      The Factor increase to increase your bet on loss. CAUTION! This is a multiplier and NOT a Percentage. e.g. 2.1 Will Multiply Previous Bet * 2.1 on loss for next wager
   [ZigZag]:
      Switch hi/lo after this many losses.
   [Randomize Seed]:
      Randomize client seed after this many losses.
   [Warning Alert]:
      Play alert sound after this many losses (Windows Beep)
   [Reset on Loss]:
      reset back to base bet after this many losses
   [Stop on Loss]:
      stop betting after this many losses
   [Profit Target]:
      Target Profit for the session.
   [Withdraw on Balance]:
      Automatically withdraw when balance reaches this amount.
   [Withdraw Amount]:
      Withdraw this amount.
   [Withdraw Address]:
      Bitcoin address to receive withdrawal.
   [Display Mode]:
      Set to 1,2,3,4, or 5. (See images below)


Display Mode 1: Most detailed display.
http://s28.postimg.org/hsn0nddfx/00_Display1.png

Display Mode 2: Headers with every line
Shows Bets / min, Estimated Hourly and Daily Profits
http://s24.postimg.org/9mh41krol/00_Display2.png

Display Mode 3: Same as Display Mode 2 but without headers
http://s17.postimg.org/ug8sh6can/00_Display3.png

Display Mode 4: Headers with every line
Shows Bet ID, Nonce, Wins, Losses, Rolls (STRK is LSTR or losing streak)
http://s16.postimg.org/np79s33yd/00_Display4.png

Display Mode 5: Same as Display Mode 4 but without headers
http://s23.postimg.org/cco8l2nu3/00_Display5.png



Item Descriptions:

BPM
Bets Per Minute - This is calculated using #bets placed / minutes elapsed

TARGET
The number needed to win the roll "<" means less than or ">" means greater than.

WSTR
Win Streaks. There are 2 numbers under this, the left indicating the current win streak and the right one is the longest win streak.

LSTR
Losing Streaks. There are 2 numbers under this, the left indicating the current losing streak and the right one is the longest losing streak.

MAX
Maximum bets based on the base bet

LUCK
The luck percentage displayed shows how many rolls you have won compared to how many you 'should' have won. For example, if you play 10 times with a 10% chance of winning and win two of the 10 rolls, your luck will show as 200%, since you have won twice as many as you 'should' have. Bet size is not taken into account when calculating luck, so it is possible to have a luck less than 100% and still show a profit if your winning bets risked more than your losing bets.

For example, suppose you are playing with a 50% chance to win (ie. a 1.98x payout). You bet 1 BTC and lose. You double up to 2 BTC and lose again. You double again and lose 4 BTC, and then double one more time to 8 BTC and win. You have played 4 times and won once. Your luck shows as 50% since you have won half as many games as you would expect to with a 50% chance of winning, but your profit is positive. You have lost 1+2+4 = 7 BTC and won 0.98*8 = 7.84 BTC for a profit of 0.84 BTC. (Source from Primedice.com)

BET AMOUNT
Your base bet

BET PROFIT
Profit from bet - can be different from BET AMOUNT depending on payout / chance

SES PROFIT
Profits since the bot was started

BALANCE
Your Account balance

PROFIT/SEC
Computed by Session Profits / Total seconds elapsed

PROFIT/MIN
Computed by Session Profits / (Total seconds elapsed / 60)

PROFIT/HR
Computed by Session Profits / (Total seconds elapsed / 3600)

PROFIT/DAY
Computed by Session Profits / (Total seconds elapsed / 86400)


LINKS:

.jar file
http://www15.zippyshare.com/v/R1WeI93J/file.html

.java source
http://pastebin.com/DjvUwYpW

Thanks!
how to open its file ?
sr. member
Activity: 434
Merit: 250
I check the features contain in this bot and i found them appealing because they are the features in every paid versions of this type of bot.
I will definitely give it a try.
sr. member
Activity: 269
Merit: 250
Hi, link to Bot v 1.3.1 doesn't work  Shocked Where I can download it?
Thanks
full member
Activity: 140
Merit: 100
I'm getting the same JSONobject["address"] problem
Please fix it dude.
I swear i'll donate if you do.  Embarrassed
newbie
Activity: 34
Merit: 0
To avoid error 429 its not bet time, but amount of logins to there api/hr i think? To bump this thread abit can someone please recompile but remove the need to have a deposit address.. Thats the reason a few people are getting the error about the address, not the withdraw address. If your ip is restricted by primedice (Australia) you cant legally deposit, so the bot throws an error because it cannot read it from PrimeDice.. logging in via a non restricted proxy and it works fine - but slow. i removed the code but got no idea how to compile java. PM'd you blayzer if your out there still.

Retrieving the deposit address happens together with the retrieval of balance and other user stats. This needs to happen to allow the basebet multiplier feature to work. removing the deposit address retrieval has no bearing on number of logins.

At the moment, I am swamped with other tasks so I may not be able to do any further work on this bot. I, too, did not know how to compile java. I just downloaded eclipse and googled the rest.

newbie
Activity: 38
Merit: 0
To avoid error 429 its not bet time, but amount of logins to there api/hr i think? To bump this thread abit can someone please recompile but remove the need to have a deposit address.. Thats the reason a few people are getting the error about the address, not the withdraw address. If your ip is restricted by primedice (Australia) you cant legally deposit, so the bot throws an error because it cannot read it from PrimeDice.. logging in via a non restricted proxy and it works fine - but slow. i removed the code but got no idea how to compile java. PM'd you blayzer if your out there still.
newbie
Activity: 1
Merit: 0
Thanks for sharing. Works well.

If i have any inputs it would be to add a [SleepInmillisecondsBetweenEachBet] switch to avoid 429 .
legendary
Activity: 1974
Merit: 1077
^ Will code for Bitcoins
anyway, all bots i tested, and any amout, all end up in loosing finally.


What a surprise!  Grin

All bots drive you quickly where you would finally end if you are playing manually - to 0 balance. That's the nature of negative EV game as coin dice is. The only way to gain something is to stop while you are (temporarily) in green, and bots can hardly help you to stop playing. They could, but most people don't use them to stop on time, on the contrary.
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
anyway, all bots i tested, and any amout, all end up in loosing finally.
hero member
Activity: 952
Merit: 516
Is there any bot that would work on phones? I mean an app that is a bot that you can use on smart phone devices and if its not, can it be made or are you able to make one? I think a lot of people would use it and would be pretty useful, i dont have the knowledge to do it thats why im asking.
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
Coul you add some randomizer to > or <  ?
I think that after longer session, primedice can predict what i will do, and with randomizer it cant.

"Randomize Head Tail" - thats it.

Is anyone have winning methodh ?
newbie
Activity: 13
Merit: 0
I have an issue after receiving HTTP 200 response, here's the command line:

Code:
itod@ubuntu:~/Desktop$ java -jar PBBot101.jar myuser mypass 0.00000001 0 0 49.5 2.0 999 999 10 999 999 0.0001 0.1 0.1 1itod1vPdh4rCtaJiewNQjd4JnfZw7ZTN

And here's the response:

Code:
Primedice Better Bot 1.0.1
Copyright (C) 2015 blayzer

Original code from daCoops (https://bitcointalk.org/index.php?topic=833129)

Please consider donating: 1BtDA32VwButWhsE4343AqfJt3EnnvjPZL

Initializing startup sequence...

System Settings:
Base Bet: 1.0E-8
Bet Mode: 0
Adjust on luck 0
Chance: 49.5
Zig Zag every 999 losses
Randomize Client Seed after 999 losses
Warning alert after: 10 losses
Reset base bet after: 999 losses
Stop betting after: 999 losses
Profit Target: 1.0E-4
Withdraw on Target: 0.1
Amount to Withdraw: 0.1
Withdraw Address: 1itod1vPdh4rCtaJiewNQjd4JnfZw7ZTN

Logging in...
Username: myuser
Password: mypass
Response Code : 200

Retrieving user info...
Response Code : 200
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: org.json.JSONException: JSONObject["address"] not a string.
at org.json.JSONObject.getString(JSONObject.java:658)
at PrimeBot.PrimeBot$UserStats.parseStats(PrimeBot.java:798)
at PrimeBot.PrimeBot.doStats(PrimeBot.java:757)
at PrimeBot.PrimeBot.main(PrimeBot.java:172)
... 5 more

What can be the reason?

Me too having same problem.
hey op check this problem
Here's the command line
Code:
java -jar pbbot13.jar [username] [password] 0.00000001 0 0 49.5 2.2 3 4 4 8 99 0.0001 0.1 0.001 164PuzrrJ7sDHXBRtYAnyyuAg5D16LuRnJ 2
nd same error

Please download the 1.3.1 version and let me know if you still get the same problem. Link is right above your post.

Again getting same error

Edit: Nevermind fixed it. I had to see my deposit address once. Thanks for reply and the bot.
       I think you can take off Deposit Address From Script as I think it has no use.
       Just a Suggestion Wink
newbie
Activity: 34
Merit: 0
I have an issue after receiving HTTP 200 response, here's the command line:

Code:
itod@ubuntu:~/Desktop$ java -jar PBBot101.jar myuser mypass 0.00000001 0 0 49.5 2.0 999 999 10 999 999 0.0001 0.1 0.1 1itod1vPdh4rCtaJiewNQjd4JnfZw7ZTN

And here's the response:

Code:
Primedice Better Bot 1.0.1
Copyright (C) 2015 blayzer

Original code from daCoops (https://bitcointalk.org/index.php?topic=833129)

Please consider donating: 1BtDA32VwButWhsE4343AqfJt3EnnvjPZL

Initializing startup sequence...

System Settings:
Base Bet: 1.0E-8
Bet Mode: 0
Adjust on luck 0
Chance: 49.5
Zig Zag every 999 losses
Randomize Client Seed after 999 losses
Warning alert after: 10 losses
Reset base bet after: 999 losses
Stop betting after: 999 losses
Profit Target: 1.0E-4
Withdraw on Target: 0.1
Amount to Withdraw: 0.1
Withdraw Address: 1itod1vPdh4rCtaJiewNQjd4JnfZw7ZTN

Logging in...
Username: myuser
Password: mypass
Response Code : 200

Retrieving user info...
Response Code : 200
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: org.json.JSONException: JSONObject["address"] not a string.
at org.json.JSONObject.getString(JSONObject.java:658)
at PrimeBot.PrimeBot$UserStats.parseStats(PrimeBot.java:798)
at PrimeBot.PrimeBot.doStats(PrimeBot.java:757)
at PrimeBot.PrimeBot.main(PrimeBot.java:172)
... 5 more

What can be the reason?

Me too having same problem.
hey op check this problem
Here's the command line
Code:
java -jar pbbot13.jar [username] [password] 0.00000001 0 0 49.5 2.2 3 4 4 8 99 0.0001 0.1 0.001 164PuzrrJ7sDHXBRtYAnyyuAg5D16LuRnJ 2
nd same error

Please download the 1.3.1 version and let me know if you still get the same problem. Link is right above your post.
newbie
Activity: 13
Merit: 0
I have an issue after receiving HTTP 200 response, here's the command line:

Code:
itod@ubuntu:~/Desktop$ java -jar PBBot101.jar myuser mypass 0.00000001 0 0 49.5 2.0 999 999 10 999 999 0.0001 0.1 0.1 1itod1vPdh4rCtaJiewNQjd4JnfZw7ZTN

And here's the response:

Code:
Primedice Better Bot 1.0.1
Copyright (C) 2015 blayzer

Original code from daCoops (https://bitcointalk.org/index.php?topic=833129)

Please consider donating: 1BtDA32VwButWhsE4343AqfJt3EnnvjPZL

Initializing startup sequence...

System Settings:
Base Bet: 1.0E-8
Bet Mode: 0
Adjust on luck 0
Chance: 49.5
Zig Zag every 999 losses
Randomize Client Seed after 999 losses
Warning alert after: 10 losses
Reset base bet after: 999 losses
Stop betting after: 999 losses
Profit Target: 1.0E-4
Withdraw on Target: 0.1
Amount to Withdraw: 0.1
Withdraw Address: 1itod1vPdh4rCtaJiewNQjd4JnfZw7ZTN

Logging in...
Username: myuser
Password: mypass
Response Code : 200

Retrieving user info...
Response Code : 200
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: org.json.JSONException: JSONObject["address"] not a string.
at org.json.JSONObject.getString(JSONObject.java:658)
at PrimeBot.PrimeBot$UserStats.parseStats(PrimeBot.java:798)
at PrimeBot.PrimeBot.doStats(PrimeBot.java:757)
at PrimeBot.PrimeBot.main(PrimeBot.java:172)
... 5 more

What can be the reason?

Me too having same problem.
hey op check this problem
Here's the command line
Code:
java -jar pbbot13.jar [username] [password] 0.00000001 0 0 49.5 2.2 3 4 4 8 99 0.0001 0.1 0.001 164PuzrrJ7sDHXBRtYAnyyuAg5D16LuRnJ 2
nd same error
newbie
Activity: 34
Merit: 0
thx for update Smiley
Withdraw is ok i think, i need to test more.

15 -> 13 -> 12 -> 11 -> 9 Tongue

Beside this, anyone have "best" configuration for NOT LOSING ? Wink - meaby send to PM ? Smiley

Anyway, the MAX number has some bug, look at this:

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:14  17662   104,91  <20,00  0  6 37 36  16  100,05   -0,00004064   -0,00097547    0,00012938   -0,00012938   -0,00011404    0,00400055

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:14  17663   104,92  <20,00  0  6 38 36  15  100,04   -0,00009829   -0,00235885    0,00016173   -0,00016173   -0,00027577    0,00383882

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:15  17664   104,91  <20,00  0  6 39 36  13  100,03   -0,00017032   -0,00408764    0,00020216   -0,00020216   -0,00047793    0,00363666

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:15  17665   104,92  <20,00  0  6 40 36  12  100,03   -0,00026037   -0,00624892    0,00025270   -0,00025270   -0,00073063    0,00338396

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:16  17666   104,92  <20,00  0  6 41 36  11  100,02   -0,00037290   -0,00894968    0,00031588   -0,00031588   -0,00104651    0,00306808

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:17  17667   104,91  <20,00  0  6 42 36   9  100,02   -0,00051355   -0,01232519    0,00039485   -0,00039485   -0,00144136    0,00267323

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:17  17668   104,92  <20,00  0  6 43 36   7  100,01   -0,00068940   -0,01654565    0,00049356   -0,00049356   -0,00193492    0,00217967

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:18  17669   104,91  <20,00  0  6 44 36   5  100,01   -0,00090913   -0,02181907    0,00061695   -0,00061695   -0,00255187    0,00156272

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:18  17670   104,92  <20,00  0  6 45 36   1  100,00   -0,00118387   -0,02841292    0,00077119   -0,00077119   -0,00332306    0,00079153


Hey,

See if this update fixes the MaxBets display.

.jar file v1.3.1
http://www47.zippyshare.com/v/aPkdRHjC/file.html

newbie
Activity: 34
Merit: 0
thx for update Smiley
Withdraw is ok i think, i need to test more.

15 -> 13 -> 12 -> 11 -> 9 Tongue

Beside this, anyone have "best" configuration for NOT LOSING ? Wink - meaby send to PM ? Smiley

Anyway, the MAX number has some bug, look at this:

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:14  17662   104,91  <20,00  0  6 37 36  16  100,05   -0,00004064   -0,00097547    0,00012938   -0,00012938   -0,00011404    0,00400055

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:14  17663   104,92  <20,00  0  6 38 36  15  100,04   -0,00009829   -0,00235885    0,00016173   -0,00016173   -0,00027577    0,00383882

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:15  17664   104,91  <20,00  0  6 39 36  13  100,03   -0,00017032   -0,00408764    0,00020216   -0,00020216   -0,00047793    0,00363666

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:15  17665   104,92  <20,00  0  6 40 36  12  100,03   -0,00026037   -0,00624892    0,00025270   -0,00025270   -0,00073063    0,00338396

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:16  17666   104,92  <20,00  0  6 41 36  11  100,02   -0,00037290   -0,00894968    0,00031588   -0,00031588   -0,00104651    0,00306808

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:17  17667   104,91  <20,00  0  6 42 36   9  100,02   -0,00051355   -0,01232519    0,00039485   -0,00039485   -0,00144136    0,00267323

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:17  17668   104,92  <20,00  0  6 43 36   7  100,01   -0,00068940   -0,01654565    0,00049356   -0,00049356   -0,00193492    0,00217967

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:18  17669   104,91  <20,00  0  6 44 36   5  100,01   -0,00090913   -0,02181907    0,00061695   -0,00061695   -0,00255187    0,00156272

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:18  17670   104,92  <20,00  0  6 45 36   1  100,00   -0,00118387   -0,02841292    0,00077119   -0,00077119   -0,00332306    0,00079153


Max bets is just more of a guide when you initially start. I'll look into the code again to see if there is anything wrong.
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
thx for update Smiley
Withdraw is ok i think, i need to test more.

15 -> 13 -> 12 -> 11 -> 9 Tongue

Beside this, anyone have "best" configuration for NOT LOSING ? Wink - meaby send to PM ? Smiley

Anyway, the MAX number has some bug, look at this:

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:14  17662   104,91  <20,00  0  6 37 36  16  100,05   -0,00004064   -0,00097547    0,00012938   -0,00012938   -0,00011404    0,00400055

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:14  17663   104,92  <20,00  0  6 38 36  15  100,04   -0,00009829   -0,00235885    0,00016173   -0,00016173   -0,00027577    0,00383882

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:15  17664   104,91  <20,00  0  6 39 36  13  100,03   -0,00017032   -0,00408764    0,00020216   -0,00020216   -0,00047793    0,00363666

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:15  17665   104,92  <20,00  0  6 40 36  12  100,03   -0,00026037   -0,00624892    0,00025270   -0,00025270   -0,00073063    0,00338396

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:16  17666   104,92  <20,00  0  6 41 36  11  100,02   -0,00037290   -0,00894968    0,00031588   -0,00031588   -0,00104651    0,00306808

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:17  17667   104,91  <20,00  0  6 42 36   9  100,02   -0,00051355   -0,01232519    0,00039485   -0,00039485   -0,00144136    0,00267323

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:17  17668   104,92  <20,00  0  6 43 36   7  100,01   -0,00068940   -0,01654565    0,00049356   -0,00049356   -0,00193492    0,00217967

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:18  17669   104,91  <20,00  0  6 44 36   5  100,01   -0,00090913   -0,02181907    0,00061695   -0,00061695   -0,00255187    0,00156272

DATE       TIME       BETS      BPM  TARGET  WSTR  LSTR MAX    LUCK     PROFIT/HR    PROFIT/DAY    BET AMOUNT    BET PROFIT    SES PROFIT       BALANCE
2015-04-26 11:13:18  17670   104,92  <20,00  0  6 45 36   1  100,00   -0,00118387   -0,02841292    0,00077119   -0,00077119   -0,00332306    0,00079153
newbie
Activity: 34
Merit: 0
NEW VERSION RELEASE 1.3

Changes:

• Auto Withdraw and Seed Change functions fixed
• Added stats for profits per min, hour, day
• Cleaned up code
• Added display modes

Quote
java -jar PBBot.jar [Username] [Password] [Base Bet] [Base Betmode] [LuckBets] [Target] [Increase On Loss Multiplier] [ZigZag] [Randomize Seed] [Warning Alert] [Reset on Loss] [Stop on Loss] [Profit Target] [Withdraw on Balance] [Withdraw Amount] [Withdraw Address] [Display Mode]
e.g.
java -jar PBBot.jar Bob Bob123 0.0000152590218966964 2 0 49.5 2.0 9 9 10 4 99 0.001 0.0024378  0.0011 1BtDA32VwButWhsE4343AqfJt3EnnvjPZL 3
   [Base Bet]:
      Your Base Bet. entering a value of 0.00000001, represents PrimeDice lowest bet - 0.00000001 BTC if used with the proper betmode.
   [Base Betmode]:
      1 specifies base bet will be treated as x number of max bets. 2 indicates it's a multiplier for the bankroll balance. 0 will set it as a direct base bet in 0.00000000 format. (Update: Mode 1 is still not fully implemented so I suggest using Mode 0 or 2 instead)
   [LuckBets]:
      Set to 0 or 1. When enabled, base bet is reduced by 1/2 when luck is > 100% as loss is expected due to the law of large numbers. This gives player an extra bet in the event of a bad streak.
   [Target]:
      The Win Chance. e.g. 51.5 represents a win chance of 51.5%
   [Increase On Loss Multiplier]:
      The Factor increase to increase your bet on loss. CAUTION! This is a multiplier and NOT a Percentage. e.g. 2.1 Will Multiply Previous Bet * 2.1 on loss for next wager
   [ZigZag]:
      Switch hi/lo after this many losses.
   [Randomize Seed]:
      Randomize client seed after this many losses.
   [Warning Alert]:
      Play alert sound after this many losses (Windows Beep)
   [Reset on Loss]:
      reset back to base bet after this many losses
   [Stop on Loss]:
      stop betting after this many losses
   [Profit Target]:
      Target Profit for the session.
   [Withdraw on Balance]:
      Automatically withdraw when balance reaches this amount.
   [Withdraw Amount]:
      Withdraw this amount.
   [Withdraw Address]:
      Bitcoin address to receive withdrawal.
   [Display Mode]:
      Set to 1,2,3,4, or 5. (See images below)


Display Mode 1: Most detailed display.
http://s28.postimg.org/hsn0nddfx/00_Display1.png

Display Mode 2: Headers with every line
Shows Bets / min, Estimated Hourly and Daily Profits
http://s24.postimg.org/9mh41krol/00_Display2.png

Display Mode 3: Same as Display Mode 2 but without headers
http://s17.postimg.org/ug8sh6can/00_Display3.png

Display Mode 4: Headers with every line
Shows Bet ID, Nonce, Wins, Losses, Rolls (STRK is LSTR or losing streak)
http://s16.postimg.org/np79s33yd/00_Display4.png

Display Mode 5: Same as Display Mode 4 but without headers
http://s23.postimg.org/cco8l2nu3/00_Display5.png



Item Descriptions:

BPM
Bets Per Minute - This is calculated using #bets placed / minutes elapsed

TARGET
The number needed to win the roll "<" means less than or ">" means greater than.

WSTR
Win Streaks. There are 2 numbers under this, the left indicating the current win streak and the right one is the longest win streak.

LSTR
Losing Streaks. There are 2 numbers under this, the left indicating the current losing streak and the right one is the longest losing streak.

MAX
Maximum bets based on the base bet

LUCK
The luck percentage displayed shows how many rolls you have won compared to how many you 'should' have won. For example, if you play 10 times with a 10% chance of winning and win two of the 10 rolls, your luck will show as 200%, since you have won twice as many as you 'should' have. Bet size is not taken into account when calculating luck, so it is possible to have a luck less than 100% and still show a profit if your winning bets risked more than your losing bets.

For example, suppose you are playing with a 50% chance to win (ie. a 1.98x payout). You bet 1 BTC and lose. You double up to 2 BTC and lose again. You double again and lose 4 BTC, and then double one more time to 8 BTC and win. You have played 4 times and won once. Your luck shows as 50% since you have won half as many games as you would expect to with a 50% chance of winning, but your profit is positive. You have lost 1+2+4 = 7 BTC and won 0.98*8 = 7.84 BTC for a profit of 0.84 BTC. (Source from Primedice.com)

BET AMOUNT
Your base bet

BET PROFIT
Profit from bet - can be different from BET AMOUNT depending on payout / chance

SES PROFIT
Profits since the bot was started

BALANCE
Your Account balance

PROFIT/SEC
Computed by Session Profits / Total seconds elapsed

PROFIT/MIN
Computed by Session Profits / (Total seconds elapsed / 60)

PROFIT/HR
Computed by Session Profits / (Total seconds elapsed / 3600)

PROFIT/DAY
Computed by Session Profits / (Total seconds elapsed / 86400)


LINKS:

.jar file
http://www15.zippyshare.com/v/R1WeI93J/file.html

.java source
http://pastebin.com/DjvUwYpW

Thanks!
Pages:
Jump to: