Author

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

hero member
Activity: 910
Merit: 1005
Ok should be fixed (Refresh the wallet page a few times to clear the cache). Thanks thirdlight & RandomQ for the bug reports.
sr. member
Activity: 445
Merit: 250
Are there any errors in the javascript console?
From FireFox:
Code:
--
(new TypeError("g.addr.substring is not a function", "https://blockchain.info/Resources/wallet/wallet.min.js", 1)) @ https://blockchain.info/Resources/wallet/wallet.min.js:1
From Chrome:
Code:
Uncaught TypeError: Object  has no method 'substring' wallet.min.js:1
buildSelect wallet.min.js:1
buildSendForm wallet.min.js:1
$.on.FB.init.appId wallet.min.js:1
f.event.dispatch jquery.min.js:3
f.event.add.h.handle.i jquery.min.js:3
f.event.trigger jquery.min.js:3
f.fn.extend.trigger jquery.min.js:3
e.extend.each jquery.min.js:2
e.fn.e.each jquery.min.js:2
f.fn.extend.trigger jquery.min.js:3
buildSendTxView wallet.min.js:1
buildVisibleView wallet.min.js:1
$.ajax.success wallet.min.js:1
f.Callbacks.n jquery.min.js:2
f.Callbacks.o.fireWith jquery.min.js:2
w jquery.min.js:4
f.support.ajax.f.ajaxTransport.send.d
hero member
Activity: 826
Merit: 500
Wallet getting hung on Saving Wallet.
Chrome 20.0.1132.47
errors in javascript console
----------
application Cache Checking event
7 : CS -> BG : FAILED rebuildcontext chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/onloadwff.js:65
7 : CS -> BG : FAILED rebuildcontext chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/onloadwff.js:65
7 : CS -> BG : FAILED rebuildcontext chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/onloadwff.js:65
Application Cache Error event: Manifest fetch failed (404) https://blockchain.info/wallet/wallet.404.manifest
* Auto-Reload: Content-Script loaded chrome-extension://hcelohhcooepfkolgbieponejnhpemja/content.js:38
Auto-Reload: state: false
---------------------
Generated new bitcoin address 13JYkZZFGdVH31abiWrcuTqcrpKZWNn87B wallet.min.js:1
Newly mined coins cannot be spend until 100 confirmations wallet.min.js:1
Took 271ms /Resources/wallet/signer.min.js:1
Uncaught TypeError: Object 13JYkZZFGdVH31abiWrcuTqcrpKZWNn87B has no method 'substring' wallet.min.js:1
On change old 5fb78757c2843ae238472c5552d7c2cc6ec7b3745128f80ae7dfb3cddb501517 ==  new 5fb78757c2843ae238472c5552d7c2cc6ec7b3745128f80ae7dfb3cddb501517
--------------
hero member
Activity: 910
Merit: 1005
Another wallet bug report, I think...

Thanks, bug report received.

I created a forwarding address on that page and it worked great.  What happens if someone sends more funds then what is available in the mixing wallets?

The funds will sit in the wallet until either fresh coins are brought or another person make an anonymous transaction with suitable fresh coins. I will be improving how this works shortly.

Can't seem to send transactions - stuck at "Loading transactions" or "Saving wallet". Just me?

I've had one or two reports of this. Are there any errors in the javascript console? http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers

Or if your able to open the "Web Inspector" in chrome or safari are there any network requests that are taking a long time to complete?
sr. member
Activity: 445
Merit: 250
Can't seem to send transactions - stuck at "Loading transactions" or "Saving wallet". Just me?
member
Activity: 104
Merit: 100

I created a forwarding address on that page and it worked great.  What happens if someone sends more funds then what is available in the mixing wallets?
sr. member
Activity: 449
Merit: 250
Another wallet bug report, I think...

when sending money I usually use a custom send, where I specify the address I want the BTC to come from, and have the change return to the same address.

I'm also usually adding a small fee for the miners.

Anyways, teh coins send OK, but I am often seeing an error message that says "Error pushing transaction output" or something like that in a read box on the right hand side of the screen.

Like I said, though, it seems that the transactions are going out just fine.
hero member
Activity: 812
Merit: 1000
i'm not sure if this is a bug or not, but i'm getting some unexpected output from one of the API's.

the transaction hashes vs transaction amounts here:
http://blockchain.info/address/1SyrzeDxhDeB8eML9YnRPMefH6veyJHaS?format=json

does not seem to match the hashes / tx totals here:
http://blockchain.info/address/1SyrzeDxhDeB8eML9YnRPMefH6veyJHaS

any idea what's going on with that? or am i just reading it wrong.

they seem out of alignment like this:

A's hash with  A's total
B's hash with [some invalid tx data]
C's hash with B's total
D's hash with C's total
E's hash with D's total


I couldn't see anything that looked overly wrong. Are you looking at the "advanced" addresses page? e.g. http://blockchain.info/address/1SyrzeDxhDeB8eML9YnRPMefH6veyJHaS?show_adv=true

Normally address pages hide some inputs and outputs which are not considered relevant and hence the API output will be different.


i didn't look at the advanced page, but it's not to do with inputs/outputs.

perhaps i'll start with a simple question: why does the transaction b87991851fa2286053b85af3d55cde3212472352f8bb246a6621763b849b63ac on this JSON output have no 'time' attribute?

http://blockchain.info/address/1SyrzeDxhDeB8eML9YnRPMefH6veyJHaS?format=json

this is the first and only case i've ever seen where a transaction is being returned with no timestamp.

hero member
Activity: 910
Merit: 1005
With the anonymous send service couldnt a person who is following the blockchain still follow it by calc the fee and seeing what address a few blocks down gets that value? Perhaps adding a customizable delay and even multiple output addresses would help. Allowing customizable %'s for multiple outputs would be fantastic!

This could possibly be an issue. I'd like to keep the fixed fee so you know exactly how much will be received. I've altered it so that amounts > 1 BTC will be sent in at least 2 separate transactions (split at a random %) and spaced at least 30 seconds apart.

Multiple output addresses could certainly be an option, the mixing alog will be improved over time. There is also now significantly more funds available in the mixer.

I just want to praise blockchain.info for both its features and its site design. I can't think of a website that is such a joy to use.

Thank You Scott.

i'm not sure if this is a bug or not, but i'm getting some unexpected output from one of the API's.

the transaction hashes vs transaction amounts here:
http://blockchain.info/address/1SyrzeDxhDeB8eML9YnRPMefH6veyJHaS?format=json

does not seem to match the hashes / tx totals here:
http://blockchain.info/address/1SyrzeDxhDeB8eML9YnRPMefH6veyJHaS

any idea what's going on with that? or am i just reading it wrong.

they seem out of alignment like this:

A's hash with  A's total
B's hash with [some invalid tx data]
C's hash with B's total
D's hash with C's total
E's hash with D's total


I couldn't see anything that looked overly wrong. Are you looking at the "advanced" addresses page? e.g. http://blockchain.info/address/1SyrzeDxhDeB8eML9YnRPMefH6veyJHaS?show_adv=true

Normally address pages hide some inputs and outputs which are not considered relevant and hence the API output will be different.

When using Send Money and choosing "Custom" transaction type, the default for Return Change is New Address. 

However, that doesn't generate a new address and behaves as if I had selected Any Address.

Thanks for the heads up, this should now be fixed.

Also you can now select the change address when sweeping.
legendary
Activity: 2506
Merit: 1010
When using Send Money and choosing "Custom" transaction type, the default for Return Change is New Address. 

However, that doesn't generate a new address and behaves as if I had selected Any Address.
hero member
Activity: 812
Merit: 1000
i'm not sure if this is a bug or not, but i'm getting some unexpected output from one of the API's.

the transaction hashes vs transaction amounts here:
http://blockchain.info/address/1SyrzeDxhDeB8eML9YnRPMefH6veyJHaS?format=json

does not seem to match the hashes / tx totals here:
http://blockchain.info/address/1SyrzeDxhDeB8eML9YnRPMefH6veyJHaS

any idea what's going on with that? or am i just reading it wrong.


they seem out of alignment like this:

A's hash with  A's total
B's hash with [some invalid tx data]
C's hash with B's total
D's hash with C's total
E's hash with D's total
legendary
Activity: 1792
Merit: 1000
I just want to praise blockchain.info for both its features and its site design. I can't think of a website that is such a joy to use.

Keep up the good work  Smiley
legendary
Activity: 2940
Merit: 1333
With the anonymous send service couldnt a person who is following the blockchain still follow it by calc the fee and seeing what address a few blocks down gets that value? Perhaps adding a customizable delay and even multiple output addresses would help. Allowing customizable %'s for multiple outputs would be fantastic!

FYI
http://www.bitcoinfog.com/ says:
"The service takes 1%-3% (randomized for obscurity) fee on each deposit."
member
Activity: 224
Merit: 10
With the anonymous send service couldnt a person who is following the blockchain still follow it by calc the fee and seeing what address a few blocks down gets that value? Perhaps adding a customizable delay and even multiple output addresses would help. Allowing customizable %'s for multiple outputs would be fantastic!
legendary
Activity: 2940
Merit: 1333
This graph is broken:
Taint display of this address doesn't works too, may be it was disabled to avoid high DB load.

SatoshiDice doesn't work with that address either:

  http://blockexplorer.com/t/8eYVPqNsyA
  https://bitcointalksearch.org/topic/m.1016122
hero member
Activity: 910
Merit: 1005
Simply amazing work.  Cool And I'm also very excited you finally started to charge for something.  Grin

Thanks hazek.

If you're charging a 1.5% fee for this anonymous send service, how are you going to withdraw your fees? It strikes me that it'd be very easy for you to create a block of coins tainted by every coin sent through the service, which itself, should it get into wider pools of coins like instawallet, would create tainted blocks of coins that would be quite hard to send through the mixer again... Limited by the 250 depth limit, but still. Similarly anyone can use the mixer a few times to create their own "ultra-tainted" coins, aided by the fact that the mixer will always give you coins that haven't been tainted by the total sum of the taint you already possess. This doesn't even need to be very expensive if you taint a small amount of coins each time, so the 1.5% fee isn't very high, and use them to taint a much lager amount which you then send to something like instawallet.

Given how thoroughly tainted the future could be it also occurs to me that what you will eventually see is miners selling their untainted coins to the mixer, which then leads to pools inserting transactions with unusually high fees, which then leads to pools conspiring to reverse said transactions. Not to mention the question of are mining payouts tainted by the coins which lead to their fees?

Note: for all the bad connotations of the word taint, imagine how much longer and convoluted the above message would be if we had decided to call it coins' provenance.

Fees are withdrawn to a separate private wallet which is used only as a reserve when not enough funds are available in the shared wallet. It is intended that no significant amount of funds will be kept in either wallet but the mixing will be much more dynamic e.g. Users A & B make anonymous transactions, User A receives B's coins, User B receives A's coins within a few minutes, rather than funds going into a large shared wallet and being "tainted" by all funds in there. It depends on how much volume is being transacted though.

In a scenario where funds are pooling in the mixer and no un-tainted coins can be found an email alert could be sent out to wallet users with suitable clean coins asking them to send the coins to the mixer (in which case they would earn the 1.5% fee instead of blockchain.info).


As Deepbit guessed 1Vay is banned from being included in wallet calculations due to high load.

Is creating multisigs still not available ?

No M-Of-N is not back yet.
member
Activity: 71
Merit: 10
I have two factor login enabled using a gmail account, but I don't seem to be getting any emails, so I can't log in.  Nothing in spam folder either, anyone else having this problem?
donator
Activity: 532
Merit: 501
We have cookies
This graph is broken:
Taint display of this address doesn't works too, may be it was disabled to avoid high DB load.
hero member
Activity: 812
Merit: 1000
There's a typo on http://blockchain.info/wallet/send-anonymously:

"taint analysis calculationts"

in that case there's also a 'grammo' (?):

taint-analysis calculations


Also a spaceo: "With sufficient analysis it maybe possible" (may be)

and a puncto: "0.0002 BTC miners fee" (miners')

ah 'puncto' is a good term; i wonder if that's really what the missing hyphen should be categorized as.
legendary
Activity: 2940
Merit: 1333
There's a typo on http://blockchain.info/wallet/send-anonymously:

"taint analysis calculationts"

in that case there's also a 'grammo' (?):

taint-analysis calculations


Also a spaceo: "With sufficient analysis it maybe possible" (may be)

and a puncto: "0.0002 BTC miners fee" (miners')
Jump to: