Bitcoin Forum

Other => Beginners & Help => Topic started by: marekfort on December 17, 2013, 10:50:13 PM



Title: Help
Post by: marekfort on December 17, 2013, 10:50:13 PM
Hello,
I am trying to make my own altcoin with help of this guide: https://bitcointalk.org/index.php?topic=149479.0
But I'm stucked at the 3.4. I have to make this code in Windows cmd:
Code:
cd C:\bitcoin\bitcoin-master\src
mingw32-make -f makefile.mingw
strip bitcoind.exe
The second line is not working though. At first the mingw32-make function did not work (the cmd told me that it is undefined) but after I pasted all of its directory, the program had finally recognized it. The problem is that when I write the code now I get a lot (like really a lot) errors. I don't know why. I have makefile.mingw at the right place and the mingw32-make function should work.
Every help is much appreciated :)