Windows Installer6/25/2014 Ocoin-2.0.1-clean windows releasehttps://drive.google.com/file/d/0B5V5vln-sS3EWEFseFhPVVR1elE/edit?usp=sharinggithub:https://github.com/bryceweiner/OSC--testnet
https://github.com/bryceweiner/OSC/tree/testnetBuy/Sell/Trade OSChttps://www.cryptsy.com/markets/view/144https://comkort.com/market/trade/osc_btcOfficial Forumhttps://cryptocointalk.com/forum/413-ocoin-osc/Block Explorerhttps://andarazoroflove.org/explorer/opensourcecoin/block_crawler.phpThere are currently no working block explorers
MINE OSChttp://osc.dsync.net/https://coinex.pw/mining/pools/OSChttp://ctompo.dyndns.org:8083/Tompoolhttp://osc.ispace.co.ukhttp://osc.crypto-expert.com/http://www.xpool.ca/Giveaways/Faucethttp://www.majesti.co/ocoinfaucet/http://osc.hostpile.infoBitcointalk giveaway thread https://bitcointalksearch.org/topic/m.3119152Cryptocointalk giveaway thread https://cryptocointalk.com/topic/1182-ocoin-giveaway/Lotto Scratch Off**Coming Soon!Rewawrd Structureint64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
static const int64 nMinimumCoin = 0.0777 * COIN;
int64 nSubsidy = 0.0777 * COIN; //genesis
if (nHeight > 0 && nHeight < 7) {nSubsidy = 0 * COIN;} // zero
else if (nHeight == 7) {nSubsidy = 177777 * COIN;} // Premine
else if (nHeight > 7 && nHeight < 1000) {nSubsidy = (2.5 * COIN;} // IRC Launch
else if (nHeight > 1000 && nHeight < 1337) {nSubsidy = (0.0777 * COIN;} // low instamine official launch
else if (nHeight == 1337) {nSubsidy = 1337 * COIN;} //L33T
else if (nHeight > 1337 && nHeight < 4000) {nSubsidy = 1 * COIN;} //final launch period
else if (nHeight > 4000 && nHeight < 8000) {nSubsidy = 22.5 * COIN;} // 22.5 coin
else if (nHeight > 8000 && nHeight < 16000) {nSubsidy = 15 * COIN;} // 15 coins per block
else if (nHeight > 16000 && nHeight < 32000) {nSubsidy = 7.5 * COIN;} // 7.5 coins per block
else if (nHeight > 32000 && nHeight < 64000) {nSubsidy = 6 * COIN;} // 6 coins per block
else if (nHeight > 64000 && nHeight < 77777) {nSubsidy = 4 * COIN;} // 4 coins
else if (nHeight == 77777) {nSubsidy = 10000 * COIN;} // bonus reward
else if (nHeight > 77777 && nHeight < 128000) {nSubsidy = 4 * COIN;} // 4 coins
else if (nHeight > 128000 && nHeight < 256000) {nSubsidy = 20 * COIN;} // 20 coins
else if (nHeight > 256000 && nHeight < 400000) {nSubsidy = 25 * COIN;} // 25 coins
else if (nHeight > 2400000) {nSubsidy = 5 * COIN;}
else {nSubsidy = 1 * COIN;}
// Subsidy is cut in half every 400 thousand blocks
nSubsidy >>= (nHeight / 400000);
// Minimum subsidy
if (nSubsidy < nMinimumCoin)
{
nSubsidy = nMinimumCoin;
}
return nSubsidy + nFees;
}
Unclaimed Bounties-**Using Api with online wallet service
http://coinbit.pw** appears to be something amiss with the testnet code. find and fix the bug for the bounty.
Premine Ledger:Premine: ~177,779 coins
block 0-6: .0777 coins
block 7: 177,777 coins
block 8: 2.5 coins(i accidentally mined an extra block)
paid out so far:shakezula 16,777 coins (compiling, block explorer, support)
pr9me 7,777 (logo, splash screen)
pr9me 3,777 (first faucet
http://www.majesti.co/ocoinfaucet/)
x3maniac 7,777 (first pool)
ahmed_bodi 5,777 (second pool)
zelles 11,539 (online wallet, web development, penetration testing.)
Remaining Balance
source credits: Bitcoin 0.7.3(Base Code), PPCOIN 8.2(Proof Of Stake), BountyCoin(GUI & Genesis Block/Merkle Root creation), Florincoin(Tx Messages), J-coin(Diff Retarget)