CRDS / Credits

Credits (CRDS) - An Evolving Currency For An Evolving Society
https://crds.co
Other
12 stars 14 forks source link

Request to add stratum+tcp rpc protocol to wallet #13

Open juanpc2018 opened 5 years ago

juanpc2018 commented 5 years ago

Hi,

just write to ask, to merge / add / the Stratum Server protocol RPC, to the Wallet RPC... stratum wallet reason #1. External miners are faster.

2. there is low pool suppoprt, beastpool closed, surpnova fails some times..

3. Network Hash rate is low... "pool hash vs. network hash are Not equal".

4. GPU miners are only stratum+tcp.

5. proxy miner are getwork / gbt or stratum input, but only stratum output .

making wallet compatible with stratum+tcp miner protocol, will solve all problems.

if suprnova closes, is inefficient to wait for another developer to make a new pool. having pool included in the wallet code is future proof, fail safe feature for example BeastPool did not released Pool source code as Open Source, and all that work is gone.


for some reason cant get external miner to work with Wallet, config file is ok, rcp user pasword allow ip etc...

Wallet has mining console commands, getblocktemplate but for some reason does Not communicate with external cpu miner beast or multi cpu,

there is communication, if miner is set to stratum, wallet responds with wrong protocol, and gives http Bad Request error.

but with --no-stratum --no-getwork "in getblock template gbt mode" external miner is silent, even with -D -P debug mode. there is No communication.