Useful Wallet Integration
Parameter
*Technical information which may be needed by 3rd
party wallet providers to support Evrmore*
Useful wallet integration parameters:
Evrmore Info:
DEFAULT_TRANSACTION_MINFEE = 1000000; //satoshis per kb -
from wallet.h
DEFAULT_FALLBACK_FEE = 1025000; //satoshis per kb -
from wallet.h
DEFAULT_TX_CONFIRM_TARGET = 6; //blocks - from wallet.h
Transaction.MAX_MONEY = 21000000000 * 1e8;
nSubsidyHalvingInterval = 1648776; // halving block height -
from chainparams.cpp
nSubsidy = 2778 * COIN; - from chainparams.cpp
MAX_MONEY = 21000000000 * COIN;
DUST_RELAY_TX_FEE = 3000; //per kb - from
policy.h
DEFAULT_BLOCK_MIN_TX_FEE = 1000; //per kb - from
policy.h
DUST threshold 546 sats - calculated from DUST_RELAY_TX_FEE
and non-segwit txin,txout sizes
MAINNET
rpcport: 8819
addNetwork({
pubkeyhash: 0x21,
privatekey: 0x80,
scripthash: 0x5c,
xpubkey: 0x0488b21e,
xprivkey: 0x0488ade4,
networkMagic: 0x4556524d,
port: 8820,
dnsSeeds: [
'seed-mainnet-evr.evrmorecoin.org',
]
});
TESTNET
rpcport: 18819
addNetwork({
pubkeyhash: 0x6f,
privatekey: 0xef,
scripthash: 0xc4,
xpubkey: 0x043587cf,
xprivkey: 0x04358394,
networkMagic: 0x45565254,
port: 18820,
dnsSeeds: [
'seed-testnet-evr.evrmorecoin.org',
]
});
REGTEST
rpcport: 18443
addNetwork({
pubkeyhash: 0x6f,
privatekey: 0xef,
scripthash: 0xc4,
xpubkey: 0x043587cf,
xprivkey: 0x04358394,
networkMagic: 0xfabfb5da,
port: 18444,
dnsSeeds: []
});
Copyright 2022,2023 by Hans Schmidt