Why is it insufficient funds when sending coins via datacoind when I have enough?

1

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?

http://prntscr.com/2h4eex

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:~#

Patoshi パトシ

Posted 2014-01-06T21:39:30.023

Reputation: 8 911

Question was closed 2019-07-17T18:42:50.540

Off-topic because it's specific to a non-Bitcoin altcoin. Bitcoin won't behave like that.theymos 2014-01-06T21:42:24.673

I disagree, it is the only stackexchange for cryptocurrency that has any people with extensive knowledge

EDIT What is your transaction fee set at – Joe White 2014-01-07T07:25:44.203

Crypto currencies other than Bitcoin are still on topic here. See the help center. However, it might help if you can provide some more info about datacoin, for those who may be less familiar.Nate Eldredge 2014-01-07T08:23:23.610

if you want to read up on datacoin: www.datacoin.info --- its a new coin that came out about a month ago where you can attach upto 128KB worth of data to each transaction. thereby creating a decentralized cloud storage. a potential game changer i must say.Patoshi パトシ 2014-01-07T15:23:43.163

No answers