Mining proxy talks to Eloipool and Namecoind, nothing else.
so we have this configuration
client miner <---> mining proxy <--> eloipool <----> bitcoind
|
| -------> namecoind ?
mining proxy command
python merged-mining-proxy -w 8330 -p http://ssecreteloipool:222@127.0.0.1:9947/ -x http://namecoinrpc:manecoinrpcpass@localhost:9377/
eloipool config.py
# Secret username allowed to use setworkaux
SecretUser = "ssecreteloipool"
# Addresses to listen on for JSON-RPC GBT/getwork server
JSONRPCAddresses = (
('', 9947),
)
namecoind config
rpcuser=namecoinrpc
rpcpassword=manecoinrpcpass
rpcport=9377
and normal configuracjion connection to bitcoin
....
why i cannot connect /point miner to 8330 port ? and still get this errors
miner with eloipool works perfect
but with merged mining configuracion still cannot connect minner to mining proxy ...
what should i change in my configuration ?
No.
Miner talks to Eloipool.
Eloipool talks to bitcoind and MMP independently.
MMP talks to namecoind.