1
1
Is it safe to use walletpassphrase with bitcoin-qt rpc call ? I can think of a security problem, suppose hacker was able to insert some kind of program that call each second to the wallet with sendToAddress and the hacker bitcoin address, now he will get a lock response each time until the call will execute on the timespan the wallet is unlocked. is it possible ?
But can't the hacker use some kind of listener (man in the middle attack) on that port and see the Credentials in the post ? – Haddar Macdasi – 2017-10-08T22:13:03.080
Yes, but if your attacker can access your local machine, you have far bigger problems. He could replace your bitcoind... – Pieter Wuille – 2017-10-08T22:23:59.950