Pages:
Author

Topic: How do you create an altcoin? - page 15. (Read 21825 times)

full member
Activity: 156
Merit: 100
April 13, 2013, 05:12:13 PM
#19
Lets go with scrypt sence its easier on CPUs than sha-256

IMO it is a better choice.



What about Difficulty re-target and block rate?
What do you think? Im at a loss here Tongue

Really it's your choice.

Litecoin re-targets every 2-3 days.
Mincoin re-targets 2 times a day.
 
Plus how often do you want to find a block?
Every minute... every 10 minutes?

This will directly effect how long it takes to confirm transactions.



Lets re-target every 3-4 days
And find a block every 5 minutes


sounds fun!


How many coins total? and when should the reward be halved?
member
Activity: 98
Merit: 10
x1 7970 | Aprox. 587 kh/s
April 13, 2013, 05:09:51 PM
#18
Lets go with scrypt sence its easier on CPUs than sha-256

IMO it is a better choice.



What about Difficulty re-target and block rate?
What do you think? Im at a loss here Tongue

Really it's your choice.

Litecoin re-targets every 2-3 days.
Mincoin re-targets 2 times a day.
 
Plus how often do you want to find a block?
Every minute... every 10 minutes?

This will directly effect how long it takes to confirm transactions.



Lets re-target every 3-4 days
And find a block every 5 minutes
hero member
Activity: 631
Merit: 501
April 13, 2013, 05:08:07 PM
#17
Lets go with scrypt sence its easier on CPUs than sha-256

IMO it is a better choice.



What about Difficulty re-target and block rate?
What do you think? Im at a loss here Tongue

Really it's your choice.

Litecoin re-targets every 2-3 days.
Mincoin re-targets 2 times a day.
 
Plus how often do you want to find a block?
Every minute... every 10 minutes?

This will directly effect how long it takes to confirm transactions.

member
Activity: 98
Merit: 10
x1 7970 | Aprox. 587 kh/s
April 13, 2013, 05:03:54 PM
#16
Ive cloned the litecoin source, and its downloaded on my computer. Now what? XD
full member
Activity: 156
Merit: 100
April 13, 2013, 04:55:30 PM
#15
Lets go with scrypt sence its easier on CPUs than sha-256


I guess you will need to get the litecoin source and start editing. I won't be much help with that tho. Sad
member
Activity: 98
Merit: 10
x1 7970 | Aprox. 587 kh/s
April 13, 2013, 04:54:25 PM
#14
Lets go with scrypt sence its easier on CPUs than sha-256

IMO it is a better choice.



What about Difficulty re-target and block rate?
What do you think? Im at a loss here Tongue
full member
Activity: 156
Merit: 100
April 13, 2013, 04:48:33 PM
#13
Lets go with scrypt sence its easier on CPUs than sha-256

IMO it is a better choice.



What about Difficulty re-target and block rate?
member
Activity: 98
Merit: 10
x1 7970 | Aprox. 587 kh/s
April 13, 2013, 04:46:29 PM
#12
Lets go with scrypt sence its easier on CPUs than sha-256
member
Activity: 98
Merit: 10
x1 7970 | Aprox. 587 kh/s
April 13, 2013, 04:39:49 PM
#11
If there are not any mining clients out there that support things besides SHA-256 or Scrypt then either of those could be fine, I don't want to have to go about making a new mining application or somthing.
full member
Activity: 156
Merit: 100
April 13, 2013, 04:37:35 PM
#10
Using something other than SHA256/Scrypt will require you create a mining program compatible with your selected algo.

At the same time creating another alt-coin with it is pointless and dangerous to the vitality of the coin.

...But for just a closed hobby project it would be no issue really.
member
Activity: 98
Merit: 10
x1 7970 | Aprox. 587 kh/s
April 13, 2013, 04:36:56 PM
#9
Using something other than SHA256/Scrypt will require you create a mining program compatible with your selected algo.
Is there a list of others somewhere?
hero member
Activity: 631
Merit: 501
April 13, 2013, 04:34:19 PM
#8
Using something other than SHA256/Scrypt will require you to create a mining program compatible with your selected algo.
member
Activity: 98
Merit: 10
x1 7970 | Aprox. 587 kh/s
April 13, 2013, 04:32:41 PM
#7
I'm bored, its the weekend. I was thinking of creating an altcoin for fun, I won't release it, it would just be cool to get it running and see how fast mining is. Hopefully its not to hard :3 If it is I have a VPS with nothing on it I could use for some sort of litecoin web script.

