How to add worker through API?

0

How to add workers through API?

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list  

I don't see any method to add workers or may be it is there but with some other name?

Frank Martin

Posted 2014-01-26T12:22:18.343

Reputation: 161

What are these workers supposed to do?cdecker 2014-01-26T14:58:56.913

Mine like we do in pool.Frank Martin 2014-01-26T17:06:03.077

There is no miner authentication other than the RPC credentials as specified in the bitcoin.conf file. Just use those credentials to connect to the bitcoind daemon.cdecker 2014-01-26T17:52:37.553

No answers