using rpccookiefile instead of username and password for antminers

0

I mine using username and password at the moment but as bitcoin core is changing over to rpccookiefile. My question is, if i use rpccookiefile how do i point my antminers to my local bitcoind 'pool' as the fields on the antminers require username and password ?

Mike

Posted 2019-08-21T23:04:50.377

Reputation: 3

Answers

0

The RPC cookie file is only for local authentication of bitcoin-cli.

For external applications, you should use rpcauth= lines in bitcoin.conf. A tool for generating these lines given a username and password is in the repository.

Pieter Wuille

Posted 2019-08-21T23:04:50.377

Reputation: 54 032