Bitcoin Forum
April 16, 2024, 08:59:33 AM *
News: Latest Bitcoin Core release: 26.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 ... 64 »
81  Bitcoin / Bitcoin Technical Support / Re: Blockchain Receive API not sending callbacks. on: October 07, 2013, 11:33:00 AM
If you use the "Check Callback Response Log" tool on https://blockchain.info/api/api_receive is your server giving the correct responses?
82  Economy / Service Discussion / Re: Blockchain.info My Wallet "Insecure Alias" on: October 02, 2013, 11:11:32 AM
"Insecure Alias. Please login using your wallet identifier link."

I contacted them and they explained that they changed their policy, just a couple days ago, that aliases without an email attached will not work due to security concerns... I think it's an unnecessary move, and don't really see the logic.

Basically it is prevent automatic spidering of wallets using lists of usernames from other bitcoin sites or common english words.

If you have an email associated with your wallet if an unknown person tries to access it we can send you an email asking for your approval. Without an email we have no way to contact you, previously the default action was to allow login anyway now this has been changed to deny login.

You can still use blockchain.info with no contact information but must login using the identifier rather than an alias.

Quote
We need at least two of the following to find your wallet identifier

There is some confusion from the support staff here. If you are receiving this error simply send us your alias and we can send you the identifier without providing other information (If there is contact information associated with the wallet it must matches your own details).

"Application cache" tabs and under each one was a different guid (wallet identifier) i had used in the past.

This is the HTML 5 offline storage http://www.html5rocks.com/en/tutorials/appcache/beginner/. It means you can still open your wallet even if blockchain.info is offline and is a good way you can recover your identifier without our help.

83  Bitcoin / Bitcoin Discussion / Re: Please stop treating http://blockchain.info/pools as accurate on: September 30, 2013, 01:58:23 AM
I've updated some of the coinbase keywords now. For some reason ghash.io removed theirs.
84  Bitcoin / Bitcoin Technical Support / Re: blockchain wallet api -how to can i get parameter of callback on: September 29, 2013, 03:44:43 PM
i dont know why api_receive is not work for me,i test this  and  send 0.001 for serval times to the address blockchain generate... but payment not send back to my account ...all gone and never back...i dont know why...

Could you PM me or post one of the addresses.
85  Bitcoin / Bitcoin Technical Support / Re: blockchain wallet api -how to can i get parameter of callback on: September 29, 2013, 12:31:29 PM
/merchant/new_address doesn't accept a callback parameter, the callback set in account settings is global for all addresses and cannot be changed for individual addresses. Instead you could do either of the following:

1) When you create an address store in your database the user that it was created for. When a callback is received use the address to query the user that made the payment.

2) Use the receive payments API which can have a custom callback set for each address.

instead of using /merchant/new_address, use:

https://blockchain.info/api/receive?method=create&address=$your_address&callback=http://www.XXX.com/callback.php?who=2833
86  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: September 28, 2013, 11:06:35 PM
Please let users decide if they want that kind of security. Please make ON/OFF switch for this "authorization" and keep it ON by default.

The problem is 90% of users will not read warnings and will simply choose the easiest option. It's like when you give users the option to not pay transaction fees, the majority of them will, only to complain about transaction being slow to confirm soon after.

I have a pocket change wallet and it makes me sick when i'd like to show it to someone and i have to do all the extra work (opening email, clicking on link, etc etc)

This should be easier now. Links in approval emails will now whitelist the browser that made the request even if the approval email is opened on a different device.

For example: If you want to open your wallet on a friend's PC you can use your alias and open the approval email on your phone.

---

In a related change, aliases will no longer work on wallets with no email associated. Anyone receiving the following error "Insecure Alias. Please login using your wallet identifier link." needs to use their identifier to login and once logged in add an email to the account. Contact Support (Not me) if you have forgotten your identifier.

----

Support for an increased number of pbkdf2 iterations

An custom number of pbkdf2 rounds can now be choosen in [Account Settings] -> [Debugging]



Enabling this feature alters the wallet format slightly making it none compatible with old clients. The following clients support the new format

Chrome Extension v3.0.1
Firefox Extension v1.9.1
Mac OSX App v0.3 (Not available in app store yet)
Android App v3.61

The iPhone app and third party Windows 8 apps do not support the new format and will cease to function if the pbkdf2 rounds are altered. Once the remaining clients are updated the new default will be 10,000 iterations and all existing wallets will be upgraded.

Depending on the speed of your device and the number of rounds a progress bar may now be displayed on login.



----

How can I change my wallet's language? I can't without going through the homepage everytime, and that doesn't always work.

Account Settings

Blockchain Wallet API gives back Unknown Error recently if I try to send with hex encoded private key

Should be fixed now.
87  Bitcoin / Bitcoin Technical Support / Re: blockchain.info wallet API - transactions not forwarded to main wallet (Reward) on: September 28, 2013, 12:41:57 PM
From how our deposit application works, this would disrupt how we would properly credit our customer's accounts.

You could fetch the users receiving address e.g. https://blockchain.info/address/17FcpJFGAT8NkcKtMsnvpcjnzrMnezGzT1?format=json
 and extract the transaction hashes and amounts from there.

Here's another recent example of us not receiving the 'forwarded' transaction: https://blockchain.info/tx/0b872095382829d55b7cd2132132f60dd93bd91f464d6e17a9a4d201023b72ce

Seems like it was forwarded correctly to me: https://blockchain.info/tx/ac22686c4cf8bd6ce04aa0aa05aa81064c473015fe44a98687b018957de2141d

https://blockchain.info/address/1Fq7RxSgZ6sRNFNZumYGSrHDr2jVmNrohu

Your server is correctly responding with the *ok* message.
88  Bitcoin / Bitcoin Technical Support / Re: blockchain.info wallet API - transactions not forwarded to main wallet (Reward) on: September 27, 2013, 10:17:05 AM

Tim,

The above two transactions were combined and forwarded in one transaction - https://blockchain.info/tx/eea53810936c07020522b279f263495a62349a5f9977c418c2a682ddef6d3d1b. Inputs can be combined to save on transaction fees, but the total amount received at your end should be the same. You will receive one notification for the total amount rather than separate notifications for each input.

I assume 1GC6ucWxo5stow6U8A1gUaptK77n7E6FhQ your receiving address? 
89  Economy / Service Discussion / Re: Are Blockchain.info Passwords Compromized if you get an email? on: September 26, 2013, 12:35:58 PM
Does this mean that someone tried to login, but they got the WRONG password?

Or does that mean that someone tried to login and they got the RIGHT PASSWORD and then were denied by BlockChain.info because of suspicious activity?
I know that google does this. Quite often when I login to my Gmail from a tor exit node, as well as inputs.io. But does Blockchain.info do this?

It's a DEAD IMPORTANT detail that Blockchain.info doesn't make clear! Is my password compromised or not?!

It means someone opened your wallet login page from an unknown browser. It doesn't mean someone has the right or wrong password, they were denied from trying any password.

Your alias is the same as your bitcointalk username which means anyone can visit http://blockchain.info/wallet/ReCat and you will receive "authorisation required" email. Changing your alias to something more obscure should prevent you receiving any more of these emails.

90  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: September 26, 2013, 12:06:28 PM
I it's got notified of two malicious login attempts. One in Germany one in USA.

I would recommend you change your wallet alias. If anyone visits http://blockchain.info/wallet/YourUsername you will receive an "Authorization Required." email, this isn't really a problem but using an alias which isn't the same as your username on bitcointalk or other bitcoin sites will prevent anyone from easily accessing your wallet login page and you will stop receiving the malicious login attempt emails.

Ideally note down your wallet identifier and don't use an alias at all.
91  Bitcoin / Bitcoin Discussion / Re: my wallets were stolen just now, can any one help me? on: August 21, 2013, 05:04:17 PM
It is correct. Click "Show scripts & coinbase" for these both transactions. You will see that both used the same random number: 04b8c7b27846a1df35a87763f75b421a4f8148d17ca91c2daab6838aa5b04d48e373bba0cc1e081 be696bc626296febcdccab5336a43b8861a91afa57865bbb3f5

That is the public key of the address, not the random number (public keys always being with 04). These addresses are not affected by the random number issue.
92  Other / Beginners & Help / Re: Blockchain stolen 8.48BTC (send share), No Help. on: August 21, 2013, 02:56:39 PM
8.3 BTC has been returned to the sending address.

Shared Addresses are valid for one transaction only, don't re-use them as after the first transaction reaches 6 confirmations they stop being monitored.
93  Bitcoin / Development & Technical Discussion / Re: Theft from Paper Wallet - FLHippy Notes compromised on: August 21, 2013, 12:13:18 PM

No transactions from these addresses appear to have been made from blockchain.info and they are not affected by the recent rng problem.

Unfortunately it looks like the person who generated the paper wallet may have retain a copy of the private keys and waited for you to fund the addresses.
94  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: August 20, 2013, 11:15:42 AM
My funds were stolen from online wallet. Only single address affected, so seems Blockchain.info wallet has vulnerability in RNG:
https://bitcointalk.org/index.php?topic=277595.0

Important!

I can confirm there is a problem with the RNG used by blockchain.info javascript clients being poorly seeded when initialised in a background webworker task. In some browsers this could lead to duplicate R values being used when signing transactions (Firefox is likely to be particularly vulnerable). This issue effects the transaction signing code only, not the generation of private keys.

Patches have now been deployed, Please ensure you upgrade to the latest version of your Blockchain.info client.

Chrome extension - v2.85
Fixefox extension - v1.97
Mac client - v0.11

Users of the web interface should clear their browsers cache before next login.

Only a handful of addresses are known to be affected thus far. Likely if you have been affected by this problem your coins will have been taken already. All affected users will be refunded in full, please PM me or email help@blockchain.info.

-----

Piuk, please, could your site implement importing password protected private keys according to BIP38? Many people use that for their offline savings and allowing to spend the key directly from blockchain.info would help a lot. Thanks!

BIP38 supported has been added.
95  Economy / Web Wallets / Re: Blockchain.info security [FUNDS STOLEN] on: August 20, 2013, 11:11:40 AM
Jesse James has informed me of a problem with the rng used by blockchain.info javascript clients being poorly seeded when initialised in a background webworker task. In some browsers this could lead to duplicate R values being used when signing transactions (Firefox is likely to be particularly vulnerable). This issue effects the transaction signing code only, not the generation of private keys.

Patches have now been deployed, Please ensure you upgrade to the latest version of your Blockchain.info client.

Chrome extension - v2.85
Fixefox extension - v1.97
Mac client - v0.11

Users of the web interface should clear their browsers cache before next login.

Only a handful of addresses are known to be affected thus far. Likely if you have been affected by this problem your coins will have been taken already. All affected users will be refunded in full, please PM me or email help@blockchain.info.
96  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: August 17, 2013, 10:36:41 AM
Seems like it would be easy (relatively, given the data you already collect) to calculate a weighted average between all the exchanges you track, which would be a better one number representation of the exchange rate.

Yeah this would probably be an improvement. Though the spreads between the other exchanges are normally pretty tight and the market price on blockchain is only a guide, it doesn't need the same accuracy as if it was being used for high frequency trading etc.

Something like bitcoinaverage.com

bitcoinaverage looks good, however for our usage direct links to the exchanges are needed.

Indeed - I thought you could still use XMPP for client to server communications

Yep your right, it must due to another reason. I'll take a look.

Awesome! It will be interesting to see if they approve it or not. Good luck!

No response yet. For anyone who is interested in testing an Alpha can be downloaded here https://blockchain.info/wallet/desktop-client - I've also put up a bit of a comparison between the available Blockchain clients here https://blockchain.info/wallet/ways-to-access
97  Bitcoin / Development & Technical Discussion / Re: Bad signatures leading to 55.82152538 BTC theft (so far) on: August 17, 2013, 09:58:59 AM
I know this is an extremely rough estimage, but guesstimating from Number of Transactions excl. popular we can speculate that roughly 20 kBTC have been moved from android wallets (assuming the spike is just that).

55 / 20k = 0.2% of funds stolen due to the bad RNG... could've been worse. I feel with the people who lost money, of course.

As of today only 51% of users of the Blockchain.info app have upgraded to a patched release, if the pattern is similar with other apps a fair number of wallets might still be vulnerable. But you are right it definitely could have been worse.
98  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: August 16, 2013, 09:26:58 PM
What is the default timezone on BC.info?

GMT.

Anyone noticed Google talk notifications have stopped for some reason, or is it just me?

Will

Unfortunately yes http://tech.slashdot.org/story/13/05/20/2315216/google-drops-xmpp-support. Skype is still functioning. Edit: XMPP might not have been fully dropped actually
99  Bitcoin / Bitcoin Technical Support / Re: Blockchain API send and receive on: August 15, 2013, 06:50:44 PM
I have tried using their preset code on https://blockchain.info/api/api_receive but I cannot get it to work for me (even on a live site)

Which part are you having trouble with? Receiving the callback notification? If you enter your callback URL into the "Check Callback Response Log" tool https://blockchain.info/api/api_receive are there any errors?
100  Bitcoin / Bitcoin Technical Support / Re: lost 35 btc on: August 15, 2013, 06:42:53 PM
this is my wallet address 19eKWyo5YsLtVV8pZfEXibmWvFT3HTHGp3 here are my btc!
ok so i downloaded blockchain app on my mytouch 4g. after receiving 35.17 btc into my wallet i tryied to pair my phone with the account made on the laptop. after opening th wallet the balance showed 0. i had a file with saved wallet on it and same thing after recovering it shows 0 balance.

this is the curerent identifier 45ba593d-2956-42e0-8863-ea8ee9b147e6 where is no btc.

The problem is you created a wallet on the android app then paired it will a different wallet through the web interface which overwrites the previous wallet details. From the identifier you have posted I believe I have located the previous wallet and have PM'd you the details. Simply login to that wallet online and the coins should be restored.
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 ... 64 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!