miningcore
miningcore copied to clipboard
Ethereum Stratum v1 workername
Hi,
The v1 can not get workname from mining software with <wallet_address>.<workername>,
but works with parame -w <workername>
.
Can you get both work with <wallet_address>.<workername>
and -w <workername>
?
Thank you very much!
We definitely support both:
https://github.com/oliverw/miningcore/blob/master/src/Miningcore/Blockchain/Ethereum/EthereumPool.cs#L203 and https://github.com/oliverw/miningcore/blob/master/src/Miningcore/Blockchain/Ethereum/EthereumPool.cs#L405
context.Worker
is the . dot seperatated one.
It seems doesn't work.
The bule one is using t-rex.exe -a ethash -o stratum+ssl://xxx.xxx.xxx:8888 -u wallet_address -p x -w coolman008
The red one is using teamredminer.exe -a ethash -o stratum+ssl://xxx.xxx.xxx:8888 -u wallet_address.coolman006 -p x
Please check, Thanks again.
Weird, I'll give it a second look.
Weird, I'll give it a second look.
Dear oilverw, Any news on it?
Weird, I'll give it a second look.
Dear oilverw, Any news on it?
Not, yet. Currently busy with other stuff.
Workername is not displayed with TeamRed miner last version. Tested on ETHW coin.