Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: iluvbitcoins on August 07, 2014, 04:59:10 PM



Title: Making an alt coin
Post by: iluvbitcoins on August 07, 2014, 04:59:10 PM
Is there anyone willing to teach me how to make an alt coin? :D


Title: Re: Making an alt coin
Post by: Jungian on August 07, 2014, 05:28:03 PM
Is there anyone willing to teach me how to make an alt coin? :D

http://coincreator.net/

Probably the easiest way. If you are looking to make a "real" altcoin, with unique features, then you need to learn programming.

Try http://www.codecademy.com/


Title: Re: Making an alt coin
Post by: iluvbitcoins on August 07, 2014, 06:16:21 PM
Is there anyone willing to teach me how to make an alt coin? :D

http://coincreator.net/

Probably the easiest way. If you are looking to make a "real" altcoin, with unique features, then you need to learn programming.

Try http://www.codecademy.com/

I don't want to pay someone else to create it

I would like to see how to process works :)

yeah, I know some basic c++, but just the basics

would need someone to guide me trough it  :-\

I dont' want to make an alt coin simply to make one, I want to learn the proccess


Title: Re: Making an alt coin
Post by: Brewins on August 07, 2014, 06:47:02 PM
read Satoshi's paper, and go to github and see the bitcoin's code.

Think it is a good start.


Title: Re: Making an alt coin
Post by: Propulsion on August 07, 2014, 06:52:22 PM
LolJosh, he does POS coins.  ;D


Title: Re: Making an alt coin
Post by: iluvbitcoins on August 07, 2014, 07:14:25 PM
read Satoshi's paper, and go to github and see the bitcoin's code.

Think it is a good start.

when I say basics really the most basic basics, things like libraries, text input, if string etc.

by downloading from github I don't understand jack :D


Title: Re: Making an alt coin
Post by: Coingrab on August 07, 2014, 07:19:32 PM
It looks a bit harder than people think. I plan to make my own coin someday. It's a lot harder to get things to work correctly as well adding features and making sure they don't mess things up. Best bet is to find a mentor that has done it befor and ask if they will show or help you.


Title: Re: Making an alt coin
Post by: Nullu on August 07, 2014, 07:22:34 PM
read Satoshi's paper, and go to github and see the bitcoin's code.

Think it is a good start.

when I say basics really the most basic basics, things like libraries, text input, if string etc.

by downloading from github I don't understand jack :D

Learning a programming language takes time, patience, a lot of trial and error, and plenty of studying. It doesn't have to be boring, though. I started with a book called Beginning C++ Game Programming. It's still a great introduction to C++, and gave me the foundation knowledge I needed to understand more advanced subject matter. Youtube also has plenty of C++ tutorials if you look around. The thenewboston channel has a good introductory series on there.


Title: Re: Making an alt coin
Post by: DJFML on August 07, 2014, 07:29:01 PM
It is hard, I created one myself for the networks I partner with, basically it's all trial and error, until I got to a standstill and got help from someone here. It's not an easy process if you only know the basics of c++ more just what exactly is going on to build it then update it as you go.


Title: Re: Making an alt coin
Post by: Ayers on August 07, 2014, 07:31:51 PM
there is this guide https://bitcointalk.org/index.php?topic=149479.0, i find it to be pretty good, cover everything you need


Title: Re: Making an alt coin
Post by: DJFML on August 07, 2014, 07:34:51 PM
Pretty much for Windows, Linux is easier imo, but it's best to build in all platforms.


Title: Re: Making an alt coin
Post by: iluvbitcoins on August 07, 2014, 07:38:21 PM
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?  :D


Title: Re: Making an alt coin
Post by: vincentvincent on August 07, 2014, 07:53:50 PM
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?  :D

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  8)


Title: Re: Making an alt coin
Post by: iluvbitcoins on August 07, 2014, 08:28:07 PM
thanks :)

