Bitcoin Forum
June 30, 2024, 06:18:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 [340] 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 ... 573 »
6781  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: May 26, 2014, 10:44:26 PM
While I don't understand why he changed either, I find it extremely cool how he split up the big transaction into multiple outputs. I have never in 4 years saw someone split outputs on the same address.

https://blockchain.info/tx/48d6e58a8b60e69d121eab318712e27033cbe5a76953c9a428f57cf28fbc5f29?show_adv=true

That's a bit odd, though. I'm curious as to why he would do this. There shouldn't be any functional difference.

I have a script which creates a raw transaction from outputs known to be in the cold wallet and sends them to my online wallet.  I just tell it which outputs and it makes the (unsigned) raw transaction that sends them.

I then transfer the unsigned transaction to the cold wallet using a QR code and a webcam, sign it on the cold wallet, and transfer the signed transaction back online, again using a QR code and a webcam.

I don't want to be messing about with 'change' outputs, so I want a bunch of useful-sized outputs ready to use.  500 BTC seems like a reasonable size for the cold wallet outputs.

Interestingly, to get bitcoin-qt to create a raw transaction that spends to the same address multiple times, all you need to do is comment out two lines of code and rebuild:

Quote
$ git diff
diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp
index 837aee7..e988166 100644
--- a/src/rpcrawtransaction.cpp
+++ b/src/rpcrawtransaction.cpp
@@ -375,8 +375,8 @@ Value createrawtransaction(const Array& params, bool fHelp)
         if (!address.IsValid())
             throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid Bitcoin address: ")+s.name_);
 
-        if (setAddress.count(address))
-            throw JSONRPCError(RPC_INVALID_PARAMETER, string("Invalid parameter, duplicated address: ")+s.name_);
+        // if (setAddress.count(address))
+            // throw JSONRPCError(RPC_INVALID_PARAMETER, string("Invalid parameter, duplicated address: ")+s.name_);
         setAddress.insert(address);
 
         CScript scriptPubKey;
6782  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Invest in 1% House Edge Dice Game on: May 26, 2014, 10:39:19 PM
http://blockchain.info/address/19Zmw5kMbkTjA7qRUdUEiwLqgRaMRRLDkh

Why do you change the cold address once in a while?

I only ever changed it once, and the reason is a little embarrassing, rather unbelievable, and quite disturbing. Smiley

Let's just say it was a "security measure".
6783  Economy / Gambling / Re: EveryDice.com | 0.99% Edge - Instant Cashout - Invest - Referral - Mobile - Fair on: May 26, 2014, 07:38:19 PM
can anyone explain how site seed being known can cheat the gambling site? Doesn't JD and LN publish the site seed?

Yes.

All provably fair sites are pretty much the same.

There's a secret (sometimes a site-wide secret that changes each day, sometimes a per-user secret, sometimes per-bet - it depends on the site) which is used to generate the rolls in a deterministic way.

The secret isn't published until some time after the bet has happened (at the end of the day, when the user changes their seed, after each bet, again depending on the site), but a hash of the secret is published before the bet.

In this way the site can prove that they didn't change the secret when the bet happened, because if they did the hash wouldn't match, which everyone can check once the secret is published.

Does that make sense now?  All the sites have secret seeds, they all publish the hash of the secret before, and the secret itself after.

(There's also a 'client seed' which the player himself picks after seeing the server seed hash, and before playing - this also contributes to the roll generation and prevents the site from picking a "bad" server seed to make the player lose, but is irrelevant to this discussion).
6784  Economy / Gambling / Re: EveryDice.com | 0.99% Edge - Instant Cashout - Invest - Referral - Mobile - Fair on: May 26, 2014, 07:29:54 PM
Quote
22 May 2014

    Player 1DiCe1 deposited 2.6 BTC.
    Player 1DiCe1 won ~141 BTC and causing site profit to go down from +95 BTC to -46 BTC.
    Player 1DiCe1 automatic withdrawal of 6 BTC and manual withdrawal of 50 BTC (total of 56 BTC).

23 May 2014

    Player 1DiCe1 deposited 6 BTC.
    Player 1DiCe1 won ~51 BTC.

If he won 141 and only withdrew 56 on the 22nd, why did he redeposit on the 23rd?

I wonder if this list of events is missing something.  People with a balance of 87 BTC generally don't deposit another 6 before continuing to play.

It's missing dice's loss of 92 btc and 52 btc, that's why he deposited, so he was able to get back profits.

That seems like a significant omission.  "OMG this guy won so much he must be cheating (please ignore his losses)"
6785  Economy / Services / Re: Klyemax Studios Official (Cock) Tattoo on: May 26, 2014, 07:28:36 PM
Thank ya doog! <3

No problem.

And no, this isn't me "encouraging" you to tattoo your dick.  Wink
6786  Economy / Services / Re: Klyemax Studios Official (Cock) Tattoo on: May 26, 2014, 07:22:53 PM
The Logos:


Design 1 http://imgur.com/4sVfSY7 (Vote: 1)

Design 2 http://imgur.com/qELoXO5 (Vote: 0)

(forum isn't letting me post imgur images for some reason)

You have to use the full URL to the image files, like this:

https://i.imgur.com/4sVfSY7.jpg
https://i.imgur.com/qELoXO5.jpg



6787  Economy / Gambling / Re: EveryDice.com | 0.99% Edge - Instant Cashout - Invest - Referral - Mobile - Fair on: May 26, 2014, 09:03:17 AM
Quote
22 May 2014

    Player 1DiCe1 deposited 2.6 BTC.
    Player 1DiCe1 won ~141 BTC and causing site profit to go down from +95 BTC to -46 BTC.
    Player 1DiCe1 automatic withdrawal of 6 BTC and manual withdrawal of 50 BTC (total of 56 BTC).

23 May 2014

    Player 1DiCe1 deposited 6 BTC.
    Player 1DiCe1 won ~51 BTC.

If he won 141 and only withdrew 56 on the 22nd, why did he redeposit on the 23rd?

I wonder if this list of events is missing something.  People with a balance of 87 BTC generally don't deposit another 6 before continuing to play.
6788  Economy / Scam Accusations / Re: Goat owe me 3740.35 BTC on: May 26, 2014, 08:58:09 AM
sorry to interrupt, goat, i just wanted to ask you something but i get "Unable to find member 'smoothie's man crush" ?

Try sending to "Goat" instead.  The forum software apparently doesn't like the apostrophe in his new name, but the original name still works.
6789  Economy / Scam Accusations / Re: His Most Eminent Highness Grand Caesar Imperator Goat owe me 3740.35 BTC on: May 26, 2014, 08:42:48 AM
I think it is funny that Goat likes to imply i'm on welfare yet he has been trying to get loans from people on this forum for a long long time. "Please loan me money."

Just like you asked your own family to loan you money as you claimed. Good job getting on the self-justified welfare system.  Tongue

There's quite a big difference between borrowing money from friends and family who consent to the loan and accepting money that was taken from strangers against their will under threat of violence.  I wouldn't say they were "just like" each other in any way.
6790  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Play or Invest : 1% House Edge : Banter++ on: May 26, 2014, 08:38:09 AM
Just a quick question for those who invested , i am looking to invest something and hows the ROE of JD invest now ?

I just posted exactly what you're asking for a few hours ago.

6791  Economy / Gambling / Re: EveryDice.com | 0.99% Edge - Instant Cashout - Invest - Referral - Mobile - Fair on: May 26, 2014, 05:13:35 AM
I think everyone is missing the point here. Doog as well, 1Dice1 does not care about any of what you write here, all he want's is his money and nothing else, he got screwed and you guys should help him.

I don't think anyone is suggesting that 1dice1 shouldn't be paid his winnings. Do you think I enjoyed sending nakowa his 10,000 BTC payout after he had an amazing run of luck?  I didn't, but what choice did I have?  But how can we help him?  ED has his coins and is delaying paying them out.

Seems no one get's bigger point, people will lose trust into all sites if ED runs away and doesn't pay and this includes JD as well.

I don't think yet another little just-dice clone site going down because of crappy coding or scammy operators would really surprise anyone. It has happened before and surely it will happen again.

If anything, each time one of these small sites fails it serves to show people not to trust places with no reputation and to stay with the established sites that have a history of reliability, trustworthiness and good customer support.
6792  Economy / Service Announcements / Re: Virtex! A new online cryptocurrency trading platform on: May 26, 2014, 04:22:09 AM
Good news. Literally! We have been featured in several online financial news magazines.

(NOTE: Leaprate has made a misteke: we will not allow traders from FATF blacklisted countries, we have contacted them in order for this mistake to be corrected)
http://www.cryptocoinsnews.com/news/sponsored-stories/virtex-cryptocurrency-exchange/2014/04/10

P.S. @cavirtex does the 'Canadas oldest and biggest exchange' really have nothing better to do than spam?

Does /news/sponsored-stories/ mean you paid for the article? And if so wouldn't it be better described as an advertisement?

Virtex has been trading BTC/CAD for years, using the name Virtex. It's just rude to trade on their good name. If the professionalism of your exchange is anything like that of your writing, customers would be well advised to steer clear.

Edit: I only found your site and this thread because I clicked on an ad that said Virtex was launching a new trading platform. I thought it was the real Virtex, who I trust, not some noob using their good name. I imagine such confusion isn't unusual.
6793  Economy / Service Announcements / Re: Virtex! A new online crypto currency trading platform on: May 26, 2014, 04:13:48 AM
Also our cold wallet is going to be stored on a dedicated system that will come online less than once a day for brief random interval to carry out necessary transactions. This way its exposure to possible unauthorized access  is minimized.

All your cash is kept in a bank vault which we keep locked for your safety. We open it to the public less than once a day, minimising exposure.
6794  Economy / Scam Accusations / Re: His Most Eminent Highness Grand Caesar Imperator Goat owe me 3740.35 BTC on: May 25, 2014, 10:21:23 PM
Once theymos places the value of his bonds at the time of the contract as he claimed is fair, [...]

Does theymos know the time of the contract?  It seems this would be a prerequisite.
6795  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Play or Invest : 1% House Edge : Banter++ on: May 25, 2014, 10:16:07 PM
like i said, i fail hard at this game.

I expect you just need practice.  Wink
6796  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Play or Invest : 1% House Edge : Banter++ on: May 25, 2014, 10:10:52 PM
I fail so hard at this game  Tongue

I found I'm a much better investor than a gambler. 90% + bets have raped me a bit!

i lost 50 btc in 11 seconds :/

That profit chart in full (including your previous visit):

6797  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Just-Dice.com : Play or Invest : 1% House Edge : Banter++ on: May 25, 2014, 09:50:08 PM
I invested some coins but came out with lost because after my investment Nakowa do some big disinvestment and I lost after this I never invest in any bitcoin site  Sad

Here's a list of weekly returns for investors, along with a cumulative 'return so far' week by week.  All numbers are after commission was taken, so if you invested on the first day you would be looking at a real gain of 39.59% overall:

Quote
Jun 20 2013     0.00%   100.00%
Jun 24 2013     2.53%   102.53%
Jul  1 2013    -0.49%   102.02%
Jul  8 2013     6.29%   108.44%
Jul 15 2013    -8.30%    99.44%
Jul 22 2013     2.55%   101.98%
Jul 29 2013     7.56%   109.69%
Aug  5 2013     1.69%   111.55%
Aug 12 2013     3.33%   115.26%
Aug 19 2013     1.88%   117.43%
Aug 26 2013     0.34%   117.83%
Sep  2 2013     0.59%   118.52%
Sep  9 2013     0.69%   119.35%
Sep 16 2013     0.50%   119.94%
Sep 23 2013   -14.26%   102.84%
Sep 30 2013   -12.66%    89.82%
Oct  7 2013     7.69%    96.73%
Oct 14 2013     7.09%   103.59%
Oct 21 2013     0.74%   104.35%
Oct 28 2013     1.68%   106.11%
Nov  4 2013     1.04%   107.21%
Nov 11 2013     0.77%   108.03%
Nov 18 2013     2.40%   110.63%
Nov 25 2013    -0.10%   110.53%
Dec  2 2013     0.59%   111.18%
Dec  9 2013    -0.66%   110.44%
Dec 16 2013     6.12%   117.20%
Dec 23 2013     0.37%   117.63%
Dec 30 2013    -2.46%   114.73%
Jan  6 2014    -1.84%   112.63%
Jan 13 2014     7.82%   121.44%
Jan 20 2014    -0.15%   121.26%
Jan 27 2014     2.12%   123.83%
Feb  3 2014     0.52%   124.47%
Feb 10 2014     0.62%   125.23%
Feb 17 2014     2.96%   128.94%
Feb 24 2014     0.42%   129.48%
Mar  3 2014    -0.71%   128.56%
Mar 10 2014    -0.14%   128.38%
Mar 17 2014     0.41%   128.91%
Mar 24 2014     0.80%   129.94%
Mar 31 2014     0.79%   130.97%
Apr  7 2014     1.35%   132.73%
Apr 14 2014     0.90%   133.93%
Apr 21 2014     1.01%   135.28%
Apr 28 2014     0.85%   136.43%
May  5 2014     0.56%   137.20%
May 12 2014     0.32%   137.63%
May 19 2014     1.05%   139.07%

May 25 2014     0.37%   139.59%

The last line is this week so far, and so is subject to change, since there's another hour and a bit three and a bit hours left of this week.

If you invested at the highest point before nakowa's big hit (Sep 16 2013) then you wouldn't have regained your losses until around Jan 13 2014.

Edit: and since whenever I show people this they ask "what about Doge-Dice?", here are the figures for Doge-Dice:

Quote
Dec 17 2013     0.00%   100.00%
Dec 23 2013    19.26%   119.26%
Dec 30 2013     4.38%   124.48%
Jan  6 2014     3.95%   129.40%
Jan 13 2014    -5.39%   122.43%
Jan 20 2014    11.58%   136.61%
Jan 27 2014    -1.42%   134.67%
Feb  3 2014     1.26%   136.36%
Feb 10 2014     3.67%   141.37%
Feb 17 2014     3.93%   146.93%
Feb 24 2014     0.53%   147.71%
Mar  3 2014     0.80%   148.89%
Mar 10 2014     3.51%   154.11%
Mar 17 2014     0.32%   154.61%
Mar 24 2014     0.53%   155.43%
Mar 31 2014     0.73%   156.57%
Apr  7 2014     2.02%   159.73%
Apr 14 2014     1.39%   161.94%
Apr 21 2014     1.80%   164.85%
Apr 28 2014     0.13%   165.07%
May  5 2014     1.14%   166.96%
May 12 2014     2.07%   170.42%
May 19 2014     3.42%   176.25%

May 25 2014     0.84%   177.74%

Much better returns, in a much shorter time.  I guess the kind of people who have dogecoins are more into gambling than investing...

Edit2: side-by-side comparison:

Quote
       just-dice.com
        -------------

Jun 20 2013     0.00%   100.00%
Jun 24 2013     2.53%   102.53%
Jul  1 2013    -0.49%   102.02%
Jul  8 2013     6.29%   108.44%
Jul 15 2013    -8.30%    99.44%
Jul 22 2013     2.55%   101.98%
Jul 29 2013     7.56%   109.69%
Aug  5 2013     1.69%   111.55%
Aug 12 2013     3.33%   115.26%
Aug 19 2013     1.88%   117.43%
Aug 26 2013     0.34%   117.83%
Sep  2 2013     0.59%   118.52%
Sep  9 2013     0.69%   119.35%
Sep 16 2013     0.50%   119.94%
Sep 23 2013   -14.26%   102.84%
Sep 30 2013   -12.66%    89.82%
Oct  7 2013     7.69%    96.73%
Oct 14 2013     7.09%   103.59%
Oct 21 2013     0.74%   104.35%
Oct 28 2013     1.68%   106.11%
Nov  4 2013     1.04%   107.21%
Nov 11 2013     0.77%   108.03%
Nov 18 2013     2.40%   110.63%
Nov 25 2013    -0.10%   110.53%                 doge-dice.com
Dec  2 2013     0.59%   111.18%                 -------------
Dec  9 2013    -0.66%   110.44%        
Dec 16 2013     6.12%   117.20%         Dec 17 2013     0.00%   100.00%
Dec 23 2013     0.37%   117.63%         Dec 23 2013    19.26%   119.26%
Dec 30 2013    -2.46%   114.73%         Dec 30 2013     4.38%   124.48%
Jan  6 2014    -1.84%   112.63%         Jan  6 2014     3.95%   129.40%
Jan 13 2014     7.82%   121.44%         Jan 13 2014    -5.39%   122.43%
Jan 20 2014    -0.15%   121.26%         Jan 20 2014    11.58%   136.61%
Jan 27 2014     2.12%   123.83%         Jan 27 2014    -1.42%   134.67%
Feb  3 2014     0.52%   124.47%         Feb  3 2014     1.26%   136.36%
Feb 10 2014     0.62%   125.23%         Feb 10 2014     3.67%   141.37%
Feb 17 2014     2.96%   128.94%         Feb 17 2014     3.93%   146.93%
Feb 24 2014     0.42%   129.48%         Feb 24 2014     0.53%   147.71%
Mar  3 2014    -0.71%   128.56%         Mar  3 2014     0.80%   148.89%
Mar 10 2014    -0.14%   128.38%         Mar 10 2014     3.51%   154.11%
Mar 17 2014     0.41%   128.91%         Mar 17 2014     0.32%   154.61%
Mar 24 2014     0.80%   129.94%         Mar 24 2014     0.53%   155.43%
Mar 31 2014     0.79%   130.97%         Mar 31 2014     0.73%   156.57%
Apr  7 2014     1.35%   132.73%         Apr  7 2014     2.02%   159.73%
Apr 14 2014     0.90%   133.93%         Apr 14 2014     1.39%   161.94%
Apr 21 2014     1.01%   135.28%         Apr 21 2014     1.80%   164.85%
Apr 28 2014     0.85%   136.43%         Apr 28 2014     0.13%   165.07%
May  5 2014     0.56%   137.20%         May  5 2014     1.14%   166.96%
May 12 2014     0.32%   137.63%         May 12 2014     2.07%   170.42%
May 19 2014     1.05%   139.07%         May 19 2014     3.42%   176.25%
                                                                      
May 25 2014     0.37%   139.59%         May 25 2014     0.84%   177.74%
6798  Economy / Scam Accusations / Re: His Most Eminent Highness Grand Caesar Imperator Goat owe me 3740.35 BTC on: May 25, 2014, 09:23:43 PM
It seems to be this thread is full of people arguing about a contact that nobody other than OP and Goat have read.

Isn't that a bit silly?  Why don't one of you post a copy of the final signed contract so we can at least see what both parties agreed to?
6799  Economy / Gambling / Re: EveryDice.com | 0.99% Edge - Instant Cashout - Invest - Referral - Mobile - Fair on: May 25, 2014, 07:26:39 PM
So you addressed the first part of my point. I stand corrected on that.

I agree with you on the rest of your point:

Quote
This bet "verification" ED is talking about sounds only like an attempt to find an reason not to pay. If someone lost money to ED and requested a "verification" of all the bets, how do you think that would have went down? Everyone would have accused them of just being butthurt over losing money and there would have been a whole lot of "well you knew the risks of gambling, yada yada..." What a ridiculous double standard. ED advertises "provably fair" so how is there a need for verification in a provably fair system? In the event of a site leak or whatever everyone is on about, that's the site owner's fault. You can't tell gamblers "you knew the risks of gambling, it's your loss for being bad at it" then not tell the site owner "you knew the risks of running a gambling website, it's your loss for being bad at it."

It's not my place to address that.  I run the biggest BTC dice site, Just-Dice.com;  I first came up with the idea of having visitors bankroll the site which everydice and many others have copied (and usually messed up), so when I saw you misunderstanding how that works I stepped in to explain it better.

As for regularly proving solvency, of course that's a good idea.  Any site that doesn't do it should be treated with suspicion.  It's easy to do, so why not do it?

Every Sunday Just-Dice publishes a list of investor balances, so you can check that your investment is included in the total, and we keep the coins in a well known address which we have signed with a message proving it is ours, so you can check that we really do have them all.
6800  Economy / Gambling / Re: EveryDice.com | 0.99% Edge - Instant Cashout - Invest - Referral - Mobile - Fair on: May 25, 2014, 05:24:06 PM
Did ED ever publish proof they held such reserves? Freezing 1Dice1 but allowing other people to redeem gave investors time to flee. Now there is certainly not enough to cover the losses.

I've seen these two addresses mentioned in the JD chat:

(70707) <Ruru> 1EDCWwzPzuT5v9hmxCwrW5hCDWFyGcdpeg and 1EDCWx4aJ5bT3ztma8wqT3CyTRbd9uSA8K

They seem to be "ED Cold Wallet" vanity addresses, and so probably are.

You don't seem to understand how the site is meant to work.

If there's 300 invested and a player wins 100, there's then 200 invested and 100 in the player's balance.  If the remaining investors pull out 180, there will be 20 invested and 100 in the player's balance.

You'll look at the site and say "the player is trying to withdraw 100 but there's only 20 in the bank, oh noes!" but that's a misunderstanding.  The site has the 100 still - as soon as the player won it, it was taken from the bankroll and put into the player's balance.  It was no longer available for the investors to divest.

So there *should* be enough to cover the losses, even if the invested amount goes to zero.

tldr: the site is supposed to have enough coins to cover the total invested PLUS the total in player balances
Pages: « 1 ... 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 [340] 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 ... 573 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!