HN user

BrokenPipe

265 karma

[ my public key: https://keybase.io/lawrence; my proof: https://keybase.io/lawrence/sigs/VpfhKTZypWSqMeyEBKy8wxcGGoXSdiAARwOsqtt0eFE ]

Posts9
Comments176
View on HN

You got that backwards, one of the two, Mike, suggested to that they should spend some time working on payment channel and improvements like lightning and since they though it was a good idea they did.

Blockstream has to benefit from blocks as large as possible without losing decentralisation and security properties, like everyone else.

Italia Startup Visa 12 years ago

I agree with your friend. Avoid Italy.

There's no good reason to open in Italy, especially when in EU you can open in many other places which are much cheaper and easier to deal with.

To answer to your question, I think your points have already been raised and while I may even share them BIP70 is by default using SSL and X.509 and it seems natural to use it for extensions too.

Other than that, instant confirmation is also done via our own API (which is via wss, ssl) and there is no reason as to why it couldn't be done with ECDSA instead, issue as usual is key management.

You think arbitrage&liquidity between exchanges via instant confirmation is not well suited for exchanges?

Not really, the payment protocol gives you back the full transaction that can be checked by the merchant.

The 'instant' comes from trusting a third party that temporarily controls enough keys to block the funds before they can get double spent but long enough that the tx can be confirmed.

I got distracted, sorry

I think fees will get cheaper as times goes by and the bitcoin network and market matures but it is very hard to say right now with the current transaction size limitations.

Bitcoin is still in early development and very niche, so far the incentives have been working well enough but once the block rewards halves is yet to be seen if fees will be competitive enough and whether the price for them will go up. We also have to hope that the block size and the network capacity can grow fast enough to support its own weight.

In general I think that as more players come in the industry the fees of exchanges, atms, debit cards etc will decrease.

I wish some core developer could also contribute to answer your question and provide more insight than i can offer.

An ATM bitcoin to cash manufacturer is testing the functionality right now and another one is planning to integrate it when they implement the payment protocol.

There's also other users that can check either inside the GreenAddress wallet or at https://greenaddress.it/instant

it's called GreenAddress because when I thought about the concept, end of 2012 beginning of 2013 it wasn't yet associated with the bad reputation or MtGox double spends and I felt anyhow that it could be improved (which I think we did).

The modus operandi of the platform is different from the original GreenAddress concept as the instant confirmation comes out of band and is based on multisignature allowing the system to prevent users double spends.

However, like the original GreenAddress concept, it is based on third party trust, there is no magic bullet.

Hello:)

Author of the BIP draft for the Instant Confirmation Payment Protocol aka BIP70 extension and founder of GreenAddress.

You can find the draft here https://github.com/greenaddress/bips/blob/bip-payment-reques...

Bitcoin dev mailing list discussion http://comments.gmane.org/gmane.comp.bitcoin.devel/5628

Reddit discussion http://www.reddit.com/r/Bitcoin/comments/284me8/instant_conf...

The aim of this extension is to reduce risk by allowing, via a third party, instant confirmation of bitcoin transactions.

Questions, comments and in general any feedback is very welcome!

Cheers! Lawrence

Hello :) author of the proposal here, if you have any question or comment feel free to ask!

Users that trust https://GreenAddress.it can check the instant confirmation inside their wallet (on a UI 'badge' similar to the N confirmations or unconfirmed).

While some platforms are interested in the instant confirmation some will take longer or won't.

For this reason and for external wallet users you can still manually check if a specific transaction is instant via https://greenaddress.it/instant provided that you are the recipient of the transaction and can prove it - and of course that you trust GreenAddress to not allow users to double spend.

The external instant confirmation link does not work for multisig or P2SH external addresses yet.

Link to the reddit discussion http://www.reddit.com/r/Bitcoin/comments/284me8/instant_conf...

Cheers!

Lawrence

disclaimer, I'm the founder of GreenAddress ;)

2of2 with time locked transactions means you can prevent double spend and thus allow instant confirmation.

the android app doesn't update by default and the chrome app doesn't update if installed from github but otherwise you are right although the web client remains useful for watch only mode (no keys) or for small amount

these two local and open source wallet clients also verify data before signing against the electrum network.

we are also working on our api, plugins for popular open source wallets (including hardware) and a full Java desktop client using bitcoinj.

we also worked hard to make all user transactions non correlatable to users or us (instant confirmation is out of band) and are working on a bunch of interesting things on top of it

1)The chrome app can be run from the GitHub repo as far as I know.

We are also trying to sponsor an Electrum plugin and our android app will soon work similar to the Chrome app (at the moment it uses appcache and it doesn't do the independent blockchain data verification via the electrum network.)

We are also working with hardware wallet manufacturers.

2) see (1)

3) We will update our website information to make the user aware but please keep in mind that 2FA (soon with transaction details) means malware has limited capacity. Also keep in mind that an attacker would have to attack both our service and our signing key at the store which are not in the same place and are kept encrypted when not used.

blockchain.info is great compared to some black box wallet but their model can't provide per transaction two factor, meaning once malware has your keys in memory you are good to go and you are going to have a real bad time.

That's possible with multisig and GreenAddress offers 4 different kind of 2FA: Google Auth, SMS, email and Phone (robot call)

Hi, GreenAddress founder here ;)

If you are interested we have an open source unminified client with independent blockchain data verification via the electrum network as well as a a quick video infographics.

The client can also verify that the P2SH belong to your HD seed and GreenAddress' all while not being identifiable as from GreenAddress externally unless explicitly requested in a coming feature within the payment protocol.

Lots of questions and links here: http://www.reddit.com/r/Bitcoin/comments/20puhg/while_blockc...

Please feel free to ask any question or to suggest any feature.

Source code https://github.com/greenaddress/

Cheers!