Having problems trying to mine this on ubuntu 15.4
I had no problems mining Eth on the same box , ethminer is already installed.
I installed gexp with no issues and have peers as well as the console going but i cant
geth ethminer to see the rpc instance
As you can see console is fine i started it with : build/bin/gexp --rpc --rpcaddr 192.168.0.103 console
addPeer: function(),
exportChain: function(),
getChainSyncStatus: function(),
getContractInfo: function(),
getDatadir: function(),
getNodeInfo: function(),
getPeers: function(),
httpGet: function(),
importChain: function(),
register: function(),
registerUrl: function(),
saveInfo: function(),
setGlobalRegistrar: function(),
setHashReg: function(),
setSolc: function(),
setUrlHint: function(),
sleepBlocks: function(),
startNatSpec: function(),
startRPC: function(),
stopNatSpec: function(),
stopRPC: function(),
verbosity: function()
}
> I0919 09:09:29.919381 5213 chain_manager.go:661] imported 1 block(s) (0 queued 0 ignored) including 32 txs in 30.75251ms. #21430 [1098f09c / 1098f09c]
I0919 09:10:05.701630 5213 chain_manager.go:661] imported 1 block(s) (0 queued 0 ignored) including 1 txs in 3.782116ms. #21431 [bf1349d7 / bf1349d7]
I0919 09:12:27.814021 5213 chain_manager.go:661] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 3.044077ms. #21432 [3c9bd59d / 3c9bd59d]
I0919 09:12:38.887520 5213 chain_manager.go:661] imported 1 block(s) (0 queued 0 ignored) including 9 txs in 8.967443ms. #21433 [c05a5e60 / c05a5e60]
I0919 09:18:42.939511
i used the same ethminer string i used before :
ethminer --cl-global-work 8192 --cl-local-work 128 -G -F
http://192.168.0.103:8545 --farm-recheck 100 --no-precompute
but all i see is :
miner 09:31:08|ethminer Getting work package...
✘ 09:31:08|ethminer Failed to submit hashrate.
✘ 09:31:08|ethminer Dynamic exception type: N7jsonrpc16JsonRpcExceptionE
std::exception::what: Exception -32003 : Client connector error: libcurl error: 7 -> Could not connect to http://192.168.0.103
JSON-RPC problem. Probably couldn't connect. Retrying in 1...
miner 09:31:10|ethminer Getting work package...
✘ 09:31:10|ethminer Failed to submit hashrate.
✘ 09:31:10|ethminer Dynamic exception type: N7jsonrpc16JsonRpcExceptionE
std::exception::what: Exception -32003 : Client connector error: libcurl error: 7 -> Could not connect to http://192.168.0.103
JSON-RPC problem. Probably couldn't connect. Retrying in 2...
Kinda got me stumped here
thanks in advance