static const int STAKE_MIN_AGE = 60 * 60 * 24 * 30; // minimum age for coin age 30 days static const int STAKE_MAX_AGE = 60 * 60 * 24 * 365 * 65; // stake age of full weight 65 years
coinbase maturity = 100 blocks
Code:
static const int COINBASE_MATURITY_PPC = 100;
port / rpcport = 6901/6902
Code:
#define PPCOIN_PORT 6901 #define RPC_PORT 6902
source code official v0122 - has issue when sending > 1 billion coins