Bitcoin Forum
May 25, 2024, 12:00:55 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 »
61  Bitcoin / Press / 2014-01-19 E.T. -Bitcoin Is Poised to Shake the World: Are You Paying Attention? on: January 20, 2014, 12:21:14 AM
http://www.theepochtimes.com/n3/458540-bitcoin-is-poised-to-shake-the-world-are-you-paying-attention/

Quote
If you thought technology was already disruptive enough, here’s the news. We’re just getting started...

Insightful article. Good to see that some journalists are finally starting to look beyond the hype and think about the impact bitcoin could have.  
62  Bitcoin / Press / 2014-01-17 Venture Beat - How ... could catalyze a new digital civilization on: January 18, 2014, 03:09:42 PM
http://venturebeat.com/2014/01/17/iamsatoshi-how-an-alliance-of-bitcoin-traders-could-catalyze-a-new-digital-civilization/

A thought provoking article on the long term implications of bitcoin - proposing an active, global alliance to promote worldwide adoption.
63  Bitcoin / Press / Re: [2014-01-13] Bitcoin bubble won't last without Beijing's approval on: January 13, 2014, 01:50:05 PM
http://www.scmp.com/comment/insight-opinion/article/1404497/bitcoin-bubble-wont-last-without-beijings-approval

Quote
Bitcoin is a bubble that foreigners cooked up and, by all appearances, is designed to rob the credulous Chinese masses. When the bubble bursts, the Chinese government won't be able to arrest these foreigners and get the money back. The bubble is not under Chinese government control. Hence, it cannot be tolerated.

There's Chinese propaganda in this one, but I think it's important to read.

Anything published by the SCMP and other Chinese press should be recognized as the govt sanctioned propaganda it likely is.

Remember China is a country where the govt is not accountable to anyone except itself - a country where prison (i.e. slave) labor is commonplace and protesters are met with bullets, labor camps an sometimes even tanks. Citizens are permitted to live under the illusion of an open, capitalist society when in actual fact they are mere pawns under a malevolent, totalitarian, communist regime.

Worth considering before buying any more cheap plastic trinkets that say "Made in China"

Quote
Bitcoin bubble won't last without Beijing's approval

Yeah, sure!
64  Bitcoin / Development & Technical Discussion / Re: NFC bitcoin transceivers on: December 30, 2013, 09:01:53 AM
Interesting question.
Existing NFC POS applications (Visa, Google Wallet, etc) tend to use conventional online POS terminals and do not require the customer to be online.

Sounds like you're suggesting the reverse scenario, where the merchant (recipient/payee) would be completely offline, yet be able to verify a transaction? It's difficult to see how that could be done without it being an entirely trust-based exchange - you'd be relying on the payor (customer) to communicate to you somehow (via NFC) that a tx was broadcast to the network, or alternatively pass you a private key that you'd have to trust was worth what the customer claimed. Not sure what you had in mind...

Yes I see your point.  I am also glad that I think you understand my goal is to let merchants accept payments offline all day. Let's try to get there, because I think merchants would like something like this, who run simple stores without connections to the web or computers at all.

The burden of connecting to the bitcoin network is on the payer. What if we suppose the payer has a piece of software that is compatible with the passive offline payee's hardware insomuch as it transmits some sort of proof that a real time blockchain inquiry was made that shows the TX.

It could be the case that if payer 1 lies, their transmission will not be congruent with (previous or subsequent) payers'

Something like that could work - as long as the customer is running your code and you could be reasonably certain that verification isn't easily spoofed. Keep in mind that NFC is a (very) limited bandwith connection, typical NFC messages are well below 1kB, usually just a few 100 bytes or even less.
65  Bitcoin / Development & Technical Discussion / Re: NFC bitcoin transceivers on: December 30, 2013, 08:10:08 AM
Interesting question.
Existing NFC POS applications (Visa, Google Wallet, etc) tend to use conventional online POS terminals and do not require the customer to be online.

Sounds like you're suggesting the reverse scenario, where the merchant (recipient/payee) would be completely offline, yet be able to verify a transaction? It's difficult to see how that could be done without it being an entirely trust-based exchange - you'd be relying on the payor (customer) to communicate to you somehow (via NFC) that a tx was broadcast to the network, or alternatively pass you a private key that you'd have to trust was worth what the customer claimed. Not sure what you had in mind...
66  Bitcoin / Project Development / Re: NFC Bitcoin applications on: December 30, 2013, 07:40:00 AM
NFC is already used for Visa/MC/Eurocard payments, at least to some extent, pretty much everywhere except the US.

OpenCXP is a cryptocurrency POS spec proposal based largely on the NFC (NDEF) standards. It's still in RFC (req for comment) stage but the draft whitepaper is available for review at www.opencxp.org for anyone to read and submit comments before an official release in Jan.



 

67  Bitcoin / Development & Technical Discussion / Re: Proposal: Base58 encoded HD Wallet root key with optional encryption on: December 23, 2013, 12:59:12 AM
Well, I certainly intend it to replace BIP38.  BIP38 was dropped onto the wiki without any public review or discussion and contains a number of unfortunate shortcomings which are corrected here.

The WRT third party generation, I think this proposal does accommodate that in a not-quite 1:1 manner... in that you can send someone off your encrypted key to transcribe.  Though even if it doesn't thats just a single use case— the fact that BIP38 can only accommodate a single address is a reason something should replace it even for that use case. Though I'm not sure how common that usecase will be in the future considering recent regulatory activity.

Regardless of how it found its way to the wiki (over a year ago), BIP38 has already become the defacto standard for single key encryption for off-line storage, possibly since there wasn't really anything else out there. Many (most?) paper wallets now support it, along with at least one major wallet (Blockchain).

To be sure it may have a few shortcomings like fixed scrypt parameters, but its actually pretty versatile and cryptographically sound for its intended use: Encrypting single private keys and third-party key generation - it appears that it was never really intended to create/backup deterministic wallets, so these aren't necessarily shortcomings anyway, since the standards probably don't have much overlap for most use cases.

68  Bitcoin / Development & Technical Discussion / Re: Fastest way to execute a transaction? on: December 21, 2013, 04:12:30 PM
You can use the blockchain wallet api:

Quote
https://blockchain.info/merchant/$private_key/payment?to=$address&amount=$amount


Great feature. BIP38 decode support would be a very useful addition to the merchant API too - most POS terminal hardware is painfully slow at scrypt. Since BIP38 support has now been added to the Android app can we expect to see it anytime soon for the merchant API?
69  Bitcoin / Development & Technical Discussion / Re: Security comparison between Bitcoin-QT and BIP38 on: December 19, 2013, 05:54:59 PM
If you had to put your wallet out in the open, which is more secure?

1. Encrypt your wallet.dat using bitcoin-qt using a 30 character password
2. Encrypt your private key using BIP38 with the same password from point no. 1

Thanks,

In terms of brute-force resistance (dictionary attack etc.) BIP38 should be marginally more secure since each attempt would typically take longer than the BitcoinQT target difficulty of 100ms - mainly due to the Scrypt parameters used for BIP38.
70  Bitcoin / Press / Re: 2013-12-19 Keiser Report 538 : Bill Still, Bitcoin, Litecoin and Quark on: December 19, 2013, 05:07:11 PM
I don't get why he pumps Quark.

It certainly destroys any credibility that he may or may not have had.

+1
His guest (Bill Still) admits not really knowing anything at all about the technical aspects of Quarkcoin - but still pumps it as somehow being more secure than bitcoin?

QRK seems to be fundamentally no different from other pre-mined scamcoins - or is there some reason it's "better" (other than Still's security FUD)?

71  Bitcoin / Bitcoin Discussion / Re: CEO of BTC China speaking to CNBC on: December 19, 2013, 03:58:16 PM
So, in other words: "learn to english" or stfu? Roll Eyes
72  Bitcoin / Bitcoin Discussion / Re: CEO of BTC China speaking to CNBC on: December 18, 2013, 09:09:48 PM
It really annoys me when people start all their sentences with "So...". In English you BARELY EVER start a sentence with "So..." and it's even rarer to use it to answer a direct question. I mean WTF? I thought this was a quick fad but it's been going on long enough and we have to put a stop to it. I'm starting a committee or something. It drives me fucking nuts. Learn to English.

Yes, we must all being to "learn to english"  Smiley
73  Bitcoin / Press / Re: 2013-12-18 BTCChina closed bank deposit as a way to deposit Chinese Yuan. on: December 18, 2013, 08:56:04 PM
Bitcoin has shown itself to be a very effective way to circumvent chinese capital controls, explaining the sudden heavy handed attempt to shut it down.

It may go off the radar there (like many other things) but it definitely won't be going away.
74  Bitcoin / Development & Technical Discussion / Re: Fastest way to execute a transaction? on: December 18, 2013, 07:27:01 PM
You'll still need access to the blockchain, either directly (to a local node) or using a remote API like blockchain.info etc.

A private key will allow you to sign the tx inputs, but you'll still need to get those specific outputs from the blockchain to use as inputs in the transaction you are planning to create and transmit. This can be done quite quickly (milliseconds): For example even the Blockchain Android/IOS app creates tx's using the remote API to the blockchain very quickly (a few seconds).

