Trollmos
本教程是从windows中拿到的help命令,可能会与ubuntu桌面钱包命令有出入,请自行查证
欢迎来到windows系统版本 RPC 控制台第三方中文注释:)
使用上下方向键浏览历史, Ctrl-L清除屏幕.
使用 help 命令显示帮助信息.
!!注意请输入#号键前面的英文内容,#号键后的中文内容仅作注释用于不能被控制台识别!!!
addmultisigaddress <nrequired> <'["keypos","keypos"]'> [account]#添加多签名地址 <nrequired>
<‘[“密钥位置”,“密钥位置”]’> [账户]
addnode <node> <add|remove|onetry>#添加节点 <节点> <添加|移除|仅读取>
backupwallet <destination>#备份钱包 <目标位置>
createmultisig <nrequired> <'["keypos","keypos"]'>#创建多签 <nrequired> <‘[“keypos”,“keypos”]’>
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}#创建原始交易 [{“txid”:txid,“vout”:n},...] {地址:金额,...}
decoderawtransaction <hex string>#解码原始交易 <十六进制字符串>
dumpkey <abcmintaddress>#导出密钥 <abcmint地址>
getaccount <abcmintaddress>#获取账户 <abcmint地址>
getaddednodeinfo <dns> [node]#获取已添加节点信息 <DNS> [节点]
getaddressesbyaccount <account>#按账户获取地址 <账户>
getbalance [account] [minconf=1]#获取余额 [账户] [minconf=1]
getblock <hash>#获取区块 <哈希值>
getblockcount#获取区块计数
getblockhash <index>#获取区块哈希 <索引>
getblocktemplate [params]#获取区块模板 [参数]
getchoisedconfigvalue#获取配置选定值
getconnectioncount#获取连接数
getdifficulty#获取难度
getgenerate#获取生成
gethashespersec#获取每秒哈希数
getinfo#获取信息
getmineraddress#获取矿工地址
getmininginfo#获取挖矿信息
getnewaddress [config_value][account]#获取新地址 [配置值][账户]
getpeerinfo#获取对等信息
getpublickeypos <address>#获取地址公钥位置
getrainbowproinfo#获取彩虹表信息
getrawmempool#获取原始内存池
getrawtransaction <txid> [verbose=0]#获取原始交易 <交易ID> [详细模式=0]
getreceivedbyaccount <account> [minconf=1]#按账户接收记录 <账户> [最小确认数=1]
getreceivedbyaddress <abcmintaddress> [minconf=1]#按地址接收记录 <abcmint地址> [最小确认数=1]
gettransaction <txid>#交易记录查询 <交易ID>
gettxout <txid> <n> [includemempool=true]#交易输出查询 <交易ID> <数量> [包含内存池=true]
gettxoutsetinfo#交易输出集信息
getwork [data]#工作负载查询 [数据]
help [command]#帮助 [命令]
importkey <abcmintkey> [label] [rescan=true]#导入密钥<abcmintkey>[标签][重新扫描=true
listaccounts [minconf=1]#列出账户[minconf=1]
listaddressgroupings#列出地址分组
listlockunspent#未使用的列表锁定
listreceivedbyaccount [minconf=1] [includeempty=false]#按账户接收列表[最小确认数=1][包含空值=false]
listreceivedbyaddress [minconf=1] [includeempty=false]#按地址接收列表[最小确认数=1][包含空值=false]
listsinceblock [blockhash] [target-confirmations]#列出自区块[区块哈希][目标确认数]的区块
listtransactions [account] [count=10] [from=0]#列出交易记录[账户1[数量=10][从=0]
listunspent [minconf=1] [maxconf=9999999] ["address",...]#列出未使用的 [最小确认数=1][最大确认数=999999]["地址"…]
lockunspent unlock? [array-of-Objects]#解锁未花费 [对象数组]
move <fromaccount> <toaccount> <amount> [minconf=1] [comment]#转账 <源账户> <目标账户> <金额> [最低确认数=1] [备注]
newgetbalance [address]#获取余额 [地址]
newlistaccounts#列出账户
sendfrom <fromaccount> <toabcmintaddress> <amount> [minconf=1] [comment] [comment-to]#发送 <源账户> <目标abcmint地址> <金额> [最低确认数=1] [备注] [收件人备注]
sendmany <fromaccount> {address:amount,...} [minconf=1] [comment]#批量转账 <转出账户> {地址:金额,...} [最低确认数=1] [备注]
sendrawtransaction <hex string>#发送原始交易 <十六进制字符串>
sendtoaddress <abcmintaddress> <amount> [comment] [comment-to]#转账至地址 <abcmint地址> <金额> [备注] [收件人备注]
setaccount <abcmintaddress> <account>#设置账户 <abcmint地址> <账户>
setgenerate <generate> [genproclimit]#
setmineraddress [address]#设置矿工地址 [地址]
settxfee <amount>#设置交易手续费 <金额>
signmessage <abcmintaddress> <message>签名消息 <abcmint地址> <消息>
signrawtransaction <hex string> [{"txid":txid,"vout":n,"scriptPubKey":hex,"redeemScript":hex},...] [sighashtype="ALL"]#签名原始交易 <十六进制字符串> [{“txid”:txid,“vout”:n,“scriptPubKey”:hex,‘redeemScript’:hex},...] [签名哈希类型=“ALL”]
stop#停止
submitblock <hex data> [optional-params-obj]#提交区块 <十六进制数据> [可选参数对象]
validateaddress <abcmintaddress>#验证地址 <abcmint地址>
verifymessage <abcmintaddress> <signature> <message>#验证消息 <abcmint地址> <签名> <消息>
walletlock#钱包锁定
walletpassphrase <passphrase> <timeout>#钱包密码短语 <密码短语> <超时>
walletpassphrasechange <oldpassphrase> <newpassphrase>#钱包密码短语变更 <旧密码短语> <新密码短语>