Pages:
Author

Topic: POTLUCKGAME.COM Multiplayer Bitcoin game LAUNCHED!! - page 10. (Read 7041 times)

member
Activity: 112
Merit: 10
Hey jhenfelipe,
Thanks for the reply. The withdrawal should work If your balance is more than 100000. We will surely look into it. We did 17 withdrawals yesterday. and they all went through. We will look into your case on priority. Could you please message us using `contact us` link in the footer? That way we can keep your account discussions private.

Cheers!
hero member
Activity: 1372
Merit: 647
Hello there potluck, it's my first time to try the game and I find it interesting. Just a suggestion, I think it would be better if the FAQ page is a pop up instead of showing another page? Just to be easier to close instead of going back (just my opinion tho). Another thing, how much is the minimum withdraw amount? I haven't seen it on FAQ and/or cash out tab.

Hello jhenfelipe,
Very good suggestion. We will consider a modal FAQ. The issue might be to make it mobile friendly.

 I hope you had fun playing today! If you have pending withdrawal, you can go ahead and withdraw. There are some cool features coming up! so stay tuned! have fun! and win BIG!
Hello, thank you for the response. That would be better, I'm mostly on mobile so it's a big YES for me. Yes, I'm having fun playing. Looking forward for the upcoming features, rewards and giveaways from you.

I have some concern with the withdrawal. I have 0.00163409 BTC in my balance, but when I tried to cashout, it says You do not have sufficient balance to withdraw. As I have asked crispr on chat yesterday, he said that minimum withdraw amount is 100000, so I expect that it will go through.  Huh
member
Activity: 112
Merit: 10
Hello All!

POTLUCKGAME.COM now has 17 successful withdrawals in last 24 hour! Congrats to all the winner! Smiley See you!
hero member
Activity: 798
Merit: 500
Hello All!
We have updated potluck with new sign up bonuses. Every new member will get 100bits to try the game. All the existing members also get 100 bits! If you sign up with a promo code, you will get 150 bits sign up bonus!Enjoy the game! and as always we are open for any feedback.

Cheers!
Thanks for adding the signup bonus. I often like to check the site before investing in that site so now I will use your bonus for testing the game and will get some experience with that and will check myself that how I am at your site and then I will decide for the investment in your site to play games.
member
Activity: 112
Merit: 10
Hello All,

POTLUCKGAME.COM is a beautiful and fun multiplayer game with sign up bonus and faucet feature! Give it a try and let us know your feedback! 140 people played potluck in last 12 hours with 22 active user count during peak hours.

Those who are already on potluck, we hope that you agree it's a fun game! and more fun playing with your friends!  Smiley
member
Activity: 112
Merit: 10
POTLUCKGAME.COM

Fun Stats!

  • Total bets Placed: 6061
  • Total BTC Won: 0.46195472 BTC
  • Highest win: 160.6x (160.6 times the bet amount)

Hope you all had fun playing POTLUCK

If you like our game, please invite your friends with your promo code. and spread the word!
Stay happy! win BIG!
member
Activity: 112
Merit: 10
Looks like this game is good and its just like a lottery game but there is no digit to choose randomly who will choose to win a pot..
Interesting game. i am planning to promote via shared code to some..
I would like to ask if i refer some friends to join and use my codes and play this game without deposit just use the free faucet i can be still earn?

Who already withdrawn their funds in this site?


Hello BitMaxz,
Thanks! We have a FAQ section. That should help you to understand ow the game works. Go ahead and invite your friends with your promo code. You will earn bitcoins whenever they win! (even if you don't play)
member
Activity: 112
Merit: 10
what is min withdrawel ? its not working now ? cool game and clean site

Withdrawal is working now. Sorry about the delay. We hope you had a fun ride playing potluck today! hope you win BIG tomorrow. Just to note, the biggest win today was 160.6x .lucky user: lifer
member
Activity: 112
Merit: 10
Hello there potluck, it's my first time to try the game and I find it interesting. Just a suggestion, I think it would be better if the FAQ page is a pop up instead of showing another page? Just to be easier to close instead of going back (just my opinion tho). Another thing, how much is the minimum withdraw amount? I haven't seen it on FAQ and/or cash out tab.

Hello jhenfelipe,
Very good suggestion. We will consider a modal FAQ. The issue might be to make it mobile friendly.

 I hope you had fun playing today! If you have pending withdrawal, you can go ahead and withdraw. There are some cool features coming up! so stay tuned! have fun! and win BIG!
legendary
Activity: 3374
Merit: 3095
BTC price road to $80k
Looks like this game is good and its just like a lottery game but there is no digit to choose randomly who will choose to win a pot..
Interesting game. i am planning to promote via shared code to some..
I would like to ask if i refer some friends to join and use my codes and play this game without deposit just use the free faucet i can be still earn?

Who already withdrawn their funds in this site?
newbie
Activity: 3
Merit: 0
what is min withdrawel ? its not working now ? cool game and clean site
hero member
Activity: 1372
Merit: 647
Hello there potluck, it's my first time to try the game and I find it interesting. Just a suggestion, I think it would be better if the FAQ page is a pop up instead of showing another page? Just to be easier to close instead of going back (just my opinion tho). Another thing, how much is the minimum withdraw amount? I haven't seen it on FAQ and/or cash out tab.
member
Activity: 112
Merit: 10
Hello All,
Here is an update for provably fair system.

Code:
// totalTicketsWithoutLastBetTickets = pot value as it was before last bet was placed.
const rngSeed = createHMACHash(serverSeed, `${clientSeed}-${totalTicketsWithoutLastBetTickets}`);

We see the following advantages:
  • Server can't predict totalTicketsWithoutLastBetTickets during the first 20 seconds when the game is active.
  • Server can't change totalTicketsWithoutLastBetTickets after the game is in 'pause bets' state.

So even if genius player / operator places the last bet hoping to win every time, the last bet will be excluded from the rngSeed calculation. So he/she can not influence the outcome.

It is refreshing to see a new casino respond well to criticism, but I encourage you to continue working on your system until it is truly provably fair.

This change makes it harder for a malicious operator to cheat, but not yet impossible: To reliably influence the game result in result in every round he would now have to join with two sockpuppets in many rounds, which players would be more likely to notice. Alternatively, he could only join with a single sockpuppet in those rounds that he knows he will win anyway–without influencing the game result.

Hey Martin,
We know that its not completely ready yet. But its more difficult now. We are actively working on this. We will update as soon as we improve our system. Once again thanks for pointing out! don't forget to checkout the action!
full member
Activity: 140
Merit: 100
Hello All,
Here is an update for provably fair system.

Code:
// totalTicketsWithoutLastBetTickets = pot value as it was before last bet was placed.
const rngSeed = createHMACHash(serverSeed, `${clientSeed}-${totalTicketsWithoutLastBetTickets}`);

We see the following advantages:
  • Server can't predict totalTicketsWithoutLastBetTickets during the first 20 seconds when the game is active.
  • Server can't change totalTicketsWithoutLastBetTickets after the game is in 'pause bets' state.

So even if genius player / operator places the last bet hoping to win every time, the last bet will be excluded from the rngSeed calculation. So he/she can not influence the outcome.

It is refreshing to see a new casino respond well to criticism, but I encourage you to continue working on your system until it is truly provably fair.

This change makes it harder for a malicious operator to cheat, but not yet impossible: To reliably influence the game result in every round he would now have to join with two sockpuppets in many rounds, which players would be more likely to notice. Alternatively, he could only join with a single sockpuppet in those rounds that he knows he will win anyway–without influencing the game result.
member
Activity: 112
Merit: 10
Hello All!
We have launched the faucet feature Smiley You can now claim from the faucet when your balance goes to 0. Go to your profile and click the green faucet button. (see the screenshot)

Quick Stats (24 Hours)
Total bets placed in two days: 1164
total BTC won: 0.0094768 BTC

Cheers!
member
Activity: 112
Merit: 10
Hello All,
We are working on a faucet feature which should be ready by today / tomorrow. Stay tuned!
Also the signup bonus is now 100 bits and sign up with a promo code has 150 bits bonus.

Cheers!
member
Activity: 112
Merit: 10
I just tested your website out a couple of times and it's really fun! It has a really nice user-friendly interface and it is somewhat unique compared to many other gambling sites. Is there a faucet on your website, I can't seem to find one. If you don't have one, I suggest you think about it as it will attract new people to your website.

Hey TriggerX,
Thanks for the message! we are glad that you liked the game. Yes, we are in the development stage for the faucet feature. Also, we are working on another feature which is quite unique. We do have an affiliates program that will earn you a commission even if you don't play.

Cheers!
hero member
Activity: 826
Merit: 1000
I just tested your website out a couple of times and it's really fun! It has a really nice user-friendly interface and it is somewhat unique compared to many other gambling sites. Is there a faucet on your website, I can't seem to find one. If you don't have one, I suggest you think about it as it will attract new people to your website.
member
Activity: 112
Merit: 10
I think you need to improve the design a bit, it doesn't scale well at the moment.



Also, no HSTS?

Hello quintuple,
Thanks for pointing the design issue. We have fixed it. hopefully, it should all be fine now.
Cheers!
member
Activity: 112
Merit: 10
Quote
By HSTS you mean SLL protocol or HTTPS? No, it is not working for me either. I can't see icon indicating secure connection at all.

That is odd. When we visit https://potluckgame.com we are seeing the green lock in chrome browser. We will test the config once again. Thanks for pointing this out.
Here is exactly how it looked on my end just now:


But I refreshed the site couple times and you are right there is lock indicating secure connection appeared after some time:



Have you changed something?


We did not. But good that it's working now!  Smiley
Pages:
Jump to: