Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: sportler0815 on November 27, 2017, 09:14:13 AM



Title: Problems with compiling Altcoin Daemon on Windows
Post by: sportler0815 on November 27, 2017, 09:14:13 AM
Hello @all,

i like to build my own Mining Pool.

Now I have to grab and compile the coin daemon.

Im suing Git Bash X64 für windows.

To grab the files from github is no Problem.

But the manual shows following:


git clone https://github.com/litecoin-project/litecoin.git
cd litecoin\src
make -f makefile.unix USE_UPNP=0
strip litecoind

I got following error:

$ make -f makefile.unix USE_PNP=0
make: makefile.unix: No such file or directory
make: *** No rule to make target 'makefile.unix'.  Stop.


Who can help me, whats my mistake?

Thanks for every answer.

Best