>> (p.1)
    Author Topic: [OSC]OpenSourcecoin Mandatory Update 7/1/14  (Read 153379 times)
    r3wt (OP)
    Hero Member
    *****
    Offline Offline

    Activity: 686
    Merit: 504


    always the student, never the master.


    View Profile
    August 06, 2013, 02:31:54 AM
    Last edit: July 01, 2014, 07:37:52 AM by r3wt
     #1

    Windows Installer
    6/25/2014 Ocoin-2.0.1-clean windows release
    https://drive.google.com/file/d/0B5V5vln-sS3EWEFseFhPVVR1elE/edit?usp=sharing

    github:

    https://github.com/bryceweiner/OSC

    --testnet
    https://github.com/bryceweiner/OSC/tree/testnet

    Buy/Sell/Trade OSC
    https://www.cryptsy.com/markets/view/144
    https://comkort.com/market/trade/osc_btc

    Official Forum
    https://cryptocointalk.com/forum/413-ocoin-osc/

    Block Explorer
    https://andarazoroflove.org/explorer/opensourcecoin/block_crawler.php
    There are currently no working block explorers

    MINE OSC
    http://osc.dsync.net/
    https://coinex.pw/mining/pools/OSC
    http://ctompo.dyndns.org:8083/Tompool
    http://osc.ispace.co.uk
    http://osc.crypto-expert.com/
    http://www.xpool.ca/

    Giveaways/Faucet
    http://www.majesti.co/ocoinfaucet/
    http://osc.hostpile.info
    Bitcointalk giveaway thread https://bt.irlbtc.com/view/291374.msg3119152#msg3119152
    Cryptocointalk giveaway thread https://cryptocointalk.com/topic/1182-ocoin-giveaway/
    Lotto Scratch Off**Coming Soon!

    Rewawrd Structure
    Quote
    int64 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-
    First Merchant2000
    **Using Api with online wallet service http://coinbit.pw
    Fix/Launch Testnet2000
    ** appears to be something amiss with the testnet code. find and fix the bug for the bounty.
    ADDITIONAL BOUNTIES TBA



    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)

    My negative trust rating is reflective of a personal vendetta by someone on default trust.
Page 1
Viewing Page: 1