Bitcoin Forum
May 12, 2024, 07:04:22 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 »
701  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: May 15, 2012, 08:50:08 PM
I can't open my wallet, blockchain.info shows this message: "Lock wait timeout exceeded; try restarting transaction "

Someone found a query which caused the wallets table to lock for a long time.

This has been causing problems with the Site for the last 24 hours, initially I though it was due to high load. Things should be smoother now.
702  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: May 15, 2012, 05:02:44 PM
I just use the tools as supplied (android and web); do they load balance on their own (I accept that it's highly unlikely that I would ever get near 800 per hour with just those applications, I'm asking out of interest)?

The android/iphone and web client all use the api so are limited as well. You can view your current number of requests on the api page: http://blockchain.info/api - the 800 might actually be a little low.

Quote
Couldn't you just set up a DNS round robin over those servers?

Yep the DNS is round robin as well.

The "transactions aren't being broadcast" problem still persists. I'm on day 3 and still can't send my funds outside of my blockchain.info wallet.

I think i've probably found the cause of this:

This transaction:

http://blockchain.info/tx-index/5567308/e1dab7fe6f9dc5d2ce9fa1947eb95cc02ab6e0a39fb2db34592331b61325800a

Is missing an input:

http://blockexplorer.com/tx/e1dab7fe6f9dc5d2ce9fa1947eb95cc02ab6e0a39fb2db34592331b61325800a

I don't know if this is the only one but I have an automated tool to fix inconsistencies like this which is running now.
703  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: May 15, 2012, 02:52:27 PM
New API Request limits in place (800 per hour or 150 per 5 minutes). You can view your current usage: http://blockchain.info/api

Each server has a separate primitive counter, so you can increase the limit by balancing your requests properly:

http://server1.blockchain.info/
http://server2.blockchain.info/
http://server3.blockchain.info/

Bug with kaptcha not validating should be fixed.

Still trying to find the issue with some transactions not being broadcast.
704  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: May 15, 2012, 12:02:06 PM
Having some issues with Bitcoind. Trying to diagnose now.

Edit: DDOS
705  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: May 14, 2012, 02:44:01 PM
Could this be used as a backend for a bitcoind instance that's powering a p2pool node? Or is that not supported?

No Sorry mining isn't supported.

Is it just me, or has the blockchain.info wallet service not been able to transmit a single transaction over the last 8-10 hours?

I've gone and sent BTC a few times throughout the day, and none of the transactions get listed in my transaction list.
Also, the BTC I sent were not deducted from my balance either. It's as if blockchain.info isn't relaying my transactions to the Bitcoin network.

Has anyone else noticed this?

--TE

What browser/os are you using? When you try and send are there any errors in the javascript console?
706  Other / Beginners & Help / Re: Blockchain Wallet Unable to send coins on: May 14, 2012, 02:43:08 PM
And I forgot to add that running the check the messages were "wallet verified" and "wallet successfully synched with server"

Tried to send the transaction again...same thing; and no error messages

What browser/os are you using?
707  Other / Beginners & Help / Re: Blockchain Wallet Unable to send coins on: May 13, 2012, 09:55:14 PM
last week I noticed that the Blockchain.info online wallet was not sending any transaction I requested. It goes through the whole process and everything on screen looks correct. Then the balance does not change and it also does not appear in "my transactions". Now its doing it again nd for the past three days I cant send any bitcoins.

I tried contacting the email address on the site last time and this time as well. No response

Anyone have any idea

1) Why this is happening?

2) If this is a common problem

3) Has the site ever responded back to you

**Most important

4)If I cant get any coins to send how the hell can I get them out of the blockchain.info online wallet? Because I dont want to deal with this. Its been almost a week and I cant send anything, and someone is waiting on a payment from me.

Thanks

When you make a transaction is there any error displayed? Please open the javascript console (http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers) and check for any errors in there.

Also it might help to run the wallet integrity check to make sure all your keys are in order. Login click [Account Details] then under the heading 'Integrity Check' click [Run check]

