Bitcoin Forum
May 14, 2024, 12:17:23 AM *
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 »
241  Other / Beginners & Help / Re: Note to Bitcoin Devlopers & Newbies on: March 19, 2013, 07:17:35 PM
Looking at your PHP snippet the problem is JSON strings should be enclosed with double quotes " rather than single quotes '

e.g. as follows:

Quote
<?

$guid="GUID_HERE";
$firstpassword="PASSWORD_HERE";
$secondpassword="PASSWORD_HERE";
$fee = "100000";
$amounta = "10000000";
$amountb = "400000";
$addressa= "1A8JiWcwvpY7tAopUkSnGuEYHmzGYfZPiq";
$addressb= "1ExD2je6UNxL5oSu6iPUhn9Ta7UrN8bjBy";
$recipients = urlencode('{
                  "'.$addressa.'": '.$amounta.',
                  "'.$addressb.'": '.$amountb.'
               }');


echo 'Here';

$json_url = "http://server2.blockchain.info/merchant/$guid/sendmany?password=$firstpassword&second_password=$secondpassword&recipients=$recipients&shared=$

$json_data = file_get_contents($json_url);

echo 'Response ' . $json_data . "\n";

$json_feed = json_decode($json_data);

$message = $json_feed->message;
$txid = $json_feed->tx_hash;

?>

Response:

Quote
{"message":"Sent To Multiple Recipients","tx_hash":"ccad4e724c665ee3c9118ade4277d9ac5a32a12e0e1a570b57263c8fc7b1367f"}

----

The reality is if you want top notch tech support then you need to pay for it, blockchain's APIs are free.
242  Other / Beginners & Help / Re: Note to Bitcoin Devlopers & Newbies on: March 19, 2013, 06:06:24 PM
What is the problem you are having?
243  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: March 19, 2013, 03:14:02 PM
So it doesn't seem to like your SSL cert.

The SSL cert for coinad should work correctly now.
244  Bitcoin / Bitcoin Technical Support / Re: "no free outputs to spend" blockchain wallet on: March 19, 2013, 03:03:10 PM
A new dialog has been added to better explain "No free outputs to spend" and "insufficient funds" errors. A dialog will popup with the option of automatically adjusting the transaction value:

245  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: March 19, 2013, 03:01:37 PM
I have problems making 2-factor auth (Google Authenticator) work for my  Blockchain.info wallet.

In Account Settings->Security, I've set Two Factor Authentication to Google Authenticator and scanned the QR code to my Android Google Authenticator app. Also, I checked 'Never Remember Two Factor Login' box. The account is properly set up in the Android app, generating the codes. Login screen now asks for Google Authenticator code in addition to my password.

All is well? Not really, the login comes through with a correct password regardless of the code you put into a Google Auth field. You can put ANY numeric code or NO code at all, and it's still logging you in! Hmmm.. What's the purpose of 2-factor authentication then?

The problem here is the wallet is still cached in your browsers local storage. If the browser already has a local copy of the wallet validating the code with the server is surpufulous. When two factor authentication is enabled the local storage will now be properly cleared, you may need to clear your local storage manually though.

If trying to login with another browser the code would have to validate properly, it is just caching in your own browser which is allowing it to bypass validation.

Is bc.info support active/alive?  I opened a case about missing funds almost a month ago and have still not heard anything...

Mon, Feb 25, 2013 at 9:26 PM
"Your request (#2166) has been received and is being reviewed by our support staff."

anyone else experience this?

thanks

I have responded to your ticket now.

Should I be concerned if my browser extension is preventing me from logging in, or is it just from moving servers around???  Safari with extension 1.9 on OS X 10.8.3.  It let me login earlier today.

This is cloudflare showing you a challenge page which contains unverified javascript. Until the site moves off cloudflare the validator will continue to display errors.

Please use one of the packaged extensions instead https://blockchain.info/wallet/browser-extension

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.



That's probably something whose root cause should be understood (and not just overlooked).

Ok I understand this problem better now. The outputs are in fact all unspendable. Before this 0.7/0.8 fork there had never been a very long chain of double spends confirmed in different branches, the code was not checking back far enough to the start of the fork.

http://blockchain.info/unspent?active=12U63dueaNH1ANWLe2XWF6uUqNnstyNi6c%7C138bqSSnWz23fNHe6qUHRz8LfieqVmvkYr%7C149PQjaoTXLBkcX5wczcs947zcUbgTUdxp&format=html

Bug report:

Unknown Exception: Column 'hash' in where clause is ambiguous

For: http://blockchain.info/taint/18JgZuNaW8hLV2uMGAcbUhHTVuPGfvA2jC?reversed=true

Fixed, thanks.

-------

Insufficient Funds Error

some users are still have issues with Insufficient Funds errors mostly due to the miners fee pushing the value of the transaction high than the amount available. Now a new dialog will popup with the option of automatically adjusting the transaction value:

