Bitcoin Forum
May 24, 2024, 02:39:33 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 26 27 28 29 30 31 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 »
741  Other / MultiBit / Re: MultiBit on: April 20, 2012, 04:00:59 PM
Made a pull request: https://github.com/jim618/multibit/pull/25

I presume your wallets are output in JSON as I have noticed your private key exports are JSON. There is already a Jackson parser on the classpath and in the installer (for the XChange data) so it would be good if you could use that. Stops 'jar-bloat' in the executable jar.

Sorry only read this message just now. I didn't notice jackson and added json-simple as a dependancy, if you would like me to modify the patch I can do.

Multibit is looking great btw.
742  Other / Beginners & Help / Re: blockchain wallet on: April 20, 2012, 12:18:12 PM
I typed in a second password and clicked the double encryption. Apparently now when I send money it will ask me to type second password. Sent someone 0.01 to test and it did not ask me for password. Logged back in and the double encryption box is unticked. Once I change a setting... I dont see a OK button or anything... so not actually sure if its taking it..... Am I perhaps doing something wrong... ??

A quick way to check if double encryption is enabled to to login -> click [Import /Export] -> [Continue] -> [Export Unecrypted]. If a password dialog doesn't popup then double encryption is not enabled.

Quote
I keep changing the currency aswell and it seems to want to change back each time I login... very anoying..
Quote

Should be saved in your cookies.

Quote
Also I keep getting the msg the site is trying to store something on my PC, I assume I do not need to let it do whatever its trying to do ?

It is trying to save some javascript files which can make the page load faster and enable you to access the page offline. It is not required.
743  Other / MultiBit / Re: MultiBit on: April 20, 2012, 11:16:10 AM
Jim, I'd like to make a patch for multibit to import blockchain.info wallets. Is https://github.com/jim618/multibit the latest source tree?
744  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: April 20, 2012, 09:43:08 AM
What a great idea Smiley

Yep, good ideas. I've added them to the todo list. Thanks.

Here two new graphs for now:

Estimated Blockchain size (Not including database indexes)

My Wallet Transaction Volume


745  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: April 19, 2012, 03:45:08 PM
Nope.  This attack is done while the email is in transit.  By the time the victim receives the email and activates the legitimate sweep; the attacker has already stolen the coins.

If a malicious admin is reading your emails you've probably got more pressing security issues than loosing a few bitcent.

The key could be encrypted with a shared password or pin but then you loose all convenience of a simple email. When talking about small amounts the benefits out way the risks in my opinion.

What do you think of this:

The email only contains the partial email address of the sender:

you have been sent bitcoins from w_ll_t@_l___h__n.info

When claimed it asks what is the full email address of the sender and the user has to fill in the missing letters. e.g. in this case

wallet@blockchain.info
746  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: April 19, 2012, 02:53:51 PM
You can now send bitcoins via email:

Simply enter one or more recipients into the to field:



An email will be sent to each address:



Follow the link in the email to claim:




How it works:

- The javascript generates a new bitcoin address for each recipient, then sends the funds to those addresses.
- The newly generated keys are stored in your wallet.
- An email containing the private key is sent to the desired email address.
- When "claimed" the key is swept into a new bitcoin address.

Usage Notes:

1) The key is not stored on blockchain.info's server, but it does pass through it (SMTP).
2) The sender can reverse the payment at anytime if not claimed. To reclaim check your archived addresses and sweep the key labeled 'Sent to $email'
3) As email is not particularly secure this is intended for small amounts and will refuse to construct a transaction over 20 BTC.
747  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: April 17, 2012, 07:02:05 PM
One request if it hasn't already been asked, I'd love to have my own addresses listed in my address book by default, or some similar method of having them easily accessible on the send page. Sending bitcoins between your own addresses can be a little more difficult than it should be right now.

I think this would be confusing. You could use the new sweep feature, might be easier.

Well done Ben, good luck with that.

Thanks Ian, would have been good to have another Brit there.

----

Blockchain.info now has an agreement with Eligius to process low fee transactions - which hopefully means no more "stuck" transactions. I will be monitoring for any possible transaction spam.

Thank you to luke-jr for sorting this out.
748  Economy / Service Discussion / Re: iPhone IOS Bitcoin wallet is here! (From Blockchain.info) on: April 17, 2012, 06:47:44 PM
v. 1.9.3 now on Cydia - Mostly bug fixes + The ability to scan keys from a paper wallet.

EDIT: I've got a feature request.  Some sort of PIN lock would be really nice for at least the settings page.  You can see the "Secret Phrase" without having to enter anything.

I could add a logout button which would require you to enter your first password again? Might bit a bit must to remember a first password, pin and second password.

That's my main reason why i don't use secret phrase at all.

I've removed the secret phrase from the mobile wallet page.
749  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: April 17, 2012, 12:41:39 PM
** There was an issue earlier today where transactions would not show for some accounts. This is fixed now. **

Could you maybe add message signing in My Wallet?

I tried to implement javascript message signing but can't figure out how to verify the signature. Could someone with bitcoind check if this message verifies:

Address: 1AJbsFZ64EpEfS5UAjAfcUG8pH8Jn3rn1F
Message: test
Sig: MEQCIJXCh4F4PxiuGXb1h+G/0t5+QfvvR+qpulIrhwM3/ZHfAiDStGbU9sy8kg96iNhTMdV3O6eaB1DM5ppkke9t2Pkn3A==

I think as the mainline bitcoin client uses a compressed sig it won't work.

Quote
function signMessage(addressString, strMessage) {
      var strMessageMagic = 'Bitcoin Signed Message:\n';
      
      var addr = addresses[addressString];
      
      if (addr.priv == null) {
         makeNotice('error', 'add-error', 'Cannot sign a message with a watch only address', 0);
         return;
      }
      
      var eckey = new Bitcoin.ECKey(decodePK(addr.priv));
      
      var concenated = strMessageMagic + strMessage;
   
      console.log(concenated);
      
      var rs = eckey.sign(Crypto.SHA256(concenated, { asBytes: true }));

      console.log(rs);
      
      var signature = Bitcoin.ECDSA.serializeSig(rs.r, rs.s);

      return Crypto.util.bytesToBase64(signature);
}


You currently do bitcoin://(address) when it should just be bitcoin:(address).

Are they not interchangeable? Most clients seem to respect both.

It took me a while before i realized that i have to click into empty space to confirm.

Ok I see what you mean, will fix.

