Bitcoin Forum
May 24, 2024, 02:51:51 PM *
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 »
421  Bitcoin / Development & Technical Discussion / Re: Proposal: Base58 encoded HD Wallet master seed with optional encryption on: September 11, 2013, 05:29:20 PM
Has there been no interest from wallet implementers in a possible span parameter: e.g. "this key has addresses assigned out to position X?"
For sure. I am hoping for this evolving more into a description of the wallet, not just the master key seed. Master key birth is the first step.
The next would be topology of the tree (again with births) from this root and highest address used on the leafs.
422  Bitcoin / Development & Technical Discussion / Re: Proposal: Base58 encoded HD Wallet master seed with optional encryption on: September 11, 2013, 08:24:59 AM
Hm. Why are such weak KDFs supported?  Considering that you can now obtain specialized crackers for bc.i wallets that do ~10m passwords per second on a gpu, I'm a little more concerned about the systemic risk of weak KDFs than I was before.
Scrypt on typical Android mobile is hardly able to run with more than 2^14/8/8

Since key birth is added, this became an interesting BIP. I consider supporting it as master backup format for the BeBop wallet.
423  Bitcoin / Development & Technical Discussion / Re: For fun: the lowest block hash yet on: September 09, 2013, 04:14:42 PM
The nonce is only 32 bits; could there come a day with the difficulty is high enough that no nonce works?
This was solved at least a year ago. The nonce is exhausted in sub-second at a miner working faster than 4 GH/s, but one can step the create time of the block and also alter the block by including new transactions. Actually having a small nonce incentives including new transactions to alter the hash.
424  Bitcoin / Development & Technical Discussion / Re: For fun: the lowest block hash yet on: September 09, 2013, 02:18:18 PM
I fully realize trailing 0's are no more interesting than any other arbitrary sequence but Satoshi started it with his leading 0's.  Why not leading 1's?  Why not a leading sequence of 3.1415926535...?  No, the cat is out of the bag.
Mining blocks is not about constructing a block hash with leading zeros, but a hash numerically less than a target number.
Leading zeros in the hash are just the consequence of that target being less and less with increasing difficulty.
Difficulty is the ratio of initial/current target.
425  Bitcoin / Development & Technical Discussion / Re: For fun: the lowest block hash yet on: September 09, 2013, 05:48:32 AM
If you have a solid hash function (which SHA256 is) and you come across a collision, then either:

(1) SHA256 is broken
(2) You hashed two things that were identical

End of story.  
Not doubting this, just curious what the actual math is convincing you that SHA256 is solid. Do you have a pointer?
426  Bitcoin / Development & Technical Discussion / Re: Checking balance of another address from daemon? on: September 08, 2013, 05:07:44 PM
Is a cake using BOP API. You might even register a listener for the address.
427  Bitcoin / Development & Technical Discussion / Re: BIP0032 HD Wallet private key derivation incorrect? on: September 08, 2013, 04:39:45 PM
Quote
I wrote one of the Java implementations that is also listed on the BIP page. If this is the one you refer to, then please elaborate on the bugs.
I just finished a more detailed look at the code.  There were only two bugs, both pedantic in nature.  The rest of the code looks fine to me.
Thanks for the audit. Since the "rest of the code" does the work in practically all cases, I think it is fine.
I will add an exception checking the max depth and 0.
428  Bitcoin / Development & Technical Discussion / Re: BIP0032 HD Wallet private key derivation incorrect? on: September 06, 2013, 11:05:19 AM
I would, however, argue for better reference implementations (code is gospel).  I found the Python one rather confusing.  The Java one isn't bad, but it suffered from a few bugs at first glance.

I wrote one of the Java implementations that is also listed on the BIP page. If this is the one you refer to, then please elaborate on the bugs.
429  Bitcoin / Development & Technical Discussion / Re: Exchange development ! on: September 04, 2013, 02:57:41 AM
BOP has several projects running of this type. Drop me a note please: sales@bitsofproof.com
430  Bitcoin / Development & Technical Discussion / Re: CoinJoin: Bitcoin privacy for the real world (someday!) on: August 29, 2013, 02:48:26 PM
Uh. Does someone have a bug to report for a tool from this thread?  (If you want you can report to me in pgp email anonymously.)
More likely someone had the wrong assumption on the value of a referred output.

These errors would be avoided by implementing SIGHASH_WITHINPUTVALUE https://bitcointalk.org/index.php?topic=181734.0

How many people need to burn themselves until we add this? Remembers me the history of introducing wallet encryption.


431  Bitcoin / Bitcoin Discussion / Re: [ANNOUNCE] Android key rotation on: August 22, 2013, 06:32:03 PM
If the generator is broken no operator will make it better. Feed a shifted pattern to | and see an other sort of disaster.
Agreed, but it's still important to prefer an operator that won't make it worse over one that will.
do not get your point. xor is not worse than or since none of them add any value in this context.
432  Bitcoin / Bitcoin Discussion / Re: On a panel with MasterCard and Visa on: August 22, 2013, 06:03:27 PM
Thanks a lot for the great input, I summarize just the points that remember me to the details.

pro Bitcoin
  • lower costs for customer and merchant
  • independent proof of payment
  • infrastructure suitable for interbank settlement
  • separates technology and dispute resolution
  • auditable transaction record for ever
  • assurance contracts
  • complementary use (donations, kids, oversees remittance)
  • be your own bank

against Credit Cards

  • chance of identity theft
  • chargebacks for merchants
  • third party in the transaction
  • geopolitical restrictions
  • was not meant for the internet, card not present transactions were not intended
  • fraud


Do you have a link to what "al-Qaeda learns carding" refers to?

Other useful links like below I collected from earlier forum posts?
http://www.pcpro.co.uk/news/383680/instagram-likes-worth-more-than-stolen-credit-cards

http://www.fortmilltimes.com/2013/08/19/2898687/global-credit-debit-and-prepaid.html
433  Bitcoin / Bitcoin Discussion / On a panel with MasterCard and Visa on: August 22, 2013, 08:53:03 AM
I am invited to join a panel discussion with local managing directors of MasterCard and Visa at a high profile Finance IT forum on 19. September.

Please feed me any arguments and facts with links you think would be helpful to make Bitcoin shine in comparison. Thanks in advance.
434  Bitcoin / Bitcoin Discussion / Re: [ANNOUNCE] Android key rotation on: August 22, 2013, 08:48:32 AM
I was referring to seeded random generators f(xor(A,B)) versus f(A|B). With an ideal function, it shouldn't matter. With a broken one, it might matter.
With a broken one, you're much better off with f(A|B) than f(xor(A,B)). If A and B have too many bits in common, the xor is a disaster.
If the generator is broken no operator will make it better. Feed a shifted pattern to | and see an other sort of disaster.
435  Bitcoin / Development & Technical Discussion / Re: ANN: Announcing code availability of the bitsofproof supernode on: August 20, 2013, 12:46:16 PM
as of 1.2 the relational schema is no longer part of the community version, but moved to the audit server.
436  Bitcoin / Bitcoin Discussion / German Ministry of Finance: Bitcoin is a currency, is suitable for Bills. on: August 17, 2013, 09:47:39 AM
Germans take it easy. No need for extra regulation since it is just an other currency.


http://www.faz.net/aktuell/finanzen/devisen-rohstoffe/digitale-waehrung-deutschland-erkennt-bitcoins-als-privates-geld-an-12535059.html
437  Bitcoin / Development & Technical Discussion / Re: Bad signatures leading to 55.82152538 BTC theft (so far) on: August 16, 2013, 04:24:20 PM
I'm very skeptical when people claim Bitcoin will bring about a massive social revolution, or that governments can't control it. Satoshi explicitly disavowed such a claim and I agree with him.
Yes, Bitcoin merely redistributes some riches from those who got lazy and trust their lobby to those who are innovative and trust their math.

The US Government can terminate Bitcoin globally, if it so chooses, which is why extensive lobbying is so essential. It really lives or dies at the whims of some congressmen.
I doubt they could achieve more than a few years of setback. I trust that there are congressmen who recognize, that this is a chance of redistributing on Wall Street, and would love to see that happen.

If that's their grand plan to undermine crypto, then they suck at it.
Cheesy Hope you are right.
438  Bitcoin / Development & Technical Discussion / Re: Bad signatures leading to 55.82152538 BTC theft (so far) on: August 16, 2013, 02:32:25 PM
It is known that the NSA employs a lot of bright guys, who certainly not only work on breaking code but also on how to prevent strong code in the first place.
A subtly but still seriously flawed PRNG planted into major operating systems could be a masterpiece of their effort.

It does not need complacency of Google to happen, just brilliance and social engineering on the other side.
439  Bitcoin / Development & Technical Discussion / Re: Bad signatures leading to 55.82152538 BTC theft (so far) on: August 16, 2013, 02:04:55 PM
Suffice it to say the failure was subtle. It isn't something easily found via code inspection.
Sounds like a sophisticated backdoor.

The NSA doesn't need to engage in monkey tricks anyway, they can just go pressure the providers that most people use or hack the endpoints and circumvent encryption entirely.
This is the first time you do not embrace encryption as a solution for a problem.
440  Bitcoin / Development & Technical Discussion / Re: Bad signatures leading to 55.82152538 BTC theft (so far) on: August 16, 2013, 11:16:36 AM
And wouldn't that expose data encrypted by other apps to similar security issues?
No. The issue has nothing to do with exposing encrypted data but with signatures exposing private keys.

In contrary, this is a much bigger issue.

The Android PRNG must be extremely weak (say a joke) that this surfaced in the insignificant number of keys android wallets repeatedly used.

Encryption software usually use a key generated with PRNG, so do secure communication protocols. Pass phrases and asymmetric algorithms often only encrypt that pseudo random key. It is the pseudo random key that is really the secret, and is protecting the data.
Knowing the weakness of the PRNG makes brute forcing of encryption feasible since key space in question is reduced to a joke.

Therefore yes, a lot of encrypted data and communication (that was recorded in the past) is potentially affected by this "bug".
We will never know if it was gross negligence or NSA compliant engineering at work.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!