75  Bitcoin / Project Development / Re: IMHO one major problem of BTC and how to fix it on: December 18, 2013, 04:28:44 PM
You probably never tried a smartphone wallet-to-wallet transaction. It's pretty straightforward, no fiddling involved (given connectivity, I always have problems with that Roll Eyes). No waiting for confirmations needed, that's a common misconception.
The sentence "there's just no way it will be adopted" is plain ignorant.
It already is adopted by a growing number of merchants.

I am unsure wether merchants will sooner or later start using specialized hardware for it (I'd expect specialized POS-hardware for connectivity to legacy cash registers etc.), but rest assured, clients will just use their smartphones.

The reason is simple, they already have that.
Easy to setup, easy to use, easy to build an infrastructure.
And it's safe and convenient enough.

The idea of a specialized Bitcoin card, specialized hardware like the trezor etc. has been around for years. For some use cases, there's some merit to these ideas. Not for brick-and-mortar point of sales, though.

Actually my views on this come from having been both a participant and observer to many in-person retail transactions using the Blockchain app, etc. And yes, there's plenty of both fidgeting and waiting for tx's (compared to a tap-and-pay NFC, swipe or even chip-and-pin transaction).

Please note that I was explicitly referring to mainstream retailers (i.e. large, major retailers like grocery, dept. store, etc) - not small cafe's, shops etc. of which a (very small) percentage are already are adopting btc. These are usually single-location retailers with bitcoin-enthusiast owners/managers willing to sacrifice efficiency just for the novelty of accepting btc.

I'll stand by my "ignorant" statement that mainstream retailers will never adopt bitcoin payments in their current form - it will need to become much more streamlined. OpenCXP is a decentralized, non-commercial proposal that addresses these concerns (and can still use smartphones, without requiring them).

76  Bitcoin / Project Development / Re: IMHO one major problem of BTC and how to fix it on: December 18, 2013, 03:36:56 PM
Anyone who has paid by smartphone at retail will recognize that it's not really ready for primetime. It's pretty surprising that retailers are using it at all considering how inefficient and time consuming it is compared to other payment methods.

Any solution that requires fidgeting with phone apps, internet connectivity, waiting for confirmations etc. is a non-starter for any mainstream retail environment. There's just no way it will be adopted until a workable alternative similar to existing payment methods comes along.
77  Bitcoin / Project Development / Re: I am going to lobby UK High St. retailers on: December 18, 2013, 07:51:54 AM
Thanks great points, keep them coming. Regarding the ease of use at PoS, I can foresee a time when bitcoins get loaded onto some kind of "card" or device, or even your NFC phone and you can use the hardware device in the same way as contactless debit cards now. Maybe in one or two years?

Existing POS solutions are really not too workable for major high-volume retailers like these. They're very unlikely to adopt a solution that is cumbersome and involves people fidgeting with phone apps and waiting for confirmations.

There is a solution soon to be released which is almost exactly what you describe (including NFC): OpenCXP (http://www.opencxp.org).
Presently it's in pre-release RFC (request for comment) stage, the official release should be coming before year end.
78  Bitcoin / Project Development / Re: IMHO one major problem of BTC and how to fix it on: December 18, 2013, 06:52:11 AM
OpenCXP is very close to what you've described: http://www.OpenCXP.org

Currently in pre-release RFC stage (request for comment) but the official white paper should be released soon.
79  Bitcoin / Project Development / Re: I hate Coinbase - What would it take to clone it? #opensource/#crowdsource on: December 18, 2013, 06:14:32 AM
Don't underestimate the difficulty in replicating Coinbase, coding a site and back-end is the easy part. With the number of users they're signing up each month accelerating like it is, it's actually surprising that there's any possibility of individualized support at all. These are just growing pains - they're eclipsing every other service out there by orders of magnitude in terms of user base.

Anyone who remembers the Paypal launch has seen this movie before. They'll undoubtedly sort out most of their issues soon, but there's no question they've already captured the first-mover position - just like Paypal, Ebay, Amazon, Quicken etc etc have in their respective niches. Lots of copy-cats have all fallen by the wayside in each of those categories over the years.

If you don't run into problems with verification or have API coding issues (i.e. if you're just a typical user with a linked bank account) Coinbase is actually an amazingly easy, inexpensive and secure way to buy, keep and sell bitcoin.
80  Bitcoin / Press / Re: 2013-12-16 Zero Hedge - J P Morgan' s Bitcoin-like patent rejected 175 times on: December 18, 2013, 04:29:14 AM
Rejected patent claims can often be quite useful as well in establishing prior art and/or non-patentability (i.e. to preclude anyone else from making identical patent claims at a later date)
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!