Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: elsprt on August 31, 2017, 04:39:56 PM



Title: How long time it could take to master altcoin development?
Post by: elsprt on August 31, 2017, 04:39:56 PM
Could you estimate time necessary to master altcoin development for a programmer who has good knowledge of c/c++? Is it worth to spend time for mastering altcoin development?


Title: Re: How long time it could take to master altcoin development?
Post by: Branko on August 31, 2017, 06:01:04 PM
Define "altcoin development"


Title: Re: How long time it could take to master altcoin development?
Post by: joblo on August 31, 2017, 07:01:01 PM
Cloning an altcoin is trivial and doesn't require knowledge of c/c++ because all the code is already written.
Just tweak some parameters and you have a brand new coin.

True developmnet, specifically mastering it, doesn't require knowledge of any specific language. The language
is just a tool and the job usually determines the appropriate tool to use.

Cryptography, multithreading, networking, gui, distributed processing, etc are the programming skills you need
to master altcoin development.


Title: Re: How long time it could take to master altcoin development?
Post by: elsprt on August 31, 2017, 08:00:56 PM
Define "altcoin development"
Software development for new alternative cryptocurrency


Title: Re: How long time it could take to master altcoin development?
Post by: AmDD on August 31, 2017, 08:02:31 PM
Cloning an altcoin is trivial and doesn't require knowledge of c/c++ because all the code is already written.
Just tweak some parameters and you have a brand new coin.

True developmnet, specifically mastering it, doesn't require knowledge of any specific language. The language
is just a tool and the job usually determines the appropriate tool to use.

Cryptography, multithreading, networking, gui, distributed processing, etc are the programming skills you need
to master altcoin development.

Truth.

And to truly 'master' it probably takes years.


Title: Re: How long time it could take to master altcoin development?
Post by: Branko on August 31, 2017, 08:13:51 PM
Define "altcoin development"
Software development for new alternative cryptocurrency

Thats too vague, too

If you look how many various coins exist and what they're supposed to do, it cover almost
any possible kind of software development. Just take a look at maidsafe, for example


Title: Re: How long time it could take to master altcoin development?
Post by: elsprt on August 31, 2017, 08:53:00 PM
If you look how many various coins exist and what they're supposed to do, it cover almost
any possible kind of software development. Just take a look at maidsafe, for example

Ok. I see.


Title: Re: How long time it could take to master altcoin development?
Post by: elsprt on August 31, 2017, 09:12:04 PM
Cloning an altcoin is trivial and doesn't require knowledge of c/c++ because all the code is already written.
Just tweak some parameters and you have a brand new coin.

True developmnet, specifically mastering it, doesn't require knowledge of any specific language. The language
is just a tool and the job usually determines the appropriate tool to use.

Cryptography, multithreading, networking, gui, distributed processing, etc are the programming skills you need
to master altcoin development.

Good advice