Post
Topic
Board Announcements (Altcoins)
Re: [ANN] StrongHands - Hybrid PoS/PoW Min Stake - 30 days [Now on Cryptsy]
by
bumbacoin
on 24/06/2017, 04:33:55 UTC
current coinsupply is 556,075,271,608.65795898

current blockheight is 412745


pos return 1200% pa
Code:
   static int64 nRewardCoinYear = 1200 * CENT;  // creation amount per coin-year
block time = 2.5 minutes

Code:
static const int STAKE_TARGET_SPACING = 2.5 * 60; // 2.5-minute block spacing
stake min/max age = 30 days / 65 years
Code:
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

https://github.com/stronghands/stronghands


max money fix, v0141

https://github.com/bumbacoin/stronghands
wallets
https://github.com/bumbacoin/stronghands/releases
--

exchanges
https://www.cryptopia.co.nz/Exchange/?market=SHND_DOGE

https://novaexchange.com/market/DOGE_SHND/

https://www.coinexchange.io/market/SHND/DOGE



are there more exchanges Huh