developing a new alt-coin useful or not?

0

I will try just for educational purposes create my alt-coin. But i have some questions before to start.

  1. It's possible create the alt-coin since my ubuntu and maintain this alt-coin since my pc if its always turn on?

  2. My last question, at this moment is possible that this new altcoin get some real price in the market?

Someone can guide me a little or say me if will be useful in something create a new alt-coin? And maybe can get be profitable?

Sergio Ramos

Posted 2018-03-18T16:03:00.837

Reputation: 103

Answers

2

Is it useful?

Probably not for the community, but for you because you learn.

It's possible create the alt-coin since my ubuntu and maintain this alt-coin since my pc if its always turn on?

There is a difference between creating and running it. But yes, you can create a coin with your Pc.

My last question, at this moment is possible that this new altcoin get some real price in the market?

If you list it on an exchange and the community believes that it has a value: yes. Otherwise: no.

-

If you have only one Pc, you could create an ERC20-token (Ethereum based) and let the blockchain handle everything.

ndsvw

Posted 2018-03-18T16:03:00.837

Reputation: 1 947

could you guide me a little how to create an ERC20-token ¿? some tutorial you think is useful or explain well how to do this?Sergio Ramos 2018-03-18T17:20:53.917

can i put name to this token?Sergio Ramos 2018-03-18T17:40:02.843

And this is the basic ERC20 code you need: https://gist.github.com/ndsvw/53ff3cd511498da2dead79b8cd0e693f Yes. You can set a name. It's the second parameter of MySpecialToken() in this file.

ndsvw 2018-03-18T21:47:29.787

ok i will check that. i will try to make it using erc20 token. i checked other way https://github.com/tiagosh/AltcoinGenerator but i think your is best.

Sergio Ramos 2018-03-19T00:06:40.840

can you check this video? https://www.youtube.com/watch?v=jcu4BB7EAx0&feature=youtu.be&t=266 i think is a simple way to make it and like you say blockchain handle everything.

Sergio Ramos 2018-03-19T01:22:11.917