Bitcoin Forum
May 28, 2024, 05:26:07 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 »
181  Economy / Marketplace / Re: Sharing eBay trust data? on: March 16, 2011, 10:55:54 PM
mmm you seem to be missing the whole point - it /is/ supposed to be automatically parsed.

Why?  It's one time thing, isn'it?  Couldn't a human make the verification?


so say you're running some site like... maybe coinpal Smiley, and you want to allow people to prove to you that they own an ebay account with X feedback. would you prefer to (a) do this automagically with some gpg verification code, or (b) hire a verifymonkey to do it manually?

or, say you're on #bitcoin-otc and someone fairly new is offering a trade, and claims that he has a good ebay or amazon rating. would you rather go to their claimed ebay profile, and manually copy the string and verify gpg key, or run "getebaytrust <nick>" (or getamazontrust <nick>) and have automatic verification done for you?

hope you get the idea. Smiley

EDIT: heh, mndrix has stated the issue much more concisely, and with less snark, to boot. Smiley
182  Economy / Marketplace / Re: Sharing eBay trust data? on: March 16, 2011, 10:01:40 PM
is there any benefit to going uri-style?

Not much, it's just shorter.  Doesn't really matter anyway.  I think one could just put nothing in front of the base-64, since this data is not supposed to be automatically parsed anyway.


mmm you seem to be missing the whole point - it /is/ supposed to be automatically parsed.
183  Economy / Marketplace / Re: Sharing eBay trust data? on: March 16, 2011, 09:30:56 PM
please check out the rfc for the gpg identity protocol, posted in this thread:
http://wiki.bitcoin-otc.com/wiki/GPG_Identity_Protocol

comments appreciated. Smiley

Instead of "gpg_identity=", what about some URI style format such as "GPG:"?


is there any benefit to going uri-style?
184  Economy / Marketplace / Re: Sharing eBay trust data? on: March 16, 2011, 03:55:12 AM
please check out the rfc for the gpg identity protocol, posted in this thread:
http://wiki.bitcoin-otc.com/wiki/GPG_Identity_Protocol

comments appreciated. Smiley
185  Economy / Marketplace / RFC: Exportable GPG Identity Protocol on: March 16, 2011, 03:54:35 AM
Mndrix and I (and a couple other discussants) have developed an exportable GPG identity protocol.

http://wiki.bitcoin-otc.com/wiki/GPG_Identity_Protocol

Quick summary: "This page outlines the protocol for exporting your GPG identity to other sites which may or may not support GPG authentication directly. The basic idea is that you can post a GPG-signed message to some area of your user account on the site, connecting your site id with your key via the signature, and then others can verify your signature and be certain that you are the same person on multiple sites.

Please check it out - your feedback (please post in this thread) would be appreciated.

In the future, I will be putting in the code on #bitcoin-otc to automagically query people's identities and ratings in various communities based on their OTC GPG auth, mndrix may implement it for coinpal, and hopefully other sites in the bitcoin community can join in so that we can create a broader web of trust.
186  Economy / Marketplace / Re: $1000 Mt Gox USD for sale on: March 15, 2011, 05:32:43 AM
How would this be preferred versus simply sending an ACH or wire payment to MtGox?

wires are more expensive.

ach - if you can do it, probably just as good.
187  Economy / Marketplace / Re: Sharing eBay trust data? on: March 15, 2011, 12:05:58 AM
Well, it's not easy, since you must avoid quotes and anything that look like HTML, but I've managed to put "I am grondilu on eBay" in my contact information section on http://myworld.ebay.com/grondilu.

Carriage returns are skipped, too.

PS.  I've filtered GnuPG's output through xxd -p.  I think it's enough.


yep, that works. unfortunate that they mangle input.

also, i notice that it is possible to create custom categories in the bio - so maybe that can go under 'pgp key' category Smiley
188  Economy / Marketplace / Re: Sharing eBay trust data? on: March 14, 2011, 10:40:59 PM
eBay users can post arbitrary text content on their eBay My World pages: http://myworld.ebay.com/$username  A PGP key ID or fingerprint could be posted there.  I believe those pages are world-readable.

yes, i confirm that the myworld pages are in fact world-readable.

mndrix: your comments on my 'standardization' proposal would be appreciated.
189  Economy / Marketplace / Re: Sharing eBay trust data? on: March 14, 2011, 10:39:30 PM
actually, posting either just the key or just the id is not enough to verify anything, since i can post /anyone's/ key. what you need to do is post a clearsigned message saying "i, user <username> on ebay, hereby declare my ownership of <keyid>, as of <date>", signed with said key.

that'll prove to any onlooker, without having to do any additional steps like sending you encrypted email or whatnot, that you indeed own the key.

(date is included just in case ebay drops usernames, and someone else comes in to use it - the new guy's 'registered at' date would then be later than your posted date.)

now... question is where can one post a persistent bit of text (even a pastebin url) on your ebay account...

as it happens, there's a great place for that - your 'bio' on your 'my world' page ( http://myworld.ebay.com/<your_ebay_username> ).

we could even fix up some kind of standard, where a signed message containing your ebay nick, keyid, and a datestamp can be fetched by other places (e.g., the OTC bot Smiley ), and once verified with your authed GPG key id, spits out your feedback summary.

the wonders of GPG! Smiley

comments appreciated.
190  Economy / Marketplace / Re: Sharing CoinPal trust data on: March 14, 2011, 10:11:49 PM
I plan to support pgp keys eventually for those who want it.  I think that's the most resilient way to share trust.  Until then, I think an attacker stealing a CoinPal user's PayPal account is unlikely enough that the transaction history with the PayPal address should be helpful in many cases.

indeed, that is not a very likely scenario. while stolen pp accounts are numerous, the intersection of (stolen pp accounts) & (coinpal users) & (thief aware of coinpal and bitcoin and using the coinpal tx history info to steal btc) seems quite small Smiley

The prototype is available.  You can share your CoinPal transaction history by filling out the form and sharing the URL of the page you end up on.  Anyone with this URL can view your PayPal email address and your entire CoinPal transaction history (now and in the future).  There's currently no PGP integration.  You can't include an optional message yet either.

Here's a sample transaction history for my PayPal test account.

very cool. Smiley now if only you add a couple of form fields for pgpkey, and signed verification message, and then a query url by keyid with json output... i could get it working on the OTC channel. Smiley
191  Bitcoin / Project Development / Re: Letter to the EFF on: March 14, 2011, 07:12:09 PM
Bitcoin get transferred out of mybitcoin anyway. You can look at the block explorer history and see for yourself.

You guys are silly beyond belief.

you seem to misunderstand how these shared wallets work. maybe that is beyond belief? Smiley
192  Economy / Marketplace / Re: Sharing CoinPal trust data on: March 13, 2011, 04:19:47 PM
SHA-256 Hashes of the paypal e-mail addresses would be able to keep them private.  Also, what bitcoin-otc is doing with the portable account via GPG verification is very useful.

I think you jumped over a good one here. You could make an API available based on paypal address. Sha-256 hash their paypal email plus say "somesupersecretextrakeyhere". They pass the hash to you, you look up what you have stored for that user, and return their rating to them. Wouldn't require any keys or anything, just a simple hash. You may even be able to return the info that you use for quantity allowances. If they have traded x times, or over x period of time, it may be useful in different metrics or situations.

but how is that useful for /others/ who want to verify what Bob's rating is? doesn't that mean that bob has to reveal his supersecretkey in order to allow others to query and verify his account?
193  Economy / Marketplace / Re: Sharing CoinPal trust data on: March 13, 2011, 02:17:26 AM
just a note that the trading history of "john doe" would be pretty useless without any ways to verify that the guy you're talking to is the same guy.

if trade history doesn't include paypal email - /anyone/ can claim any trade history.

if history does include paypal email, then someone who gained access to that paypal account can claim it, and then the real owner will charge back. (and we all know how many stolen paypal accounts there are floating about)

if history includes something like gpg key - it becomes a lot more trustworthy. pgp keys can of course also be compromised, but stolen pgp keys are much less likely than stolen paypal passwords, since these tend not to be targeted by the run of the mill trojans out there. (yet) Smiley

so in summary: definitely a good idea to allow people to verify a gpg key to include on that page.

another possibility: hash of phone number? Wink

finally: yes working with daniel on the ripple bits. Smiley stay tuned.
194  Bitcoin / Development & Technical Discussion / Re: [PATCH] DNS seeding of P2P node addresses on: March 09, 2011, 03:48:31 AM
nice idea!
195  Economy / Marketplace / Re: Anyone selling BTC? (CoinPal stock is low) on: March 01, 2011, 04:40:28 AM
consider joining #bitcoin-otc too. the order book is pretty deep, and it's always easy to find someone to trade, if the price is right. Smiley
196  Economy / Exchanges / Re: mtgox.com has blocked my account with 45 000 USD in it! on: February 27, 2011, 07:26:06 PM

percontation point to the rescue!
http://en.wikipedia.org/wiki/Irony_punctuation
Smiley
197  Economy / Trading Discussion / Re: Payment service provider to help us sell bitcoins on: February 25, 2011, 07:53:23 AM
have you considered the following: dwolla, bank ach, check by mail?
198  Economy / Exchanges / Re: mtgox.com has blocked my account with 45 000 USD in it! on: February 24, 2011, 06:19:55 PM
I think, if you can so easy and fast give up with 3000 USD, then it's really some serious situation with it. Innocent man wouldn't give up with any sum, because he can prove it's case.

yea, i think that particular bit is quite telling.

e.g., if i were merely the recipient of stolen btc, rather than the actual thief, i'd be like "hey, i paid for these fair and square, i don't owe you anything"
199  Economy / Marketplace / Re: MtGox Problem on: February 24, 2011, 06:04:16 AM
Don't forget to leave .01 BTC for the transaction cost.  For example, if your MtGox account has 15 BTC in it, you can only send 14.99, because .01 BTC is required for the transaction.


usually no fees are required.
see this page for current fee schedule:
https://en.bitcoin.it/wiki/Transaction_fees
200  Economy / Trading Discussion / Re: Shorting on mtgox on: February 24, 2011, 05:11:49 AM
i've used ripple to keep track of loan interest. works great. Smiley
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!