Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: AlexMerced on April 30, 2013, 12:36:34 PM



Title: Collectors Coins (suggest your own)
Post by: AlexMerced on April 30, 2013, 12:36:34 PM
Remember how there is coin collectors, and the coins are valued for their pure numismatic value.

I think coins with novelty names can create a demand to collect coins, so while technologically nothing new, it opens up a new market for altcoins.

Some may know I'm working on creating HayekCoin for the sole purpose of an educational experience and thought it'd be fitting to have a coin to commemorate an economist who wrote about the idea of competing currencies decades ago.
(I got most of the coding done, it's mainly the gensis block is where I'm stuck at, if anyone would like to help pm me, anyone curious here is the source: https://github.com/alexmerced/hcoin)

But this open up the room for all sorts of other novelty coins:


RothbardCoin - You can't tell me this wouldn't have a huge demand to be collected by Anarcho-Capitalist (Can see it being used with Bitcoin at Porcfest)

420Coin - The official currency of California and Colorado :p



again not all altcoins have to be technologically new (they probably do if they are seriously trying to be a real commercial alternative to bitcoin) but there are other niches and ways bitcoin/litecoin forks can be used.


Title: Re: Collectors Coins (suggest your own)
Post by: AlexMerced on April 30, 2013, 12:39:25 PM
meant to post this thread in the altcoin board, can someone move it


Title: Re: Collectors Coins (suggest your own)
Post by: CIYAM on April 30, 2013, 12:44:35 PM
meant to post this thread in the altcoin board, can someone move it

You can move it yourself - check the bottom left of your screen (when editing I think).

And don't worry - I did not know that myself until after having made hundreds of posts. :)


Title: Re: Collectors Coins (suggest your own)
Post by: AlexMerced on April 30, 2013, 12:52:43 PM
meant to post this thread in the altcoin board, can someone move it

You can move it yourself - check the bottom left of your screen (when editing I think).

And don't worry - I did not know that myself until after having made hundreds of posts. :)


sweet, thanks


Title: Re: Collectors Coins (suggest your own)
Post by: marcus_of_augustus on May 01, 2013, 11:01:51 PM
Quote
I got most of the coding done, it's mainly the gensis block is where I'm stuck at, if anyone would like to help pm me,

... the guy working with beertokens and WEEDS set-up a tool where anybody can create a genesis block fairly easily ... multi-coin and etc

https://bitcointalk.org/index.php?topic=24209.msg300830#msg300830 (https://bitcointalk.org/index.php?topic=24209.msg300830#msg300830)

https://github.com/sacarlson/MultiCoin/blob/master/create_new_genisis_block.txt (https://github.com/sacarlson/MultiCoin/blob/master/create_new_genisis_block.txt)


Title: Re: Collectors Coins (suggest your own)
Post by: AlexMerced on May 02, 2013, 02:18:07 AM
Quote
I got most of the coding done, it's mainly the gensis block is where I'm stuck at, if anyone would like to help pm me,

... the guy working with beertokens and WEEDS set-up a tool where anybody can create a genesis block fairly easily ... multi-coin and etc

https://bitcointalk.org/index.php?topic=24209.msg300830#msg300830 (https://bitcointalk.org/index.php?topic=24209.msg300830#msg300830)

https://github.com/sacarlson/MultiCoin/blob/master/create_new_genisis_block.txt (https://github.com/sacarlson/MultiCoin/blob/master/create_new_genisis_block.txt)

cool thanks, should this also work for litecoin based coins since they are using scrypt?


Title: Re: Collectors Coins (suggest your own)
Post by: marcus_of_augustus on May 02, 2013, 10:25:28 PM
Quote
I got most of the coding done, it's mainly the gensis block is where I'm stuck at, if anyone would like to help pm me,

... the guy working with beertokens and WEEDS set-up a tool where anybody can create a genesis block fairly easily ... multi-coin and etc

https://bitcointalk.org/index.php?topic=24209.msg300830#msg300830 (https://bitcointalk.org/index.php?topic=24209.msg300830#msg300830)

https://github.com/sacarlson/MultiCoin/blob/master/create_new_genisis_block.txt (https://github.com/sacarlson/MultiCoin/blob/master/create_new_genisis_block.txt)

cool thanks, should this also work for litecoin based coins since they are using scrypt?

I don't know for sure but since scrypt is used for getting the block hashes it may need some tweaking ...