Bitcoin Forum
June 27, 2024, 01:21:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 »
1  Bitcoin / Project Development / Re: CryptUP: Simple PGP for Gmail / Ethereum public key database / feedback on: March 22, 2017, 02:03:26 AM
You can chat me up at tom@cryptup.org
2  Bitcoin / Project Development / CryptUP: Simple PGP for Gmail / Ethereum public key database / feedback on: December 09, 2016, 08:35:38 PM
Who am I
I co-founded BitOasis as a (former) CTO. As far as I know we were the first wallet to use multisig with keys distributed among different entities (us/co-signer/backup) without bothering the user to store a private key. Our open sourced multisig wallet: multisig-core and multisig-recovery.

See my PyCoin contributions here.

Why most PGP solutions suck
We used PGP at BitOasis to encrypt sensitive email. For most people, PGP is a pain in the ass.
Non-critical info would often go unencrypted because you don't want to bother the other guy by encrypting it.
If we didn't use PGP for MOST email, it's no wonder others don't use PGP for ANY email. It's too cumbersome.

What I've done about it
I made PGP work just the same as normal email, so that non-technical people can use it. I released my child a few days ago as CryptUP. It's a Chrome plugin and works with Gmail, because that's what I (and a lot of people) use. It's compatible with any other PGP solution though.

Where I need your feedback - improving decade old pains with PGP

Public key management
I'll use Ethereum as a pubkey database for CryptUP users, under the hood. Users' pubkey fingerprints will get submitted to Ethereum blockchain, instead of outdated systems like http://pgp.mit.edu/. Ethereum blockchain can then be queried with DNSChain eliminating man-in-the-middle attacks on exchange of key fingerprints.

The users don't need to know about the Ethereum stuff. It'll just work and I'll pay for the fees, it's a few cents per user.

Public key fingerprint verification
Security of PGP relies on this, but NOBODY does this. Without knowing you talk to the right person, PGP is a placebo. I'll implement fingerprint-to-image converter, where instead of comparing letters and numbers (which nobody will do), I will be displaying a set of icons for contact you talk to. Imagine 4-5 icons per fingerprint, eg: horse, frog, car, sun. It's much easier for humans to notice a discrepancy in icons then "0D5688EBF3102BE7".

Let me know what you think
As is, I think (and people tell me) CryptUP is the easiest to use PGP plugin. Setup, conversations, attachments, it just does what you expect your standard email to do, plus encrypted.

Let me know your thoughts, it's available here:
https://chrome.google.com/webstore/detail/cryptup-encrypt-gmail-wit/bnjglocicdkmhmoohhfkfkbbkejdhdgc

And the source code is here:
https://github.com/tomholub/cryptup-chrome
3  Bitcoin / Project Development / Re: Place LIMIT orders on Coinbase - online app on: April 22, 2014, 10:51:57 PM
I'd be interested in using this "app" but only if you would add the google 2fa. Simply because if the quoted does happen, you can't go crying to coinbase to get the "deal" reversed which depending on coin price you can easily lose money. Not just on say a dip if someone bought at $500 and you notice it at $450 but the money lost in coinbase fees and bank fees for transfers you weren't prepared for thus causing $35 NSF fees.

Just because the attacker can't get the coin doesn't mean they still can't fuck you over.

You need to look at the motivation though. What has an "attacker" to gain from buying coins on your account?

That being said, I will support any effort to add Google 2 Factor, the code is open source after all. Anyone who wants to look into this, I'll be happy to help you out.
4  Bitcoin / Project Development / Re: Place LIMIT orders on Coinbase - online app on: April 15, 2014, 06:55:45 PM
Hey, here's most of what you'll need: https://github.com/tomholub/coinbaseorders . I'll help you set up dev environment so you can run it locally. Happy for any help! :-)
5  Bitcoin / Project Development / Re: Place LIMIT orders on Coinbase - online app on: March 18, 2014, 06:58:13 PM
I've submitted it on BitHack competition by Coinbase, thanks guys for suggestions.

Quote
Dear BitHacker,

Thank you for taking part in BitHack and submitting your entry to us. We're delighted to receive your app and we look forward to trying it out!
6  Bitcoin / Project Development / Re: Place LIMIT orders on Coinbase - online app on: March 05, 2014, 04:52:19 PM
What happens in this scenario? (Here is an example)

-Price of Bitcoin is $700
-I have a 1BTC Buy order at $600
-I have a 2BTC Buy order at $500
-I have a 3BTC Buy order at $400
-Price of Bitcoin drops to $300

Does it execute all buy orders? Or just the first one? Is there a refractory period? Thanks. Just curious.

If price suddenly drops to $300, all the orders will get executed, so you'll get 6 btc in total, at various prices.
7  Bitcoin / Project Development / Re: Place LIMIT orders on Coinbase - online app on: March 04, 2014, 05:49:41 PM
After registering on Coinbase I was surprised there is no way to place my order at $600 and wait for the price to drop to meet the order.

/// 4th January:
Released: http://coinbaseorders.com/
Github: https://github.com/tomholub/coinbaseorders

The system checks the price on Coinbase every second and will buy or sell if the price is right based on your orders.


how does this work in terms of intergration with my coinbase account? take to time to explain in detail ie:

1) click on: coinbaseorders.com
2) ...

Sure,

1, open coinbaseorders.com
2, sign up with email/password (different than on Coinbase!)
3, confirm email address by clicking on a link that you receive
4, back on the app, click "connect to coinbase" button and it will take you to Coinbase website. It will ask you for permissions to Buy, Sell, view balance, and view transaction history on your coinbase account. All this is happening on Coinbase website.
5, confirm. it takes you back to coinbase orders. My app receives tokens and will use these tokens to communicate with Coinbase API to put orders on your account.
6, go to "orders" page. Put in a order that you want to buy at, say 2BTC at $550.
7, have a sound sleep
8, when the price drops down, to $550 or less, the app will connect to your Coinbase account with the tokens it has, and buy or sell appropriate amount
(9, when you don't want to use the app anymore, click on "Disconnect from Coinbase" button that will remove your tokens from my database)

- tokens are stored encrypted in database
- have to be used with my own private keys stored out of the database
- have limited privileges

The only "risk" I can think of is that the app would not buy your coins when it should, due to error, which happened to 3 few users already (of 160) and I'm solving it with Coinbase devs right now.
8  Bitcoin / Project Development / Re: Place LIMIT orders on Coinbase - online app on: March 02, 2014, 01:14:09 AM
DrBitcoin - yup, could have even gotten some cheaper ones! :-)

----

Recently got some help with development from Matt Faus as seen on GitHub commit that is now live on the site: https://github.com/tomholub/coinbaseorders/commit/40c34756c9d52cf2a47440b7beaabbe2f274b7b0

Any other developers around? I'll help you set up your dev environment and will help overcome any hurdles to make it easy for you to contribute.
9  Bitcoin / Project Development / Re: Place LIMIT orders on Coinbase - online app on: February 25, 2014, 06:29:37 PM
Hey guys, some people just got their coins at around $400. I personally got a pleasant $425.

Some statistics:
142 registered users
745 orders placed
285 orders executed

It's getting more robust over time, I'm continually fixing minor issues to make sure your orders keep getting executed.

You can follow the development here: https://github.com/tomholub/coinbaseorders

It's free and will remain free, donation based. You can help here: http://coinbaseorders.com/homepage/donate
10  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: February 10, 2014, 08:55:38 PM
Stamps at 666

this is not good....
It's great actually, for those of us who were sleeping last November, because now is the chance to slowly buy in as the price goes down.
11  Economy / Speculation / Re: Its a buyers market. Gox delay and prices plummeting. Whose buying now? on: February 10, 2014, 08:54:24 PM
I'm buying, more than I should, but not on Mt. Gox, I love myself too much to do that.
12  Economy / Speculation / Re: What is your personal "oh shit" price? on: February 08, 2014, 04:11:20 AM
I'm all or nothing.

Unless I urgently need cash in USD and the price is 1/10 of what I bought it for. Oh shit!
13  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: February 08, 2014, 03:36:39 AM
I'll post it here one more time, so that you folks can also have sound sleep tonight.

http://coinbaseorders.com/






That looks like an easy way to get your coin base account hacked!  Shocked

Not really. The app asks for permissions to buy and sell BTC. That's it.

The access tokens are stored encrypted.

Even if I decrypted them and put them publicly online, attacker would still need another key stored elsewhere to use the tokens.

The only risk is that I will go crazy one day and start buying and selling coins on your account for fun.
14  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: February 08, 2014, 03:14:50 AM
Can I do this with coinbase or is that too much? I'd love to not have to hold fiat on an exchange.

You will be fine as long as daily purchases are under $50k USD.
15  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: February 08, 2014, 02:38:22 AM
I'll post it here one more time, so that you folks can also have sound sleep tonight.

http://coinbaseorders.com/




16  Economy / Speculation / Re: BITCOIN CRASHING on: February 08, 2014, 02:21:51 AM
I and a bunch of other smart folks had our orders in place, and were pleased to see a notification that we got yet another cheap coin :-)

For Coinbase users - http://coinbaseorders.com/

I'd love to use that site, but I don't trust it Sad

https://github.com/tomholub/coinbaseorders run it on your own hosting if you wish :-)
17  Bitcoin / Project Development / Re: Place LIMIT orders on Coinbase - online app on: February 07, 2014, 07:12:07 AM
A bunch of people got below $700 coins this evening. Anyone else joining the club?

I love getting emails like this one:

tom@coinbaseorders.com - You just bought Bitcoin using limit order on Coinbase!

Quote
Hi there!

The system just executed your order to buy Bitcoin. You can check the details at http://coinbaseorders.com/.

Coinbase Orders is a free service. Please consider a small donation, others have donated too. The donation address is 1NNcg12tPe2EHhg3Ese7hq6mEQ9W5W1ign, alternatively click here to get donation QR code.

I appriciate your help!

Tom
18  Economy / Speculation / Re: BITCOIN CRASHING on: February 07, 2014, 06:01:35 AM
I and a bunch of other smart folks had our orders in place, and were pleased to see a notification that we got yet another cheap coin :-)

For Coinbase users - http://coinbaseorders.com/
19  Bitcoin / Project Development / Re: Place LIMIT orders on Coinbase - online app on: January 29, 2014, 04:42:32 PM
It hit my 2 of my limit orders and worked perfectly!

If you have Instant Buy, you can have it hit many purchases adding up to 1 BTC worth without having to wait the regular 5 days.


awesome!

I wish everyone great luck collecting cheap coins :-)
20  Bitcoin / Project Development / Re: Place LIMIT orders on Coinbase - online app on: January 24, 2014, 08:11:59 PM
Trailing limit orders would be a great addition.

Also, I am stillwaiting for the market to hit my limit order. So I have no word on if it works correctly, yet. But I am optimistic!

My $787 order just got hit this night, so I happily added 1 BTC while asleep :-)
Pages: [1] 2 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!