In case you don't get a reply here, you might also want to check with the guys over at the #clams IRC room over at freenode.
All the best!
I will check this out, thanks.
Yes, the true at the end of the command unlocks it only for staking.
I have this in .bashrc
stake()
{
echo -n "Enter password: "
read -s PASS; ~/cli walletpassphrase "$PASS" 8640000 true
PASS=""
}
cli is symlink to clamd
Thank you for clearing that up. May I ask if you're using the precompiled version or did you compile the source?
When i compiled the source, i noticed that it results in a more recent version of clam.According to clam-qt: v.1.4.17-135-gac5c8cc0, build date 2017-01-20 01:57:20 -0500
Is it OK to run this version or is it recommended to stick to the older, precompiled one?
Cheers