Block explorer http://money.tagilcoin.org
Forum http://forum.tagilcoin.org
Windows and Linux binaries are available in the Releases section.
To compile on Linux:
- install ubuntu 14 (highly recommended)
- apt-get install build-essential
- cd src/leveldb && make && make libleveldb.a libmemenv.a && chmod 755 *
- apt-get install libdb++-dev
- cd .. && make -f makefile.unix
- if everything goes well, you will find a tagilcoind file in the src folder. Happy compiling!