root@localhost# ./bitcoind -rpccommand getnewaddress 14w1si8eyCwfzFLUAoVmw6aEiGFkBiu45u root@localhost# ./bitcoind -rpccommand getreceivedbyaddress 14w1si8eyCwfzFLUAoVmw6aEiGFkBiu45u 0.01000000 root@localhost# ./bitcoind -rpccommand listtransactions [ { "account" : "", "address" : "14w1si8eyCwfzFLUAoVmw6aEiGFkBiu45u", "category" : "receive", "amount" : 0.01000000, "confirmations" : 6, "txid" : "57cc08e5b7660081a1d8bd93fa54bb01923e216c130f5b0d3526d4eef5052fd0", "time" : 1419385586 } ] root@localhost# ./bitcoind -rpccommand settxfee 0.001 true root@localhost# ./bitcoind -rpccommand sendtoaddress 1FundZy7m7b8begbh9haCguKJcAdFopRJ9 .009 d3620b7bf08999c9c500bc549c0ac44dcb34c72f4ab100e2fd228f18575a983a root@localhost# ./bitcoind -rpccommand listtransactions [ { "account" : "", "address" : "14w1si8eyCwfzFLUAoVmw6aEiGFkBiu45u", "category" : "receive", "amount" : 0.01000000, "confirmations" : 796, "txid" : "57cc08e5b7660081a1d8bd93fa54bb01923e216c130f5b0d3526d4eef5052fd0", "time" : 1419385586 }, { "account" : "", "address" : "1FundZy7m7b8begbh9haCguKJcAdFopRJ9", "category" : "send", "amount" : -0.00900000, "fee" : -0.00100000, "confirmations" : 30, "txid" : "d3620b7bf08999c9c500bc549c0ac44dcb34c72f4ab100e2fd228f18575a983a", "time" : 1419806552 } ] root@localhost# ./bitcoind -rpccommand setgenerate true 1 root@localhost# ./bitcoind -rpccommand getgenerate true root@localhost# ./bitcoind -rpccommand setgenerate false root@localhost# ./bitcoind -rpccommand getgenerate false root@localhost# ./bitcoind -rpccommand getblockcount 336573