sendtoaddress "smileycoinaddress" amount ( "comment" "comment-to" )
Sent an amount to a given address. The amount is a real and is rounded to the nearest 0.00000001
"smileycoinaddress" (string, required)
The smileycoin address to send to.
"amount" (numeric, required)
The amount in btc to send. eg 0.1
"comment" (string, optional)
A comment used to store what the transaction is for. This is not part of the transaction, just kept in your wallet.
"comment-to" (string, optional)
A comment to store the name of the person or organization to which you're sending the transaction. This is not part of the transaction, just kept in your wallet.
"transactionid" (string) The transaction id.
smileycoin-cli sendtoaddress "1M72Sfpbz1BPpXFHz9m3CdqATR44Jvaydd" 0.1
smileycoin-cli sendtoaddress "1M72Sfpbz1BPpXFHz9m3CdqATR44Jvaydd" 0.1 "donation" "seans outpost"
curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "sendtoaddress", "params": ["1M72Sfpbz1BPpXFHz9m3CdqATR44Jvaydd", 0.1, "donation", "seans outpost"] }' -H 'content-type: text/plain;' http://127.0.0.1:9332/