johnlu
|
|
March 20, 2013, 11:08:06 AM |
|
piuk, it would be really nice if you add an option in android client to require a pin or something to access the android wallet. How do you see this suggestion?
|
|
|
|
btctrada
Newbie
Offline
Activity: 48
Merit: 0
|
|
March 20, 2013, 12:10:27 PM |
|
Is BC down? Getting all sorts of random errors? Also check this tx, I think the miners fee may be a tad high! e9e8769375ea66e290a1fb57063ece4ec424a0e5ecd750f2d4b23d5a57bf11c2
|
|
|
|
picobit
|
|
March 20, 2013, 12:14:52 PM |
|
Also check this tx, I think the miners fee may be a tad high! e9e8769375ea66e290a1fb57063ece4ec424a0e5ecd750f2d4b23d5a57bf11c2 A negative miners fee! Somebody must have played with raw transactions. I assume it will never confirm, but how on earth did it propagate? EDIT: The outputs have been spent. Surely, somebody is trying to creating correctly-looking transactions that will never confirm probably attempting a double spend.
|
|
|
|
btctrada
Newbie
Offline
Activity: 48
Merit: 0
|
|
March 20, 2013, 12:39:45 PM |
|
Also check this tx, I think the miners fee may be a tad high! e9e8769375ea66e290a1fb57063ece4ec424a0e5ecd750f2d4b23d5a57bf11c2 A negative miners fee! Somebody must have played with raw transactions. I assume it will never confirm, but how on earth did it propagate? EDIT: The outputs have been spent. Surely, somebody is trying to creating correctly-looking transactions that will never confirm probably attempting a double spend. So the miners fee is actually low? So ho do I get my coin if it does not confirm? There is no double spend message anywhere..
|
|
|
|
piuk (OP)
|
|
March 20, 2013, 02:01:37 PM |
|
Dunno if anyone noticed the "Cancel Transation" button but it's missing a c if it means to be TransaCtion.
Fixed. A negative miners fee! Somebody must have played with raw transactions. I assume it will never confirm, but how on earth did it propagate?
Yep a custom transaction submitted to /pushtx. Bitcoinj validates scripts but custom validation has to be done to match the inputs and outputs etc, this was missing: if (valueInput < valueOutput) { throw new ValidationException("Value Input: "+ valueInput +" < Value Output: "+ valueOutput +""); }
|
|
|
|
picobit
|
|
March 20, 2013, 03:14:13 PM |
|
So the miners fee is actually low? So ho do I get my coin if it does not confirm? There is no double spend message anywhere..
The miners fee is negative, it is guaranteed never to confirm, and the transactions building on this one will never confirm either. Presumably the transactions will expire after a day or two, and the money will be back in the sender's wallet. If you are at the receiving end of any of these payments you will not see the money.
|
|
|
|
|
ingrownpocket
Legendary
Offline
Activity: 952
Merit: 1000
|
|
March 20, 2013, 03:28:04 PM |
|
I got a different error: Got error 1 'Unknown error code' from NDBCLUSTER
|
|
|
|
piuk (OP)
|
|
March 20, 2013, 03:32:22 PM |
|
Freaking My Cluster is driving me insane.
|
|
|
|
piuk (OP)
|
|
March 20, 2013, 03:44:25 PM |
|
So it doesn't seem to like your SSL cert.
The SSL cert for coinad should work correctly now.
|
|
|
|
ingrownpocket
Legendary
Offline
Activity: 952
Merit: 1000
|
|
March 20, 2013, 04:20:20 PM |
|
So it doesn't seem to like your SSL cert.
The SSL cert for coinad should work correctly now. YES! Thank you!
|
|
|
|
bb113
|
|
March 20, 2013, 04:24:34 PM |
|
can we get address searches to be https:// ?
|
|
|
|
|
foo
|
|
March 21, 2013, 08:33:07 AM |
|
blockchain.info isn't calculating firstbits for new addresses. Could you fix it please?
|
I know this because Tyler knows this.
|
|
|
piuk (OP)
|
|
March 21, 2013, 10:58:03 AM |
|
can we get address searches to be https:// ?
Yep, Fixed. I have rebroadcast them and they have both confirmed now. Perhaps an issue with automatic rebroadcasting. blockchain.info isn't calculating firstbits for new addresses. Could you fix it please?
Ah for some reason I disabled this. It is enabled again now but has a bit of catching up to do. ----------- Scheduled MaintainceFriday 22nd 10:00am approximately 30 minutes. I know there has been a fair amount of downtime recently but in the interests of improving the situation a bit more downtime is unavoidable. An additional server is ready to be installed but there isn't enough space in the current rack. The servers will therefore be moving to a dedicated quarter rack, which means more room for future expansion and a private locked cabinet for improved security. It should just be a case of powering down and up again so it will probably be less than 30 minutes.
|
|
|
|
zebedee
Donator
Hero Member
Offline
Activity: 668
Merit: 500
|
|
March 21, 2013, 11:27:25 AM |
|
Piuk - do you run bitcoind or your own implementation of the protocol?
|
|
|
|
paraipan
In memoriam
Legendary
Offline
Activity: 924
Merit: 1004
Firstbits: 1pirata
|
|
March 21, 2013, 07:54:19 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 Can you link me to an example transaction that the fee should be higher. Yes, PM sent Sorry for making you lose precious time with me. Typical PEBCAK issue here, the fees were set to normal in my blockchain.info account and when using old enough inputs the miner fees were not included.
|
BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
|
|
|
arsenische
Legendary
Offline
Activity: 1199
Merit: 1012
|
|
March 22, 2013, 02:48:48 PM |
|
Hi! Blockchain.info is a great service! But I got a small problem with it. Is output https://blockchain.info/q/newkey actually correct? I assumed it returns a bitcoin address and a private key for it. So I generated a pair using this API call and sent 0.01 btc to bitcoin address to test it. And now I can't spend it using the private key. I converted the private key to Base58 via brainwallet.info and tried to sign a message... and noticed, that it showed a different bitcoin address (not the one that had been given by https://blockchain.info/q/newkey). This is reproducible for me. The newkey call broken? Is it possible to recover my test funds? Thanks!
|
|
|
|
DannyHamilton
Legendary
Offline
Activity: 3472
Merit: 4801
|
|
March 22, 2013, 02:57:14 PM |
|
It works fine for me. I used http://brainwallet.org/Then I clicked the "Secret Exponent" button, and entered the private key received from https://blockchain.info/q/newkey in the "Secret Exponent" field. When I clicked the button for "Compressed" key, the displayed Bitcoin Address was the same as the one given by https://blockchain.info/q/newkeyAre you sure you are using "compressed key" when generating the Base58 code and Bitcoin Address?
|
|
|
|
arsenische
Legendary
Offline
Activity: 1199
Merit: 1012
|
|
March 22, 2013, 03:08:53 PM Last edit: March 22, 2013, 03:51:18 PM by arsenische |
|
It works fine for me. I used http://brainwallet.org/Then I clicked the "Secret Exponent" button, and entered the private key received from https://blockchain.info/q/newkey in the "Secret Exponent" field. When I clicked the button for "Compressed" key, the displayed Bitcoin Address was the same as the one given by https://blockchain.info/q/newkeyAre you sure you are using "compressed key" when generating the Base58 code and Bitcoin Address? Hmm.. You are right, I used a different procedure. I used "converter" tab to convert to Base58, and then used Base58 on the "sign" tab. And it showed different address. So maybe I'm just misunderstanding something, sorry.
|
|
|
|
|