Pages:
Author

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

hero member
Activity: 910
Merit: 1005
Wow, I really liked the bitcoin value at time of transaction on summary dialog.
1- The data is from MtGox?
2- Could you add an option to choose other exchanges?

Yes the data is from Gox. I guess the problem is that Mt.Gox is the only exchange I really trust or use, but aside from that it is just a case of parsing their data feeds.

I'm browsing blockchain.info wallet on a tablet. When I open the transaction summary dialog, the only way to close it is clicking on close button or on X icon.
Could you add an option to just click out of the dialog to close it?

I can't remember why but there was a a reason why I disabled this behaviour for all modals. I think it was to stop users exiting without choosing an action. However that doesn't apply in this case, so i'm sure it can be changed.

http://pastebin.com/h7WFrMUY working on it, but I dont want to make it TOO hard to understand.

My Wallet = My Treasure Chest haha Smiley

Not everyone knows that www. isn't needed, and the www. was even the "official" URL at one time:

Thanks, fixed now.

Cool. However, as far as I can see this requires me to use your wallet. Is there some way I can request an anonymous forwarding address I can send to from my own wallet software?

http://blockchain.info/api/api_receive look at the "Create Address API Call"
sr. member
Activity: 304
Merit: 250
Can the send anonymously mixing service be used with the API?
You can now: https://blockchain.info/api/api_send
Cool. However, as far as I can see this requires me to use your wallet. Is there some way I can request an anonymous forwarding address I can send to from my own wallet software?
legendary
Activity: 2506
Merit: 1010
Attempts to get to the service using www.Blockchain.info responds in a 404.

Not everyone knows that www. isn't needed, and the www. was even the "official" URL at one time:

I've moved it to http://www.blockchain.info Simple & to the point, still open to new suggestions though.

Maybe put in (or restore) a 301 (moved permanently) redirect?
legendary
Activity: 1470
Merit: 1002
Hello!
http://pastebin.com/h7WFrMUY working on it, but I dont want to make it TOO hard to understand.
sr. member
Activity: 312
Merit: 250
Piuk,

I'm browsing blockchain.info wallet on a tablet. When I open the transaction summary dialog, the only way to close it is clicking on close button or on X icon.
Could you add an option to just click out of the dialog to close it?
sr. member
Activity: 312
Merit: 250
Wow, I really liked the bitcoin value at time of transaction on summary dialog.
1- The data is from MtGox?
2- Could you add an option to choose other exchanges?
hero member
Activity: 910
Merit: 1005
hero member
Activity: 910
Merit: 1005
Hey, piuk, a little help please.

On https://github.com/blockchain/Blockchain-Translations/blob/master/auto_portuguese.json line 83 there are some codified characters(\u200B\u200B) which are not on the main file. Should they stay there or was it an artifact of the machine translation and they should be removed?

Artefacts of the machine translation, they can be removed.

makes me nervous because this means that my login password is stored in a way which is decryptable ( normally i would have expected that the password is stored as a salted hashvalue). so please can you explain."

The password is never sent or stored server side. The QR code is generated using javascript. Possibly it should be base64 encoded or something to slightly obfuscate it. The password is stored plain text in the iphone app using NSUserDefaults. If you are concerned about this enable double encryption (which is never stored at all).

Can I claim a bounty for translating the strings into pirate english (YARR, etc?)

Yes, I wouldn't want any pirates to miss out Smiley 5 BTC bounty for a full translation.

Can the send anonymously mixing service be used with the API?

You can now: https://blockchain.info/api/api_send

German translation is way off.
Where can I contribute?

https://blockchain.info/wallet/translations Thank You to everyone who has contributed so far.

adding a display field to the "custom send"-dialog that shows the sum of all selected own addresses minus
  the sum of so far entered outputs.

I have added this now.



New summary dialog when you click on a transaction:

