Bitcoin Forum
May 19, 2024, 10:01:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 [126] 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 »
  Print  
Author Topic: bustabit.com -- The Social Gambling Game  (Read 293487 times)
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
January 29, 2016, 01:47:58 PM
 #2501

From now on, users will no longer be able to pick their own password. The site is going to generate you something nice and secure, which you can write down.

 No matter how much I tried, users kept reusing passwords and it was a never-ending war trying to prevent accounts being hacked (there's sites like leakedsource which have millions of peoples reused passwords).

Old passwords are still valid, although I'd encourage everyone who didn't use a password manager to randomly generate one to change it.

I apologize in advance about the inconvenience, and if you're prone to losing your password please make sure to set a recovery email.

 Grin

Check out gamblingsitefinder.com for a decent list/rankings of crypto casinos. Note: I have no affiliation or interest in it, and don't even agree with all the rankings ... but it's the only uncorrupted review site I'm aware of.
Medow
Sr. Member
****
Offline Offline

Activity: 357
Merit: 250



View Profile
January 31, 2016, 08:33:44 AM
 #2502

@RHavar , i have my custom code running on bustabit , but i would like to find a way to set my basebet to like 10% of my bankrool.

Can you help me with this.
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
January 31, 2016, 08:47:22 AM
 #2503

@RHavar , i have my custom code running on bustabit , but i would like to find a way to set my basebet to like 10% of my bankrool.

Can you help me with this.

You just need to stop your custom code, edit it to make whatever changes you want, then start it again.

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
cancerbola
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501

Supermutated Virulent Microbial Strain


View Profile
January 31, 2016, 08:48:24 AM
 #2504

@RHavar , i have my custom code running on bustabit , but i would like to find a way to set my basebet to like 10% of my bankrool.

Can you help me with this.

engine.getBalance() is your balance, so in your case, you'd want to set your base bet to engine.getBalance()/10 in the setup or every time you loop. Good luck and have fun!
Medow
Sr. Member
****
Offline Offline

Activity: 357
Merit: 250



View Profile
January 31, 2016, 08:51:12 AM
 #2505

@RHavar , i have my custom code running on bustabit , but i would like to find a way to set my basebet to like 10% of my bankrool.

Can you help me with this.

engine.getBalance() is your balance, so in your case, you'd want to set your base bet to engine.getBalance()/10 in the setup or every time you loop. Good luck and have fun!

So this will be like this:
Code:
var baseBet     =   engine.getBalance()/10,

Correct?
cancerbola
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501

Supermutated Virulent Microbial Strain


View Profile
January 31, 2016, 09:00:22 AM
 #2506

@RHavar , i have my custom code running on bustabit , but i would like to find a way to set my basebet to like 10% of my bankrool.

Can you help me with this.

engine.getBalance() is your balance, so in your case, you'd want to set your base bet to engine.getBalance()/10 in the setup or every time you loop. Good luck and have fun!

So this will be like this:
Code:
var baseBet     =   engine.getBalance()/10,

Correct?

Yes, but make sure to put that code in the loop as well, so that it updates what 10% is everytime you win, not just in the initial setup. (Put it in the if the last game was won section.)
Medow
Sr. Member
****
Offline Offline

Activity: 357
Merit: 250



View Profile
January 31, 2016, 09:11:32 AM
 #2507

@RHavar , i have my custom code running on bustabit , but i would like to find a way to set my basebet to like 10% of my bankrool.

Can you help me with this.

engine.getBalance() is your balance, so in your case, you'd want to set your base bet to engine.getBalance()/10 in the setup or every time you loop. Good luck and have fun!

So this will be like this:
Code:
var baseBet     =   engine.getBalance()/10,

Correct?

Yes, but make sure to put that code in the loop as well, so that it updates what 10% is everytime you win, not just in the initial setup. (Put it in the if the last game was won section.)

Thanks a lot.
VTC
Member
**
Offline Offline

Activity: 84
Merit: 14



View Profile
January 31, 2016, 10:07:49 AM
 #2508

From now on, users will no longer be able to pick their own password. The site is going to generate you something nice and secure, which you can write down.

 No matter how much I tried, users kept reusing passwords and it was a never-ending war trying to prevent accounts being hacked (there's sites like leakedsource which have millions of peoples reused passwords).

Old passwords are still valid, although I'd encourage everyone who didn't use a password manager to randomly generate one to change it.

I apologize in advance about the inconvenience, and if you're prone to losing your password please make sure to set a recovery email.

 Grin

It's generated client side so more advanced users can still pick their own :-)

I suggest you make the client side generator 4 English words from this wordlist: https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt

It will be a similar amount of entropy as your generator (~44bits along with reCAPTCHA) but much easier to remember and write down.  

http://preshing.com/20110811/xkcd-password-generator/

Edit:
You can even get by on just 3 words (33bits) since this will be 8.5 billion combinations.  Cost to solve 1000 google reCAPTCHAs ~ $0.80 cents. And no one has $6 million USD in their bustabit account to be targeted.
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
January 31, 2016, 09:20:14 PM
 #2509

It's generated client side so more advanced users can still pick their own :-)

Yup, that's by design. But even still the server does do some basic sanity checking. e.g. You can't pick 'password' as your password.

Quote
I suggest you make the client side generator 4 English words from this wordlist: https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt

It will be a similar amount of entropy as your generator (~44bits along with reCAPTCHA) but much easier to remember and write down.  

http://preshing.com/20110811/xkcd-password-generator/

I was thinking about that, but the primary problem is that it looks easy to remember. For instance the password I got: "wolf curve arrow wing", which looks easy enough to remember, so I'm probably not going to write it down. But unless I use it every day, it's something that I will forgot.

Quote
Edit:
You can even get by on just 3 words (33bits) since this will be 8.5 billion combinations.  Cost to solve 1000 google reCAPTCHAs ~ $0.80 cents. And no one has $6 million USD in their bustabit account to be targeted.

The long term goal is to actually remove the recaptcha (although still have a sort of fail2ban) completely =)

Check out gamblingsitefinder.com for a decent list/rankings of crypto casinos. Note: I have no affiliation or interest in it, and don't even agree with all the rankings ... but it's the only uncorrupted review site I'm aware of.
Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
February 01, 2016, 06:32:07 AM
 #2510

Correct Horse Battery Staple?

Oh sorry, that link already mentions that all too famous comic strip. I like that. It's a reminder to me that it's both hard and easy.

I just stick with 32 character alphanumeric passwords for most accounts. I don't really like passwords or passphrases with _spaces_ in them, but that's just a personal preference.

~Bitcoin~
Legendary
*
Offline Offline

Activity: 994
Merit: 1000



View Profile
February 01, 2016, 04:09:02 PM
 #2511

I have tried lots of strategy to run 24x7 but fail everytime except once i manage to get 30,000 bets profit with 10,000 bankroll in one night.  Smiley Angry

RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
February 04, 2016, 02:51:50 AM
 #2512



 Cool

Check out gamblingsitefinder.com for a decent list/rankings of crypto casinos. Note: I have no affiliation or interest in it, and don't even agree with all the rankings ... but it's the only uncorrupted review site I'm aware of.
EngiNerd
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 04, 2016, 03:00:39 AM
 #2513



 Cool

Look at you, such a cool cat with your big popular gambling site  Wink Just don't forget us little people...

Serious question, is there anything specific contributing to the recent growth of bustabit? It's always been a great site, but it seems like it's had a nice little spike over the past couple weeks/months.

RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
February 04, 2016, 03:15:19 AM
 #2514

Serious question, is there anything specific contributing to the recent growth of bustabit? It's always been a great site, but it seems like it's had a nice little spike over the past couple weeks/months.

Yeah, the main reason is that a few whales won a lot of money (alexy, THREATT721, kapi18wro (and more?) all won a sizeable amount), so then they tend to churn over their winnings pretty hard, which is where all the volume is coming from.


For example: if someone deposits 1 BTC, if they get unlucky they might only contribute 1 BTC to the amount wagered (i.e. lose it on their first bet). But if they get lucky at the start, they very well might be able to turn over that 1 BTC a few hundred (!) times.

So in many ways, you tend to see volume go up when players are lucky, and volume go down when players are unlucky Cheesy

Check out gamblingsitefinder.com for a decent list/rankings of crypto casinos. Note: I have no affiliation or interest in it, and don't even agree with all the rankings ... but it's the only uncorrupted review site I'm aware of.
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
February 04, 2016, 06:32:53 AM
 #2515

So in many ways, you tend to see volume go up when players are lucky, and volume go down when players are unlucky Cheesy

And since the house edge on bustabit is lower than on primedice players on average are able to bet more on bustabit than on primedice with the same size deposit before going bust.

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
February 06, 2016, 04:12:32 PM
 #2516

Wow, Alexy won another ~60 BTC last night, taking his total net profit to 105  BTC Shocked

Check out gamblingsitefinder.com for a decent list/rankings of crypto casinos. Note: I have no affiliation or interest in it, and don't even agree with all the rankings ... but it's the only uncorrupted review site I'm aware of.
worhiper_-_
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
February 06, 2016, 04:20:46 PM
 #2517

Wow, Alexy won another ~60 BTC last night, taking his total net profit to 105  BTC Shocked

Are we sure there isn't a bug this time?  Roll Eyes jk ofc Grats to Alexy for the money.
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
February 06, 2016, 09:33:15 PM
 #2518

To celebrate being #1 wagered bitcoin casino of the week, I've increased the faucet by 50%




Now every hour is happy hour, with up to a free 3 bits!  Tongue


Check out gamblingsitefinder.com for a decent list/rankings of crypto casinos. Note: I have no affiliation or interest in it, and don't even agree with all the rankings ... but it's the only uncorrupted review site I'm aware of.
katerniko1
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
February 06, 2016, 10:21:47 PM
 #2519

To celebrate being #1 wagered bitcoin casino of the week, I've increased the faucet by 50%




Now every hour is happy hour, with up to a free 3 bits!  Tongue


3bits is really bad faucet (when you can claim it once per hour) hehe
regards.
-Katerniko1
BigMac
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile
February 06, 2016, 10:30:08 PM
 #2520

Wow, Alexy won another ~60 BTC last night, taking his total net profit to 105  BTC Shocked

Are we sure there isn't a bug this time?  Roll Eyes jk ofc Grats to Alexy for the money.

Seeing that his total net profit is now only 60.8 btc, it seems he has lost 45 btc back in the past few hours.

Pages: « 1 ... 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 [126] 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 »
  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!