Pages:
Author

Topic: [OSC]OpenSourcecoin Mandatory Update 7/1/14 - page 40. (Read 153311 times)

legendary
Activity: 1008
Merit: 1022
Starting diff of 50 will take approx 1 year to mine a genesis block at diff 50.
full member
Activity: 190
Merit: 100
in meantime you cloud spend the time answering my question ?

we need to start with this:

p2pool/networks.py

    CosmosCoin=math.Object(
        PARENT=networks.nets['CosmosCoin'],
        SHARE_PERIOD=30, # seconds
        CHAIN_LENGTH=24*60*60//30, # shares
        REAL_CHAIN_LENGTH=24*60*60//30, # shares
        TARGET_LOOKBEHIND=200, # shares
        SPREAD=3, # blocks
        IDENTIFIER='e037d5b8c6923510'.decode('hex'),
        PREFIX='7208c1a53ef649b0'.decode('hex'),
        P2P_PORT=19995,#p2pool p2p port
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=19996,#p2pool worker port
        BOOTSTRAP_ADDRS='198.211.17.160 173.254.207.107 118.250.247.107'.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: v >= 60004,
    ),

AND

p2pool/bitcoin/networks.py

def get_subsidy(nCap, nMaxSubsidy, bnTarget):      
   #nSubsidy=3.5#add by ComosCoin-DEV   
    return int(3.5 * 1000000)

   
   

nets = dict(
    CosmosCoin=math.Object(
        P2P_PREFIX='e4e8e9e5'.decode('hex'),
        P2P_PORT=19990,#add by ComosCoin-DEV
        ADDRESS_VERSION=27,#add by ComosCoin-DEV
        RPC_PORT=19991,#add by ComosCoin-DEV
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'CosmosCoinaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda target: get_subsidy(6, 100, target),
        BLOCKHASH_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
        BLOCK_PERIOD=60, # s 1 minute
        SYMBOL='CMC',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'CosmosCoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/CosmosCoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.CosmosCoin'), 'CosmosCoin.conf'),
        BLOCK_EXPLORER_URL_PREFIX='http://cosmoscoin.com/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://cosmoscoin.com/address/',
        SANE_TARGET_RANGE=(2**256//2**20//1000 - 1, 2**256//2**20 - 1),
    ),

-----------------
if you know the values just write them and i will prepare the p2pool.
Only profesional coins deliver working p2pool at the beginning so pooled mining could be estabilished and the Coin
could be seen as profesional open source coin for open source decentralized mining...
----------------- this should be already standard for every coin ---------------------

 Cool
hero member
Activity: 686
Merit: 504
always the student, never the master.
just so everyone knows, this is still happening. day 5 of hashing the genesis block, no cigar, but i gotta feel like its getting closer.
full member
Activity: 190
Merit: 100
what about p2pool source - will you have time to make it?
 Roll Eyes
hero member
Activity: 686
Merit: 504
always the student, never the master.
GB still hashing away. the waiting is killing me
hero member
Activity: 686
Merit: 504
always the student, never the master.
bump.
hero member
Activity: 686
Merit: 504
always the student, never the master.
still hashing the GB. may take few days. this coin will have the highest starting diff of any coin launched to date.

Maybe offer a pool bounty for mining the Genesis Block Grin

LoL
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
still hashing the GB. may take few days. this coin will have the highest starting diff of any coin launched to date.

Maybe offer a pool bounty for mining the Genesis Block Grin
hero member
Activity: 686
Merit: 504
always the student, never the master.
still hashing the GB. may take few days. this coin will have the highest starting diff of any coin launched to date.
hero member
Activity: 686
Merit: 504
always the student, never the master.
hashing the New GB at the higher Diff. as soon as its finished coin will be launched.start diff is at 50, so it may be a while. i'll let you know when its ready to go
member
Activity: 98
Merit: 10
lol, I thought you were joking...
sr. member
Activity: 308
Merit: 250
Heh, happens to the best of us!
hero member
Activity: 686
Merit: 504
always the student, never the master.
Its the second tab in your web-browser, might fix that screenie...

you can't see me, but i'm facepalming right now
sr. member
Activity: 308
Merit: 250
Its the second tab in your web-browser, might fix that screenie...
member
Activity: 98
Merit: 10
The real question should be why are you trying to figure out how to solo mine GLDcoin?
legendary
Activity: 1274
Merit: 1050
Sha256. With a static retarget, no less !

That's begging to be raped by ASICS.

Not trolling, just stating the obvious here.
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
Oh R3wt, what's next?

r3wtcoin?

Giggity.
hero member
Activity: 686
Merit: 504
always the student, never the master.
hero member
Activity: 686
Merit: 504
always the student, never the master.
Hmmmmm. I still like the idea of more SHA coins. Not sure I like the idea of the equivalent of 2.2 Million block premine, though...
Either way, might do a p2pool for this fella.

2.2 million block premine? care to elaborate on your math? here, i've updated the OP with the block reward structure. that should help you calculate it  Tongue
That was before the "code" was posted. Was going by 177777 coins at 0.0777 per block = 2287992 blocks. But the code is posted now, so disregard.

ok, my bad for the assholish response then. thought you were just being a troll. carry on.
Pages:
Jump to: