Pages:
Author

Topic: bustabit.com -- The Social Gambling Game - page 83. (Read 293938 times)

sr. member
Activity: 434
Merit: 250
:)
Profit website continues to rise much less moneypot members had different
With a razor thin house edge there is a lot of variance. Reason why you are seeing the house bankroll increase is because of Mathwhiz. He has been losing quite a bit recently.
sed
hero member
Activity: 532
Merit: 500
I finally tried it.  The animation is pretty neat.  I worked pretty good for me in chromium.  However, in firefox it just froze up.

I thought someone said I could change "bits" to satoshis somewhere in the interface.  I couldn't find it though.  The "bits" thing makes it seem like play money or some new altcoin.

Also, I ended up with 0.51 "bits" which I think is 51 satoshis.  Can I gift this to someone on the site somehow?  Is there a tipping mechanism?  It seems like 100Sat is the smallest amount you're allowed to bet.

no tipping mechanism yet in moneypot as it will encourage begging in chat , and also you can use shiba for the calculation to satoshi, although i forgot the command, it will be wise for ryan to actually add a FAQ list for shiba's command

FYI 1 bits = 100 satoshis

Yes, yes, I know what a "bit" is said to equal.  I'm not wanting to go down that road again (it seems like 20% of this thread has been dedicated to fights about "bits").  I just thought that there was an option in the UI to make it say something normal like Satoshis or uBTC.  It's all good, I must have misunderstood.

Like I said, the animation was pretty neat.

Assuming you know how to make your browser run some custom javascript on a particular site/page, then you can save the following as a file and it finally fixes the "bits" conundrum.   It's so embarrasing that the site owner doesn't want to just make a fix that's part of the website (given how easy it is to fix), but these 4 lines cleaned up the playmoney lingo to call a bitcoin a bitcoin, which makes the game a lot more enjoyable for me (and for a lot of others, apparantly).

Code:
var bbs = document.getElementsByClassName("balance-bits");
var b = document.getElementById("balance_bits");
for (var i=0;i  bbs[i].innerHTML="μBTC: "+b.outerHTML;
}
var stickies = document.getElementsByClassName("sticky");
for (var i=0;i  if (stickies[i].innerHTML == "Bits")
    stickies[i].innerHTML="μBTC";
}

Sed, would you be happy if it was called uBTC? I personally prefer bits because it sounds nicer to me, rolls off the tongue easier. Ya know that sort of thing. I get how some people don't like multiple divisions of BTC, but this thread really doesnt need more "anti-bit posts" because you have made about 30 of them. I'm not trying to "step you" I'm just saying, it's not needed Tongue

Also, Shiba does have a list of commands. use !help and it displays "Shiba: very explanation. much insight: github.com/moneypot/shiba/wiki" which is Shiba's wiki link with an explanation of all her commands.

Mist, thanks for the respectful reply.  I don't mind people disagreeing with me.  Hurling insults is another story.

In short, yes, uBTC is a standard metric prefix.  It's quite normal to use metric prefixes to show base-10 divisions (or multiplications) of some unit.  What I've been asking for is the ability to call a bitcoin a bitcoin and not to use invented terms which make me (and others) think of altcoins.

I hope you can see the constructiveness of this recent "anti bits post" that I've made.  I found that a few lines of javascript cleans up the page for me and makes the game better.  I was sharing that with tspacepilot because he also seems to have found the bits thing weird (along with Monbux and others).  I do wish, however, that the site owner would just add a switch in our login profiles to use the units we prefer as it's clearly a trivial job to do with respect to the code.
legendary
Activity: 2212
Merit: 1008
Profit website continues to rise much less moneypot members had different
sr. member
Activity: 434
Merit: 250
:)
I finally tried it.  The animation is pretty neat.  I worked pretty good for me in chromium.  However, in firefox it just froze up.

I thought someone said I could change "bits" to satoshis somewhere in the interface.  I couldn't find it though.  The "bits" thing makes it seem like play money or some new altcoin.

Also, I ended up with 0.51 "bits" which I think is 51 satoshis.  Can I gift this to someone on the site somehow?  Is there a tipping mechanism?  It seems like 100Sat is the smallest amount you're allowed to bet.

no tipping mechanism yet in moneypot as it will encourage begging in chat , and also you can use shiba for the calculation to satoshi, although i forgot the command, it will be wise for ryan to actually add a FAQ list for shiba's command

FYI 1 bits = 100 satoshis

Yes, yes, I know what a "bit" is said to equal.  I'm not wanting to go down that road again (it seems like 20% of this thread has been dedicated to fights about "bits").  I just thought that there was an option in the UI to make it say something normal like Satoshis or uBTC.  It's all good, I must have misunderstood.

Like I said, the animation was pretty neat.

Assuming you know how to make your browser run some custom javascript on a particular site/page, then you can save the following as a file and it finally fixes the "bits" conundrum.   It's so embarrasing that the site owner doesn't want to just make a fix that's part of the website (given how easy it is to fix), but these 4 lines cleaned up the playmoney lingo to call a bitcoin a bitcoin, which makes the game a lot more enjoyable for me (and for a lot of others, apparantly).

Code:
var bbs = document.getElementsByClassName("balance-bits");
var b = document.getElementById("balance_bits");
for (var i=0;i  bbs[i].innerHTML="μBTC: "+b.outerHTML;
}
var stickies = document.getElementsByClassName("sticky");
for (var i=0;i  if (stickies[i].innerHTML == "Bits")
    stickies[i].innerHTML="μBTC";
}

Sed, would you be happy if it was called uBTC? I personally prefer bits because it sounds nicer to me, rolls off the tongue easier. Ya know that sort of thing. I get how some people don't like multiple divisions of BTC, but this thread really doesnt need more "anti-bit posts" because you have made about 30 of them. I'm not trying to "step you" I'm just saying, it's not needed Tongue

Also, Shiba does have a list of commands. use !help and it displays "Shiba: very explanation. much insight: github.com/moneypot/shiba/wiki" which is Shiba's wiki link with an explanation of all her commands.

EDIT: You only change the name "bits" to "uBTC" which are the exact same thing. I really don't see how the name of a unit can enhance your experience by that much.
sed
hero member
Activity: 532
Merit: 500
I finally tried it.  The animation is pretty neat.  I worked pretty good for me in chromium.  However, in firefox it just froze up.

I thought someone said I could change "bits" to satoshis somewhere in the interface.  I couldn't find it though.  The "bits" thing makes it seem like play money or some new altcoin.

Also, I ended up with 0.51 "bits" which I think is 51 satoshis.  Can I gift this to someone on the site somehow?  Is there a tipping mechanism?  It seems like 100Sat is the smallest amount you're allowed to bet.

no tipping mechanism yet in moneypot as it will encourage begging in chat , and also you can use shiba for the calculation to satoshi, although i forgot the command, it will be wise for ryan to actually add a FAQ list for shiba's command

FYI 1 bits = 100 satoshis

Yes, yes, I know what a "bit" is said to equal.  I'm not wanting to go down that road again (it seems like 20% of this thread has been dedicated to fights about "bits").  I just thought that there was an option in the UI to make it say something normal like Satoshis or uBTC.  It's all good, I must have misunderstood.

Like I said, the animation was pretty neat.

Assuming you know how to make your browser run some custom javascript on a particular site/page, then you can save the following as a file and it finally fixes the "bits" conundrum.   It's so embarrasing that the site owner doesn't want to just make a fix that's part of the website (given how easy it is to fix), but these 4 lines cleaned up the playmoney lingo to call a bitcoin a bitcoin, which makes the game a lot more enjoyable for me (and for a lot of others, apparantly).