legendary
Activity: 2058
Merit: 1005
this space intentionally left blank
German translation is way off.
Where can I contribute?
sr. member
Activity: 304
Merit: 250
Can the send anonymously mixing service be used with the API?
full member
Activity: 216
Merit: 100
About the Greek translation: in most of the texts, the machine translation is probably better than my own Greek, but there is one mistranslation that caught my eye, namely the translation of the "close button". The Greek word "Koντά" means "close" only in the sense of "close by" or "near". For close buttons, Greek use the noun "Kλείσιμo" (literally "the closing of ...").   (Didn't want to bother with JSON-editing just for that one word.)

@piuk: I'd like to hear your opinion about the suggestion I made while you were on vacation (on page 76 now):
  adding a display field to the "custom send"-dialog that shows the sum of all selected own addresses minus
  the sum of so far entered outputs.
newbie
Activity: 15
Merit: 0
2 other errors on language.json: line no. 477 and 524
legendary
Activity: 1470
Merit: 1002
Hello!
Can I claim a bounty for translating the strings into pirate english (YARR, etc?)
Hrm... not sure many people would want to see their interface in pirate as of late.
I guess you are right
sr. member
Activity: 658
Merit: 250
Error saving wallet:
In My Wallet, whenever I try to change the label of an address, archive an address, or delete an archived address, it acts like the change goes through, but the status always says "Error saving wallet" and when I log out and back in, none of the changes I made are there.  The wallet has about 300 addresses in it.

It also says "You have Watch Only seconds to change your mind." when I try deleting an address.
This is fixed now and counts down correctly.
hero member
Activity: 560
Merit: 500
I am the one who knocks
Can I claim a bounty for translating the strings into pirate english (YARR, etc?)
Hrm... not sure many people would want to see their interface in pirate as of late.
newbie
Activity: 21
Merit: 0
You just typed the password to generate the QR code.  It is my understanding that the password is not even transmitted to blockchain.info, but is used locally to decrypt your wallet with some javascript in your browser.  Most likely the QR code is generated by local javascript too, so your password never leaves the browser.  But it would of course be nice to hear an official confirmation of this.

What worries me slightly more is that this password is somehow stored on my iPhone in a decryptable way (otherwise the app would not be able to access the web page).  I really hope it cannot be recovered from the backup files or something like that, but since my backups are unencrypted it probably can.


If the password never leaves the browser thats would be absolutely perfect, i also want to have a official confirmation. The qr code is not a picture (jpg, png etc), its a html canvas - so it looks like that its only get rendered in the browser. Anyhow its at least a problem if you leave the browser window open in an unsecure environment (or you print it out) which no knowledge of that the qr code contains your cleartext password.

The question how the password is stored on the iphone is another good issue to point out.

Its annoying that i have not heard anything from blockchain.info for more than a week.
hero member
Activity: 547
Merit: 500
Decor in numeris
You just typed the password to generate the QR code.  It is my understanding that the password is not even transmitted to blockchain.info, but is used locally to decrypt your wallet with some javascript in your browser.  Most likely the QR code is generated by local javascript too, so your password never leaves the browser.  But it would of course be nice to hear an official confirmation of this.

What worries me slightly more is that this password is somehow stored on my iPhone in a decryptable way (otherwise the app would not be able to access the web page).  I really hope it cannot be recovered from the backup files or something like that, but since my backups are unencrypted it probably can.
newbie
Activity: 21
Merit: 0
Hi blockchain.info support,

i wrote a mail complaining a possible security issue to you on 12. Oct and got no reply so far.
Therefore i will post the answer here and hope to get feedback soon:

"In the qr code for iphone device pairing the plaintext login password is contained. this is (in my opinion) a possible security issue and it makes me nervous because this means that my login password is stored in a way which is decryptable ( normally i would have expected that the password is stored as a salted hashvalue). so please can you explain."

Kind regards
-pminers
legendary
Activity: 1372
Merit: 1000
--------------->¿?
The link for the blockchain translations is not working in this page https://blockchain.info/wallet/translations
legendary
Activity: 1358
Merit: 1002
The flag in the dropdown menu for the Swedish translation is not the Swedish flag.
This is what the Swedish flag looks like:

That's the El Salvador flag lol
They typed sv.png when they should've typed se.png. The flag is there, look
Pages:
Jump to: