Author

Topic: [ANN] Maieuticoin | 2014% PoS | 10k/MMXIV and BALLS/MMXIV Markets NOW OPEN - page 175. (Read 283117 times)

full member
Activity: 252
Merit: 120
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
newbie
Activity: 24
Merit: 0
No complaints here man. Even if there were I doubt anyone would listen..... Grin
full member
Activity: 252
Merit: 120
Over 12 Terahash on the P2Pool already

"difficulty" : 65536.00000000,

No instamine for MMXIV  Smiley
hero member
Activity: 480
Merit: 500
dammit why am I drawn to these insane coins.  Even as I type this I push more miners to it lol ><
full member
Activity: 252
Merit: 120
P2Pool is working now.

I'll have the netowrks.py files up shortly so more nodes can be added.

Still showing as dead for me when I try to connect to:

stratum+tcp://p2pool.thepeeps.net:7061

try http://p2pool.thepeeps.net:7061  that seems to fix it sometimes, dunno why.

No dice for me. I have to use a pool that supports stratum.

I guess I will wait for a pool that supports that to open or just move along to another new coin. I have to say the planning for this coin seems a little piss-poor. Wink



The pool and coin are not linked, but both are working great right now. There's a bunch of miners on it. Stick around mate
legendary
Activity: 1190
Merit: 1002
hero member
Activity: 574
Merit: 500
{
"blocks" : 373,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 16384.00000000,
"errors" : "",
"generate" : true,
"genproclimit" : 4,
"hashespersec" : 5759968,
"pooledtx" : 0,
"testnet" : false
}
sr. member
Activity: 294
Merit: 250
тσ ¢σιи σя иσт тσ ¢σιи?
P2Pool is working now.

I'll have the netowrks.py files up shortly so more nodes can be added.

Still showing as dead for me when I try to connect to:

stratum+tcp://p2pool.thepeeps.net:7061

try http://p2pool.thepeeps.net:7061  that seems to fix it sometimes, dunno why.

No dice for me. I have to use a pool that supports stratum.

I guess I will wait for a pool that supports that to open or just move along to another new coin. I have to say the planning for this coin seems a little piss-poor. Wink

legendary
Activity: 1190
Merit: 1002
Wallet is not run Smiley)
anyone ?
full member
Activity: 252
Merit: 120
Pool working for me. Payouts coming nicely. Thanks man
sr. member
Activity: 350
Merit: 250
https://cryptassist.io
P2Pool is working now.

I'll have the netowrks.py files up shortly so more nodes can be added.

Still showing as dead for me when I try to connect to:

stratum+tcp://p2pool.thepeeps.net:7061

try http://p2pool.thepeeps.net:7061  that seems to fix it sometimes, dunno why.
sr. member
Activity: 294
Merit: 250
тσ ¢σιи σя иσт тσ ¢σιи?
P2Pool is working now.

I'll have the netowrks.py files up shortly so more nodes can be added.

Still showing as dead for me when I try to connect to:

stratum+tcp://p2pool.thepeeps.net:7061
sr. member
Activity: 350
Merit: 250
https://cryptassist.io
P2Pool is working now.

EDIT:  Here are the code snipits for the networks.py files

bitcoin/networks.py:
Code:
    mmxiv=math.Object(
        P2P_PREFIX='f9beb4d9'.decode('hex'),
        P2P_PORT=11065,
        ADDRESS_VERSION=0,
        RPC_PORT=21065,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'mmxivaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 1*100000000 >> (height + 1)//1007,
        POW_FUNC=data.hash256,
        BLOCK_PERIOD=480,
        SYMBOL='MMXIV',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'MMXIV') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/MMXIV/') if platform.system() == 'Darwin' else os.path.expanduser('~/.MMXIV'), 'mmxiv.conf'),
        BLOCK_EXPLORER_URL_PREFIX='#',
        ADDRESS_EXPLORER_URL_PREFIX='#',
        TX_EXPLORER_URL_PREFIX='#',
        SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1),
        DUMB_SCRYPT_DIFF=2**16,
        DUST_THRESHOLD=0.03e8,
    ),

p2pool/networks.py:
Code:
    mmxiv=math.Object(
        PARENT=networks.nets['mmxiv'],
        SHARE_PERIOD=10,
        CHAIN_LENGTH=24*60*60//20,
        REAL_CHAIN_LENGTH=24*60*60//20,
        TARGET_LOOKBEHIND=20,
        SPREAD=12,
        IDENTIFIER='679d0c6c8d17ee18'.decode('hex'),
        PREFIX='5a4453971f630be8'.decode('hex'),
        P2P_PORT=7060,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=7061,
        BOOTSTRAP_ADDRS='p2pool.thepeeps.net'.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-MMXIV',
        VERSION_CHECK=lambda v: 10000 <= v,
    ),
full member
Activity: 252
Merit: 120
hero member
Activity: 574
Merit: 500
Block confirmation time?
full member
Activity: 252
Merit: 120

It's not working for me as well.. Not sure why you launched with such a short notice :-/

The pool isn't mine, but he's working on it right now. The coin is fine and the difficulty has adjusted a few times already. There's no instamine, the blocks are 8 minutes long, so when the pool finally gets up you won't be behind at all
legendary
Activity: 1736
Merit: 1029

It's not working for me as well.. Not sure why you launched with such a short notice :-/
sr. member
Activity: 294
Merit: 250
тσ ¢σιи σя иσт тσ ¢σιи?
Jump to: