<<  >> (p.8)
    Author Topic: [ANN] Eloipool - FAST Python3 pool server software - GBT/stratum/dyntarget/proxy  (Read 123179 times)
    tomaszsz
    Member
    **
    Offline Offline

    Activity: 76
    Merit: 10


    View Profile
    May 08, 2013, 09:58:16 AM
     #141


    Miner talks to Eloipool.

    ok it is easy Smiley

    MMP talks to namecoind.

    ok, thats easy too Smiley but


    Eloipool talks to bitcoind and MMP independently.

    which params (MMP url, MMP host, MMP port ? )

    in eloipool makes that eloipool talks to MMP ? 

    or my configuration

    Quote
    mining proxy command

    Code:
    python merged-mining-proxy  -w 8330 -p http://ssecreteloipool:222@127.0.0.1:9947/ -x http://namecoinrpc:manecoinrpcpass@localhost:9377/

    eloipool config.py


    Code:
    # Secret username allowed to use setworkaux
    SecretUser = "ssecreteloipool"

    # Addresses to listen on for JSON-RPC GBT/getwork server
    JSONRPCAddresses = (
            ('', 9947),
    )



    namecoind config

    Code:
    rpcuser=namecoinrpc
    rpcpassword=manecoinrpcpass
     
     
     rpcport=9377

    is ok, and i should just point miner to eloipool (port 9947 ) , instead  MMP (port 8330)   ?



Page 7
Viewing Page: 8