Are the deposit addresses generated on your website multi use? I sent two seperate transactions and the balance and coins due only represent my first deposit.
1st deposit (shown on site):
e882eafdc159a8f4b7fa9e16c83b039eb0c260fce5b7d27c205d9101514d2c34
blockhain.info link2nd deposit (not shown on site) :
2754db3f414ec9a6c494c72847a7813a94934495359a3dd5f9e7268e0d2facc4
blockchain.info linkSince there are a few misconceptions about wallet syncing, I'm forced to state this: this is a proof-of-stake-only coin.
The wallet won't sync until there is staking pressure. Since distribution doesn't start until the sale ends, the wallet won't sync for the mean time.
Having a wallet now enables you to generate a WARP address where you can receive your coins.
As soon as the sale ends, the chain will start moving, the wallets will sync, distribution will begin and staking will start.
Ohh realy? So how come will transactions ever get confirmed and coins mature enough to start staking unless chain is already moving? I send you 0.1 BTC for WARP, you send me WARP and then what? Who will confirm that transaction in the first place?
I havent checked the code yet but my thoughts would be that although it is listed as a 'pos' only coin, that there may be a small 'pow' phase built in to the code,having the block reward at 0. (the hash for which I would assume the dev would have to supply him/themselves) This would give the network a 'jumpstart' for the 'pos' coins/blocks to start moving.
My reason for this theory, coin was listed with an algo..... why else would that be needed?
edit:
as suspected, there seems to be a 0 reward POW still in the code (Ive only briefly looked, and truly am not familiar with c++, if this is incorrect please correct me)
// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
int64_t nSubsidy = 0 * COIN;
if (pindexBest->nHeight == 1)
{
nSubsidy = 1094500 * COIN;
return nSubsidy;
}
else
{
nSubsidy = 0 * COIN;
return nSubsidy;
}
return nSubsidy + nFees;
can someone please confirm or destroy my theory
lol