Quote
Your gcc -v output should be:
Code:
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=C:/mingw32/bin/../libexec/gcc/i686-w64-mingw32/4.9.0/lto-wrapper.exe
Target: i686-w64-mingw32
Configured with: ../../../src/gcc-4.9.0/configure --host=i686-w64-mingw32 --build=i686-w64-mingw32 --target=i686-w64-mingw32 --prefix=/mingw32 --with-sysroot=/home/nixman/mingw-gcc-4.9.0/i686-490-posix-dwarf-rt_v3-rev2/mingw32 --with-gxx-include-dir=/mingw32/i686-w64-mingw32/include/c++ --enable-shared --enable-static --disable-multilib --enable-languages=ada,c,c++,fortran,objc,obj-c++,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-libitm --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-sjlj-exceptions --with-dwarf2 --disable-isl-version-check --disable-cloog-version-check --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=i686 --with-tune=generic --with-libiconv --with-system-zlib --with-gmp=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --with-mpfr=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --with-mpc=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --with-isl=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --with-cloog=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --enable-cloog-backend=isl --with-pkgversion='i686-posix-dwarf-rev2, Built by MinGW-W64 project' --with-bugurl=http://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -I/home/nixman/mingw-gcc-4.9.0/i686-490-posix-dwarf-rt_v3-rev2/mingw32/opt/include -I/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-zlib-static/include -I/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -I/home/nixman/mingw-gcc-4.9.0/i686-490-posix-dwarf-rt_v3-rev2/mingw32/opt/include -I/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-zlib-static/include -I/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static/include' CPPFLAGS= LDFLAGS='-pipe -L/home/nixman/mingw-gcc-4.9.0/i686-490-posix-dwarf-rt_v3-rev2/mingw32/opt/lib -L/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-zlib-static/lib -L/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static/lib'
Thread model: posix
gcc version 4.9.0 (i686-posix-dwarf-rev2, Built by MinGW-W64 project)

now, how do I get the -gcc -v output?


Title: Re: Making an alt coin
Post by: vincentvincent on August 07, 2014, 09:40:37 PM
thanks :)

Quote
Your gcc -v output should be:
Code:
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=C:/mingw32/bin/../libexec/gcc/i686-w64-mingw32/4.9.0/lto-wrapper.exe
Target: i686-w64-mingw32
Configured with: ../../../src/gcc-4.9.0/configure --host=i686-w64-mingw32 --build=i686-w64-mingw32 --target=i686-w64-mingw32 --prefix=/mingw32 --with-sysroot=/home/nixman/mingw-gcc-4.9.0/i686-490-posix-dwarf-rt_v3-rev2/mingw32 --with-gxx-include-dir=/mingw32/i686-w64-mingw32/include/c++ --enable-shared --enable-static --disable-multilib --enable-languages=ada,c,c++,fortran,objc,obj-c++,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-libitm --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-sjlj-exceptions --with-dwarf2 --disable-isl-version-check --disable-cloog-version-check --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=i686 --with-tune=generic --with-libiconv --with-system-zlib --with-gmp=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --with-mpfr=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --with-mpc=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --with-isl=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --with-cloog=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --enable-cloog-backend=isl --with-pkgversion='i686-posix-dwarf-rev2, Built by MinGW-W64 project' --with-bugurl=http://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -I/home/nixman/mingw-gcc-4.9.0/i686-490-posix-dwarf-rt_v3-rev2/mingw32/opt/include -I/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-zlib-static/include -I/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -I/home/nixman/mingw-gcc-4.9.0/i686-490-posix-dwarf-rt_v3-rev2/mingw32/opt/include -I/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-zlib-static/include -I/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static/include' CPPFLAGS= LDFLAGS='-pipe -L/home/nixman/mingw-gcc-4.9.0/i686-490-posix-dwarf-rt_v3-rev2/mingw32/opt/lib -L/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-zlib-static/lib -L/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static/lib'
Thread model: posix
gcc version 4.9.0 (i686-posix-dwarf-rev2, Built by MinGW-W64 project)

now, how do I get the -gcc -v output?

I thought it was Linux but this is on a windows machine: install the Gnu C compiler I guess.


Title: Re: Making an alt coin
Post by: cisahasa on August 07, 2014, 10:07:14 PM
thanks :)

Quote
Your gcc -v output should be:
Code:
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=C:/mingw32/bin/../libexec/gcc/i686-w64-mingw32/4.9.0/lto-wrapper.exe
Target: i686-w64-mingw32
Configured with: ../../../src/gcc-4.9.0/configure --host=i686-w64-mingw32 --build=i686-w64-mingw32 --target=i686-w64-mingw32 --prefix=/mingw32 --with-sysroot=/home/nixman/mingw-gcc-4.9.0/i686-490-posix-dwarf-rt_v3-rev2/mingw32 --with-gxx-include-dir=/mingw32/i686-w64-mingw32/include/c++ --enable-shared --enable-static --disable-multilib --enable-languages=ada,c,c++,fortran,objc,obj-c++,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-libitm --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-sjlj-exceptions --with-dwarf2 --disable-isl-version-check --disable-cloog-version-check --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=i686 --with-tune=generic --with-libiconv --with-system-zlib --with-gmp=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --with-mpfr=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --with-mpc=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --with-isl=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --with-cloog=/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static --enable-cloog-backend=isl --with-pkgversion='i686-posix-dwarf-rev2, Built by MinGW-W64 project' --with-bugurl=http://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -I/home/nixman/mingw-gcc-4.9.0/i686-490-posix-dwarf-rt_v3-rev2/mingw32/opt/include -I/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-zlib-static/include -I/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -I/home/nixman/mingw-gcc-4.9.0/i686-490-posix-dwarf-rt_v3-rev2/mingw32/opt/include -I/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-zlib-static/include -I/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static/include' CPPFLAGS= LDFLAGS='-pipe -L/home/nixman/mingw-gcc-4.9.0/i686-490-posix-dwarf-rt_v3-rev2/mingw32/opt/lib -L/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-zlib-static/lib -L/home/nixman/mingw-gcc-4.9.0/prerequisites/i686-w64-mingw32-static/lib'
Thread model: posix
gcc version 4.9.0 (i686-posix-dwarf-rev2, Built by MinGW-W64 project)