Code:
var bbs = document.getElementsByClassName("balance-bits");
var b = document.getElementById("balance_bits");
for (var i=0;i  bbs[i].innerHTML="μBTC: "+b.outerHTML;
}
var stickies = document.getElementsByClassName("sticky");
for (var i=0;i  if (stickies[i].innerHTML == "Bits")
    stickies[i].innerHTML="μBTC";
}
legendary
Activity: 1512
Merit: 1012
Hard to believe that this site is still around with its ridiculous logarithmic multiplier. It's the most entertaining thing to see 1000x+ keep climbing and climbing.

Here is a list of the 20 biggest crash multiplier , I believe this is not updated yet
The biggest 20 crashpoints were:

Code:
7903.83
7910.22
8774.44
8960.85
8976.48
9782.32
11190.31
11431.40
13035.96
13674.83
15459.53
16480.74
16759.39
17000.23
19248.20
22472.95
27531.59
28661.33
273936.82
319256.83


you wont believe if actually there are players that managed to achieve a cashout at 50,000x


This site is probably the most enjoyable yet most frustrating bitcoin gambling site around. You guys probably all feel the same pain as me when you cashout at 1.4x and the game continues and doesn't crash until 30+x has been reached.... painstaking gambling, but so much fun too!

This is where the game is actually fun because it is unpredictable and it can go up to 6 digit multiplier, not really painstaking for me, but addictive and unique yes, and you wont actually believe it that cowbay managed to cashout at 50,000x

I just cashed out at 50,000x  Grin
https://www.moneypot.com/game/1174880


Big win, but still at loss... Grin I don't find it surprising that this game is still around. Fun, legit, addictive, big multipliers, and still turns profit to the operator. Win recipe Smiley
legendary
Activity: 1540
Merit: 1016
Profit website goes up very difficult to win now  Angry

websites profit goes up doesnt mean that the site cheated or the house edge increase, it just solely means that there are alot unfortunate guy that lost to the sites, and I dont find it more difficult to win, it is still the same according to me
newbie
Activity: 56
Merit: 0
I really like your game and its have faucet. More interesting is the game. Your game is 99% luck.
sr. member
Activity: 322
Merit: 251
Profit website goes up very difficult to win now  Angry
legendary
Activity: 1540
Merit: 1016
What is this?  How is it different than the moneypot game you already built?

It's unrelated to Money Pot the game, really. It's mainly just a web-wallet that has an API that allows gambling. And we have a reference app that uses it dustdice.com

It's pretty alpha at the moment, though

I see an investment feature there, does this means that The invest option is now open for moneypot? or it will be just for test purposes? The last view from the investment tab said that investors' profit is 8k bits
legendary
Activity: 1526
Merit: 1034
I've been playing on MoneyPot for a bit now, and I'm really enjoying it. I just wrote an article on it to spread the word. Check it out here:
http://btcfeed.net/reviews/moneypot-gambling-made-social/
legendary
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
I've put vault.moneypot.com in open-alpha stage, so if anyone is interested in giving it a try (and the reference game: dustdice.com) come on MP chat, and let's discuss!

What is this?  How is it different than the moneypot game you already built?
hero member
Activity: 896
Merit: 1000
Hard to believe that this site is still around with its ridiculous logarithmic multiplier. It's the most entertaining thing to see 1000x+ keep climbing and climbing.

Here is a list of the 20 biggest crash multiplier , I believe this is not updated yet
The biggest 20 crashpoints were:

Code:
7903.83
7910.22
8774.44
8960.85
8976.48
9782.32
11190.31
11431.40
13035.96
13674.83
15459.53
16480.74
16759.39
17000.23
19248.20
22472.95
27531.59
28661.33
273936.82
319256.83


you wont believe if actually there are players that managed to achieve a cashout at 50,000x

Yes the list is outdated. The biggest crashpoint as of today is 10,691,869.48 which happened in game 814474.
https://www.moneypot.com/game/814474
legendary
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
I finally tried it.  The animation is pretty neat.  I worked pretty good for me in chromium.  However, in firefox it just froze up.

I thought someone said I could change "bits" to satoshis somewhere in the interface.  I couldn't find it though.  The "bits" thing makes it seem like play money or some new altcoin.

Also, I ended up with 0.51 "bits" which I think is 51 satoshis.  Can I gift this to someone on the site somehow?  Is there a tipping mechanism?  It seems like 100Sat is the smallest amount you're allowed to bet.

no tipping mechanism yet in moneypot as it will encourage begging in chat , and also you can use shiba for the calculation to satoshi, although i forgot the command, it will be wise for ryan to actually add a FAQ list for shiba's command

FYI 1 bits = 100 satoshis

Yes, yes, I know what a "bit" is said to equal.  I'm not wanting to go down that road again (it seems like 20% of this thread has been dedicated to fights about "bits").  I just thought that there was an option in the UI to make it say something normal like Satoshis or uBTC.  It's all good, I must have misunderstood.

Like I said, the animation was pretty neat.
legendary
Activity: 2562
Merit: 1414
Hard to believe that this site is still around with its ridiculous logarithmic multiplier. It's the most entertaining thing to see 1000x+ keep climbing and climbing.

Here is a list of the 20 biggest crash multiplier , I believe this is not updated yet
The biggest 20 crashpoints were:

Code:
7903.83
7910.22
8774.44
8960.85
8976.48
9782.32
11190.31
11431.40
13035.96
13674.83
15459.53
16480.74
16759.39
17000.23
19248.20
22472.95
27531.59
28661.33
273936.82
319256.83


you wont believe if actually there are players that managed to achieve a cashout at 50,000x


This site is probably the most enjoyable yet most frustrating bitcoin gambling site around. You guys probably all feel the same pain as me when you cashout at 1.4x and the game continues and doesn't crash until 30+x has been reached.... painstaking gambling, but so much fun too!

This is where the game is actually fun because it is unpredictable and it can go up to 6 digit multiplier, not really painstaking for me, but addictive and unique yes, and you wont actually believe it that cowbay managed to cashout at 50,000x

I just cashed out at 50,000x  Grin
https://www.moneypot.com/game/1174880
legendary
Activity: 1246
Merit: 1000
!!! RiSe aBovE ThE StoRm !!!
This site is probably the most enjoyable yet most frustrating bitcoin gambling site around. You guys probably all feel the same pain as me when you cashout at 1.4x and the game continues and doesn't crash until 30+x has been reached.... painstaking gambling, but so much fun too!

And how it feels when it crashed at 0??? Tongue
I have experienced it many times thinking it might go much higher compared to previous as if it crashes at ~1 - 1.10, but sometimes it doesn't happen what we think...
full member
Activity: 169
Merit: 100
This site is probably the most enjoyable yet most frustrating bitcoin gambling site around. You guys probably all feel the same pain as me when you cashout at 1.4x and the game continues and doesn't crash until 30+x has been reached.... painstaking gambling, but so much fun too!
legendary
Activity: 1246
Merit: 1000
!!! RiSe aBovE ThE StoRm !!!
It's hard to believe that the site's still running as there were most winning streaks and I have seen so many guys winning some really awesome amounts there... Went back yesterday there, but hard luck, I lost some around BTC0.002... Hope to win some good amounts like others... Smiley

It's just matter of time, if players continue play. I bet most of them will lose all Sad
You could try your luck next time

I know that, which is why I don't go for bigger ones, neither for bigger multipliers nor bigger bets...
sr. member
Activity: 448
Merit: 250
Hard to believe that this site is still around with its ridiculous logarithmic multiplier. It's the most entertaining thing to see 1000x+ keep climbing and climbing.
newbie
Activity: 42
Merit: 0
Maybe it's worth trying the game.
Pages:
Jump to: