Bitcoin Forum
April 26, 2024, 03:46:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18]  All
  Print  
Author Topic: Chainroll | The Easiest Dice Game in Bitcoin - 1% House Edge  (Read 16448 times)
chainroll (OP)
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile WWW
May 14, 2015, 08:42:20 PM
 #341

We're sending new promo codes tomorrow. Stay tuned!

Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714146392
Hero Member
*
Offline Offline

Posts: 1714146392

View Profile Personal Message (Offline)

Ignore
1714146392
Reply with quote  #2

1714146392
Report to moderator
1714146392
Hero Member
*
Offline Offline

Posts: 1714146392

View Profile Personal Message (Offline)

Ignore
1714146392
Reply with quote  #2

1714146392
Report to moderator
1714146392
Hero Member
*
Offline Offline

Posts: 1714146392

View Profile Personal Message (Offline)

Ignore
1714146392
Reply with quote  #2

1714146392
Report to moderator
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
May 14, 2015, 09:23:09 PM
 #342

The red color of the interface of the site is making eye tired, maybe change another color is much better.

Isn't there a button on chainroll to change the color?  Perhaps I'm remembering wrong but I thought they had night/day modes.  Even if they don't, you can always just change the color of the background with javascript in your browser:

document.getElementById("idofthedifyouwannachangethebackgroundof").style.background.color="white";
panjul07
Legendary
*
Offline Offline

Activity: 3458
Merit: 1350



View Profile WWW
May 15, 2015, 03:24:09 AM
 #343

We're sending new promo codes tomorrow. Stay tuned!

hope this will be something new, innovative, and different from the previous bonus codes.
anyway waiting for it..

The red color of the interface of the site is making eye tired, maybe change another color is much better.

Isn't there a button on chainroll to change the color?  Perhaps I'm remembering wrong but I thought they had night/day modes.  Even if they don't, you can always just change the color of the background with javascript in your browser:

document.getElementById("idofthedifyouwannachangethebackgroundof").style.background.color="white";

I dont think that they have night/day mode feature, and thanks for the idea/suggestion how the way to change the background's color but unfortunately not all members understand about javascript including me Smiley
it will great if you explain it step by step to help others to implement it.



██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
.SHUFFLE.COM..███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
.
...Next Generation Crypto Casino...
bitbaby
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile WWW
May 15, 2015, 04:03:13 AM
 #344

You can use "Color That Site!" Extension if you're on Firefox (might be a version of it for Chrome too), doesn't require any knowledge and you can use it to change colors of any website.



tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
May 15, 2015, 03:07:58 PM
 #345

We're sending new promo codes tomorrow. Stay tuned!

hope this will be something new, innovative, and different from the previous bonus codes.
anyway waiting for it..

The red color of the interface of the site is making eye tired, maybe change another color is much better.

Isn't there a button on chainroll to change the color?  Perhaps I'm remembering wrong but I thought they had night/day modes.  Even if they don't, you can always just change the color of the background with javascript in your browser:

document.getElementById("idofthedifyouwannachangethebackgroundof").style.background.color="white";

I dont think that they have night/day mode feature, and thanks for the idea/suggestion how the way to change the background's color but unfortunately not all members understand about javascript including me Smiley
it will great if you explain it step by step to help others to implement it.


Sure thing.  BTW, bibaby's suggestion about a FF extension might be easier.  But I took a look at the chainroll site and it's quite simple to change the background in just a few clicks.  In FF, I just right-click on the background of the page, and then select "inspect element".  The inspection window opens up and the background div is highlighted.  On chainroll, it's a <div> with a class "container".  Anyway, at that point, you can click into the right panel where it is showing CSS rules and you can click into the section called "element" and then type in "background:green" or whatever color you want.  That worked for me when I just tried it.

In that same "inspection" panel, you can click into "console" and type (or cut-n-paste) in some javascript to do the same thing for all the elements of class "container".  Two lines:

Code:
var ctns = document.getElementsByClassName("container");
for (var i=0;i<ctns.length;i++){ ctns[i].style.background="green"; }

The first line gets all the elements of class "container" and the second line loops through them and turns their backgrounds green.  That also turned the background green for me.  Change "green" to whatever you want.

I note, however, that the list of "container" elements was only a single one, so it's a little strange that "container" is a class and not an id.  But whatever.  Anyway, you could also use an add on like greasemonkey to save this javascript to always run on chainroll.

Hope it helps!  Have fun!
panjul07
Legendary
*
Offline Offline

Activity: 3458
Merit: 1350



View Profile WWW
May 16, 2015, 04:12:37 AM
 #346

We're sending new promo codes tomorrow. Stay tuned!

Have you sent this promo code? I dont get it yet. Do I need to fill out this form https://chainroll.wufoo.com/forms/z1ggn9uo1jvp8ht/ with my email to get the bonus code?
Last time I try the form (a month ago), it was not working/no longer accepting submissions. But just tried to fill the form and it works. Lets see I will get the bonus code or not?


P.S : Anyone got the bonus code already?

██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
.SHUFFLE.COM..███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
.
...Next Generation Crypto Casino...
omahapoker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000



View Profile
May 17, 2015, 07:27:33 PM
 #347

i tried out the site for first time today. like the design, easy to navigate
panjul07
Legendary
*
Offline Offline

Activity: 3458
Merit: 1350



View Profile WWW
May 21, 2015, 07:49:01 AM
 #348

Any news about the promo code that you have said a week ago?
You were online today, but you did not say something in this thread, hope you will be more communicative with others Smiley


██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
.SHUFFLE.COM..███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
.
...Next Generation Crypto Casino...
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
May 21, 2015, 03:27:43 PM
 #349

i tried out the site for first time today. like the design, easy to navigate

Yah, other people were complaining about the colors (and I showed that fix above), but personally, I thought the site looks pretty good!
bitparadise
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
May 30, 2015, 02:41:54 PM
 #350

The red color of the interface of the site is making eye tired, maybe change another color is much better.
Indeed the color it's to fiery for my eyes. I would like to see a friendly color for my eyes
panjul07
Legendary
*
Offline Offline

Activity: 3458
Merit: 1350



View Profile WWW
May 30, 2015, 02:48:54 PM
 #351

The red color of the interface of the site is making eye tired, maybe change another color is much better.
Indeed the color it's to fiery for my eyes. I would like to see a friendly color for my eyes

You can change the color as you want, just  try bitbaby's suggestion (I think this is the simple way to change the color of any sites)


██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
.SHUFFLE.COM..███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
.
...Next Generation Crypto Casino...
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
June 01, 2015, 05:47:57 AM
 #352

The red color of the interface of the site is making eye tired, maybe change another color is much better.
Indeed the color it's to fiery for my eyes. I would like to see a friendly color for my eyes

You can change the color as you want, just  try bitbaby's suggestion (I think this is the simple way to change the color of any sites)


Or try my suggestion just above it, you can learn your first javascript this way even if you've never coded before.  It's really easy in a modern browser with the javascript consoles.
BigMac
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile
June 02, 2015, 12:23:51 AM
 #353

The red color of the interface of the site is making eye tired, maybe change another color is much better.
Indeed the color it's to fiery for my eyes. I would like to see a friendly color for my eyes

You can change the color as you want, just  try bitbaby's suggestion (I think this is the simple way to change the color of any sites)


Or try my suggestion just above it, you can learn your first javascript this way even if you've never coded before.  It's really easy in a modern browser with the javascript consoles.

True, but I think it is better if admin can add a "theme" drop down menu with a few different color schemes so that users can change it easily with 1 click.

tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
June 02, 2015, 01:37:05 AM
 #354

The red color of the interface of the site is making eye tired, maybe change another color is much better.
Indeed the color it's to fiery for my eyes. I would like to see a friendly color for my eyes

You can change the color as you want, just  try bitbaby's suggestion (I think this is the simple way to change the color of any sites)


Or try my suggestion just above it, you can learn your first javascript this way even if you've never coded before.  It's really easy in a modern browser with the javascript consoles.

True, but I think it is better if admin can add a "theme" drop down menu with a few different color schemes so that users can change it easily with 1 click.

True, and it wouldn't be hard to do.  (Admin of chainroll, pm me if you need a little javascript button to change up the theme color for your users).
Dorrittulx
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
February 02, 2016, 04:42:05 AM
 #355

Someone help me find these guys, I want to know where they went to contact them
panjul07
Legendary
*
Offline Offline

Activity: 3458
Merit: 1350



View Profile WWW
February 02, 2016, 05:58:51 AM
 #356

Someone help me find these guys, I want to know where they went to contact them

This site is dead since some time ago, so I think there is no way to contact them except from this forum by pm. But I doubt you'll get any replies because he is not active anymore.

██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
.SHUFFLE.COM..███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
.
...Next Generation Crypto Casino...
Dorrittulx
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
February 04, 2016, 04:50:08 PM
 #357

Someone help me find these guys, I want to know where they went to contact them

This site is dead since some time ago, so I think there is no way to contact them except from this forum by pm. But I doubt you'll get any replies because he is not active anymore.

Thanks for stating the obvious.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18]  All
  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!