Pages:
Author

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

hero member
Activity: 910
Merit: 1003
This thread is no longer being monitored by blockchain.info, it seems.

Try their blog http://blog.blockchain.com/

full member
Activity: 476
Merit: 100
DIVERGENT OTC MARKET FOR DISTINCTIVE ASSETS!
@OP
It's have been 2 days and i still haven't receive SMS for 2 Factor authentication ....
What i need to do now ? I need to get access my account..

EDIT: Seems like OP haven't been online for couple months....
full member
Activity: 476
Merit: 100
DIVERGENT OTC MARKET FOR DISTINCTIVE ASSETS!
Hey i have a problem, Ive sent by fun 1 satoshi to address and now it says 0 nodes connected and wont let me send future payments, Gotta wait for confirm but it hasn't came for 10+ hrs untill other at same time has 70+ confirms!

my addy: 19Un1cDJuUahwrXASJnVMJmjawRnFchrSb

I have same issue.
TX: https://blockchain.info/tx/5597b89d614539c6dfbea9b2048d82e5eee78e57e7daaf43a0599543d0a44d4f
any other transaction is confirmed but this one was skipped somehow .-.

Don't expect a 1 satoshi transaction to ever confirm.  It is below the lower limit for a non-standard transaction.  After a few days, the transaction will either have confirmed or expired, and you should again be able to use the original coins for transaction (right now significantly more than one satoshi is probably locked up by the "bad" transaction, as the change part of the transaction is also unconfirmed).


Btw mine wasn't 1 sathosi , so don't need to quote me.
hero member
Activity: 547
Merit: 500
Decor in numeris
Hey i have a problem, Ive sent by fun 1 satoshi to address and now it says 0 nodes connected and wont let me send future payments, Gotta wait for confirm but it hasn't came for 10+ hrs untill other at same time has 70+ confirms!

my addy: 19Un1cDJuUahwrXASJnVMJmjawRnFchrSb

I have same issue.
TX: https://blockchain.info/tx/5597b89d614539c6dfbea9b2048d82e5eee78e57e7daaf43a0599543d0a44d4f
any other transaction is confirmed but this one was skipped somehow .-.

Don't expect a 1 satoshi transaction to ever confirm.  It is below the lower limit for a non-standard transaction.  After a few days, the transaction will either have confirmed or expired, and you should again be able to use the original coins for transaction (right now significantly more than one satoshi is probably locked up by the "bad" transaction, as the change part of the transaction is also unconfirmed).
full member
Activity: 476
Merit: 100
DIVERGENT OTC MARKET FOR DISTINCTIVE ASSETS!
Hey i have a problem, Ive sent by fun 1 satoshi to address and now it says 0 nodes connected and wont let me send future payments, Gotta wait for confirm but it hasn't came for 10+ hrs untill other at same time has 70+ confirms!

my addy: 19Un1cDJuUahwrXASJnVMJmjawRnFchrSb

I have same issue.
TX: https://blockchain.info/tx/5597b89d614539c6dfbea9b2048d82e5eee78e57e7daaf43a0599543d0a44d4f
any other transaction is confirmed but this one was skipped somehow .-.
full member
Activity: 210
Merit: 100
Hey i have a problem, Ive sent by fun 1 satoshi to address and now it says 0 nodes connected and wont let me send future payments, Gotta wait for confirm but it hasn't came for 10+ hrs untill other at same time has 70+ confirms!

my addy: 19Un1cDJuUahwrXASJnVMJmjawRnFchrSb
legendary
Activity: 1358
Merit: 1000
https://gliph.me/hUF
[...]
Lesson learned.
[...]

