miningcore icon indicating copy to clipboard operation
miningcore copied to clipboard

Ethereum Stratum v1 workername

Open coolman888 opened this issue 2 years ago • 5 comments

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!

coolman888 avatar Jan 27 '22 09:01 coolman888

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.

oliverw avatar Jan 27 '22 10:01 oliverw

1

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.

coolman888 avatar Jan 27 '22 11:01 coolman888

Weird, I'll give it a second look.

oliverw avatar Jan 27 '22 11:01 oliverw

Weird, I'll give it a second look.

Dear oilverw, Any news on it?

coolman888 avatar Jan 29 '22 21:01 coolman888

Weird, I'll give it a second look.

Dear oilverw, Any news on it?

Not, yet. Currently busy with other stuff.

oliverw avatar Jan 30 '22 09:01 oliverw

Workername is not displayed with TeamRed miner last version. Tested on ETHW coin.

kr1z1s avatar Oct 26 '22 06:10 kr1z1s