246  Other / Beginners & Help / Re: Blockchain.info - can't send bitcoins to another address on: March 18, 2013, 09:26:42 PM
Ok Well there are two separate errors here.

For the "insufficient funds" error what is exact message? (either screenshot or copy and paste it). There is 0.5285289 BTC available to spend but the fee may be pushing it over.

The [ReferenceError: Bitcoin is not defined] is a javascript error normally indicating that a javascript file failed to load. Are there any other errors in the javascript console? Or try https://chrome.google.com/webstore/detail/my-wallet/djjkppdfofjnpcbnkkangbhanjdnoocd?utm_source=chrome-ntp-icon
247  Other / Beginners & Help / Re: Blockchain.info - can't send bitcoins to another address on: March 18, 2013, 08:58:16 PM
Please try clearing your browsers cache and reloading the page.

http://www.wikihow.com/Clear-Your-Browser's-Cache
248  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: March 18, 2013, 05:00:05 PM
Hi piuk, can you please fix blockchain.info's transaction routine? I have it set-up to pay the hefty fee on all my transactions, and form time to time it just chooses to send a fee-less transaction. This is not acceptable dude  Undecided

Can you link me to an example transaction that the fee should be higher.

With the move to the new server I think the satoshidice profit/loss display/summary was disabled again - any chance this could be re-enabled?

The new server is still not in yet. But I have enabled profit/loss again now.

-----

/pushtx is now using Bitcoinj to validate transaction scripts rather than Bitcoind. This means as soon as the /pushtx sucessfully responds the transaction is guaranteed to inserted into the blockchain.info database. Previously /pushtx would do some preliminary checks and then hand the transaction over to Bitcoind for full validation.

In addition to the improvements yesterday, transaction creation using the api and wallet interface will now be much quicker and more reliable. "Error getting Unspent Outputs", "Insufficient funds", "Error Pushing Tx" should all be fixed.

249  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: March 18, 2013, 11:33:36 AM
I still havent received a response from anyone over at blockchain.ingo regarding my problem.

Sad....starting to lose faith.

..............


I replied just above. 17Wt5vmidhegUGXFiyiuQYc21QPb8rMYnC has a balance of 0.20027549 BTC.
250  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: March 18, 2013, 10:45:04 AM

Nice article.

Does that mean everyone will need to update their callback code again to match the new IP address?

I would not validate by ip address anymore.

- Use a hidden callback URL.
- Use a secret parameter when the address is generated and validate it is the same in the callback.
- Call /q/txresult to validate the amount received by a transaction matched that being reported by the callback. (Example in doc).

Should I be concerned if my browser extension is preventing me from logging in, or is it just from moving servers around???  Safari with extension 1.9 on OS X 10.8.3.  It let me login earlier today.

How do you mean preventing you from logging in? What is the error?

It looks like the total market cap is calculated wrong:

Total Market Cap    $537.91 million
Market Price    $47.49 USD (weighted)

That is about 11,3 million bitcoins.

Thank you for the report. This will be fixed shortly.
251  Other / Beginners & Help / Re: Why is blockchain.info support so slooow? on: March 18, 2013, 10:21:12 AM
I think may be your secret phrase is is incorrect. Please PM me.
252  Economy / Web Wallets / Re: blockchain wtf? on: March 18, 2013, 10:11:58 AM
Same question as OP I mean 7 messages later and still no communication, I mean really pretty poor???

I responded to your post in the main blockchain thread yesterday.
253  Bitcoin / Bitcoin Technical Support / Re: Blockchain.info wallet unusable for almost 36 hours now on: March 17, 2013, 11:47:53 PM
Most errors related to this issue should be fixed now. Anyone still experiencing this problem please PM me your bitcoin address(s) and the amount your are trying to send.
254  Economy / Web Wallets / Re: blockchain wont let me send coins on: March 17, 2013, 11:42:37 PM
Please explain what must do to get my coins out.  Huh

19drtjVi2Q5qXT6TFzf3XCGw3LEYtsMwZg

The balance of the address 19drtjVi2Q5qXT6TFzf3XCGw3LEYtsMwZg is 0 BTC. Therefore I assume the problem has been resolved? Please PM me if it isn't.
255  Bitcoin / Bitcoin Technical Support / Re: "no free outputs to spend" blockchain wallet on: March 17, 2013, 11:40:35 PM
"No free outputs to spend" means the balance of an address is zero.

This issue with this warning showing for addresses with a balance greater than 0 should be fixed now. However anyone still experiencing this problem try visiting:

https://blockchain.info/unspent?active=$address&format=html

Replace $address with the bitcoin address you are trying to send from. Check for any warnings.
256  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: March 17, 2013, 10:02:17 PM
But cloudflare could still not access the private keys if one is using the plugin, right? Or could they still inject malicious javascript?

With the browser extension it would be impossible for them to alter the javascript. In a couple of days the site will be moving off cloudflare instead using several nginx proxies (http://blog.unixy.net/2010/08/the-penultimate-guide-to-stopping-a-ddos-attack-a-new-approach/).

Ben can this be sorted ASAP please? I pmed all my details to you...

Looking at the addresses in your wallet there are many double spends which has caused the blockchain interface to get confused somewhat. I assume you are are using another client also?

The balance of 138bqSSnWz23fNHe6qUHRz8LfieqVmvkYr is 1.309424 BTC, the other addresses are zero.

There are several transactions that were confirmed in the major fork a few days ago but have not confirmed in the new chain for some reason. Normally these transactions would be pruned however since they are already included in an orphaned block they cannot be removed, this is unusual and I'm not sure why they are not confirming. I have rebroadcasted them several times but it doesn't seem to have helped, the best course of action would be to double spend them with another client.

The following page shows which double spends in your wallet are unspendable:

http://blockchain.info/unspent?active=12U63dueaNH1ANWLe2XWF6uUqNnstyNi6c%7C138bqSSnWz23fNHe6qUHRz8LfieqVmvkYr%7C149PQjaoTXLBkcX5wczcs947zcUbgTUdxp&format=html

insufficient funds. Value Needed 0.491646 BTC. Available amount 0.2915 BTC

i have .491646

There is 0.20027549 BTC available in address 17Wt5vmidhegUGXFiyiuQYc21QPb8rMYnC. Is there another address?
So ... I take it that there's a bug also with creating a shared address?  I keep clicking on the green button to create one and nothing happens until it suddenly stops even letting me access that "Shared" tab.

Please try clearing your cache and reloading the page.

But I've set up my wallet to send notifications for received transactions only. What's that -50001 value? Why is it negative? It looks like it notified me about an outgoing transaction.

The address has received an output but the result of the transaction was < 0. This will happen when change is returned to the same address. I would just ignore any values < 0.

Also something unrelated: I'm pretty sure that this address doesn't have a 60BTC balance. https://blockchain.info/address/1Pxbqi5UnkdiVp7VNq1Ej7n4FtMrKKEvvY

My wallet suddenly shows an extra 60BTC because of this address even though that address shows no recent transactions.

Apologies this was a bug I introduced last night, and should have been fixed this morning.

I think Puik must have scrapped the forum signatures for bitcoin addresses and added the text to the tags. I've seen other addresses like that on blockchain.info.

Yes this is correct.

-----------

The default display filter for address pages has been changed to "filter unspendable" which means double spends and transactions not confirmed in the main chain (apart from recent unconfirmed transactions) will be hidden. This means balances displayed on /address will be much more accurate of representation of the of the balance of an address even if it has received double spends or has received payments from an orphaned block.

If we use btctrada's address as an example:

"Filter Unspendable" shows a balance of 1.309424 BTC - http://blockchain.info/address/138bqSSnWz23fNHe6qUHRz8LfieqVmvkYr

Viewing all transactions (Old default) shows a balance of 194.73778528  BTC - http://blockchain.info/address/138bqSSnWz23fNHe6qUHRz8LfieqVmvkYr?filter=0

Filtering by confirmed only shows a balance 0 BTC - http://blockchain.info/address/138bqSSnWz23fNHe6qUHRz8LfieqVmvkYr?filter=5

Wallet balances have always defaulted to "Filter Unspendable" however a bug has been fixed preventing the children of unspendable transaction being properly filtered (occurred when there was a chain of double spends).

Database improvements

Previously when a wallet reached about 10k transactions fetching the balance and creating transaction would become a little slow. This has now been fixed and the speed of all the major API calls has been improved. This transactions should be very quick to construct regardless of the size of the wallet.
 
257  Economy / Web Wallets / Re: blockchain wtf? on: March 17, 2013, 07:41:34 PM
Will I be able to get my coins out of my blockchain wallet in next few days?

What is the error you are receiving?
258  Economy / Service Discussion / Re: just a blockchain.info bug. on: March 17, 2013, 07:41:15 PM

These should all be repaired now.
259  Economy / Service Discussion / Re: Review unspent transactions for a particular address on: March 14, 2013, 11:38:12 PM
Something similar to this?

https://blockchain.info/unspent?active=1A8JiWcwvpY7tAopUkSnGuEYHmzGYfZPiq&format=html
260  Economy / Service Discussion / Re: Blockchain.info wallet: how to reverse SMS and Email payments on: March 14, 2013, 02:28:43 PM
Sending by SMS/Email works by generating a new private key, saving that key in your wallet and then mailing a copy of the private key to the recipient. That way both sender and recipient both have full control of the funds until one of them send them elsewhere.

If you look in Archived addresses there should be an address label "Sent Via SMS/Email to XX". If you sweep that address the funds will be reclaimed back into your own wallet.
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!