sammy007 / open-ethereum-pool

Open Ethereum Mining Pool
GNU General Public License v3.0
1.39k stars 1.11k forks source link

-allpools #313

Open Jerry170617 opened 6 years ago

Jerry170617 commented 6 years ago

System information

Geth version: 1.7.3-stable

Redis version: 3.0.7

OS & Version: Linux ( Ubuntu 16.04 )

Expected behaviour

geth is synced and running open-ethereum-pool is running on typing such ( EthDcrMiner64.exe -epool "mypoolip":8008 -ewal "myethereumwallet" -eworker "worker" -epsw x ) line in .bat file on mining computer and executing it mining process starts Actual behaviour

geth is synced and running open-ethereum-pool is running what i see: Log from miner:

ETH: Stratum - connecting to '185.149.40.35' <185.149.40.35> port 8008 ETH: Stratum - Connected (185.149.40.35:8008) ETH: Authorized No pool specified for Decred! Ethereum-only mining mode is enabled ETHEREUM-ONLY MINING MODE ENABLED (-mode 1) Probably you are trying to mine Ethereum fork. Please specify "-allcoins 1" or "-allpools 1" option. Check "Readme" file for details. Pool sent wrong data, cannot set epoch, disconnectETH: eth-proxy stratum mode (i think problem is in this line, but there is no info about it! ) Watchdog enabled ETH: Connection lost, retry in 20 sec... Remote management (READ-ONLY MODE) is enabled on port 3333

ETH: Connection lost, retry in 20 sec... GPU0 t=0C fan=0%, GPU1 t=0C fan=0%, GPU2 t=0C fan=0%, GPU3 t=0C fan=0%, GPU4 t=0C fan=0%, GPU5 t=0C fan=0%, GPU6 t=0C fan=0%, GPU7 t=0C fan=0% ETH: Stratum - connecting to '185.149.40.35' <185.149.40.35> port 8008 ETH: Stratum - Connected (185.149.40.35:8008) ETH: Authorized GPU0 t=0C fan=0%, GPU1 t=0C fan=0%, GPU2 t=0C fan=0%, GPU3 t=0C fan=0%, GPU4 t=0C fan=0%, GPU5 t=0C fan=0%, GPU6 t=0C fan=0%, GPU7 t=0C fan=0% ETH: Job timeout, disconnect, retry in 20 sec... ETH: Stratum - connecting to '185.149.40.35' <185.149.40.35> port 8008 ETH: Stratum - Connected (185.149.40.35:8008) ETH: Authorized GPU0 t=0C fan=0%, GPU1 t=0C fan=0%, GPU2 t=0C fan=0%, GPU3 t=0C fan=0%, GPU4 t=0C fan=0%, GPU5 t=0C fan=0%, GPU6 t=0C fan=0%, GPU7 t=0C fan=0% ETH: Job timeout, disconnect, retry in 20 sec...

and so on

Pool log

2017/12/29 01:26:22 Loading config: /home/pooladminus/open-ethereum-pool/config.json 2017/12/29 01:26:22 Running with 2 threads 2017/12/29 01:26:22 Backend check reply: PONG 2017/12/29 01:26:22 Starting API on 0.0.0.0:8080 2017/12/29 01:26:22 Set stats collect interval to 5s 2017/12/29 01:26:22 Set purge interval to 10m0s 2017/12/29 01:26:22 Policy state refresh complete 2017/12/29 01:26:22 Set policy stats reset every 1h0m0s 2017/12/29 01:26:22 Set policy state refresh every 1m0s 2017/12/29 01:26:22 Running with 8 policy workers 2017/12/29 01:26:22 Upstream: main => http://127.0.0.1:8545 2017/12/29 01:26:22 Upstream: backup => http://127.0.0.2:8545 2017/12/29 01:26:22 Default upstream: main => http://127.0.0.1:8545 2017/12/29 01:26:22 Stratum listening on 0.0.0.0:8008 2017/12/29 01:26:22 Purged stale stats from backend, 0 shares affected, elapsed time 50.065033ms 2017/12/29 01:26:22 Stats collection finished 482.76µs 2017/12/29 01:26:22 New block to mine on main at height 1 / 0x5241e1cc 2017/12/29 01:26:22 Set block refresh every 120ms 2017/12/29 01:26:22 Starting proxy on 0.0.0.0:8888 2017/12/29 01:26:22 Broadcasting new job to 0 stratum miners 2017/12/29 01:26:22 Jobs broadcast finished 22.68µs 2017/12/29 01:26:27 Stats collection finished 1.00254ms 2017/12/29 01:26:32 Stats collection finished 1.016881ms 2017/12/29 01:26:37 Stats collection finished 2.115205ms 2017/12/29 01:26:40 Stratum miner connected 0x63ad2840c6d1388da60acce70147a0dffdd12121@93.72.79.123 2017/12/29 01:26:42 Stats collection finished 740.988µs 2017/12/29 01:26:47 Stats collection finished 866.064µs 2017/12/29 01:26:52 Stats collection finished 903.756µs 2017/12/29 01:26:57 Stats collection finished 566.28µs 2017/12/29 01:27:02 Stats collection finished 633.048µs 2017/12/29 01:27:05 Client 93.72.79.123 disconnected

Jockeyvb commented 6 years ago

my used -allcoins 1 is OK

Jockeyvb commented 6 years ago

EthDcrMiner64.exe -epool "mypoolip":8008 -ewal "myethereumwallet" -eworker "worker" -epsw x -allcoins 1

Jerry170617 commented 6 years ago

How can I run it without the " -allcoins" ?

Jockeyvb commented 6 years ago

you mining is forker coins ? why can't use "-allcoins 1" ? can edit the epools.txt in useing "POOL" line add -allcoins 1

Jerry170617 commented 6 years ago

General mining software do not have this instruction.

Jockeyvb commented 6 years ago

use claymore is OK download url:https://mega.nz/#F!O4YA2JgD!n2b4iSHQDruEsYUvTQP5_w

Jerry170617 commented 6 years ago

How can I connect my pool without this instruction.

Jockeyvb commented 6 years ago

你用什么工具?为会不用这参数?用claymore 不好?

Jerry170617 commented 6 years ago

好多挖矿软件都没有这个参数我看,怎么才能再不加的情况下,连接到我的矿池。

Jerry170617 commented 6 years ago

url的密码是多少

Jockeyvb commented 6 years ago

上面的连接不用密码

Jockeyvb commented 6 years ago

你的矿池是ETZ还是ETF?

Jerry170617 commented 6 years ago

eth

Jerry170617 commented 6 years ago

就这open-ethereum-pool 这套源码

Jerry170617 commented 6 years ago

-allcoins 这个指令不是说挖默认矿池的意思么。那我的矿池就没用了啊

Jockeyvb commented 6 years ago

不是,是允许挖ETH分叉币,

Jockeyvb commented 6 years ago

ETH应该可以挖,要问作者

Jockeyvb commented 6 years ago

加了,呵呵。已经写得很清楚了。