kangasbros (OP)
|
|
April 06, 2012, 10:30:04 AM Last edit: September 29, 2012, 05:58:58 PM by hazek |
|
Easywallet.org features: - works like a native app with iPhone - easy and fast - also works the same way in android - Easy to use currency conversions - Anonymity & privacy: new bitcoin addresses generated generously, and all bitcoins within the service are mixed => very good level of privacy provided, outsiders can't figure out your financial information from your purchases/transactions (note: the static address and transaction history is enabled by default, because the wallet is targeted towards newbies. Turn these features off, if you want anonymity/privacy.) - Fees are 0.002BTC per outgoing transaction, which includes bitcoin network fee. Transactions between easywallet instances are free and instant. To create a new wallet: https://easywallet.orgFAQ etc.: https://easywallet.org/faqAlso includes simple API. I myself have a very simple setup, where my wallet has always at least certain amount of bitcoins in it (min 50 EUR, max 100 EUR, for example). If I receive too much bitcoins, or the exchange rate goes up, the cron script automatically deducts from my easywallet. Or when I spend too much bitcoins, drinking at Room 77, the script automatically reloads my wallet each hour. https://github.com/kangasbros/Easywallet.org-toolsCoupon feature: https://easywallet.org/couponsPerfect for re-selling bitcoins easily to your friends! The security precautions: - Encrypted everything: All private keys and other crucial information is stored on ecrypted truecrypt volumes. This protects against Linode-style attacks, because if you reboot the server you need to mount the devices. - Tor: all outgoing connections are done via Tor. This adds anonymity. - Key hashing: only salted hashes are stored in the database. If the attacker gets the database, it isn't possible for him to get the actual URL keys. This means also that the admin of the site can't figure out the secret URLs. - Hourly backups. Any feature requests, feedback, etc. very welcome!
|
|
|
|
finway
|
|
April 06, 2012, 10:50:29 AM |
|
Cool site, cool django-bitcoin!
|
|
|
|
|
FreeMoney
Legendary
Offline
Activity: 1246
Merit: 1016
Strength in numbers
|
|
April 20, 2012, 02:23:23 AM |
|
I'd love for the addresses to come 'used' so that they have firstbits already. And of course then you could display the firstbits.
|
Play Bitcoin Poker at sealswithclubs.eu. We're active and open to everyone.
|
|
|
moocow1452
Sr. Member
Offline
Activity: 240
Merit: 250
Don't mind me.
|
|
April 20, 2012, 02:48:22 AM |
|
Like that it's mobile friendly, but scanner bounces the QR code to a Google search for the URL. Might want to fix that when it goes gold.
|
|
|
|
kangasbros (OP)
|
|
April 20, 2012, 07:18:17 AM Last edit: April 20, 2012, 08:37:53 AM by kangasbros |
|
Thanks, just noticed this problem today. Will try to fix it ASAP. I'd love for the addresses to come 'used' so that they have firstbits already. And of course then you could display the firstbits.
Sorry, I'm not going to implement that. I think the anonymity might be in danger if I implement something like this. And also it would be lots of work, and I don't personally see the benefits. Thanks for the feedback anyway Edit: to clarify, my philosophy with bitcoin is that it should be as cash-like, anonymous as possible. This means one address for one use, etc. Firstbits doesn't go well with that philosophy. Like that it's mobile friendly, but scanner bounces the QR code to a Google search for the URL. Might want to fix that when it goes gold.
How do you reproduce that error? What scanner app did you use? What phone/model etc? That sounds pretty dangerous...
|
|
|
|
moocow1452
Sr. Member
Offline
Activity: 240
Merit: 250
Don't mind me.
|
|
April 20, 2012, 11:27:08 PM |
|
Google Goggles on Android 2.3
I think it might have something to do with starting the URL off with 'http:/', one slash instead of two.
|
|
|
|
kangasbros (OP)
|
|
April 21, 2012, 10:22:28 AM Last edit: April 21, 2012, 11:10:18 AM by kangasbros |
|
Google Goggles on Android 2.3
I think it might have something to do with starting the URL off with 'http:/', one slash instead of two.
Oh now I spotted the error, so it was with the QR code URL... Going to fix it ASAP. Edit: fixed now.
|
|
|
|
kangasbros (OP)
|
|
June 01, 2012, 03:10:50 PM |
|
Now there is a new service, built on top of easywallet.org, which allows you to spam your bitcoins to multiple email addresses! You know, all your friends want 0.01 bitcoins, right? http://mater.dy.fi/It is more like built as an example how easywallet.org API can be used. The source code is on github: https://github.com/nikla/bitcoin_spammerOther than that, we also wrote a short guides how to use easywallet.org, for example: https://easywallet.org/en/bitcoin_for_iphoneI'd love for the addresses to come 'used' so that they have firstbits already. And of course then you could display the firstbits.
I changed my mind about this, I'm probably going to develop firstbits in a way which doesn't compromise privacy. Hopefully I will have time for it soon
|
|
|
|
rjk
Sr. Member
Offline
Activity: 448
Merit: 250
1ngldh
|
|
June 01, 2012, 03:11:47 PM |
|
I'd love for the addresses to come 'used' so that they have firstbits already. And of course then you could display the firstbits.
I changed my mind about this, I'm probably going to develop firstbits in a way which doesn't compromise privacy. Hopefully I will have time for it soon Why doesn't someone code up a C++ patch and build firstbits into the satoshi client?
|
|
|
|
davout
Legendary
Offline
Activity: 1372
Merit: 1008
1davout
|
|
June 01, 2012, 03:34:01 PM |
|
Why doesn't someone code up a C++ patch and build firstbits into the satoshi client?
Turn the question around, why would someone do that ?
|
|
|
|
rjk
Sr. Member
Offline
Activity: 448
Merit: 250
1ngldh
|
|
June 01, 2012, 03:45:01 PM |
|
Why doesn't someone code up a C++ patch and build firstbits into the satoshi client?
Turn the question around, why would someone do that ? No need to depend on an external service, less likely to be inaccurate if coded properly.
|
|
|
|
Trader Steve
|
|
June 02, 2012, 04:22:47 AM |
|
@kangasbros: I have to say I really like EasyWallet.org. I love the features and I hope you have much success with it.
|
|
|
|
kangasbros (OP)
|
|
June 02, 2012, 10:48:06 AM |
|
Why doesn't someone code up a C++ patch and build firstbits into the satoshi client?
Why don't you do it? I was thinking about tomse kind of python script, offline solution. However not very high at my priority list... @TraderSteve thanks for the feedback!
|
|
|
|
rjk
Sr. Member
Offline
Activity: 448
Merit: 250
1ngldh
|
|
June 02, 2012, 02:01:58 PM |
|
Why doesn't someone code up a C++ patch and build firstbits into the satoshi client?
Why don't you do it? Because unfortunately I don't know how to code. Which makes me also ask: why are the firstbits between blockchain.info and firstbits.com different? That seems to be some kind of poor coding. Example addresses: 1FreenodeMrq7gKn91wR4meJKEbi9RNa8M and 1FReeNodEPpTjSZaCdfk6Ai93CHwhcP3iz On firstbits.com, the first address has a firstbits of 1freenodem, and on blockchain.info it has a firstbits of 1freenode. On firstbits.com, the second address has a firstbits of 1freen, and on blockchain.info it has a firstbits of 1freenodep. Both addresses were first seen in block 182600, as a sendmany transaction, and the first example address was the first in the transaction list. Therefore, 1freen should map to the first address, as it does on blockchain.info, and not to the second address, as it does on firstbits.com.
|
|
|
|
Boussac
Legendary
Offline
Activity: 1221
Merit: 1025
e-ducat.fr
|
|
June 02, 2012, 02:58:43 PM |
|
As a reminder, Instawallet.org is also available as a mobile app on Android phones (instawallet in Google Play store) and iOS phones (FriendlyPay in AppStore).
|
|
|
|
kangasbros (OP)
|
|
June 03, 2012, 07:23:09 AM |
|
As a reminder, Instawallet.org is also available as a mobile app on Android phones (instawallet in Google Play store) and iOS phones (FriendlyPay in AppStore).
Hmm, wasn't FriendlyPay pulled from the App Store? I really can't find it...
|
|
|
|
|
Boussac
Legendary
Offline
Activity: 1221
Merit: 1025
e-ducat.fr
|
|
June 03, 2012, 09:20:36 AM |
|
I confirm: as of today it is available from the appstore (search: friendlypay)
|
|
|
|
kangasbros (OP)
|
|
June 03, 2012, 01:26:37 PM |
|
I confirm: as of today it is available from the appstore (search: friendlypay)
Not actually from all appstores... But whatever.
|
|
|
|
|