Parameters for Litecoin mainnet from chaincfg/params.go

Chain parameters
Parameter Value Description
GenesisBlock 12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2 First block of the chain
PremineBlock 1 Premine Block of the chain
PowLimit 110427836236357352041769395878404723568785424659630784333489133269811200 highest allowed proof of work value for a block
PowLimitBits 504365055 bits Highest allowed proof of work value for a block in compact form
ReduceMinDifficulty false Whether the network should reduce the minimum required difficulty after a long enough period of time has passed without finding a block
MinDiffReductionTime 0s Amount of time after which the minimum required difficulty should be reduced when a block hasn't been found
GenerateSupported false Whether or not CPU mining is allowed
TargetTimespan 3d 12h Amount of time that should elapse before the block difficulty requirement is examined to determine how it should be changed in order to maintain the desired block generation rate
TargetTimePerBlock 2m 30s The desired amount of time to generate each block
RetargetAdjustmentFactor 4 Adjustment factor used to limit the minimum and maximum amount of adjustment that can occur between difficulty retargets
CoinbaseMaturity 100 Number of blocks required before newly mined
SubsidyReductionInterval 840000 blocks Reduction interval in blocks
RuleChangeActivationThreshold 6048 blocks Number of blocks in a threshold state retarget window for which a positive vote for a rule change
MinerConfirmationWindow 8064 blocks Number of blocks in each threshold state retarget window
Address parameters
Address Prefix Description
NetworkAddressPrefix ltc First letters of the network for any given address encoded as a string
PubKeyHashAddrID L P2PKH Public Key Hash Address
ScriptHashAddrID M P2SH Script Hash Address
PrivateKeyID 6 or T WIF Private Key
WitnessPubKeyHashAddrID p2 P2WPKH Witness Public Key Hash Address
WitnessScriptHashAddrID 7Xh P2WSH Witness Script Hash Address
HDPrivateKeyID xprv BIP32 hierarchical deterministic extended key magics. Private Key
HDPublicKeyID xpub BIP32 hierarchical deterministic extended key magics. Public Key