Post
Topic
Board Legal
Re: I questioned the "Bitcoin dev team" (Andresen & Co.) on complying with AML laws.
by
BC12345
on 12/10/2012, 21:32:45 UTC
Very few people can read code completely after release.

If only there was some tool that would highlight changes and provide annotation and discussion...

Andresen will always use Github. The releases on sourceforge will always reflect the code.

?

The good thing with git is that you don't have to read the complete code. You can just look at the changes in the code.

Try this (linux):
- open the terminal
- copy this lines:

git clone https://github.com/bitcoin/bitcoin.git

cd bitcoin

gitk &

(If this does not work maybe you need to install "git" and "gitk" first)