Pages:
Author

Topic: Skills to create a new coin (Read 2323 times)

legendary
Activity: 966
Merit: 1000
September 19, 2015, 02:23:57 PM
#41
You don't need skills to create it as there are multiple services for this but you need to be able to take care ofthe development, know how to solve an problem in case your blockchain would get stuck etc..
legendary
Activity: 2926
Merit: 1130
Leading Crypto Sports Betting & Casino Platform
September 18, 2015, 09:28:51 AM
#40
Skills are not important factor for a new coin. If you are able to innovate new financial revolutionary things, then implement into a crypto currency. Then your new coin would be more successful. But everybody not thinking more than just a new name for their own coin.
member
Activity: 70
Merit: 10
August 25, 2015, 06:25:30 AM
#39
Skill? You don't need skill. You just go to http://build-a-co.in/, download the generated code, compile it and run it.
Amazing! Thanks to this info. It is really useful.
tyz
legendary
Activity: 3360
Merit: 1533
June 04, 2015, 08:04:23 AM
#38
it depends on if you want to create a new coin from scratch with new features and tech or if you want to copy an existing one. if first holds, you need really deep programming, mathmatical and cryptographic skills. i would say, you need years of experience in those fields in oder to create a good and secure coin.
if second holds, you actually don't need good skills. you even can create a coin with some of the generators or just follow one of the many tutorials in order to copy a coin.
legendary
Activity: 1848
Merit: 1000
June 04, 2015, 06:59:41 AM
#37
Nowadays to create an altcoin which is simply a clone of an existing coin without anything new being brought to the table seems like the norm.  There are new altcoin launches almost everyday and the majority of these are simple clones, with the creator having no view to the future beyond making a quick profit.  I have noticed the altcoin community becoming very sceptical towards new altcoins especially when there is an ICO involved as 9 times out of 10 the dev will take the ICO and run.

My advice to you if you are serious about creating a 'new' coin, gain as much knowledge as you can and look to bring something that will differentiate you from the other altcoins and make you stand out.
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
May 14, 2015, 07:57:03 PM
#36
found this article hope you woulld get some idea

http://devtome.com/doku.php?id=scrypt_altcoin_cloning_guide
sr. member
Activity: 392
Merit: 268
Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ
May 14, 2015, 07:52:46 PM
#35
more important then technical skills are marking, webdesign, promo and PR skills in terms of coin creation..Smiley

Also a lot of luck, and having an idea that makes a coin stand out and have value.
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
May 14, 2015, 07:09:30 PM
#34
lets assume if one will create an altcoin by following these steps what he would get
legendary
Activity: 1036
Merit: 1001
/dev/null
May 14, 2015, 06:47:30 PM
#33
more important then technical skills are marking, webdesign, promo and PR skills in terms of coin creation..Smiley
hero member
Activity: 728
Merit: 500
Never ending parties are what Im into.
May 14, 2015, 06:44:25 PM
#32
Explains the whole pump and dump aspect of altcoins for me. When I first got involved with them I kept getting the wrong end of the stick,happy I had so many coins only to see the value dive off a cliff. Grin
legendary
Activity: 1456
Merit: 1000
May 14, 2015, 05:00:35 PM
#31
Had no idea it was that easy to create a coin.

It is easy to create a coin, but hard to get acceptance.   You need to really add something.  If you change name and pic only chances are it will be worth almost nothing.

Also it being so easy is why so many are pump and dump coins.  They create them people mine them at first hoping to get in early, but ultimately they dump the coins.
hero member
Activity: 728
Merit: 500
Never ending parties are what Im into.
May 14, 2015, 04:25:41 PM
#30
Had no idea it was that easy to create a coin.
legendary
Activity: 3066
Merit: 1147
The revolution will be monetized!
May 14, 2015, 12:29:10 PM
#29
1. get source code
2. do a find and replace (bitcoin > newcoin)
3. compile! You are now the creator of newcoin.

 Cheesy


Thank you for your answer, but I really would like to create something with some new feature and not just a copy/paste.  Smiley
I was kidding a bit. But that is the start of creating an alt coin. Most alts are not adopted by very many people. However, it is a great way to learn about blockchain technology and how all these crypto-coins work.

You may want to look at Satoshi's white paper also. You may have already, but if not you can find a link in my sig just below this post where it says "the gospel according to Satoshi".
legendary
Activity: 1143
Merit: 1000
May 14, 2015, 12:20:37 PM
#28
You'll need to understand cryptography, you can start with Applied Cryptography by Bruce Scheiner.
member
Activity: 104
Merit: 10
May 14, 2015, 08:56:35 AM
#27

Are you intending to create an entirely new algorithm or just use one of the existing ones like SHA-256, Scrypt, X11, etc?  If you want to create a new algorithm, then understanding cryptography in detail is an absolute must.  Honestly, while learning C++ will certainly help you to understand code that's already written, it won't help you to know how to create your own coin.  You need to understand peer to peer concepts, networking, threading, hashing, GUI, memory management, pointers, ... the list goes on.

If your intention is to simply mimic an existing coin by changing a few things here and there like block generation time, reward, etc, then that's a far easier task.  As was mentioned, there are already coin generators out there that do all the work for you.

By the way, there are wallets that aren't written in C++.  While the core software of the coin typically is, and the default wallet UIs of the coins are, there are other lightweight wallets written in other languages.  For example MultiBit is written in Java.


Thank you man!

This is the most complete answer and you made me know exactly what I needed to know.
Now I realize that's a lot of stuff to study, but anyway I seriously wanna try and make my own coin.

Thank you again  Smiley
member
Activity: 104
Merit: 10
May 14, 2015, 08:53:02 AM
#26
Skill? You don't need skill. You just go to http://build-a-co.in/, download the generated code, compile it and run it.

Thank you for letting  me know this service, but I'd like to create a coin on my own, with some new features added by me.
Anyway, I could give a try, just for fun  Smiley
member
Activity: 104
Merit: 10
May 14, 2015, 08:49:39 AM
#25
1. get source code
2. do a find and replace (bitcoin > newcoin)
3. compile! You are now the creator of newcoin.

 Cheesy


Thank you for your answer, but I really would like to create something with some new feature and not just a copy/paste.  Smiley
legendary
Activity: 1120
Merit: 1000
May 14, 2015, 12:56:21 AM
#24
1. get source code
2. do a find and replace (bitcoin > newcoin)
3. compile! You are now the creator of newcoin.

 Cheesy


you'll need to replace the logo too(search for images).

And find an excuse to launch a clone coin(like animal memes or specific usages)

You can, for example, launch the dildocoin that will be used to buy dildos or the ohreally coin based on the ohreally meme, and maybe earn 1 or 2 $ before they drop to 1 Satoshi and all exchanges remove them from their exchanges
legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
May 13, 2015, 10:38:04 PM
#23
1. get source code
2. do a find and replace (bitcoin > newcoin)
3. compile! You are now the creator of newcoin.

 Cheesy
Stop... you'll encourage them.

At least tell them to change the block time, or reward, too... Tongue
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
May 13, 2015, 07:53:13 PM
#22
1. get source code
2. do a find and replace (bitcoin > newcoin)
3. compile! You are now the creator of newcoin.

 Cheesy

easy pezy lemon freezy Smiley

wondering what dev will get from a coin since such a coin wont last for long and end up to 1satoshi in a week
Pages:
Jump to: