获取所有命令列表
- help
获取litecoind服务器状态,包括当前挖矿难度,当前同步block数目
- getinfo
获取litecoind服务器挖矿状态,当前block size, difficulty ,networkhashps
- getmininginfo
显示当前服务器下有多少帐户
listaccounts
查看服务器有多少莱特币,如果指定account ,则显示account内有多少莱特币
- getbalance account
生成account,如果account已经存在,则在account下生成一个新的地址
- getnewaddress account
显示account下的当前使用的地址,如果一次都没使用过的帐户,显示最早生成的地址
- getaccountaddress account
显示account下的所有地址,返回json数组
- getaccountaddress account
显示指定account接收过的币量,不是当前剩余量
- getreceivedbyaccount account
显示指定地址接收过的币量,不是当前剩余量
- getreceivedbyaddress
显示服务器上接收过的莱特币的帐户,返回帐户名,数量,和确认数.minconf = x includeempty=false/true,参数minconf指定确认数大于多少的才显示,参数 includeempty指定是否显示空的帐户。0 true 会显示所有的。
- listreceivedbyaccount 0 true
显示服务器上接收过的莱特币的地址,返回地址,数量,和确认数.minconf = x includeempty=false/true,参数minconf指定确认数大于多少的才显示,参数 includeempty指定是否显示空的帐户。0 true 会显示所有的。
- listreceivedbyaddress
列出指定account的交易,如果不指定帐户,显示所有交易。count指定显示多少条,from显示从哪一条开始。
- listtransactions
发送莱特币到指定address,指定amount ,如果成功 返回 transaction ID <txid>
- sendtoaddress address amount
用指定txid获取交易细节 [Returns an object about the given transaction containing: amount, confirmations, txid, time[1], details (an array of objects containing: account, address, category, amount, fee)]
- gettransaction txid
导入指定私钥
- importprivkey
设定交易手续费
- settxfee 0.001
验证指定地址的数据
- validateaddress address
回复Comments
作者:
{commentrecontent}