I have checked the exception logs and can see no server side reason why your transaction is not being submitted.
708  Other / Beginners & Help / Re: BLOCKCHAIN.INFO SCAMMED ME? on: May 13, 2012, 01:01:35 AM
Next time when i tried i called the number 7088 70979 and entered the code. It held me on line for 18+ minutes (horrible tarif - cash per minute) and after i've paid the payment window displayed something like "fraud attempt".

This is the problem, deposits are restricted to one per user per month.

https://blockchain.info/wallet/sms-phone-deposits





The payment never reached us because ZayPay blocked it, I have asked them to refund the order but it can take a while.
709  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: May 12, 2012, 08:58:05 PM
Hello!

We emailed you on support@pi.uk.com that you left on http://blockchains.info/about, but got no response. Please let us know what email address should we or email us at pool@50btc.com

We noticed, that the statistics with the new server on our pool is wrongly displayed, the blocks, which were found by our pool, are not displayed. If it helps to solve the problem, you should use the new  server pool pool.50btc.com with IP  176.9.130.32.

Sorry I'm quite behind with my emails.

Thanks for the ip I've added it to the database.
710  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: May 12, 2012, 01:54:50 AM
New JSON RPC API Available:

http://blockchain.info/json_rpc_api

Should be almost fully compatible with the Bitcoind RPC api so you can use your blockchain.info online wallet with any existing software which uses bitcoind.

Simple change -rpcconnect to point to blockchain.info and use your wallet identifier for -rpcuser and wallet password for -rpcpassword.

Be sure to read the security notes if you plan on using this.
711  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: May 11, 2012, 07:16:01 PM
I am trying to add my private key to my wallet but it keeps telling me "unknown format", it is a compressed private key copy from my bitcoin-qt client. Any help?
Compressed private keys are not supported yet (I assume it begins with a L?). I need to read up on how the format has changed.

Quote
Also, any idea when message signing will be available?
The day before the day after tomorrow.

This IP address resolves to http://www.nmcbit.com/

Cheers.

@piuk
Will you add again the escrow system? It can be easier now that you added the bitcoin-to-email feature Smiley

Nobody used it, I guess Escrow is kind of useless without arbitration. If it does come back it will probably be in P2SH form.

Just a heads up that the site will be going down for maintain at around 10 PM GMT. Should only be a few minutes while I push up a new features.

712  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: May 10, 2012, 01:46:43 AM
Where can i find the .apk file of the android app?
[kindle fire user]

https://github.com/zootreeves/My-Wallet-Android/raw/master/android.apk
713  Bitcoin / Bitcoin Discussion / Re: Blockchain.info merchant API, taking money out of a receiving address? on: May 10, 2012, 01:43:20 AM
I added a from address parameter to the api. Also you can now interchange a label and a bitcoin address (So both the to and from address can also be a label)

e.g.

https://blockchain.info/merchant/abf66471-fe0a-6820-8977-55d7e8c1f6b2/label_balance?password=$mypass&label=Donations

is analogous to:
 
https://blockchain.info/merchant/abf66471-fe0a-6820-8977-55d7e8c1f6b2/label_balance?password=$mypass&label=1AJbsFZ64EpEfS5UAjAfcUG8pH8Jn3rn1F
714  Economy / Service Discussion / Re: iPhone IOS Bitcoin wallet is here! (From Blockchain.info) on: May 09, 2012, 06:24:29 PM
I called apple and they said it was removed due to violating App Store View Guideline 22.1, which is:

Quote
Apps must comply with all legal requirements in any location where they are made available to users. It is the developer's obligation to understand and conform to all local laws

Initially the guy thought the app was for gambling, not sure why. But anyway he just told me i need to contact the legal department for an exact explanation of what laws it violates.

App is still available on Cydia: http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=blockchainDp
715  Economy / Service Discussion / Re: iPhone IOS Bitcoin wallet is here! (From Blockchain.info) on: May 09, 2012, 09:49:10 AM
When I set the currency to something other than USD,   it randomly reverts back to USD at various times for no apparent reason.
Yeah this annoys me too. Cookies can be unreliable, I think i'll embed the currency symbol in the wallet or something.

This makes it at least 3 people experiencing this bug.
I've received at least a dozen crash reports due to the CALayer bug. Molecular have you tried the Cydia 1.9.5 version? I haven't received any reports for that version.

Apple removed the app from the iTunes store last night, no explanation given:

