I guess it would be trivial to port this over to Tenebrix.
I haven't tried yet but would be surprised if it's not trivial:
- PUBKEY_ADDRESS in base58.h (Ltc: 48, Tbx: 127, Fbx: 95)
- checkpoints.cpp
- hashGenesisBlock, nSubsidy, nTargetTimespan, nTargetSpacing and
pchMessageStart (magic network number, Ltc: 0xdbb6c0fb, Tbx: 0xd9b4daf9, Fbx: 0xdbf9dbf9) in main.cpp
- the Genesis block in main.cpp
- GetDefaultPort in protocol.h
- config file and data folder name in util.cpp
Name of the executable in bitcoin.pro
Name of the ".pid" file in util.cpp
This should be enough for basic function, unless some blocks fail the security tests
(like block 3075 in Fairbrix) and need an exception.
- pnSeed in net.cpp
Perhaps we should bring back IRC node discovery, it seems reliable (once again).