I'm trying to send my coins from my daemon I installed in my server. Its datacoind, but I'm guessing its the same as bitcoind. Is that a correct assumption?
root@x:~# datacoind listaccounts
{
"" : 11.43010363,
"pat" : 0.00000000,
"pats" : -0.45000000
}
root@x:~# datacoind sendtoaddress DJKrNvrnuuTsvuwThYfjP2Mo 7 "testing this out"
error: {"code":-4,"message":"Insufficient funds"}
root@x:~#