Thanks Cheesy

Really the only requirement necessary to make an "alt-coin" is to edit the hash of the genesis block recognized by the client.

In order to answer this question appropriately we need to know what "features" (i.e. re-target time, base difficulty, hashing algo, etc..) you desire the coin to have so we can tell you what would need to be edited.

I'm really aiming for something that makes mining easy and quick on GPUs. So i'm assuming that a good algorithm would be SHA-256. But if there is an algorithm out there that is easier on GPUs then that would be great to.   edited! Cheesy


I would recommend something other than SHA256 there are lots of current examples of why.

Actually just edited that post sense I got a better idea of what I want, so yah I was assuming this Cheesy
full member
Activity: 156
Merit: 100
April 13, 2013, 04:31:18 PM
#6
I'm bored, its the weekend. I was thinking of creating an altcoin for fun, I won't release it, it would just be cool to get it running and see how fast mining is. Hopefully its not to hard :3 If it is I have a VPS with nothing on it I could use for some sort of litecoin web script.

Thanks Cheesy

Really the only requirement necessary to make an "alt-coin" is to edit the hash of the genesis block recognized by the client.

In order to answer this question appropriately we need to know what "features" (i.e. re-target time, base difficulty, hashing algo, etc..) you desire the coin to have so we can tell you what would need to be edited.

I'm really aiming for something that makes mining easy and quick on GPUs. So i'm assuming that a good algorithm would be SHA-256. But if there is an algorithm out there that is easier on GPUs then that would be great to.

I would recommend something other than SHA256 there are lots of current examples of why.
member
Activity: 98
Merit: 10
x1 7970 | Aprox. 587 kh/s
April 13, 2013, 04:29:30 PM
#5
I'm bored, its the weekend. I was thinking of creating an altcoin for fun, I won't release it, it would just be cool to get it running and see how fast mining is. Hopefully its not to hard :3 If it is I have a VPS with nothing on it I could use for some sort of litecoin web script.

Thanks Cheesy

Really the only requirement necessary to make an "alt-coin" is to edit the hash of the genesis block recognized by the client.

In order to answer this question appropriately we need to know what "features" (i.e. re-target time, base difficulty, hashing algo, etc..) you desire the coin to have so we can tell you what would need to be edited.

I'm really aiming for something that makes mining easy and quick for everyone (I shouldn't have to go out and build a $1000 mining PC initially).
full member
Activity: 156
Merit: 100
April 13, 2013, 04:27:29 PM
#4
I'm bored, its the weekend. I was thinking of creating an altcoin for fun, I won't release it, it would just be cool to get it running and see how fast mining is. Hopefully its not to hard :3 If it is I have a VPS with nothing on it I could use for some sort of litecoin web script.

Thanks Cheesy

I'll help you mine weekend-coin!  Grin
hero member
Activity: 631
Merit: 501
April 13, 2013, 04:25:51 PM
#3
Interesting!   Watching this topic  Grin
sr. member
Activity: 294
Merit: 250
April 13, 2013, 04:16:00 PM
#2
I'm bored, its the weekend. I was thinking of creating an altcoin for fun, I won't release it, it would just be cool to get it running and see how fast mining is. Hopefully its not to hard :3 If it is I have a VPS with nothing on it I could use for some sort of litecoin web script.

Thanks Cheesy

Really the only requirement necessary to make an "alt-coin" is to edit the hash of the genesis block recognized by the client.

In order to answer this question appropriately we need to know what "features" (i.e. re-target time, base difficulty, hashing algo, etc..) you desire the coin to have so we can tell you what would need to be edited.
member
Activity: 98
Merit: 10
x1 7970 | Aprox. 587 kh/s
April 13, 2013, 04:07:37 PM
#1
I'm bored, its the weekend. I was thinking of creating an altcoin for fun, I won't release it, it would just be cool to get it running and see how fast mining is. Hopefully its not to hard :3 If it is I have a VPS with nothing on it I could use for some sort of litecoin web script.

Thanks Cheesy
Pages:
Jump to: