BitcoinVideoPoker (OP)
|
|
August 11, 2017, 01:07:13 AM |
|
is the progressive jackpot paid out all at once if its won? which game is this being offered on?
Hi housecloud, The progressive jackpot is offered on all games and is paid out instantly when won. Unlike many other Bitcoin casinos we do not have withdrawal limits as when you win funds they're yours, so you can do with them as you please!
|
|
|
|
jpcfan
|
|
August 11, 2017, 01:17:24 AM |
|
is the progressive jackpot paid out all at once if its won? which game is this being offered on?
Hi housecloud, The progressive jackpot is offered on all games and is paid out instantly when won. Unlike many other Bitcoin casinos we do not have withdrawal limits as when you win funds they're yours, so you can do with them as you please! i know you have zcash and dash video casino. what coin is going to be next?
|
120% | | 〈 | 50% | | ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ | DUCK | | DICE | ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ | | 〉 | | 〉 | |
|
|
|
BitcoinVideoPoker (OP)
|
|
August 11, 2017, 07:05:25 AM |
|
i know you have zcash and dash video casino. what coin is going to be next?
Bitcoin Cash will likely be next, but we would love to hear from the users what they would like to see the most.
|
|
|
|
jpcfan
|
|
August 11, 2017, 09:02:43 AM |
|
i know you have zcash and dash video casino. what coin is going to be next?
Bitcoin Cash will likely be next, but we would love to hear from the users what they would like to see the most. i would say Ethereum would be the logic one.. so many people and so much money in ETH
|
120% | | 〈 | 50% | | ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ | DUCK | | DICE | ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ | | 〉 | | 〉 | |
|
|
|
ccc222
Member
Offline
Activity: 183
Merit: 20
|
|
August 20, 2017, 08:07:30 AM |
|
You guys are by far one of the best and most honest and fair casinos ive ever heard or been to online. Your customer service quality surpasses all casinos ive been too and lowest house edge ever. Ive won so much at your casino (and lost a hellah lot due to bad health choiceshaha) and had so much fun, fastest withdraws and deposits, like what really dumbfounds me is how you guys are not more better known? Is it cuz of little affliate workers due to low commission? Or are you guys very well known and i just happened to be late in finding you guys?
I found you guys when i looked up on google online btc craps lol. If i hadnt i dont think id ever of found you guys. But hell I think you guys need more praise! I really appreciate the quality of gambling you guys provide, after experiencing a lot of bullshit with other casino's, I really respect how open you guys are and how you guys arent selfishly saturated in greed and profits. If only all businesses could have the same professionalism as you guys.
Def ideal for serious gambling. Did you guys remove chat to keep it more focused on gambling ? Or other reasons?
|
|
|
|
BitcoinVideoPoker (OP)
|
|
August 20, 2017, 06:22:36 PM |
|
Did you guys remove chat to keep it more focused on gambling ? Or other reasons? Thank you so much for the kind words! We had to remove the chat because without someone to monitor it 24/7 we had people posting links to Bitcoin stealing malware. As much as we enjoyed the chat ourselves, keeping our players safe is our top priority. We'd love to hear any additional suggestions you may have to make our brand better known.
|
|
|
|
|
Josepht
|
|
August 20, 2017, 08:02:41 PM |
|
Did you guys remove chat to keep it more focused on gambling ? Or other reasons? Thank you so much for the kind words! We had to remove the chat because without someone to monitor it 24/7 we had people posting links to Bitcoin stealing malware. As much as we enjoyed the chat ourselves, keeping our players safe is our top priority. We'd love to hear any additional suggestions you may have to make our brand better known. Just van any link posted in chat? That should prevent any malware being spread.
|
|
|
|
cwil
|
|
August 25, 2017, 07:24:14 PM |
|
If you really want that functionality, here's some code that probably works: var hitRef, standRef, doubleRef, splitRef;
var createDialog = function() { var dialog = $('<div>', { id: 'safety-dialog', 'class': 'dialog', style: 'left: 50%; margin-left: -223px; z-index: 1002; position: fixed; top: 50%; margin-top: -138px; display: none;' }); var dCloseButton = $('<div>', { 'class': 'close_button' }); dialog.append(dCloseButton); var dHeader = $('<div>'); var dhIcon = $('<div>', { style: 'float: left;' }); var dhiImg = $('<img>', { src: '/static/images/logo_48.png', alt: 'Bitcoin video casino log' }); dhIcon.append(dhiImg); var dhTitle = $('<div>', { 'class': 'title', innerHTML: 'Alert' }); var dhClear = $('<div>', { style: 'clear: both;' }); dHeader.append(dhIcon); dHeader.append(dhTitle); dHeader.append(dhClear); dialog.append(dHeader); var dBody = $('<div>'); var dbMessage = $('<p>', { id: 'safety-dialog-message' }); dBody.append(dbMessage); dialog.append(dBody); var dButtonContainer = $('<div>', { style: 'float: right;' }); var dbcCancel = $('<input>', { type: 'button', id: 'safety-dialog-cancel', value: 'Cancel' }); var dbcProceed = $('<input>', { type: 'button', id: 'safety-dialog-proceed', value: 'Proceed', style: 'margin-left: 10px' }); dButtonContainer.append(dbcCancel); dButtonContainer.append(dbcProceed); dialog.append(dButtonContainer); dialog.hide(); $('body').append(dialog); }
var getScores = function(action) { var hand = 0; var cards = null; for(var i = 0; i < game_system.player_hands.length; i++) { if(game_system.player_hands[i].find('.hand_dimmer .dimmed').length == 0) cards = game_system.get_hand(game_system.player_hands[i]); } playerScore = Blackjack.score_hand(cards)[0]; var dealerCards = game_system.get_hand(game_system.dealer_hand).splice(1,1); dealerScore = Blackjack.score_hand(dealerCards); action(playerScore, dealerScore); }
var overrideHit = function() { getScores(function(playerScore, dealerScore) { if(playerScore >= 17) { showDialog('Your hand score is greater than or equal to 17, are you sure you want to hit?', hitRef); } else hitRef.call(game_system); }); }
var overrideStand = function() { getScores(function(playerScore, dealerScore) { if(playerScore <= 11) { showDialog('Your hand score is less than or equal to 11, are you sure you want to stand?', standRef); } else if(playerScore < 17 && dealerScore >= 7) { showDialog('Your hand score is less than 17, and dealer shows a hand score greater than or equal to 7, are you sure you want to stand?', standRef); } else standRef.call(game_system); }); }
var overrideDouble = function() { getScores(function(playerScore, dealerScore) { if(playerScore > 11) { showDialog('Your hand score is greater than 11, are you sure you want to double?', doubleRef); } else doubleRef.call(game_system); }); }
var overrideSplit = function() { getScores(function(playerScore, dealerScore) { if(playerScore >= 17) { showDialog('Your hand score is greater than or equal to 17, are you sure you want to split?', splitRef); } else splitRef.call(game_system); }); }
var showDialog = function(msg, handler) { $('#safety-dialog').show(); $('#safety-dialog-message').text(msg); $('#safety-dialog-proceed').unbind(); $('#safety-dialog-proceed').click(function() { $('#safety-dialog').hide(); handler.call(game_system); }); }
var init = function() { createDialog(); hitRef = game_system.__proto__.handle_hit; standRef = game_system.__proto__.handle_stand; doubleRef = game_system.__proto__.handle_double; splitRef = game_system.__proto__.handle_split; game_system.handle_hit = overrideHit; game_system.handle_stand = overrideStand; game_system.handle_double = overrideDouble; game_system.handle_split = overrideSplit; $('#safety-dialog .close_button').click(function() { $('#safety-dialog').hide(); }); $('#safety-dialog-cancel').click(function() { $('#safety-dialog').hide(); }); }
init(); That said, it's a really bad idea to run random code from strangers that you don't understand.
|
|
|
|
ccc222
Member
Offline
Activity: 183
Merit: 20
|
|
August 31, 2017, 03:26:13 AM |
|
Did you guys remove chat to keep it more focused on gambling ? Or other reasons? Thank you so much for the kind words! We had to remove the chat because without someone to monitor it 24/7 we had people posting links to Bitcoin stealing malware. As much as we enjoyed the chat ourselves, keeping our players safe is our top priority. We'd love to hear any additional suggestions you may have to make our brand better known. I understand and that makes sense! Well other than the basic things like promotions and stuff. I wanted to suggest considering lowering the token value so that 1 token can be at the least 0.00001 btc because with the current price, its getting way too expensive for me to play here anymore. Especially with slots being 20 lines, 20 tokens being 200k satoshi, shoot i havent been able to play slots in a while. Maybe just allowing .00001 btc token value with slots XD ID never go anywhere else again haha. But lowering the token value will allow many more people to afford playing at your site as well!
|
|
|
|
aaceofspades
Newbie
Offline
Activity: 1
Merit: 0
|
|
August 31, 2017, 12:15:58 PM |
|
i know you have zcash and dash video casino. what coin is going to be next?
Bitcoin Cash will likely be next, but we would love to hear from the users what they would like to see the most. ETH seems to be the best alternative right now. I'm sure BCH will gain marketshare. The winning Alt currency will be the one that has fast transaction times, low fees and is trusted.
|
|
|
|
rovchris
|
|
August 31, 2017, 02:33:43 PM |
|
will have to check it out sson
|
|
|
|
panjul07
Legendary
Offline
Activity: 3654
Merit: 1369
|
|
August 31, 2017, 03:14:18 PM |
|
Did you guys remove chat to keep it more focused on gambling ? Or other reasons? Thank you so much for the kind words! We had to remove the chat because without someone to monitor it 24/7 we had people posting links to Bitcoin stealing malware.As much as we enjoyed the chat ourselves, keeping our players safe is our top priority. We'd love to hear any additional suggestions you may have to make our brand better known. Didn't you have even 1 chat moderator? I think you should bring the chat back to build more great community. It is fun to chat with other players while gambling. You may hire some moderators to monitor the chat 24/7, it wont cost you much as afaik chat moderators are not being paid for it. Some sites only give them bigger rewards on faucet or maybe give a little amount of btc to play. I think it would not be a big deal for your site that has great bankroll.
|
| .SHUFFLE.COM.. | ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ | ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ | . ...Next Generation Crypto Casino... |
|
|
|
BitcoinVideoPoker (OP)
|
|
September 03, 2017, 06:53:18 AM |
|
I think you should bring the chat back to build more great community. It is fun to chat with other players while gambling. You may hire some moderators to monitor the chat 24/7, it wont cost you much as afaik chat moderators are not being paid for it. Would anyone in this thread be interested in helping out as a moderator for the chat if we were to re-enable it?
|
|
|
|
BTCevo
Legendary
Offline
Activity: 1834
Merit: 1008
|
|
September 04, 2017, 03:42:37 AM |
|
I think you should bring the chat back to build more great community. It is fun to chat with other players while gambling. You may hire some moderators to monitor the chat 24/7, it wont cost you much as afaik chat moderators are not being paid for it. Would anyone in this thread be interested in helping out as a moderator for the chat if we were to re-enable it? Is there any requirement to fill this mod job? If there is no any requirement, I might be helping you guys out since I am playing it for quite long. But you need to make some event on those chat so people can be active to chat and sharing everything around here
|
|
|
|
panjul07
Legendary
Offline
Activity: 3654
Merit: 1369
|
|
September 04, 2017, 03:06:33 PM |
|
I think you should bring the chat back to build more great community. It is fun to chat with other players while gambling. You may hire some moderators to monitor the chat 24/7, it wont cost you much as afaik chat moderators are not being paid for it. Would anyone in this thread be interested in helping out as a moderator for the chat if we were to re-enable it? You can make a thread on service section and I'm sure there will be many people interested to be moderator on your chat. There are many experienced chat moderators in this forum so you can choose some of them to be a part of your site.
|
| .SHUFFLE.COM.. | ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ | ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ | . ...Next Generation Crypto Casino... |
|
|
|
jonasBTC
Jr. Member
Offline
Activity: 118
Merit: 4
|
|
October 31, 2017, 09:13:56 PM Last edit: October 31, 2017, 09:26:21 PM by jonasBTC |
|
Just turned 0.25 into 2.1 btc. Cashed out and it hit the blockchain in 10 seconds.
No signup, no waiting to get paid. Tough to beat that.
|
|
|
|
veleten
Legendary
Offline
Activity: 2016
Merit: 1107
|
|
November 01, 2017, 02:51:17 AM |
|
Did you guys remove chat to keep it more focused on gambling ? Or other reasons? Thank you so much for the kind words! We had to remove the chat because without someone to monitor it 24/7 we had people posting links to Bitcoin stealing malware. As much as we enjoyed the chat ourselves, keeping our players safe is our top priority. We'd love to hear any additional suggestions you may have to make our brand better known. a gambling site without a chat doesn't sound like a good idea,communities and people communicating is what makes a site great you can deposit and dump coins and go away,but returning customers are the most valuable ones and chat is what keep people and have them come back you can hire a couple of moderators,maybe ask some of the players to do it for free ban all of the clickable links and mute/ban accounts spamming the links if it is working for other sites,should be working for you as well mind you,almost every gambling site has a chat of sorts and their audience is ,sometimes, over 2000-3000 concurrent visitors (primedice,bitsler for example)
|
|
|
|
BTCevo
Legendary
Offline
Activity: 1834
Merit: 1008
|
|
November 02, 2017, 04:38:53 AM |
|
Just turned 0.25 into 2.1 btc. Cashed out and it hit the blockchain in 10 seconds.
No signup, no waiting to get paid. Tough to beat that.
This is pretty good for you to win around 10 times for your balance. Due to current price it is really huge amount you got there but I do not really know if the site is still active or not because it seems that the thread here not as active as before although they have a good site there but I hope soon you get your winning money as soon as possible
|
|
|
|
Danilo23
Member
Offline
Activity: 61
Merit: 10
|
|
November 02, 2017, 09:00:05 AM |
|
Now I think that the best bitcoin casino on line at present bitcoinvideocasino.com. im inviting everyone who loves btc gambling to play here.
|
|
|
|
|