Bitcoin Forum
May 07, 2024, 07:04:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 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 ... 177 »
  Print  
Author Topic: bustabit.com -- The Social Gambling Game  (Read 293487 times)
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1078


I may write code in exchange for bitcoins.


View Profile
April 09, 2015, 06:58:09 AM
 #1741

What's wrong with greasemonkey?  I think it's the go-to for user javascript associated with particular websites.  And shit, if the webhosts are gonna offer us scripts that run on our machines, shouldn't we write scripts that run on our machines to do what *we* please?

Never really thought about it, but this would be perfect to provide greasemonkey scripts to do things like game verifications. And I wouldn't be opposed to wrapping all use of bits with <span class="bits">n bits</span>  to make it easy for a userscript to replace with tonal-bitcoins or what ever you like.


This seems really helpful and cool!

BTW, I looked at that tonal-bitcoin thing which of course led me to tonal system (apparantly a 19th century notation for hex!), very esoteric. Perhaps cool.  Certainly at least as awkward as "bits". Smiley

Which seems like a  four liner in that the close bracket on the last line seems a little cheap to count.  BTW, you can write the block of an "if" statement without {} when it's just a single line, I dunno off the top of my head if you can leave out the brackets on a for loop in the same way.

You can.

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

Down to three lines.

However, I'd do it like this:

Code:
walk = function(node) { 
  var child,next;
  switch(node.nodeType) {
    case 1: case 9: case 11:
      child = node.firstChild;
      while(child) {
        next = child.nextSibling;
        walk(child);
        child = next;
      }
      break;
    case 3:
      node.nodeValue = node.nodeValue.replace(/bits/gi, 'μBTC');
  }
}
walk(document.body);

Mostly stolen from cloud-to-butt which is mostly stolen from some post on SO.

Also use:
Code:
[].forEach.call(document.getElementsByClassName('inputs-cont'), function(e) { e.className = e.className.replace(/inputs-cont/g, ''); e.style.padding = 0; });

to fix an alignment issue.

We could also attach this method to deal with the History/Chat/Strategy section:

Code:
[].forEach.call(document.getElementsByClassName('chat-log-tab'), function(e) { e.onclick = function() { setTimeout(function() { walk(document.getElementsByClassName('log-chat')[0]); }, 10); } });

There's probably a better way to handle injection of code in the onclick events but I'm not too familiar with react.js.


Thanks, This looks good!
1715108680
Hero Member
*
Offline Offline

Posts: 1715108680

View Profile Personal Message (Offline)

Ignore
1715108680
Reply with quote  #2

1715108680
Report to moderator
1715108680
Hero Member
*
Offline Offline

Posts: 1715108680

View Profile Personal Message (Offline)

Ignore
1715108680
Reply with quote  #2

1715108680
Report to moderator
1715108680
Hero Member
*
Offline Offline

Posts: 1715108680

View Profile Personal Message (Offline)

Ignore
1715108680
Reply with quote  #2

1715108680
Report to moderator
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715108680
Hero Member
*
Offline Offline

Posts: 1715108680

View Profile Personal Message (Offline)

Ignore
1715108680
Reply with quote  #2

1715108680
Report to moderator
chrisrobs8612
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 09, 2015, 07:42:46 AM
 #1742

react.js. is just a mess! I wish I could be a more into it bu unfortunately I'm not.
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
April 10, 2015, 05:25:53 PM
 #1743

Just a heads up for everyone, we'll be rebranding as bustabit.com today. There will be no downtime, and redirects and a banner will be put in place on the old moneypot.com


To celebrate, we'll have some giveaways in chat after the move!

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.
trafficolaa
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
April 10, 2015, 05:38:21 PM
 #1744

Just a heads up for everyone, we'll be rebranding as bustabit.com today. There will be no downtime, and redirects and a banner will be put in place on the old moneypot.com


To celebrate, we'll have some giveaways in chat after the move!

that sounds great to running giveaway in chat, i like moneypot because of it's different concept of betting and hope will get some part for me in that giveaway. on which time giveaway will start?
omahapoker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000



View Profile
April 10, 2015, 05:42:53 PM
 #1745

i will be part of the giveaway by betting at bustabit.


i have giveaways everyday, every site it seems
arallmuus
Legendary
*
Offline Offline

Activity: 2534
Merit: 1404



View Profile WWW
April 10, 2015, 05:49:50 PM
 #1746

Just a heads up for everyone, we'll be rebranding as bustabit.com today. There will be no downtime, and redirects and a banner will be put in place on the old moneypot.com


To celebrate, we'll have some giveaways in chat after the move!

I like moneypot better than bustabit, I suppose there will be some new logo either for bustabit since the pot of the gold in top left corner of the sites wouldnt really reflect the bustabit.com sites

anyway ryan, I pmed you regarding discussion about the vault

R


▀▀▀▀▀▀▀██████▄▄
████████████████
▀▀▀▀█████▀▀▀█████
████████▌███▐████
▄▄▄▄█████▄▄▄█████
████████████████
▄▄▄▄▄▄▄██████▀▀
LLBIT
  CRYPTO   
FUTURES
 1,000x 
LEVERAGE
COMPETITIVE
    FEES    
 INSTANT 
EXECUTION
.
   TRADE NOW   
tidus1097
Sr. Member
****
Offline Offline

Activity: 434
Merit: 252


View Profile
April 10, 2015, 10:29:15 PM
 #1747

Yay Moneypot! I was first to make a post in chat since they rebranded to Bustabit.com! 0.02 winner here! Chicken Dinner Bitcoin Winner!
melwinder
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
April 10, 2015, 11:25:56 PM
 #1748

I may lose (a lot) on moneypot////bustabit, but it's still fun! Cheesy
alani123
Legendary
*
Offline Offline

Activity: 2394
Merit: 1412


Leading Crypto Sports Betting & Casino Platform


View Profile
April 11, 2015, 03:02:03 AM
 #1749

I have no idea what's going on!  Shocked

A rebranding, two new services, investments. So many stuff at once. Any post where we can read a summary or something? If there isn't any consider makin one! Also, good job building all these Ryan! Smiley

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
funtotry
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


Ever wanted to run your own casino? PM me for info


View Profile
April 11, 2015, 03:08:20 AM
 #1750

bustabit will have to "earn" its name, not everyone will know that moneypot is now bustabit. So good luck on trying to get everyone to appreciate and know the new name. I did not know at first what the hell this thread was, bustabit.com -- The Social Gambling Game, until I clicked and learned it was moneypot but just rebranded.

birdcat90
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
April 11, 2015, 05:42:19 AM
 #1751

does my account on moneypot still exist on bustabit?

or i need to create new account too? sorry just came back from holiday and noticed moneypot changed

<a href="http://www.freebiebitcoin.com">Earn free bitcoin</a>
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
April 11, 2015, 05:52:05 AM
 #1752

does my account on moneypot still exist on bustabit?

or i need to create new account too? sorry just came back from holiday and noticed moneypot changed

All accounts are still there, the only thing that's changed is the name =)

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.
hopenotlate
Legendary
*
Offline Offline

Activity: 3318
Merit: 1225


Top Crypto Casino


View Profile WWW
April 11, 2015, 10:45:54 AM
 #1753

I busted more than a bit there  Tongue....I'd suggest "bustalot"  Grin

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
elm
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
April 11, 2015, 10:49:21 AM
 #1754

has vault its own thread? cause I didnt see one, thanks
Mitchell
Copper Member
Legendary
*
Offline Offline

Activity: 3920
Merit: 2198


Verified awesomeness ✔


View Profile WWW
April 11, 2015, 11:02:07 AM
 #1755

I don't like the new name. No idea how to explain it, but well, guess not everybody can like everything.

.
Duelbits
            ▄████▄▄
          ▄█████████▄
        ▄█████████████▄
     ▄██████████████████▄
   ▄████▄▄▄█████████▄▄▄███▄
 ▄████▐▀▄▄▀▌████▐▀▄▄▀▌██

 ██████▀▀▀▀███████▀▀▀▀█████

▐████████████■▄▄▄■██████████▀
▐██████████████████████████▀
██████████████████████████▀
▀███████████████████████▀
  ▀███████████████████▀
    ▀███████████████▀
.
         ▄ ▄▄▀▀▀▀▄▄
         ▄▀▀▄      █
         █   ▀▄     █
       ▄█▄     ▀▄   █
      ▄▀ ▀▄      ▀█▀
    ▄▀     ▀█▄▄▄▀▀ ▀
  ▄▀  ▄▀  ▄▀