now, how do I get the -gcc -v output?

I thought it was Linux but this is on a windows machine: install the Gnu C compiler I guess.

on msys bash(=minGW shell): type: gcc -v

now u are learning some early basics


Title: Re: Making an alt coin
Post by: cisahasa on August 07, 2014, 10:22:04 PM
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?  :D

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  8)


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\


Title: Re: Making an alt coin
Post by: CoinStarX on August 08, 2014, 04:42:13 AM
Looks like a bit of fun. Been a while since I dabbled in c++  ;D


Title: Re: Making an alt coin
Post by: iluvbitcoins on August 09, 2014, 10:45:54 AM
so I get this on step 1.4

https://ip.bitcointalk.org/?u=http%3A%2F%2Fi.imgur.com%2Fto5sLZB.png&t=543&c=sFjKQVenfux4CQ

I should be able to write the gcc -v output inside

I tried reinstalling minGW, didn't work

anyone knows what's up?


Title: Re: Making an alt coin
Post by: coinerer on August 09, 2014, 12:52:45 PM
After making 1000 coins there is one much better idea.


To make 10000 coins. :)


One zero of difference is nothing.



Title: Re: Making an alt coin
Post by: cisahasa on August 09, 2014, 01:06:23 PM
so I get this on step 1.4

https://ip.bitcointalk.org/?u=http%3A%2F%2Fi.imgur.com%2Fto5sLZB.png&t=543&c=sFjKQVenfux4CQ

I should be able to write the gcc -v output inside

I tried reinstalling minGW, didn't work

anyone knows what's up?

just write that to mingw shell window, gcc -v

gcc is the command and -v tells u the version info
u must learn to use mingw shell, most of coming things are done in there and some in command windows


Title: Re: Making an alt coin
Post by: iluvbitcoins on August 09, 2014, 03:20:29 PM
Quote
just write that to mingw shell window, gcc -v

gcc is the command and -v tells u the version info
u must learn to use mingw shell, most of coming things are done in there and some in command windows


any button I press the window crashes


Title: Re: Making an alt coin
Post by: pr9me on August 09, 2014, 03:34:39 PM
http://www.coinlab.info/


Title: Re: Making an alt coin
Post by: iluvbitcoins on August 09, 2014, 06:03:31 PM
http://www.coinlab.info/

the link is dead


Title: Re: Making an alt coin
Post by: Don007 on August 09, 2014, 06:05:29 PM
Use the search function of this forum and you'll find a few companies that will make a new altcoin for you.

My question, why do you want to make another coin? There are way too many already.. Tip: only create a new coin if you have something in mind that your coin is somehow different than the rest and offers something really uniques.


Title: Re: Making an alt coin
Post by: iluvbitcoins on August 09, 2014, 06:26:51 PM
Use the search function of this forum and you'll find a few companies that will make a new altcoin for you.

My question, why do you want to make another coin? There are way too many already.. Tip: only create a new coin if you have something in mind that your coin is somehow different than the rest and offers something really uniques.

as I said multiple times I don't want to pay someone to make a coin, I want to learn how to make alt coins

of course, I have something good in mind but I'm currently just getting introduced with the process :)


Title: Re: Making an alt coin
Post by: Don007 on August 09, 2014, 06:29:50 PM
Use the search function of this forum and you'll find a few companies that will make a new altcoin for you.

My question, why do you want to make another coin? There are way too many already.. Tip: only create a new coin if you have something in mind that your coin is somehow different than the rest and offers something really uniques.

as I said multiple times I don't want to pay someone to make a coin, I want to learn how to make alt coins

of course, I have something good in mind but I'm currently just getting introduced with the process :)

Alright. Well, what I wanted to say is that you might can get some help from these guys from these companies.  This might not be free, but hey, I'm sure they can learn you how to make one (if they're able to create one by theirself).  Unfortunately I don't have any relevant knowledge about creating new coins, but I want to wish you success with your project! 



Title: Re: Making an alt coin
Post by: cisahasa on August 09, 2014, 07:09:06 PM
Quote
just write that to mingw shell window, gcc -v

gcc is the command and -v tells u the version info
u must learn to use mingw shell, most of coming things are done in there and some in command windows


any button I press the window crashes

wild guess
u have not set system variables table corretly


Title: Re: Making an alt coin
Post by: iluvbitcoins on August 11, 2014, 12:06:57 PM
Quote
just write that to mingw shell window, gcc -v

gcc is the command and -v tells u the version info
u must learn to use mingw shell, most of coming things are done in there and some in command windows


any button I press the window crashes

wild guess
u have not set system variables table corretly

how do I fix it?


Title: Re: Making an alt coin
Post by: minerjoen on August 11, 2014, 12:43:15 PM
Quote
just write that to mingw shell window, gcc -v

gcc is the command and -v tells u the version info
u must learn to use mingw shell, most of coming things are done in there and some in command windows


any button I press the window crashes

wild guess
u have not set system variables table corretly

how do I fix it?

so basicly u want somebody who create a coin for u for free?
i mean u ask every little step, beter is to take a dive into the books. Because if u dont know this little basics u can never create a alt coin, and what about supporting it?

It's the same as i say: i go write a chinese book, and i ask a chinese guy: what means hello in chinese? because i dont understand 1 word in chinese.
It's just not possible what u want, first u need to read books and learn the language, if u dont understand the language, u can not do anything with it.

i dont mean this bad, i try to give an advise.


Title: Re: Making an alt coin
Post by: CoinStarX on August 11, 2014, 03:41:49 PM
I am gonna try to make my own but not likely by myself. As I said before it's been a while since I dabbled in c++. So want to do this though. :)


Title: Re: Making an alt coin
Post by: shaifulhafizal on July 11, 2019, 08:34:52 PM
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?  :D


LOL OLD FORUM HERE THE ANSWER

Variable     Value
Patch        %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
Patch       recplace with C:\mingw32\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\


Title: Re: Making an alt coin
Post by: Chemcrier on July 27, 2019, 10:27:27 AM
Just go to the services section of the forum and you will see people willing to assist in this endavour, it is a time consuming stuff and it would be hard to see someone who would do it for free but you can always watch YouTube videos about it though to learn it better and faster.


Title: Re: Making an alt coin
Post by: taratorly on July 27, 2019, 10:33:26 AM
Just go to the services section of the forum and you will see people willing to assist in this endavour, it is a time consuming stuff and it would be hard to see someone who would do it for free but you can always watch YouTube videos about it though to learn it better and faster.

OMG! Zombie topic has resurrected :)

Hey dude, look at the time! he asked this question in 2014. The real question here is; how can you find this dead post here?


Title: Re: Making an alt coin
Post by: Almasani on October 12, 2019, 07:09:53 PM
Just go to the services section of the forum and you will see people willing to assist in this endavour, it is a time consuming stuff and it would be hard to see someone who would do it for free but you can always watch YouTube videos about it though to learn it better and faster.

OMG! Zombie topic has resurrected :)

Hey dude, look at the time! he asked this question in 2014. The real question here is; how can you find this dead post here?
He has awakened a long-lost history, written by the devoted newbie, and has now become a legend and gained positive trust in this forum.

I took lessons from old topics that were reappointed.
1. That "newbie" knowledge at that time with the current one is the same. They think the same thing about how to create their own products.
2. If they work well in this forum, they will get positive trust and can survive until now.
3. We should not be arrogant, because we are present in the same conditions, but only at different times.
 ;D ;D ;D ::)


Title: Re: Making an alt coin
Post by: dcomomal on October 15, 2019, 05:31:59 PM
Go to freelancers, I have heard that there are a long of teaching courses online. However, you can just order a token/smart contract for a very cheap price, between 30-100 bucks. A more interesting question is what are you going to do with it?


Title: Re: Making an alt coin
Post by: charlie137 on October 15, 2019, 05:47:33 PM
besides guides above - this Mastering Bitcoin (https://github.com/bitcoinbook/bitcoinbook) is also highly recommended


Title: Re: Making an alt coin
Post by: Vitamin_52 on October 15, 2019, 05:58:16 PM
how many services have appeared to create tokens. the topic I hope you're not going to commit fraud, and so on the vastness of cryptomeria enough. it is better to make a quality project and monetize it.