Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: united-scrypt-coin on December 03, 2013, 07:11:03 PM



Title: LTC merged mining ChainID registry
Post by: united-scrypt-coin on December 03, 2013, 07:11:03 PM
Every coin that can be merge mined with LTC, needs to have it's own ChainID.
 
I will keep a list in this topic.
 
If you are the maintainer of a scrypt-coin and you want to allow your coin to be merge mined against LTC (or same PoW), please propose an unused ChainID below, I will add it to this list. Let's limit the ChainID to 8 bits for now, the protocol allows for 14 bits.
 
Code:
---    0 reserved
USC    1 UnitedScryptCoin
HUC    2 Huntercoin
BSS    4 Bosscoin
RSV    7 ReserveCoin
ORG    8 Orgcoin
BUR   32 Burbucoin
TPC   36 Templecoin
SPH   53 Sapphire
PST   71 PesetaCoin
LEAF  77 Leafcoin
KAR   87 KarpelesCoin
MIM  134 MagicInternetMoney

Want to know how to implement merged mining for your coin? Take a look at the merged-mining branch of unitedscryptcoin.git (http://github.com/united-scrypt-coin-project/unitedscryptcoin/).  It contains recent Litecoin + (disabled) merged mining patches. To enable merged mining for your coin, you need to merge with this branch (if possible), set the ChainID and set the starting block.

Addendum: note that the merged-mining patch messes up your block header database. A reindex is needed after this patch.


Title: Re: LTC merged mining ChainID registry
Post by: snailbrain on December 03, 2013, 07:21:19 PM
Every coin that can be merge mined with LTC, needs to have it's own ChainID.
 
I will keep a list in this topic.
 
If you are the maintainer of a scrypt-coin and you want to allow your coin to be merge mined against LTC (or same PoW), please propose an unused ChainID below, I will add it to this list. Let's limit the ChainID to 8 bits for now, the protocol allows for 14 bits.
 
Code:
---   0 reserved
USC   1 UnitedScryptCoin

Want to know how to implement merged mining for your coin? Take a look at the merged-mining branch of unitedscryptcoin.git (http://github.com/united-scrypt-coin-project/unitedscryptcoin/).  It contains recent Litecoin + (disabled) merged mining patches. To enable merged mining for your coin, you need to merge with this branch (if possible), set the ChainID and set the starting block.

Code:
---   0 reserved
USC  1 UnitedScryptCoin
HUC  2 Huntercoin


Title: Re: LTC merged mining ChainID registry
Post by: FrictionlessCoin on December 03, 2013, 07:24:37 PM
Code:
---   0 reserved
USC  1 UnitedScryptCoin
HUC  2 Huntercoin
RSV  7 ReserveCoin


Title: Re: LTC merged mining ChainID registry
Post by: bosscoin on December 03, 2013, 07:28:43 PM
Code:
---   0 reserved
USC  1 UnitedScryptCoin
HUC  2 Huntercoin
BSS  4 Bosscoin
RSV  7 ReserveCoin



Title: Re: LTC merged mining ChainID registry
Post by: snailbrain on December 03, 2013, 08:16:07 PM
Code:
---   0 reserved
USC  1 UnitedScryptCoin
HUC  2 Huntercoin
BSS  4 Bosscoin
RSV  7 ReserveCoin


bosscoin doesn't have merge mining?


Title: Re: LTC merged mining ChainID registry
Post by: The_Catman on January 01, 2014, 08:51:16 AM
bosscoin doesn't have merge mining?

Clearly they're planning it.


Title: Re: LTC merged mining ChainID registry
Post by: Orgcoin.org on January 16, 2014, 02:59:48 PM
Orgcoin needs a number.
Mind provisioning one for us?
Thanks!


Title: Re: LTC merged mining ChainID registry
Post by: Orgcoin.org on January 16, 2014, 05:59:36 PM
Code:
---   0 reserved
USC  1 UnitedScryptCoin
HUC  2 Huntercoin
BSS  4 Bosscoin
RSV  7 ReserveCoin
ORG 8 Orgcoin



Title: Re: LTC merged mining ChainID registry
Post by: yabiku on March 15, 2014, 10:45:52 AM
Ok, next is burbucoin BUR from block #37,000

ChainID=0x0020

Code:
---   0 reserved
USC   1 UnitedScryptCoin
HUC   2 Huntercoin
BSS   4 Bosscoin
RSV   7 ReserveCoin
ORG   8 Orgcoin
BUR  20 Burbucoin
PST  71 PesetaCoin

https://github.com/burbucoin/burbucoin

www.burbucoin.org

http://www.burbucoin.org/assets/img/banner2.png


Title: Re: LTC merged mining ChainID registry
Post by: united-scrypt-coin on March 17, 2014, 09:57:03 PM
Ok, next is burbucoin BUR from block #37,000

ChainID=0x0020

Code:
---   0 reserved
USC   1 UnitedScryptCoin
HUC   2 Huntercoin
BSS   4 Bosscoin
RSV   7 ReserveCoin
ORG   8 Orgcoin
BUR  20 Burbucoin
PST  71 PesetaCoin

https://github.com/burbucoin/burbucoin

www.burbucoin.org

http://www.burbucoin.org/assets/img/banner2.png

Added BUR. Note, the table is in decimal. So "BUR 32 Burbucoin".


Title: Re: LTC merged mining ChainID registry
Post by: mcg on March 24, 2014, 11:58:16 PM
Can you add number 77 for leaf.

more details soon in leafcoin thread.


Title: Re: LTC merged mining ChainID registry
Post by: temple on March 27, 2014, 06:38:32 AM
add 36 for Templecoin


Title: Re: LTC merged mining ChainID registry
Post by: sapphiro on March 31, 2014, 07:57:32 AM
add SPH 53 (0x0035)  Sapphire


Title: Re: LTC merged mining ChainID registry
Post by: aintkarpeles on April 01, 2014, 06:04:59 PM
add 87 (hex 57)  for KAR KarpelesCoin


Title: Re: LTC merged mining ChainID registry
Post by: defaced on April 13, 2014, 06:29:37 PM
add 0x3211 for MagicInternetMoney please


Title: Re: LTC merged mining ChainID registry
Post by: united-scrypt-coin on April 15, 2014, 06:45:54 AM
add 0x3211 for MagicInternetMoney please

I used the value 0x86 from your current .git, is that correct?


Title: Re: LTC merged mining ChainID registry
Post by: yak on April 16, 2014, 03:16:05 AM
add 0x3211 for MagicInternetMoney please

I used the value 0x86 from your current .git, is that correct?

i don't think it matters, the coin can't sync


Title: Re: LTC merged mining ChainID registry
Post by: El Dude on April 16, 2014, 04:05:51 AM
merge mining Litecoin is the only way to keep your coin safe from 51% attacks now that scrypt ASIC are coming out.


Title: Re: LTC merged mining ChainID registry
Post by: bassguitarman on June 05, 2014, 01:53:36 AM
Add tacocoin as 24


Title: Re: LTC merged mining ChainID registry
Post by: forzendiablo on June 05, 2014, 01:56:12 AM
HUC changed it i think


Title: Re: LTC merged mining ChainID registry
Post by: Orgcoin.org on July 04, 2014, 04:17:56 PM
Orgcoin needs a number.
Mind provisioning one for us?
Thanks!

Orgcoin died.  Please remove it from the list.


Title: Re: LTC merged mining ChainID registry
Post by: MisO69 on July 04, 2014, 04:40:05 PM
Is there a pool that merge mines all these at once? Can someone recommend good pools with merge mined scrypt coins.



Title: Re: LTC merged mining ChainID registry
Post by: neurorit on July 14, 2014, 04:01:08 PM
There will be very soon. Called Polymyr, it's a multi-algo merged-mined multipool for Myriad.

Is there a pool that merge mines all these at once? Can someone recommend good pools with merge mined scrypt coins.