P.S. Just found out today Me and Brian Armstrong (http://bitbank.is/) have been accepted for an interview for YCombinator. Our proposal is working on a bitcoin wallet with mass-market appeal i.e. PayPal with bitcoins. I don't know how this fits with blockchain.info yet but if we get some seed investment and publicity it could be the start of something good.
750  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: April 16, 2012, 11:59:15 PM
    Could you maybe add message signing in My Wallet?

    What are the use cases?

    But then with My Wallet's latest development, this hybrid wallet now also has the ability to continue being used even if the hosted service is offline.  Wow!

    Thank you for the enthusiasm Smiley I am really pleased with how it's coming together. There is still a lot of room for improvement i.e. the wallet cannot function for long without blockchain.info (as the transactions list won't update). I'm looking at using stratum as a fallback.

    * If i try to change "Local currency" from US Dollar to Euro... system kicks me out and i have to log in again. Setting is back to US Dollar.
    * If i click on "Email Backup" to manually backup my wallet... i get an error. Automatic email backup works, though.
    * I miss Logout button (it would give me peace of mind if I would see "you have successfully Logged out" message)

    Fixed

    * i didn't figure out how to choose different bitcoin addresses inside "request payment" option

    It's designed for noobs, it want that form to be simple as possible. You can construct a URI request for a specific address on address pages.

    * after entering "Confirmation Code", you have to click into empty space somewhere inside the page to accept it... very non-intuitive. "Accept code" button would be much more convenient.

    Where do you mean? On the two-factor authentication page?

    * It is not possible to erase "Secret Phrase". Once  you enter something in... system does not allow you to leave empty field after that. I believe this could be optional...

    You can use blank space.

    * most of the times i have to click twice on every click-able item to get certain function working. App is non responsive to my actions (if i compare app's behavior to other apps)
    * if i open my wallet and go straight to "Account details" (last icon), nothing happens (white empty screen). I have to select something else and then click back to "account details" button to get visible data
    * "Account details" screen has different white color on top than the rest of the screen (different shades of white color)
    * i find the speed of going from one screen to the other screen to slow.

    All should be fixed in the new version (not released yet).

    Exchange rate seems ... odd ... it's approximately right, but doesn't match any exchange -- where is it getting it from

    It uses the 24hr rate from http://bitcoincharts.com/t/weighted_prices.json - 15m or realtime would be better.

    • Currency conversion with volume awareness would be awesome... so if I put in 5000 USD, it checks Mt.Gox for the average price for that volume rather than the spot price.
    • Suggest a button to go to full page transaction history view instead of the five that are visible on the main page.
    • Suggest that a click on a transaction show the full detail of that transaction instead of "add address".  Then from that page, clicking on an address would go to "add address".
    • "Left" and "right" arrows are ambiguous for "receive" and "send" icons.  Suggest wallet/purse/moneybag icon with "in" and "out" arrows.
    • Address book is available by clicking "your bitcoin address" and as a menu item.  Don't need two ways of doing same thing.  Suggest dropping "address book" from menu

    Nice ideas. I intended to redesign most of the android app at some point and will incorporate them then.

    New Features

    * Bulk delete and Sweep of archived addresses.

    * Auto-detection of private key formats.
    * Logout button.
    751  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: April 14, 2012, 05:05:13 PM
    You should add a donate-textbox in "Send money -> New Transaction"

    No need, the Site isn't going anywhere, I'd rather see growth at the moment.

    Thank you to the recent donors though.

    New Feature - Full offline mode

    My Wallet can now function even when blockchain.info is offline. Using html5 offline cache all javascript, wallet and transaction data will now be temporally stored in your browser.

    This means even if our servers got seized tomorrow you would still be able to access your wallet and move funds elsewhere.

    To Test:

    1) Login to My Wallet as normal.
    2) Disconnect your internet
    3) Now refresh the page and the site should still load.

    Usage notes:

    ** Does not work when two-factor authentication is enabled as that would defeat the purpose.
    ** If you want to disable this feature enable private browsing.
    ** The Unspent outputs cache can be invalidated if you are using alternative clients (including the blockchain iPhone / android app).
    ** It is still recommended you keep regular email or dropbox backups.
    ** Without blockchain.info an alternative method is needed to broadcast the transaction. Currently the only service that offers this publicly is bitsend.rowit.co.uk - please consider a donation to keep this Site running.

    752  Economy / Service Discussion / Re: iPhone IOS Bitcoin wallet is here! (From Blockchain.info) on: April 14, 2012, 04:28:50 PM
    Hopefully Piuk is able to slowly add wallet functionality over time and get it accepted that way Smiley

    Yep thats the plan.

    If you have the Cydia version don't switch. But if you have 1.0 from the Korean store remove it and upgrade (Login through the web interface first).
    753  Bitcoin / Bitcoin Discussion / Re: How is it going? on: April 13, 2012, 10:51:26 PM
    Android App: 318 total installs, 211 Active installs
    iPhone App:  ~250 downloads on Cydia
    Wallets: 6,450 - No way to tell how many contain BTC - transactions.
    Traffic: 12th April 3,624 uniques, 322,941 Dynamic Requests - 314 GB bandwidth in the last 30 days

    I'd like to hear some stats from exchanges other than Gox, Casinos and Merchants if any care to share.
    754  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: April 13, 2012, 10:18:40 AM
    And a way to know sooner when there are service issues?  This new use by thallium205 is a testament to how much of a utility BlockChain.info has become.  But like a real-world utility, the number of people affected when the entire service fails is huge.

    I know of another service that solved the dilemma of how can a free service afford to meet service levels required by those dependent on the service -- they offered commercial subscriptions.   There was no change to the service except that those paying the subscriptions got a weekly monitoring report showing availability and other metrics.  The revenue from those subscriptions though was used to pay for the monitoring service and for an on-call admin who would respond to alerts and do ticket triage so the founder/developer wasn't stuck supporting the project all by himself.

    tl;dr: Blockchain.info is becoming critical infrastructure for Bitcoin.



    http://status.blockchain.info/500250 or http://blockchain.info/status_check will now show if there is any service disruption. The script compares the latest block height with blockexplorer and checks the websocket api is running.

    I'm not sure about subscriptions. If people find the Site useful donations are always welcome.

    755  Economy / Service Discussion / Re: iPhone IOS Bitcoin wallet is here! (From Blockchain.info) on: April 13, 2012, 09:33:11 AM

    Installed the Cydia version on an iPhone 4S running v5.0.1.  Looks pretty good, thanks a lot for this.  Seems a bit glitchy but everything I've tried to do with it has eventually worked.  Good design too, nice job

    Thank you for the feedback. If you find any glitches please report them.

    HOPE!

    Molec, does 1.9.2 fix the issue?
    756  Bitcoin / Bitcoin Discussion / Re: Blockchain.info/wallet is the BEST Bitcoin client as-of-date. on: April 12, 2012, 11:25:45 AM
    the android app needs
     
    - password protection
    - email confirmation of payments

    really really bad. someone gets hand on my phone, bitcoins are gone.

    You can enable email alerts and double encryption in the web interface.
    757  Economy / Service Discussion / Re: iPhone IOS Bitcoin wallet is here! (From Blockchain.info) on: April 12, 2012, 10:02:00 AM

    I think throwing a jquery mobile theme (or something similar) on blockchain.info might be a simpler solution than the app store.

    Having it actually in the app store is great for promotional purposes, web apps just aren't quite the same.

    does the app link in any way to the purchase bitcoins by sms that is on the blockchain.info site? That could be the part about facilitating trading of virtual currency.

    No that button is shown only in Cydia. But the image is still bundled with the app, perhaps they think it might be activate later.

    did you actually receive any crash reports by your new method?

    I got one this time. Thanks for your help.

    Quote
    CALayer position contains NaN: [240 nan]

    (
        "4   libstdc  .6.dylib                   0x31323e3d _ZN10__cxxabiv111__terminateEPFvvE   52",
        "5   libstdc  .6.dylib                   0x31323e91 _ZSt9terminatev   16",
        "6   libstdc  .6.dylib                   0x31323f61 __cxa_throw   84",
        "7   libobjc.A.dylib                     0x30cfac8b objc_exception_throw   70",
        "8   CoreFoundation                      0x367dc491  [NSException raise:format:arguments:]   68"
    )

    8J2
    iPhone OS - 4.3.3 - Cydia

    Seems there is a divide by zero somewhere. Shouldn't be too hard to find.
    758  Economy / Service Discussion / Re: iPhone IOS Bitcoin wallet is here! (From Blockchain.info) on: April 11, 2012, 02:20:07 PM
    This is the latest rejection (for the Korean app store only).

    Quote
    We found that your app contains content - or facilitates, enables, or encourages an activity - that is not legal in all the locations in which the app is available, which is not in compliance with the App Store Review Guidelines.

    Specifically, the facilitation of trading of virtual currency is not appropriate for the App Store.

    We encourage you to review your app concept and evaluate whether you can incorporate different content and features that are in compliance with the Guidelines.

    If you wish to appeal your review, you can submit a request to the App Review Board. The App Review Board was created for developers to appeal an app review they have concerns with. Please be as specific as possible when explaining why you believe your app is in compliance with the App Store Review Guidelines.

    I tried to explain the app deals in bitcoins only and does not allow trading but I guess the definition of "encourages an activity" can be quite broad. They also declined the app for the same reason without send functionality.
    759  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: April 11, 2012, 02:14:59 PM
    New payment request screen available on address pages which you can use to construct a bitcoin URI.

    760  Economy / Service Discussion / Re: iPhone IOS Bitcoin wallet is here! (From Blockchain.info) on: April 11, 2012, 02:12:51 PM
    I tried sending money again and (after asking if I wished to label and save the address) it goes to some strange shaded mode (light in the middle, darker to the outside, like being lighted by a small spotlight) and just sits there (about 3 minutes now).

    I don't really know what else to try. I've tested it an old iPhone 3G (iOS 4.2.1) and a 4G (iOS 5.1) and cannot replicate it. Is it possible you could try and get one more crash log?


    The screens change in colour just slightly but the arrow does not.

    Thanks, I'll take a look.

    Is there a way to update to 1.9 if I got this thru the app store? Not jailbroken.

    Unfortunately not. I'm trying to get it approved but apple just doesn't like bitcoin.

    Has anyone else gotten this to work on an Iphone 4S  IOS 5.1 ?

    1.0 is probably a lost cause.
    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 26 27 28 29 30 31 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 »
    Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!