Bitcoin Forum

Other => Beginners & Help => Topic started by: IamFuzzles on June 12, 2011, 04:55:26 AM



Title: Original Bitcoin Client question
Post by: IamFuzzles on June 12, 2011, 04:55:26 AM
Maybe a dumb question, but how do I know for sure when the client is done downloading blocks and actually working on them?


Title: Re: Original Bitcoin Client question
Post by: lost in the wild on June 12, 2011, 05:00:11 AM
Maybe a dumb question, but how do I know for sure when the client is done downloading blocks and actually working on them?

Look at http://blockexplorer.com/ (http://blockexplorer.com/)

That shows you that the current last block is 130207, at the time of this post.

Blockexplorer.com has lots of other cools stuff you can do like look at the block, the transactions inside a block, see how many bitcoins are available to an address, see what the next difficulty level is likely to be, and more.



Title: Re: Original Bitcoin Client question
Post by: Azdak on June 15, 2011, 08:20:00 AM
Another related question: How can I tell if the client is able to reach through the firewall?

Client is up and running for nearly an hour but still 0 connections. Is it that slow in connecting at the moment or do I have to change something on my side?

Is there a way to determine possible connectivity?

Thanks in advance


Title: Re: Original Bitcoin Client question
Post by: thallium205 on June 15, 2011, 08:22:50 AM
Maybe this could help you -> https://en.bitcoin.it/wiki/FAQ#Do_I_need_to_configure_my_firewall_to_run_bitcoin?


Title: Re: Original Bitcoin Client question
Post by: kripz on June 15, 2011, 12:54:54 PM
Use this to scan the port https://www.grc.com/x/ne.dll?bh0bkyd2


Title: Re: Original Bitcoin Client question
Post by: Azdak on June 16, 2011, 08:52:42 PM
Use this to scan the port https://www.grc.com/x/ne.dll?bh0bkyd2

Problem had been resolved with the new Bitcoin Client (0.3.23). Connections are established instantly now.

Interesting link though.

Thanks.


Title: Re: Original Bitcoin Client question
Post by: InstaGx on June 16, 2011, 09:07:33 PM
Also if you want to know the block download speed of the nodes you can check the resource monitor (Windows 7). Either via task manager or by executing perfmon.exe /res.
The network tab shows all the connections. You can filter by bitcoin process too.


Title: Re: Original Bitcoin Client question
Post by: NoFeeMining on June 16, 2011, 10:13:05 PM
blockexplorer.com is what you want


Title: Re: Original Bitcoin Client question
Post by: hacker on June 16, 2011, 11:24:35 PM
Use this to scan the port https://www.grc.com/x/ne.dll?bh0bkyd2

Problem had been resolved with the new Bitcoin Client (0.3.23). Connections are established instantly now.

Interesting link though.

Thanks.

Make sure you check the Map uPNP option in the preferences, you'll get a better connection.


Title: Re: Original Bitcoin Client question
Post by: hacker on June 16, 2011, 11:39:37 PM
http://blockexplorer.com/q/getblockcount (http://blockexplorer.com/q/getblockcount)


Title: Re: Original Bitcoin Client question
Post by: SomeoneWeird on June 16, 2011, 11:45:46 PM
http://blockexplorer.com/q/getblockcount (http://blockexplorer.com/q/getblockcount)
Well done, that was just posted twice.


Title: Re: Original Bitcoin Client question
Post by: hacker on June 17, 2011, 01:27:35 AM
http://blockexplorer.com/q/getblockcount (http://blockexplorer.com/q/getblockcount)
Well done, that was just posted twice.

http://blockexplorer.com/q/getblockcount (http://blockexplorer.com/q/getblockcount)

!=

http://blockexplorer.com/ (http://blockexplorer.com/)

as in

Code:
curl -s http://blockexplorer.com/q/getblockcount

We might be newbs but we aren't retards, don't go throwing your post count around here.  8)


Title: Re: Original Bitcoin Client question
Post by: SomeoneWeird on June 17, 2011, 01:29:44 AM
http://blockexplorer.com/q/getblockcount (http://blockexplorer.com/q/getblockcount)
Well done, that was just posted twice.

http://blockexplorer.com/q/getblockcount (http://blockexplorer.com/q/getblockcount)

!=

http://blockexplorer.com/ (http://blockexplorer.com/)

as in

Code:
curl -s http://blockexplorer.com/q/getblockcount

We might be newbs but we aren't retards, don't go throwing your post count around here.  8)

Maybe so, but you shouldn't have just posted that link either.


Title: Re: Original Bitcoin Client question
Post by: hacker on June 17, 2011, 01:34:01 AM
http://blockexplorer.com/q/getblockcount (http://blockexplorer.com/q/getblockcount)
Well done, that was just posted twice.

http://blockexplorer.com/q/getblockcount (http://blockexplorer.com/q/getblockcount)

!=

http://blockexplorer.com/ (http://blockexplorer.com/)

as in

Code:
curl -s http://blockexplorer.com/q/getblockcount

We might be newbs but we aren't retards, don't go throwing your post count around here.  8)

Maybe so, but you shouldn't have just posted that link either.

Exsqueeze me? Baking powder?


Title: Re: Original Bitcoin Client question
Post by: SomeoneWeird on June 17, 2011, 01:36:27 AM
http://blockexplorer.com/q/getblockcount (http://blockexplorer.com/q/getblockcount)
Well done, that was just posted twice.

http://blockexplorer.com/q/getblockcount (http://blockexplorer.com/q/getblockcount)

!=

http://blockexplorer.com/ (http://blockexplorer.com/)

as in

Code:
curl -s http://blockexplorer.com/q/getblockcount

We might be newbs but we aren't retards, don't go throwing your post count around here.  8)

Maybe so, but you shouldn't have just posted that link either.

Exsqueeze me? Baking powder?

Sorry, I mean't, you should have posted how they could have used the link aswell, not JUST the link :)


Title: Re: Original Bitcoin Client question
Post by: Azdak on June 17, 2011, 08:07:41 PM
Also if you want to know the block download speed of the nodes you can check the resource monitor (Windows 7). Either via task manager or by executing perfmon.exe /res.
The network tab shows all the connections. You can filter by bitcoin process too.

Interesting. Just to learn more of the backgrounds: Is there a way to check this on OS X as well? A network monitor comes included with LittleSnitch and there I can see the addresses the Bitcoin client is connecting to. But it does not show any speed information.

To be clear: the client is working well at the moment. But just out of curiosity.