Bitcoin Forum
May 13, 2024, 11:23:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 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 ... 108 »
701  Economy / Gambling / Re: Stake.com | The Greatest Bitcoin Gambling Experience Ever! | 12 Exclusive Games on: August 27, 2017, 08:48:26 PM
My open-source verifier now supports Diamond Poker. Check out my post on the Stake forum
702  Economy / Gambling / Re: Stake.com | The Greatest Bitcoin Gambling Experience Ever! | 12 Exclusive Games on: August 26, 2017, 10:13:00 PM
Is the recovery option working ? I've tried recovering my password through email then when I click the link or button all I receive is the message "Cannot GET /recovery". I know I set the correct email on my account. Should I just make another account ? Please help I want to join the plinko contest.
It looks like password recovery is borked as well as the seed issue above, which I think is a pretty glaring problem
703  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, level up, win more, have fun! on: August 26, 2017, 10:09:49 PM
Hi,

thanks for the ideas. Right now the commission is indeed linked to individual investments' profit, I did not think it would be a large issue at the time I designed it like this. I'll think about it, but honestly it would require a pretty serious code rewrite.

Regarding segwit addresses - I am ready. The thing is that Bitcoin Core wallet has pretty poor support for Segwit, it's not that easy to go full-segwit. See my question here: https://bitcointalk.org/index.php?topic=2107760.0 - for some reason the developers coded Segwit as part of the protocol, but completely neglected making it actually useful.

Enabling Segwit would also suck for privacy - if YD was the only wallet that sends Segwit transactions, it would be pretty strange.

Other than that, I have already set some deposit addresses (mostly mine) to Segwit addresses and now I am testing it. If all goes well, I might enable Segwit pretty soon.

Cheers,
Ethan
I'm not worried about the privacy aspect because I believe that will be a short-term thing once more people start using segwit. Maybe you could give users a toggle between deposit addresses being P2WPKH or P2PKH. (I know that would be more work but if people are worried about privacy it might be nice). Plus, segwit addresses should save the site money on fees.

As for the investments, maybe just add it to the trello board as a to-do sometime in the future when there's time to work on it. It's not that serious of an issue I suppose but being charged 35% on the same profits twice or more if you close the investment in the red is pretty rough.
704  Economy / Games and rounds / Re: [Primedice.com] Follow the format giveaway! on: August 26, 2017, 05:48:20 PM
Username: Drain

Joined date: 10.08.2014
705  Economy / Gambling / Re: Stake.com | The Greatest Bitcoin Gambling Experience Ever! | 12 Exclusive Games on: August 24, 2017, 06:12:46 PM
When will Stake support SegWit deposit addresses?
706  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, level up, win more, have fun! on: August 24, 2017, 11:59:17 AM
Ethan, do you think that you could start tracking investment profit independent of each individual investment? I ask this because right now if it's say the day after commission was taken and my investment is down 3% since commission was taken, I can't close the investment before I get that 3% back otherwise I'll get commissioned on the same profits twice. When the commission is already a pretty large 35% this can really hurt so it essentially traps your money in the site. Will you consider changing this?

EDIT: Also, when will the site support SegWit addresses?
707  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, level up, win more, have fun! on: August 23, 2017, 07:45:49 PM
Both jackpots getting near 2 BTC!
708  Economy / Gambling / Re: Stake.com | The Greatest Bitcoin Gambling Experience Ever! | 12 Exclusive Games on: August 21, 2017, 01:27:02 AM
They say all games checked and fair

My any games can be checked and all unknown,

My account customer seed never changed and they took my whole deposit that kind of problems,
Do you have any proof?
709  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, level up, win more, have fun! on: August 18, 2017, 09:06:04 PM
I've been thinking, one of the biggest problems with provable fairness is how often people simply don't use it. This is often because of the extra steps required to make sure everything is fair. As I'm sure a lot of you know by now, I like to make sure that everybody has the best experience possible. What if we had a userscript, or chrome extension that automatically did this for us?

One of the biggest holes in nearly every provably fair scheme is the hash of the server seed. Extremely often, it's just not written down/copied anywhere. Most sites don't show you the hash until you open a window or go to a page that displays it. What then? If the site knows that you haven't looked at the hash, then you wouldn't be able to tell whether or not the server seed they revealed to you was the one they were using. Now of course, this isn't perfect, as the site would have no way to guarantee that you won't look at the server seed hash halfway through playing, but it's still possible. The point of provable fairness is to remove all doubt that the site could be altering results.

I propose a chrome extension to do this, as I believe it has the lowest "cost of entry". All a user has to do is simply click the install button and they're protected. A userscript requires too much technical knowledge for most people to set up, although it could work cross-browser. I believe that anybody privacy-conscious enough to use other browsers is also smart enough to copy down their server seed hash.

The extension could be able to do the following, all behind-the-scenes:
  • Record new server seed hashes as they are generated, to prevent sites from changing them later and storing them securely in chrome.storage where the website and other extensions can't touch them. (This has the added benefit of being able to sync between different chrome browsers).
  • Instantaneously verify all bets made in the past as soon as a new seed is in use and the previous one revealed.
  • (Fluff) Have a counter of all bets made by the user that have been verified when you click on the extension icon

Of course, the potential for a malignant extension here is huge. A bad extension that has access to the page would be able to withdraw a user's entire balance to an attacker's address. Such an extension would have to be open-source so that anybody could examine it and make sure nothing bad is going on behind-the-scenes.

I'd love to hear people's thoughts about this, as well as hearing from anybody that doesn't use chrome as their browser so I can get a handle on how many people would be affected before I think about working on this. The great thing about a chrome extension is that it could support any number of websites, without the user needing to add additional extensions or such.

Thanks!
710  Economy / Gambling / Re: Stake.com | The Greatest Bitcoin Gambling Experience Ever! | 12 Exclusive Games on: August 18, 2017, 07:42:58 PM
I've added Mines to the verifier now! 5 games are now available. Check the thread on the Stake forum for more info.
711  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, level up, win more, have fun! on: August 17, 2017, 08:01:28 PM
I've used the API to create a script that can notify people using the Join app for Android when a bet that wins or loses over a certain amount is made. If anybody else uses this app and is interested, I could consider opening this up to anybody that wanted to receive notifications.
712  Economy / Gambling / Re: Stake.com | The Greatest Bitcoin Gambling Experience Ever! 12 Exclusive Games on: August 16, 2017, 04:42:40 AM
My open-source bet verifier (Stake forum thread) now supports Plinko, in addition to Dice and Roulette. Other game support will come as I have time to work on this. So you can get the idea of the calculation that this tool will save you when verifying your bets, here is the output from a plinko game:



Enjoy!
713  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, level up, win more, have fun! on: August 15, 2017, 08:40:48 PM
Competition is over, here are the results:

714  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, "Profit competition" with 15 prizes! on: August 13, 2017, 04:33:39 PM
There is a thread someone started about casino and dice sites having achievements somewhat like the gaming platform steam does where is you get achievements worth XP for doing things like 3 wins in a row 3 losses in a row then harder ones like 5 or more wins in a row ect. I think it would bring in an extra element of fun. I told the OP Yolodice have many innovative features and I'm sure they will bring in some form of achievements.
I forget the URL but that's already high up on the suggestion board under "in progress", I think they're already working on it
715  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, "Profit competition" with 15 prizes! on: August 12, 2017, 09:47:14 PM
~

I agree, I hope that you're able to combat botters.
716  Economy / Games and rounds / Re: [Stake.com] 0.001 BTC for all - Just play! on: August 10, 2017, 11:02:53 PM
Username is RGBKey
717  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, we are sending your BCH back to you! on: August 08, 2017, 10:52:40 PM
Our newest competition just started!  See how much profit you can win, and earn some great prizes!

https://bitcointalk.org/index.php?topic=2073450.0
Not that many people playing, should be easy to take one of the lower spots for anybody
718  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, we are sending your BCH back to you! on: August 07, 2017, 09:45:43 PM
The verifier now also supports URL parameters and could be linked to directly from YOLOdice if desired, click here for an example

Edit: Here is what it could look like if integrated on the site:

719  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, we are sending your BCH back to you! on: August 07, 2017, 09:26:15 PM
Hey everyone, just wanted to let you all know I've made a free, open-source website to help you verify your YOLOdice bets.
-snip-
would be nice if you added the description of how does the bet verifier function,not just the github sources

Done!
720  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, we are sending your BCH back to you! on: August 07, 2017, 10:24:44 AM
Hey everyone, just wanted to let you all know I've made a free, open-source website to help you verify your YOLOdice bets.
-snip-


very nice,thank you!
would be nice if you added the description of how does the bet verifier function,not just the github sources
i.e. the formula behind the front end
similar to  https://dicesites.com/provably-fair
by the way,do you plan to add yolodice to the dicesite's provably fair list as well?


I could definitely show the intermediate steps on the page
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 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 ... 108 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!