Post
Topic
Board Mining software (miners)
Re: [ANN] Eloipool - FAST Python3 pool server software - GBT/stratum/dyntarget/proxy
by
tomaszsz
on 08/05/2013, 09:58:16 UTC

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)   ?