Bitcoin Forum
June 24, 2024, 07:01: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 »
121  Economy / Service Announcements / Re: [ANN] Kraken Passes Cryptographically Verifiable Proof of Reserves Audit on: March 25, 2014, 08:51:48 PM
The point of the cryptography is not to make the audit easier for the auditor, it is to make a 3rd party auditor unnecessary. To make it that such that anybody can verify their balances and the availability of funds to cover them, continuously and without need of a 3rd party auditor. You should know that, Stefan.

The technology to do this has been described, even constructions which don't involve public revelation of total holdings (just the boolean yes/no answer to the solvency test). We as a community should be demanding this level of audit-ability from the services that we use, and refusing to use services which do not provide this level of accountability (as well as working towards decentralized, trustless solutions so we no longer need these solutions in the first place).
122  Economy / Service Announcements / Re: [ANN] Kraken Passes Cryptographically Verifiable Proof of Reserves Audit on: March 24, 2014, 11:46:53 PM
Please be aware that this is absolutely no different than a centralized audit. There are no cryptographic assurances at work here...
123  Bitcoin / Bitcoin Discussion / Re: Just Made a Payment with the New Fees on: March 24, 2014, 10:39:13 PM
Yes you should stop telling people it's free. It's not free and never has been and never will be.
124  Bitcoin / Development & Technical Discussion / Re: Is this 16-of-16 multisig tx redeemable under current bitcoin implementation? on: March 24, 2014, 10:32:07 PM
uminatsu, push it to Eligius.

mustyoshi, you shouldn't get banned for relaying non-standard transactions. If you are, that's a bug.
125  Bitcoin / Development & Technical Discussion / Re: Are transactions too slow? on: March 24, 2014, 12:59:52 AM
Paying right tx fee just guarantee that's it will be in the next block (sometimes not enough thought, eg: the minimal of 0.0001)
That is never guaranteed.
126  Bitcoin / Development & Technical Discussion / Re: MinCen: Consensus in 5 seconds in a p2p cryptocurrency (preliminary paper) on: March 21, 2014, 09:05:36 PM
This is similar to the concept of federated servers in Open-Transactions, right? It also bears some resemblance to the private accounting servers Jorge Timon and myself are working on within Freimarkets.
127  Bitcoin / Development & Technical Discussion / Re: The High-Value-Hash Highway on: March 17, 2014, 07:53:16 PM
As a slight reformulation of this basic idea, you can also build a skip list data structure by committing to back links in the current block, and then selecting links whose distance back is less than the apparent work of the block once you've solved it. This allows you to construct compact SPV proofs with an accurate summary of the cumulative work that went into the actual blocks, but in a non-interactive way and without having to reveal more than log N block headers (where N is the length of the chain being proven). This was recently written up in a little more detail on the mailing list:

http://sourceforge.net/p/bitcoin/mailman/message/32111357/
128  Bitcoin / Development & Technical Discussion / Re: A rolling root to solve Bitcoin's scalability problem? on: March 14, 2014, 05:15:00 PM
When DeathAndTaxes says there's no such thing as a bitcoin balance, he's not making a philosophical point. He's saying that full nodes do not have balances, or the information necessary to efficiently calculate them in their working memory. Adding capabilities based on balances would require either adding this information to the working set (thereby increasing resource usage for all full nodes), or switching to using balances only which has drastic implications for bitcoin in terms of its low-level functionality. It would be a hard-fork that breaks all infrastructure out there for dubious benefit.
129  Bitcoin / Development & Technical Discussion / Re: A rolling root to solve Bitcoin's scalability problem? on: March 06, 2014, 04:03:08 PM
People insist on retaining a full copy of blockchain locally, supposedly for the purpose of protecting the interest of every Bitcoin user, nevertheless, if the anonymization of coins through Coinjoin/CoinSwap/Stealth payment...becomes widespread in the future, those who participate in such txs will have absolutely no interest in you keeping a record of them and couldn't appreciate you more for pruning them.

Those anonymizing techniques are interesting specifically because the records of transfer are not kept on-chain.
130  Bitcoin / Bitcoin Discussion / Re: Bitcoin Security Standards Audit [BSSA] on: March 06, 2014, 12:09:05 AM
request a certified return -- essentially a sword statement as to the truth of the facts

You still have to "trust" the person who made the sworn statement.   Do you trust an entity setup whose purpose is to defraud you by making false sworn statements?

You can't have a system interact with fiat without some degree of trust. That's just the nature of the game. You can, however, reduce the necessary trust down to something very basic, e.g. a sworn statement from a prestigious bank that has much more to lose from lying. If that doesn't satsify you, it should more than do to satisfy Lloyd's of London or some other insurance company which will happily insure those deposits against a bank theft.
131  Bitcoin / Bitcoin Discussion / Re: Bitcoin Security Standards Audit [BSSA] on: March 05, 2014, 09:40:24 PM
Ask the bank.
132  Bitcoin / Bitcoin Discussion / Re: Bitcoin Security Standards Audit [BSSA] on: March 05, 2014, 08:58:20 PM
The difference is your talking about auditing solvency which is a good thing, but this forum thread is about auditing systems security which is another matter altogether.

You don't need host security if there is nothing to be kept secure - no client funds on the server, no personal data. With a fully trustless exchange you don't trust the server with *anything*, so why care at all of it is secure?
133  Bitcoin / Development & Technical Discussion / Re: Ultimate blockchain compression w/ trust-free lite nodes on: March 05, 2014, 08:55:57 PM
Because I don't assign BIP numbers. There's a process to getting a BIP number assigned, which I am still working towards.
134  Bitcoin / Development & Technical Discussion / Re: A rolling root to solve Bitcoin's scalability problem? on: March 05, 2014, 08:54:39 PM
Unless I'm misunderstanding you, I think I addressed that in an earlier reply:

I thought this was obvious, but perhaps not:

New nodes could ask others for the current root then. If nodes lie about it, there are one of two possible scenarios:

- They give a root that is too old. This can be mitigated by asking multiple nodes and picking the majority answer, combined with simply downloading the rest of the blockchain. If it got unlucky and the majority lied, it will eventually catch up and discard the outdated root on its own anyway because of the rolling window that's hard coded.

Downloading the rest of the block chain requires someone storing the entire block chain, no? You can't download something which everyone has deleted.

But besides that you have an even bigger problem: it costs me, or any network attacker approximately nothing to make sure that every single node you connect to is a compromised node I control. This is the problem which bitcoin seeks to solve! And the answer which Satoshi came up with, and the only answer which we have at this time is to validate the entire chain from start to finish and trust the longest valid fork.

- They give a root that's too young. This can be mitigated, again, by asking multiple nodes. If it also gets unlucky with its chosen majority, it should be able to figure this out because it's assumed that not all nodes are evil, and it will eventually stumble across a trustworthy one, which would make it have a longer blockchain than the ones that the lying nodes gave it, and it would automatically adopt that one.

This is an invalid assumption. Your ISP could simply block packets from honest nodes, for example.
135  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Freicoin: demurrage crypto-currency from the Occupy movement (crowdfund) on: March 05, 2014, 06:19:30 PM
We would rather not distribute at all and let the coins disappear through demurrage, than do so in a rushed, unfair, centralized method. If we destroyed the private keys to the foundation funds, the coins would still enter circulation at around the same rate as bitcoin.
136  Bitcoin / Development & Technical Discussion / Re: When will nodes forward doublespends based on fee? on: March 05, 2014, 06:14:20 PM
If you peer with the merchant and miner directly, but the merchant and miner themselves are not peered, then it is relatively easy to perform a double-spend: as soon as the merchant's transaction hits the network, you send the double-spend to the miner. The merchant will not find out until it is confirmed because he already sent the first transaction to his peers, and so his peers will not relay the double-spend.

And @grau is spot on. It's the miner's freedom to mine whatever transactions they feel like, and they have no moral responsibility to include one over the other (especially because without additional information they can't tell which one is "correct"). If you are making any assumptions about how double-spends are relayed, or which transactions miners will include in blocks, you are in the wrong.
137  Bitcoin / Project Development / Re: [Crowdfund] User-issued assets, p2p exchange, off-chain transactions, and more on: March 05, 2014, 04:33:35 PM
Correct, but now that there are free and fair p2p issued currency anyone issuing a new one would be trying to collect a rent - forcing everyone to switch over to a currency which benefits you when free and fair alternatives exist.
138  Bitcoin / Development & Technical Discussion / Re: When will nodes forward doublespends based on fee? on: March 05, 2014, 09:48:19 AM
It was double-spends / rerolls against BetCoin.

"ghash.io betcoin" in google should get you some results.
139  Bitcoin / Development & Technical Discussion / Re: When will nodes forward doublespends based on fee? on: March 05, 2014, 09:40:56 AM
EDIT: do you know of any mining pools that control a significant fraction of global hash power that current accept out-of-band knowingly-fraudulent transactions?

Ghash.io has been caught with their hand in the cookie jar. Other cloud mining operations that are coming online soon have the capability to do this with limited risk to themselves. A further 15% of the network is not identifiable and therefore would be able to do this with plausible deniability.

"Knowingly fraudulent" is not a phrase I would use. There is no way for 3rd parties to know with certainty which transaction came first, and therefore which one is the fraud. It's the nature of the bitcoin consensus system.
140  Bitcoin / Bitcoin Discussion / Re: Bitcoin Security Standards Audit [BSSA] on: March 05, 2014, 09:24:43 AM
From your reddit posting;

Users deposit bitcoins and other crypto assets by means of an audited gateway or pegging mechanism.

It seems your plan requires auditing too.

There's a substantial difference between some fallible humans giving a "trust us, it's secure!" stamp of approval (what the OP is asking for), and a cryptographic receipt that can be automatically checked by your client to provide up-to-the-minute assurances of solvency (what I'm talking about in the reddit thread).
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!