Quote
Dear Qkos Services Ltd,
The status for the following app has changed to Removed From Sale.

App Name: Blockchain
App Version Number: 1.9.2
App SKU: v1
App Apple ID:493253309
To make changes to this app, sign in to iTunes Connect and open the Manage Your Applications module.

If you have any questions regarding your app, click Contact Us in iTunes Connect.

Regards,

The iTunes Store Team
716  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: May 07, 2012, 07:37:46 PM
We pay out instantly, but always include the unconfirmed tx in the inputs.  So even in cases were we screw up and pay out twice only one can possible get into the chain.

Ok good to know. Seems 1dice has been dominating the list of blockchain.info transactions recently. I think it's great, something which couldn't be done with any other payment system.

When displaying national currencies, the iPhone app should display a consistent number of decimal places.

I believe this is fixed in the Cydia version. Note: Although there have been updates to the Cydia version there probably won't be any updates to the app store version anytime soon.

I know you can use pywallet to remove those from a wallet, but I don't know how you could remove one from an online wallet.

After 24 hours unconfirmed they are automatically removed.

Can I ask where you get the exchange rate for Chinese Yuan?

I use the bitcoincharts market api (http://bitcoincharts.com/about/markets-api/) which I believe uses the Mt.Gox CNY rate (http://bitcoincharts.com/markets/mtgoxCNY.html). The problem is the volume is very low for CNY.

an error was given that a wallet was just created by the same IP address.

I've removed the ip restriction for the moment. It was indented to stop someone spamming new wallets (as they can never be pruned) but clearly it is preventing legitimate signups.

10BTC transactions worked, but took forever, and 20+BTC transactions failed due to that 16Kb limit.

As other have explained this is due to your transaction using a large number of small inputs. I can probably increase the limit to 32KB but the slow transaction signing will still remain (I find chrome to be much faster at signing inputs).

717  Bitcoin / Bitcoin Discussion / Re: Is there a simple solution for this process? on: May 06, 2012, 11:39:42 PM
If i understand you correctly you need an easy way to import a private key into a wallet?

You can ago sweep a private key into a My Wallet account by appending #newpriv|${private_key} to the login url e.g.

https://blockchain.info/wallet/login#newpriv|BhGmdqTbfJ5c2hi5CmNkBhFB5QWMymJx7pRUcxCCKoDm

I don't know if thats what your looking for.
718  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: May 05, 2012, 02:57:43 AM
Can you also integrate the backup function with Google Drive?

Google Drive Added. Needs testing.

PS: I'm still not able to send transactions.

I've added a new api call to check https://blockchain.info/rejected after tx send. If an error is found it will now give a reason why your transaction failed.

More Detail: When a transaction is pushed out it goes through some basic validity checks (using BitcoinJ) and is then pushed to Bitcoind for broadcast. As long as it passes the initial checks it is reported as sent but there are some conditions in which Bitcoind may subsequently reject it. The most common cause of this is when bitcoind's memory pool gets out of sync with the unconfirmed transactions in the SQL database e.g. when bitcoind is restarted.


Any tx's with outputs <= 0.001 BTC require a fee. Until recently i was not aware of this and the both the android and iPhone app do not factor this in when calculating the tx fee (the web interface does). Eligius does process low fee transactions for blockchain.info but there can be a delay of up to a few hours.
719  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: May 04, 2012, 01:07:59 AM
If I try to make a transaction, it show a green button that says that the transaction is sent.
But if go to "my transactions" it doesn't show it, the last one that shows is just this one:
https://blockchain.info/tx-index/4730265/6705e4e5c940080fe6e326329395c6843d0fbee0e56a763fd5f92e61bbc8d615

hmm ok. So is the transaction shown on the address page (https://blockchain.info/address/1HostFatgTXWdRmVoneC8M6ErhiuQ7An5o?)
720  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: May 03, 2012, 11:43:59 PM
So if there is a double spend attack, it's comes from something like a bug in your system or from the satoshidice.

Well that transaction originates from stoshidice. In what way does the transaction not work - Is the transaction you make not showing or the payout not showing?

Does satoshidice receive unconfirmed tx's and payout instantly from a different balance?
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!