Post
Topic
Board Altcoin Discussion
Re: Making an alt coin
by
cisahasa
on 07/08/2014, 22:22:04 UTC
there is this guide https://bitcointalk.org/index.php?topic=149479.0, i find it to be pretty good, cover everything you need

tried it, contacted the OP no answer

I got stuck on 1.3 already

Quote
1.3. Ensure that mingw-builds bin folder is set in your PATH environment variable. On Windows 7 your path should look something like:

C:\mingw32\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\

I go to c:\ming32\bin and there is no systemroot

Quote
2. Download, unpack and build required dependencies.
I'll save them in c:\deps fold

what does that even mean?  Cheesy

The PATH variable will contain all the directories where the OS will search through before saying: "not found".
I think you have to us a command like:
SET PATH="C:\mingw32\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\"

or something like that  Cool


fine for now.
u will end like:
C:\Qt\4.8.6\bin;C:\mingw32\bin;C:\Python33\;C:\Perl64\site\bin;C:\Perl64\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\