IMO, the lesson learned should be to trust the software that creates the keys for you. And only you hold those keys. No webwallet or dropbox etc.
legendary
Activity: 1001
Merit: 1003
Renewing warning against storing private keys in Blockchain Wallet. Rob at Gli.ph claims their API generated a new address/private key when I first linked it to Blockchain (with whitelisted IP), but that address (https://blockchain.info/address/1EKqFXn3UmaZaJP5swqCUm3mbpdp63VhwR) never showed up, so I couldn't have deleted it, by accident (an 8 step process) or otherwise. The first time I saw that address was when he PMed it to me after I complained about his 0.001 not being received at any address in my Blockchain Wallet. He swears up and down that it's working correctly, but clearly it isn't, if private keys are ever getting erased without the possibility of user input.

Ticketed: https://blockchain.zendesk.com/requests/36977

This is not the first time I have heard this. I know someone who had lost 100 bitcoins after he created a new address on bc.i and received the bitcoins there. After a while he logged on again and ..... No bitcoins !!!  and that address also didn't exist in the wallet.

He wrote to bc.i and they were able to recover the wallet. What had happened (I'm guessing) is that they rolled back some backup, or it got rolled back due to some failure. He had not backed up his wallet.

Lesson learned. After creating an address on bc.i, ALWAYS backup wallet to gmail/dropbox/etc before using it.

legendary
Activity: 1008
Merit: 1000
Seems bc.i is fixed Smiley

EDIT: Seems down again - blockchain status reports 4 block diff.

now it working smoothly everything got fixed.
newbie
Activity: 7
Merit: 0
Seems bc.i is fixed Smiley

EDIT: Seems down again - blockchain status reports 4 block diff.
hero member
Activity: 574
Merit: 500
Call me Alice. just Alice.
this is seriously making the API's going haywire.
newbie
Activity: 7
Merit: 0

Error 25 means it's in your mempool already.

Thanks. But still, I made the script verify with getrawtransaction before trying to send yet I get this code sometimes, so it must mean also other kind of errors  Huh


$result=SendJson('getrawtransaction',array($txid));
if(ctype_xdigit($result['result'])===false) {
 [sendrawtransaction code here with additonal checks etc]
} else {
 echo "   NOTICE -> Already in the network . . .\n";
}


Anyway restarting the client and will reconnect to pools... (and yes I keep txindex). Smiley

EDIT: nvm I see the messages in debug.log, the results are double-spends (inputs already spent), insane fees and such...

EDIT2: Made myself diskcache the tx'es raw data on disk and rechecking blockchain when new block arrives (old to new height check loop), as of now 957 files on disk left (not in mempool) from over 8k unconfirmed on blockchain. Now let's wait for bc.i turn (:
legendary
Activity: 1358
Merit: 1000
https://gliph.me/hUF

Error 25 means it's in your mempool already.
newbie
Activity: 7
Merit: 0
Just made a php script on my local computer to check all unconfirmed transactions on blockchain and push them through my local client and am running it now, maybe it will help some transactions to go through, not sure. Smiley

Very considerate of you!

I hope it works though, it fails to send some, I guess they may be already confirmed (:

Mostly at higher page numbers (most in the middle of list), so I guess the first sentence is true. The client returns error code -25 with no exact description Cheesy
legendary
Activity: 2072
Merit: 1049
┴puoʎǝq ʞool┴
Just made a php script on my local computer to check all unconfirmed transactions on blockchain and push them through my local client and am running it now, maybe it will help some transactions to go through, not sure. Smiley

Very considerate of you!
legendary
Activity: 2198
Merit: 1049
All applications relying on blockchain.info will be badly affected. It seems their mempool is still loading new Tx. Not sure how that can happen if they are disconnected !!!
newbie
Activity: 7
Merit: 0
Just made a php script on my local computer to check all unconfirmed transactions on blockchain and push them through my local client and am running it now, maybe it will help some transactions to go through, not sure. Smiley
legendary
Activity: 2072
Merit: 1049
┴puoʎǝq ʞool┴
For anyone with bitcoins in your wallet at blockchain.info.

Just use this to send bitcoins out since you can still generate TXs through blockchain.info:

Please use this to push your TX through to the network: https://btc.blockr.io/tx/push

Find your TX in hex format by adding "?format=hex" to the end of the blockchain.info TX url.

Then paste that number into: https://btc.blockr.io/tx/push and click 'push immediately'!

I can't understand?
How you do this?
i added "?format=hex" after url on transaction page etc : https://blockchain.info/address/17E6kESk9oifbMYDeUwQPMVeTLHw1epYrg
how i can find it what you said?

EDIT : WORKS!!!

Nice job!
legendary
Activity: 1662
Merit: 1050
For anyone with bitcoins in your wallet at blockchain.info.

Just use this to send bitcoins out since you can still generate TXs through blockchain.info:

Please use this to push your TX through to the network: https://btc.blockr.io/tx/push

Find your TX in hex format by adding "?format=hex" to the end of the blockchain.info TX url.

Then paste that number into: https://btc.blockr.io/tx/push and click 'push immediately'!

I think, those who have downloaded their paper wallet from blockchain.info has nothing to worry.
full member
Activity: 476
Merit: 100
DIVERGENT OTC MARKET FOR DISTINCTIVE ASSETS!
For anyone with bitcoins in your wallet at blockchain.info.

Just use this to send bitcoins out since you can still generate TXs through blockchain.info:

Please use this to push your TX through to the network: https://btc.blockr.io/tx/push

Find your TX in hex format by adding "?format=hex" to the end of the blockchain.info TX url.

Then paste that number into: https://btc.blockr.io/tx/push and click 'push immediately'!

I can't understand?
How you do this?
i added "?format=hex" after url on transaction page etc : https://blockchain.info/address/17E6kESk9oifbMYDeUwQPMVeTLHw1epYrg
how i can find it what you said?

EDIT : WORKS!!!
Pages:
Jump to: