Pages:
Author

Topic: Blockchain.info - Bitcoin Block explorer & Currency Statistics - page 65. (Read 482721 times)

legendary
Activity: 1358
Merit: 1003
Ron Gross
I can't seem to pair my Yubikey with My Wallet.

I press the button, get a standard Yubikey code, and then get "Authentication code is incorrect"

I see now that Mt. Gox Yubikeys are not supported. Perhaps you can specify this somewhere on the Yubikey auth form (perhaps only in case of error)
legendary
Activity: 1358
Merit: 1003
Ron Gross
I can't seem to pair my Yubikey with My Wallet.

I press the button, get a standard Yubikey code, and then get "Authentication code is incorrect"
legendary
Activity: 1078
Merit: 1003
piuk an chance on that graph we talked about a while back that draws what this one does: http://statistics.ecdsa.org/
legendary
Activity: 1358
Merit: 1003
Ron Gross
Any plans to add a safari Browser extension? The firefox and Chrome versions look great !

Sure, if apple accepts it into the extension gallery.

Can you please order the result by date?

Done.

I am not receiving my email verification code and am locked out.

Email and SMS codes should be coming through again now.

Thanks for the quick response, it works!
sr. member
Activity: 406
Merit: 250
hope so but I suspect they will be backed up - I would have generated 5 confirmation code emails alone.
hero member
Activity: 910
Merit: 1005
Any plans to add a safari Browser extension? The firefox and Chrome versions look great !

Sure, if apple accepts it into the extension gallery.

Can you please order the result by date?

Done.

I am not receiving my email verification code and am locked out.

Email and SMS codes should be coming through again now.
legendary
Activity: 1358
Merit: 1003
Ron Gross
Update:  it's been over 5 hours and no response - still locked out of my wallet due to not receiving the SMS codes, and now it's stuck on "changing wallet identifier" ... am I the only one having issues?

I am not receiving my email verification code and am locked out.
member
Activity: 112
Merit: 10
Update:  it's been over 5 hours and no response - still locked out of my wallet due to not receiving the SMS codes, and now it's stuck on "changing wallet identifier" ... am I the only one having issues?
member
Activity: 112
Merit: 10
Anyone else having problems receiving the SMS code?  I can't login because the code isn't being sent, and this sucks since I sell bitcoins ...
legendary
Activity: 952
Merit: 1000
Why don't you answer my ticket on zendesk?

I have added a tool to help you debug this issue. The server will now log the response of every callback and you can view the logs by entering the callback url on https://blockchain.info/api/api_receive or https://blockchain.info/api/blockchain_wallet_api.

http://i.imgur.com/P2rNqUJ.png
Thank you Thank you Thank you Thank you Thank you   Grin

Where can I tip you?
Can you please order the result by date?

Thanks.
hero member
Activity: 544
Merit: 500


Any plans to add a safari Browser extension? The firefox and Chrome versions look great !
vip
Activity: 1358
Merit: 1000
AKA: gigavps
I made a few SSL changes last night I think may be the full certificate chain was incomplete. Please try again now.

I have retried a small payment through the API and everything is working normally again.

Thanks for the quick fix.

Best,
James
hero member
Activity: 910
Merit: 1005
Piuk,

It seems some recent changes to the SSL cert (within the last week) have caused Java clients trying to connect to the API to not be able to validate your SSL cert. Did you move to SNI SSL cert or do something else?

Thanks,
James

I made a few SSL changes last night I think may be the full certificate chain was incomplete. Please try again now.
vip
Activity: 1358
Merit: 1000
AKA: gigavps
Piuk,

It seems some recent changes to the SSL cert (within the last week) have caused Java clients trying to connect to the API to not be able to validate your SSL cert. Did you move to SNI SSL cert or do something else?

Thanks,
James
hero member
Activity: 767
Merit: 500
bump

why are you bumping a question that's already been answered:

blockchain.info isn't calculating firstbits for new addresses. Could you fix it please?

Ah for some reason I disabled this. It is enabled again now but has a bit of catching up to do.

Will
rme
hero member
Activity: 756
Merit: 504
rme
hero member
Activity: 756
Merit: 504
Firstbits in Blockchain.info is not working (for new ones)
(sorry for the size and color, just to call attention).

For example, this url https://blockchain.info/address/1R2sWe is the firsbits of 1R2sWeVhFitB8zVbkrmdSoXzaQRsw6cfh and it is not woking.

Also firstbits.com is down.
legendary
Activity: 1199
Merit: 1012
Please help. How can it be explained and how is it supposed to work?

The private key returned by /new is Hex encoded and the compressed address is shown. The merchant API should be compatible with no conversion however using the call where you pass in the loan private key only the uncompressed address would be check. Now both the compressed and uncompressed balances will be check and it should work fine.

Thank you so much, it works!
hero member
Activity: 910
Merit: 1005
Piuk - do you run bitcoind or your own implementation of the protocol?

Bitcoind, just with some modified networking code.

Please help. How can it be explained and how is it supposed to work?

The private key returned by /new is Hex encoded and the compressed address is shown. The merchant API should be compatible with no conversion however using the call where you pass in a single private key only the uncompressed address is checked. Now both the compressed and uncompressed balances will be check and it should work fine.
legendary
Activity: 1199
Merit: 1012
What I do:

1. Go to https://blockchain.info/q/newkey , it shows 2 words, such as:

      1jDY146mpM6BKYsxGVRz9ckVGYuSEDv2o f5b4522d9a49d7ba38450058f8e390454dd1d6f513a0e299a55e2f46e51f8021

    So

      $address1 = 1jDY146mpM6BKYsxGVRz9ckVGYuSEDv2o
      $privHex = f5b4522d9a49d7ba38450058f8e390454dd1d6f513a0e299a55e2f46e51f8021

2. Send $amount+0.0005 bitcoins to $address1

3. Call https://blockchain.info/merchant/$privHex/payment?to=$someOtherAddress&amount=$amount , it will give me the error:
      {"error":"No free outputs to spend"}

4. Go to http://brainwallet.org/#converter , paste there $privHex, convert it to $privBase58

5. Go to http://brainwallet.org/#sign , paste there $privBase58, notice bitcoin address $address2

6. Send $amount+0.0005 bitcoins to $address2

7. Call exactly the same query as in 3: https://blockchain.info/merchant/$privHex/payment?to=$someOtherAddress&amount=$amount
      It works, money sent from $address2!

If I go to http://brainwallet.org/#generator and put there $privHex as exponent and click "Compressed", I will see $address1 there and Private Key (DER). But I have no idea how to convert that private key to hex format required by blockchain.info to be able to spend test money that has been sent to $address1.

Please help. How can it be explained and how is it supposed to work?
Pages:
Jump to: