Related Posts
How many lines of code are there inside Bitcoin-Core client?
According to cloc this is the line count breakdown, 87% of the project is all C/C++ header files and code. http://cloc.sourceforge.net v 1.60 T=7.23 s (72.2 files/s, 43792.9 lines/s) ——————————————————————————- Language files blank comment code ——————————————————————————- C++ 244 9985 6246 211500 C/C++ Header 188 5346 4617 35399 Bourne Shell 26 2576 2571 20090 make 12 […]
Sending money: Banks vs BitCoin
So I’m in desperate need to send money to my family in Venezuela this week, and sadly they’ve still not adopted (or even heard off, much less understood bitcoin yet) and I’ve been forced to wire some money to an account in Perú to a friend of the family. I cannot send the money directly […]
How to import a backed up wallet in Bitcoin-Qt
The Bitcoin-Qt client has an export feature, but not an import feature, importing a wallet is a bit of a manual process and it can be quite scary for the non-computer saavy since you need to do this kind of stuff because you got a new computer or your old one broke. First, close the […]