I'm trying to call bitcoind sendtoaddress with params :
18et8yw71yfxsQz99c5sHHEgYtR32kkfw 0.15161962
and there is an exception "(500) Internal Server Error."
The wallet has sufficient funds ~30 bitcoins The same call to different address works good The same call with different amount (0.001bitcoin) works good It started to fail with internal errors since 0.12.11 bitcoin core version and qt-5.5.0 I don't understand why only this call failed ?
I set the fee to 0.0002 before calling sendtoaddress , the problem is that the call sendtoaddress one time works and sometimes return internal error, Is there some kind of log ?