Live Games

   ▄▄▀▀▀▀▀▀▀▄▄
 ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄
▄▀ █ ▄  █  ▄ █ ▀▄
█ █   ▀   ▀   █ █  ▄▄▄
█ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █   █
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█  █▄█
█ ▀▀█  ▀▀█  ▀▀█ █  █▄█

Slots
.
        ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄
        █         ▄▄  █
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄       █
█  ▄▄         █       █
█             █       █
█   ▄▀▀▄▀▀▄   █       █
█   ▀▄   ▄▀   █       █

Blackjack
|█▀▀▀▀▀█▄▄▄
       ▀████▄▄
         ██████▄
▄▄▄▄▄▄▄▄█▀    ▀▀█
████████▄        █
█████████▄        █
██████████▄     ▄██
█████████▀▀▀█▄▄████
▀▀███▀▀       ████
   █          ███
   █          █▀
▄█████▄▄▄ ▄▄▀▀
███████▀▀▀
.
                 NEW!                  
SPORTS BETTING 
|||
[ Đ ][ Ł ]
AVAILABLE NOW

Advertisements are not endorsed by me.
RHavar
Legendary
*
Offline Offline

Activity: 2557
Merit: 1886



View Profile
April 11, 2015, 12:01:34 PM
 #1756

has vault its own thread? cause I didnt see one, thanks

yup

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.
BayAreaCoins
Legendary
*
Offline Offline

Activity: 3920
Merit: 1242


Owner at AltQuick.com & FreeBitcoins.com


View Profile WWW
April 11, 2015, 08:14:59 PM
 #1757

I don't like the new name. No idea how to explain it, but well, guess not everybody can like everything.

Who wants to play at a place with the word "Bust" in the name.

Bust a bit... doesn't sound like a place I'd like to play.

Kinda like naming a casino or going to play at "Lose Cash Here Casino and Resort"!

https://AltQuick.com/exchange/ - Trade altcoins & Bitcoin Testnet coins with real Bitcoin. Fast, private, and easy!
https://FreeBitcoins.com/faucet/ - Load your AltQuick exchange account with free Bitcoins & Testnet every 10 minutes.
Joca97
Legendary
*
Offline Offline

Activity: 3626
Merit: 1023


Cashback 15%


View Profile
April 11, 2015, 08:38:08 PM
 #1758

I don't like the new name. No idea how to explain it, but well, guess not everybody can like everything.

Who wants to play at a place with the word "Bust" in the name.

Bust a bit... doesn't sound like a place I'd like to play.

Kinda like naming a casino or going to play at "Lose Cash Here Casino and Resort"!


yeah i agree with you,the name looks pretty scary,like its says lose your cash here LOL

you clearly need a new name !

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
alani123
Legendary
*
Offline Offline

Activity: 2394
Merit: 1412


Leading Crypto Sports Betting & Casino Platform


View Profile
April 11, 2015, 09:10:20 PM
 #1759

I don't like the new name. No idea how to explain it, but well, guess not everybody can like everything.

Who wants to play at a place with the word "Bust" in the name.

Bust a bit... doesn't sound like a place I'd like to play.

Kinda like naming a casino or going to play at "Lose Cash Here Casino and Resort"!


yeah i agree with you,the name looks pretty scary,like its says lose your cash here LOL

you clearly need a new name !
Ryan and the team changed the name overnight, maybe it wouldn't be a problem to them to change it again hehe. But in my opinion, it's not that bad.

It's more fun when you have an image in mind. But from what I see, the team is doing an extraordinary work at developing the whole platform. The design and the name seem like secondary things if you compare em to what they've built.  Cool

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
nikona
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
April 11, 2015, 10:03:37 PM
 #1760

I don't like the new name. No idea how to explain it, but well, guess not everybody can like everything.

Who wants to play at a place with the word "Bust" in the name.

Bust a bit... doesn't sound like a place I'd like to play.

Kinda like naming a casino or going to play at "Lose Cash Here Casino and Resort"!


Agree here as well. Some other name like "bubblebit"^TM or bubblybit suits the game more than a name like bustabit.
Pages: « 1 ... 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 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 ... 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!