Pages:
Author

Topic: *** WorldCoin Pool Report *** All your WDC Pool Talk Here *** - page 14. (Read 52875 times)

hero member
Activity: 756
Merit: 501
You are right, here's mine

p2pool/p2pool/networks.py

Thanks, everyone should switch over to you, as you operate the only GPL compliant WDC p2pool.  Smiley
full member
Activity: 180
Merit: 100
Why can't I solo mine?  I have all the settings right in the conf file & cgminer files and I have the port forwarded.  It says pool 0 credientials invalid.
hero member
Activity: 938
Merit: 1000
www.multipool.us
LOL at wdc.dontmine.me

It will reopen when the pool/network hash rate (102.44%) drops below 40%

They are on a fork. You should switch to another pool or solo mining until it's fixed.

Edit: They seem to be in the correct chain again.

New pool @ stratum+tcp://multipool.in:3342
sr. member
Activity: 412
Merit: 250
Bitcoin is the Future of currency
Please pool operators be kind one with other .
Don't use this topic for war .. only to help miners
isnt recommending a *working* pool a helpful message for miners? im sorry if it's not.

What you mean by that ?
I must recommend your pool with hashrate half of the network ?
You have some problem with my recommendations?

full member
Activity: 223
Merit: 100
Birb.co Bounty and Airdrop Manager
P2Pool admins please share your code. P2Pool is GPLv3.  Wink
Thanks.

edit: Correct me if I'm wrong, but i think if you fork GPL software, you have to make the source code available.

You are right, here's mine

p2pool/p2pool/networks.py
    
Code:
worldcoin=math.Object(
        PARENT=networks.nets['worldcoin'],
        SHARE_PERIOD=15,
        CHAIN_LENGTH=24*60*60//10,
        REAL_CHAIN_LENGTH=24*60*60//10,
        TARGET_LOOKBEHIND=200,
        SPREAD=30,
        IDENTIFIER='e021a7b8c602421f'.decode('hex'),
        PREFIX='e280193ae6b8617b'.decode('hex'),
        P2P_PORT=48907,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=19331,
        BOOTSTRAP_ADDRS=''.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-worldcoin',
        VERSION_CHECK=lambda v: True,
    ),


p2pool/p2pool/bitcoin/networks.py
    
Code:
worldcoin=math.Object(
        P2P_PREFIX='fbc0b6db'.decode('hex'),
        P2P_PORT=11081,
        ADDRESS_VERSION=73,
        RPC_PORT=11082,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'worldcoinaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 32*100000000 >> (height + 1)//2650000,
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
        BLOCK_PERIOD=15,
        SYMBOL='WDC',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Worldcoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Worldcoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.worldcoin'), 'worldcoin.conf'),
        BLOCK_EXPLORER_URL_PREFIX='http://wdc.a-df.net:2750/chain/Worldcoin/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://wdc.a-df.net:2750/chain/Worldcoin/address/',
        SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1),
        DUMB_SCRYPT_DIFF=2**16,
    ),
hero member
Activity: 756
Merit: 501
P2Pool admins please share your code. P2Pool is GPLv3.  Wink
Thanks.

edit: Correct me if I'm wrong, but i think if you fork GPL software, you have to make the source code available.
hero member
Activity: 756
Merit: 501
My p2pool for WDC is now public

http://world.coinloot.com:8500/
It says DGC and in the payout list are Digicoin addresses.  Smiley
hero member
Activity: 602
Merit: 500
sr. member
Activity: 412
Merit: 250
Bitcoin is the Future of currency
sr. member
Activity: 448
Merit: 250
full member
Activity: 223
Merit: 100
Birb.co Bounty and Airdrop Manager
sr. member
Activity: 322
Merit: 250
full member
Activity: 406
Merit: 104
Convert Crypto at BestChange
Wow network hash rate reached 1.8Gh/s!!
sr. member
Activity: 448
Merit: 250
Please pool operators be kind one with other .
Don't use this topic for war .. only to help miners
isnt recommending a *working* pool a helpful message for miners? im sorry if it's not.

Erundook you must relocate one of your pools, close one, or do something; you have too much hashing power connected on the same subnet. Forking has already happened and will happen again. Please recompile your worldcoind's with outgoing connections over 8 (pref >250) and incoming over 125 (pref >250) if you haven't done so already.
sure, will recompile tonight
member
Activity: 70
Merit: 10
Please pool operators be kind one with other .
Don't use this topic for war .. only to help miners
isnt recommending a *working* pool a helpful message for miners? im sorry if it's not.

Erundook you must relocate one of your pools, close one, or do something; you have too much hashing power connected on the same subnet. Forking has already happened and will happen again. Please recompile your worldcoind's with outgoing connections over 8 (pref >250) and incoming over 125 (pref >250) if you haven't done so already.
sr. member
Activity: 448
Merit: 250
Please pool operators be kind one with other .
Don't use this topic for war .. only to help miners
isnt recommending a *working* pool a helpful message for miners? im sorry if it's not.
sr. member
Activity: 448
Merit: 250
What a f*ucking joke, 4 or 5 pools reporting more than 400 Mh/s and everyone of them reporting a different network hashrate, always around 1Gh/s. Nobody knows basic arithmetics? Jesuschrist...
the network speed is reported by worldcoin client. and the pool hashrate is reported by a number of shares multiplied by difficulty (including stale shares). thats how it works.
237
sr. member
Activity: 264
Merit: 250
LOL at wdc.dontmine.me

It will reopen when the pool/network hash rate (102.44%) drops below 40%

They are on a fork. You should switch to another pool or solo mining until it's fixed.

Edit: They seem to be in the correct chain again.
member
Activity: 70
Merit: 10
LOL at wdc.dontmine.me

It will reopen when the pool/network hash rate (102.44%) drops below 40%
sr. member
Activity: 412
Merit: 250
Bitcoin is the Future of currency
Please pool operators be kind one with other .
Don't use this topic for war .. only to help miners
Pages:
Jump to: