Author

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

hero member
Activity: 560
Merit: 500
I am the one who knocks
wouldnt it be awesome to just import a wallet.dat?

no, seriously. would that work?
Isn't there a chrome extension that will talk to bitcoind and do essentially that?
legendary
Activity: 2058
Merit: 1005
this space intentionally left blank


wouldnt it be awesome to just import a wallet.dat?


no, seriously. would that work?


legendary
Activity: 1372
Merit: 1000
--------------->¿?
This great site should be translated at least in French and Spanish to reach a wider range of people.
hero member
Activity: 560
Merit: 500
I am the one who knocks
I have noticed that my status is constantly disconnected in Firefox. Anyone else see this behavior?
+1, and hitting the refresh button forces me to log in again, including the OTP and all that.
That is to be expected; there is however a sync button at the top right corner (looks like a little circle) that will sync the data... it just isn't realtime.

EDIT:  Just fired up firebug and there is a security exception happening that I wonder if it is related:
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
I have noticed that my status is constantly disconnected in Firefox. Anyone else see this behavior?
+1, and hitting the refresh button forces me to log in again, including the OTP and all that.
hero member
Activity: 560
Merit: 500
I am the one who knocks
I have noticed that my status is constantly disconnected in Firefox. Anyone else see this behavior?
hero member
Activity: 812
Merit: 1000
i discovered a weird bug lately.

if you leave an address page open and send it some coins, sometimes it counts those coins twice.

eg.

open blockchain.info/address/1someaddress and leave it open in your browser

let's say that has 100 btc in it.

next, send it 1 btc... that browser page will detect the unconfirmed deposit and show 101 btc without refreshing the page.

BUT if you leave that window open, it will sometimes add the latest transaction again (i think this is happening when the tx gets it's first confirmation).

that page will show the balance as 102 btc.

hit refresh and it will display everything correctly... 101 btc with only 1 copy of the tx you sent.


anyone else notice this?
legendary
Activity: 2506
Merit: 1010
I see that the DNS for blockchain.info supports SPF (for helping to ensure the message wasn't spoofing) but it appears misconfigured.

It currently explicitly includes mail coming from uservoice, but the notifications are sent from a host with blockchain.info in the hostname, so the SPF check results in a soft fail as blockchain.info isn't included as one of the hosts that should be sending mail for this domain.
 
legendary
Activity: 1050
Merit: 1000
I'd like to make a suggestion. On the home page, in "recent blocks" table if possible or viable, include column for  tx fees that blocks incur
legendary
Activity: 2506
Merit: 1010
The list of counties for SMS appears to be out of date.  For instance, in the U.S., I no longer am shown a button to purchase with SMS.

 - http://blockchain.info/wallet/sms-phone-deposits
donator
Activity: 362
Merit: 250
Just wanted to mention an issue I'm having with the send to email function.

I have a few watch addresses in my wallet along with an address with valid private keys that has 2 btc.  I tried using the send to email function to send 1 btc to a friend.  Whenever I go to send, it begins the process and indicates that it has created a new receiving address, but then it prompts me to import the private key for the first watch address in my wallet even though I have a subsequent addresses with private keys that have enough BTC.  Initially I thought it might be due to the # of confirmations but I waited a day and the same issue is still occurring.

I tried using the custom send feature which lists "Bitcoin Address, Email or Firstbits" as the options in the receiving address field, but when I enter the email address as the recipient I get an error stating that it is an invalid receiving address.  I'm guessing the custom send feature can only take a btc address and not an email address as is indicated in the form field prior to entry, but it may be a bug with sending to email in the custom send feature otherwise.

That aside, thanks for all your hard work on the site, it just keeps getting better and I love all the new features.  I also sent you a PM with some other questions if you have a few minutes to discuss.
k
sr. member
Activity: 451
Merit: 250
Great site and getting better all the time.

One possible very minor improvement suggestion. When I'm looking at the charts I like to look at at few different ones and I find it takes more clicks than it probably should. After clicking into a particular chart, if I want to look at another one I have to go back to the main charts page and then choose the next chart to look at. Maybe have a list of the other charts included on each chart page (maybe down the RHS where there is white space) to save the back click.

keep up the great work. thanks.
donator
Activity: 668
Merit: 500
It seems it's not too hard to associate inputs and outputs through your anonymizer.

You're looking for a single payment to the input address, and for the same amount paid to a single output address, less 0.0001 x N fees, for small N, typically 2, within say 10 blocks of each other.  For most amounts this should be not too hard to find given the irregular payment amounts.

Is there a plan to fix this?
hero member
Activity: 910
Merit: 1005
Whoever made an anonymous transaction to SatoshiDICE thats not a good idea. Any winnings will be automatically sent back to 1dice causing a endless loop until the eventually the house wins.

You did win twice in a row though. http://blockchain.info/address/15GvJVi9mhcgWNEUUqXDvY44L87d4BzPZN

Bonus is up btw.

Surely it would be the web page containg the payment link that would be shared.
What if you don't want to rely on a 3rd party site, just have a desktop client automatically open.
foo
sr. member
Activity: 409
Merit: 250

Is there any reason Blockchain.info should continue displaying a QR code that contains a broken URI?

Because bitcoin: would not work with some of the social media share links, I think Facebook and G+ would accept bitcoin:// links but not bitcoin:

Why on earth would you share a naked bitcoin: URI on Facebook? Surely it would be the web page containg the payment link that would be shared. Anyway, I don't think you should output broken URIs because of this. Remember Postel's law: "be conservative in what you send, liberal in what you accept".

If Facebook is broken then a bug report should be sent to them, we shouldn't break the rest of the Internet because of it.
hero member
Activity: 560
Merit: 500
I am the one who knocks
Don't want pattern?
Code:
grep -P "^A|^Pr"
It wasn't for my benefit, but for other users without the skill.  Also just as easy to add the regex to the import code.
hero member
Activity: 784
Merit: 1000
0xFB0D8D1534241423
Don't want pattern?
Code:
grep -P "^A|^Pr"
legendary
Activity: 2058
Merit: 1005
this space intentionally left blank
The output is a simple textfile

Code:

Pattern: 123abc
Address: 123abc287---------------------------------
Privkey: 5KWYR-------------------------------------
Pattern: 123abc
Address: 123abcq6----------------------------------
Privkey: 5K7in-------------------------------------


I would make Pattern an optional field as this format is pretty universal and could be re-used for most purposes.

dude, i'm just sayin how the file looks, you do your thang^^
hero member
Activity: 560
Merit: 500
I am the one who knocks
The output is a simple textfile

Code:

Pattern: 123abc
Address: 123abc287---------------------------------
Privkey: 5KWYR-------------------------------------
Pattern: 123abc
Address: 123abcq6----------------------------------
Privkey: 5K7in-------------------------------------


I would make Pattern an optional field as this format is pretty universal and could be re-used for most purposes.
legendary
Activity: 2058
Merit: 1005
this space intentionally left blank
The output is a simple textfile

Code:

Pattern: 123abc
Address: 123abc287---------------------------------
Privkey: 5KWYR-------------------------------------
Pattern: 123abc
Address: 123abcq6----------------------------------
Privkey: 5K7in-------------------------------------

Jump to: