Hi all,
Here is the issue: I want to install Bitcoind and there seems to be no way to do it.
Firstly I tried this guide
http://askubuntu.com/questions/41001/how-do-i-install-bitcoin, but it didn't work, then the only tip I found on the internet for Kali is this
http://evilgold.net/?p=49, but it failed ("apt-get build-dep bitcoind" can't find qt4-default).
My sources.list:
## Regular repositories
deb http://security.kali.org/kali-security kali/updates main contrib non-free
## deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing
deb http://http.kali.org/kali kali main non-free contrib
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb http://http.kali.org/kali kali main/debian-installer
deb http://http.kali.org/ /kali main contrib non-free
deb http://repo.kali.org/kali kali-bleeding-edge main
## Source repositories
deb-src http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
deb-src http://ftp.debian.org/debian/ sid main contrib non-free
deb http://ppa.launchpad.net/noobslab/themes/ubuntu oneiric main
deb http://ppa.launchpad.net/noobslab/indicators/ubuntu oneiric main
deb http://ppa.launchpad.net/kilian/f.lux/ubuntu oneiric main
deb http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu precise main
I tried manually downloading the .deb, and the dependencies (qt4-default and qtchooser 4.8.4), but I got an error because those packages would damage my qbus (4.8.2).
I also tried to manually downloading an old version of bitcoind (0.8.0) and building it with all the dependencies, but when I run the Makefile with "make" (in ../bitcoin-bitcoin-f4d5f06/src), I get this:
/bin/sh ../share/genbuild.sh obj/build.h
fatal: Not a git repository (or any of the parent directories): .git
Hope you can help me.
Thanks.