{"id":248,"title":"比特币 命令行 中文说明","content":"v 0.8.5钱包命令\n```\n1 addmultisigaddress 新增多重签名地址 ★ 地址 <'[\"key\",\"key\"]'> [account] 在钱包里添加一个多重签名地址。每个\"KEY\"参数都是一个地址或者是一个十六进制编码的公共密钥。如果指定账户[account],则将该地址分配给该帐户。\n\n2 addnode 新增节点 ★★★ 节点 尝试从节点列表中添加(add)或删除(remove)一个节点或者尝试对节点进行一次连接(onetry)。\n\n3 backupwallet 备份钱包 ★★★★★ 钱包 安全地复制wallet.dat到一个目标地址,目标地址可以是一个目录或带路径的文件名。\n\n4 createmultisig 创建多重签名地址 ★ 地址 <'[\"key,\"key\"]'> 创建一个多重签名的地址,并返回一个JSON对象。 Creates a multi-signature address and returns a json object\n\n5 createrawtransaction 创建原始交易 ★ 交易 [{\"txid\":txid,\"vout\":n},...] {address:amount,...} 创建一个原始交易,花费指定的输入交易。\n\n6 decoderawtransaction 解码原始交易 ★ 交易 将一个原始交易解码成可读性较强的JSON对象。\n\n7 dumpprivkey 导出私钥 ★★★★★ 地址 导出币地址对应的私钥。需要未锁定钱包。\n\n8 encryptwallet 加密钱包 ★★★★★ 钱包 为钱包设定密码\n\n9 getaccount 取得地址账户 ★★★ 账户 返回指定地址相关联的帐户。\n\n10 getaccountaddress 取得账户地址 ★★★ 账户 返回指定账户当前的币收款地址,每次执行都会为指定账户创建一个的新的地址。 Returns the current bitcoin address for receiving payments to this account. N\n\n11 getaddednodeinfo 取得新增节点信息 ★ 节点 [node] 返回指定的新增节点[node]的信息,[node]参数省略时返回全部新增节点(不包括只连接一次的节点)的信息。参数为false时,只提供新增节点列表,参数为true时同时提供新增节点的连接信息。\n\n12 getaddressesbyaccount 取得账户所有地址 ★★★★★ 账户 返回指定账户关联的所有地址列表。 Returns the list of addresses for the given account. N\n\n13 getbalance 取得余额 ★★★★★ 账户 [account] [minconf=1] 如果没有指定账户,返回钱包的总余额。如果指定账户,返回账户余额。If [account] is not specified, returns the server's total available balance.If [account] is specified, returns the balance in the account. \n\n14 getblock 取得块信息 ★★★ 块 返回指定的哈希块信息。 Returns information about the given block hash. N\n\n15 getblockcount 取得块数量 ★★★ 块 返回最长的块链中块的数量。\n\n16 getblockhash 取得块哈希 ★★★ 块 返回最佳块链中指定索引块的哈希。 Returns hash of block in best-block-chain at N\n\n17 getblocknumber 取得块数量\n\n18 getblocktemplate 取得块模版 ★ 块 [params] 返回所需的数据用来构造一个有效的块。\n\n19 getconnectioncount 取得连接数 ★ 节点 返回与其它节点的连接数。 Returns the number of connections to other nodes. N\n\n20 getdifficulty 取得当前难度 ★ 采矿 返回当前工作量证明难度(最低难度的倍数)\n\n21 getgenerate 判断是否采矿 ★ 采矿 判断当前客户端是否正在采矿。\n\n22 gethashespersec 取得采矿性能 ★ 采矿 返回当前客户端每秒计算哈希的性能。(当客户端开启采矿模式时)\n\n23 getinfo 取得客户端信息 ★★★ 服务 返回一个包含当前客户端各种状态信息的对象。 Returns an object containing various state info. N\n\n24 getmemorypool 取得内存池信息 ★ 采矿 [data] 在版本0.7中被替换成getblocktemplate, submitblock, getrawmempool Replaced in v0.7.0 with getblocktemplate, submitblock, getrawmempool``` N\n\n25 getmininginfo 取得采矿信息 ★★★★ 采矿 返回一个包含当前采矿信息的对象。 Returns an object containing mining-related information:blockscurrentblocksizecurrentblocktxdifficultyerrorsgenerategenproclimithashespersecpooledtxtestnet N\n\n26 getnewaddress 创建新地址 ★★★★★ 地址 [account] 返回一个新的币地址,用于接收付款。如果指定账户[account](推荐),它将被添加到地址簿中,该地址收到的所有款项将被计入该帐户。 Returns a new bitcoin address for receiving payments. If [account] is specified (recommended), it is added to the address book so payments received with the address will be credited to [account]. N\n\n27 getpeerinfo 取得节点信息 ★ 节点 返回每个已连接节点的数据。\n\n28 getrawmempool 取得内存池原始交易ID ★ 采矿 返回内存池的所有原始交易ID。\n\n29 getrawtransaction 取得原始交易信息 ★ 交易 [verbose=0] 返回指定的交易ID的原始交易描述。\n\n30 getreceivedbyaccount 取得账户收款金额 ★★★★★ 账户 [minconf=1] 返回指定账户上收到至少[minconf]个确认的收款交易总金额(不包括付款)。 Returns the total amount received by addresses with [account] in transactions with at least [minconf] confirmations. If [account] not provided return will include all transactions to all accounts. (version 0.3.24) N\n\n31 getreceivedbyaddress 取得地址收款金额 ★★★ 地址 [minconf=1] 返回指定地址上收到至少[minconf]个确认的收款交易总金额。虽然有些人可能会认为这很明显,返回值只统计该地址的收款交易。它不检查已经从这个地址上发送的付款交易。换句话说,这不是取得地址余额。该方法仅适用于本地钱包的地址,外部地址将始终显示为0。 Returns the total amount received by in transactions with at least [minconf] confirmations. While some might consider this obvious, value reported by this only considers *receiving* transactions. It does not check payments that have been made *from* this address. In other words, this is not \"getaddressbalance\". Works only for addresses in the local wallet, external addresses will always show 0. N\n\n32 gettransaction 取得交易信息 ★★★★★ 交易 返回一个指定交易ID的哈希对象(仅限钱包内的地址交易)。 Returns an object about the given transaction containing:\"amount\" : total amount of the transaction\"confirmations\" : number of confirmations of the transaction\"txid\" : the transaction ID\"time\" : time associated with the transaction[1].\"details\" - An array of objects containing: \"account\" \"address\" \"category\" \"amount\" \"fee\" N\n\n33 gettxout 取得交易输出 ★ 交易 [includemempool=true] 返回未动用的交易输出详细信息。 Returns details about an unspent transaction output N\n\n34 gettxoutsetinfo 取得交易输出设定信息 ★ 交易 返回未动用的交易输出统计信息集。 Returns statistics about the unspent transaction output set N\n\n35 getwork 计算 ★ 采矿 [data] 如果没有指定数据[data],返回格式化的哈希数据。如果指定数据,试图解决块,如果成功返回true。 If [data] is not specified, returns formatted hash data to work on:\"midstate\" : precomputed hash state after hashing the first half of the data\"data\" : block data\"hash1\" : formatted hash buffer for second hash\"target\" : little endian hash targetIf [data] is specified, tries to solve the block and returns true if it was successful. N\n\n36 help 帮助 ★★★ 服务 [command] 获得命令列表,或者指定命令[command]的帮助。 List commands, or get help for a command. N\n\n37 importprivkey 导入密钥 ★★★★★ 地址 [label] [rescan=true] 添加一个私有密钥到你的钱包。(返回dumpprivkey)这可能需要一段时间来完成重新扫描,寻找现有交易。版本0.8.0中添加重新扫描[rescan]参数。需要未锁定钱包。 Adds a private key (as returned by dumpprivkey) to your wallet. This may take a while, as a rescan is done, looking for existing transactions. Optional [rescan] parameter added in 0.8.0. Y\n\n38 keypoolrefill 填满密钥池 ★★★ 钱包 重新填满密钥池。需要未锁定钱包。 Fills the keypool, requires wallet passphrase to be set. Y\n\n39 listaccounts 查询账户列表 ★★★ 账户 [minconf=1] 返回一个Hash对象,帐户名作为键,帐户余额作为键的值。 Returns Object that has account names as keys, account balances as values. N\n\n40 listaddressgroupings 查询地址列表 ★★★★★ 地址 返回钱包上的所有地址信息(地址,余额,所属账户)。版本0.7 version 0.7 Returns all addresses in the wallet and info used for coincontrol. N\n\n41 listreceivedbyaccount 列出账户的收款信息 ★★★★★ 账户 [minconf=1] [includeempty=false] 返回一个数组对象,包含:account:接收地址的帐户amount:该账户所有地址收到的总金额confirmations:包含的最近交易确认数量 Returns an array of objects containing:\"account\" : the account of the receiving addresses\"amount\" : total amount received by addresses with this account\"confirmations\" : number of confirmations of the most recent transaction included N\n\n42 listreceivedbyaddress 列出地址的收款信息 ★★★★★ 地址 [minconf=1] [includeempty=false] 返回一个数组对象,包含:address:接收地址account:接收地址的帐户amount:地址收到的总金额confirmations:包含的最近交易确认数量要得到系统上的所有帐户的列表,执行listreceivedbyaddress 0 true Returns an array of objects containing:\"address\" : receiving address\"account\" : the account of the receiving address\"amount\" : total amount received by the address\"confirmations\" : number of confirmations of the most recent transaction includedTo get a list of accounts on the system, execute bitcoind listreceivedbyaddress 0 true N\n\n43 listsinceblock 列出指定块之后的交易 ★ 交易 [blockhash] [target-confirmations] 获得自从指定哈希块[blockhash]产生之后的所有交易,哈希块参数省略则获得所有交易。\n\n44 listtransactions 列出交易 ★★★★★ 交易 [account] [count=10] [from=0] 返回指定账户[account]不包含前[from]次的最近[count]次的交易。如果未指定账户则返回所有账户的最近交易。 Returns up to [count] most recent transactions skipping the first [from] transactions for account [account]. If [account] not provided will return recent transaction from all accounts. N\n\n45 listunspent 列出未动用输出 ★★★★ 交易 [minconf=1] [maxconf=999999]返回钱包中未动用交易输入的数组。\n\n46 listlockunspent 列出锁定的未动用输出 ★★ 交易 返回暂时未动用的交易输出列表。\n\n47 lockunspent 锁定未动用输出 ★★ 交易 [array-of-objects] 更新暂时未动用的交易输出列表。\n\n48 move 转账 ★★★★ 账户 [minconf=1] [comment] 把你钱包中一个账户上的指定金额 转移到另一个账户上。 Move from one account in your wallet to another N\n\n49 sendfrom 从账户付款 ★★★★★ 交易 [minconf=1] [comment] [comment-to] 从指定账户向指定地址 发送指定金额的BTC,确保帐户拥有得到[minconf]个确认的有效余额。支付金额是一个四舍五入至小数点后8位的实数。如果支付成功,将返回交易ID(而不是一个JSON对象)。需要未锁定钱包 is a real and is rounded to 8 decimal places. Will send the given amount to the given address, ensuring the account has a valid balance using [minconf] confirmations. Returns the transaction ID if successful (not in JSON object). Y\n\n50 sendmany 向多个地址付款 ★★★★ 交易 {address:amount,...} [minconf=1] [comment] 从指定账户向多个地址发送指定金额{address:amount,...}。金额是双精度浮点数。需要未锁定钱包 amounts are double-precision floating point numbers Y\n\n51 sendrawtransaction 发布原始交易 ★ 交易 提交原始交易(序列化的十六进制编码)到本地节点和网络。\n\n52 sendtoaddress 付款 ★★★★★ 交易 [comment] [comment-to] 向地址发送指定金额的BTC。支付金额是一个四舍五入至小数点后8位的实数。如果支付成功,将返回交易ID。需要未锁定钱包。 is a real and is rounded to 8 decimal places. Returns the transaction ID if successful. Y\n\n53 setaccount 设定账户 ★★★★★ 账户 将地址关联到指定帐户。如果该地址已经被关联到指定帐户,将创建一个新的地址与该帐户关联。 Sets the account associated with the given address. Assigning address that is already assigned to the same account will create a new address associated with that account. N\n\n54 setgenerate 设定是否采矿 ★★★★ 采矿 [genproclimit] 根据参数的值(true\/false)决定客户端是否采矿。[genproclimit]参数指定采矿最大线程数,-1代表无限制。 is true or false to turn generation on or off.Generation is limited to [genproclimit] processors, -1 is unlimited. N\n\n55 settxfee 设定交易费 ★★★ 交易 交易费是一个四舍五入至小数点后8位的实数。 is a real and is rounded to the nearest 0.00000001 N\n\n56 signmessage 信息签名 ★★★★★ 地址 用地址的私钥对信息进行数字签名。需要未锁定钱包。 Sign a message with the private key of an address. Y\n\n57 signrawtransaction 对原始交易签名 ★ 交易 [{\"txid\":txid,\"vout\":n,\"scriptPubKey\":hex},...] [,...] 添加原始交易的签名,并返回原始交易的结果。版本0.7 version 0.7 Adds signatures to a raw transaction and returns the resulting raw transaction. Y\/N\n\n58 stop 停止服务 ★★★ 服务 停止币客户端服务 Stop bitcoin server. N\n\n59 submitblock 提交块 ★ 块 [optional-params-obj] 试图向网络提交新的块。 Attempts to submit new block to network. N\n\n60 validateaddress 地址验证 ★★★ 地址 验证一个地址是否有效。 Return information about . N\n\n61 verifymessage 验证信息 ★★★★★ 地址 验证签名后信息是否与指定地址的私钥签名的信息一致。 Verify a signed message. N\n\n62 walletlock 钱包锁定 ★★★ 钱包 从内存中删除钱包的加密KEY,锁定钱包。调用此方法后,您将需要再次调用walletpassphrase方法,才能够调用任何需要未锁定钱包的方法。 Removes the wallet encryption key from memory, locking the wallet. After calling this method, you will need to call walletpassphrase again before being able to call any methods which require the wallet to be unlocked. N\n\n63 walletpassphrase 钱包解锁 ★★★ 钱包 把钱包的密码存储在内存中持续秒。 Stores the wallet decryption key in memory for seconds. N\n\n64 walletpassphrasechange 修改钱包密码 ★★★★★ 钱包 将钱包的原密码修改为新密码 Changes the wallet passphrase from to . N\n```\n\n\n比特币核心 版本 v0.12.1.0-b2cdb63 (32 位)\n\n使用:\n\nbitcoin-qt [命令行选项]\n\n\n\n选项:\n\n\n\n-?\n\n本帮助信息\n\n-version\n\nPrint version and exit\n\n-alerts\n\n收到并且显示P2P网络的告警(默认:0)\n\n-alertnotify=\n\n当收到相关提醒或者我们看到一个长分叉时执行命令(%s 将替换为消息)\n\n-blocknotify=\n\n当最佳数据块变化时执行命令 (命令行中的 %s 会被替换成数据块哈希值)\n\n-checkblocks=\n\n启动时检测多少个数据块(默认: 288, 0=所有)\n\n-checklevel=\n\n数据块验证 严密级别 -checkblocks (0-4, 默认: 3)\n\n-conf=\n\n指定配置文件 (默认: bitcoin.conf)\n\n-datadir=\n\n指定数据目录\n\n-dbcache=\n\n设置以MB为单位的数据库缓存大小(4 到 1024, 默认值: 100)\n\n-loadblock=\n\nImports blocks from external blk000??.dat file on startup\n\n-maxorphantx=\n\n内存中最多保留 笔孤立的交易 (默认: 100)\n\n-maxmempool=\n\n保持交易内存池大小低于MB(默认:300)\n\n-mempoolexpiry=\n\nDo not keep transactions in the mempool longer than hours (default: 72)\n\n-par=\n\n设置脚本验证的程序 (-2 到 16, 0 = 自动, <0 = 保留自由的核心, 默认值: 0)\n\n-prune=\n\nReduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >550 = target size in MiB to use for block files)\n\n-reindex\n\n启动时重新为当前的 blk000??.dat 文件建立索引\n\n-txindex\n\n维护一份完整的交易索引, 用于 getrawtransaction RPC调用 (默认: 0)\n\n\n\n连接选项:\n\n\n\n-addnode=\n\n添加节点并与其保持连接\n\n-banscore=\n\n断开 非礼节点的阀值 (默认: 100)\n\n-bantime=\n\n限制 非礼节点 若干秒内不能连接 (默认: 86400)\n\n-bind=\n\n绑定指定的IP地址开始监听。IPv6地址请使用[host]:port 格式\n\n-connect=\n\n仅连接到指定节点\n\n-discover\n\n发现自己的 IP 地址(默认: 监听并且无 -externalip 或 -proxy 时为 1)\n\n-dns\n\n使用 -addnode, -seednode 和 -connect 选项时允许查询DNS (默认: 1)\n\n-dnsseed\n\n通过DNS查询每个地址,如果短地址 (默认值: 1 除非 -连接)\n\n-externalip=\n\n指定您的公共地址\n\n-forcednsseed\n\n始终通过 DNS 查询节点地址 (默认: 0)\n\n-listen\n\n接受来自外部的连接 (缺省: 如果不带 -proxy or -connect 参数设置为1)\n\n-listenonion\n\nAutomatically create Tor hidden service (default: 1)\n\n-maxconnections=\n\n保留最多 条节点连接 (默认: 125)\n\n-maxreceivebuffer=\n\n每个连接的最大接收缓存,*1000 字节 (默认: 5000)\n\n-maxsendbuffer=\n\n每个连接的最大发送缓存,*1000 字节 (默认: 1000)\n\n-onion=\n\n通过Tor隐藏服务连接节点时 使用不同的SOCKS5代理 (默认: -proxy)\n\n-onlynet=\n\n只连接 网络中的节点 (ipv4, ipv6 或 onion)\n\n-permitbaremultisig\n\n是否转发 非P2SH格式的多签名交易 (默认: 1)\n\n-peerbloomfilters\n\nSupport filtering of blocks and transaction with bloom filters (default: 1)\n\n-port=\n\n使用端口 监听连接 (默认: 8333 ; testnet: 18333)\n\n-proxy=\n\n通过 SOCKS5 代理连接\n\n-proxyrandomize\n\n为每个代理连接随机化凭据。这将启用 Tor 流隔离 (默认: 1)\n\n-seednode=\n\n连接一个节点并获取对端地址,然后断开连接\n\n-timeout=\n\n指定连接超时毫秒数 (最小: 1, 默认: 5000)\n\n-torcontrol=:\n\nTor control port to use if onion listening enabled (default: 127.0.0.1:9051)\n\n-torpassword=\n\nTor control port password (default: empty)\n\n-upnp\n\n使用UPnp映射监听端口 (默认: 0)\n\n-whitebind=\n\n绑定到指定地址和连接的白名单节点。 IPv6使用 [主机]:端口 格式\n\n-whitelist=\n\n节点白名单,网络掩码或IP址。可多次指定。 白名单节点不能被DoS banned ,且转发所有来自他们的交易(即便这些交易已经存在于mempool中),常用于网关\n\n-whitelistrelay\n\nAccept relayed transactions received from whitelisted peers even when not relaying transactions (default: 1)\n\n-whitelistforcerelay\n\nForce relay of transactions from whitelisted peers even they violate local relay policy (default: 1)\n\n-maxuploadtarget=\n\n尝试保持上传带宽低于(MiB\/24h),0=无限制(默认:0)\n\n\n\n钱包选项:\n\n\n\n-disablewallet\n\n不要加载钱包和禁用钱包的 RPC 调用\n\n-keypool=\n\n设置私钥池大小为 (默认:100)\n\n-fallbackfee=\n\nA fee rate (in BTC\/kB) that will be used when fee estimation has insufficient data (default: 0.0002)\n\n-mintxfee=\n\nFees (in BTC\/kB) smaller than this are considered zero fee for transaction creation (default: 0.00001)\n\n-paytxfee=\n\n为付款交易添加交易费 (BTC\/kB) (默认: 0.00)\n\n-rescan\n\n重新扫描区块链以查找遗漏的钱包交易\n\n-salvagewallet\n\nAttempt to recover private keys from a corrupt wallet.dat on startup\n\n-sendfreetransactions\n\n发送时尽可能 不支付交易费用 (默认: 0)\n\n-spendzeroconfchange\n\n付款时允许使用未确认的零钱 (默认: 1)\n\n-txconfirmtarget=\n\n如果未设置交易费用,自动添加足够的交易费以确保交易在平均n个数据块内被确认 (默认: 2)\n\n-maxtxfee=\n\n最大单次转账费用(BTC),设置太低可能导致大宗交易失败(默认:0.10)\n\n-upgradewallet\n\n程序启动时升级钱包到最新格式\n\n-wallet=\n\n指定钱包文件(数据目录内) (默认: wallet.dat)\n\n-walletbroadcast\n\n钱包广播事务处理 (默认: 1)\n\n-walletnotify=\n\n当最佳区块变化时执行命令 (命令行中的 %s 会被替换成区块哈希值)\n\n-zapwallettxes=\n\n删除钱包的所有交易记录,且只有用 -rescan参数启动客户端才能重新取回交易记录 (1 = 保留 tx meta data , 如 account owner 和 payment request information, 2 = 不保留 tx meta data)\n\n\n\n调试\/测试选项:\n\n\n\n-uacomment=\n\nAppend comment to the user agent string\n\n-debug=\n\n输出调试信息 (默认: 0, 提供 是可选项). 如果未提供或 = 1,输出所有调试信息。 可能是: addrman, alert, bench, coindb, db, lock, rand, rpc, selectcoins, mempool, mempoolrej, net, proxy, prune, http, libevent, tor, zmq, qt.\n\n-gen\n\n生成比特币 (默认: 0)\n\n-genproclimit=\n\n设置比特币生成线程数 ( -1=所有核, 默认: 1)\n\n-help-debug\n\n显示所有调试选项 (用法: --帮助 -帮助调试)\n\n-logips\n\n在调试输出中包含IP地址 (默认: 0)\n\n-logtimestamps\n\n输出调试信息时,前面加上时间戳 (默认: 1)\n\n-minrelaytxfee=\n\nFees (in BTC\/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: 0.00001)\n\n-printtoconsole\n\n跟踪\/调试信息输出到控制台,不输出到 debug.log 文件\n\n-shrinkdebugfile\n\n客户端启动时压缩debug.log文件(缺省:no-debug模式时为1)\n\n\n\nChain selection options:\n\n\n\n-testnet\n\nUse the test chain\n\n\n\n节点中继选项:\n\n\n\n-bytespersigop\n\nMinimum bytes per sigop in transactions we relay and mine (default: 20)\n\n-datacarrier\n\nRelay and mine data carrier transactions (default: 1)\n\n-datacarriersize\n\nMaximum size of data in data carrier transactions we relay and mine (default: 83)\n\n-mempoolreplacement\n\nEnable transaction replacement in the memory pool (default: 1)\n\n\n\n数据块创建选项:\n\n\n\n-blockminsize=\n\n设置数据块 最小字节数 (默认: 0)\n\n-blockmaxsize=\n\n设置最大区块大小 (默认: 750000,单位字节)\n\n-blockprioritysize=\n\n设置 高优先级\/低交易费 交易的最大字节 (缺省: 0)\n\n\n\nRPC 服务器选项:\n\n\n\n-server\n\n接受命令行和 JSON-RPC 命令\n\n-rest\n\n接受公共 REST 请求 (默认: 0)\n\n-rpcbind=\n\n绑定到指定地址监听 JSON-RPC连接。 IPv6使用[主机]:端口 格式。该选项可多次指定 (默认: 绑定到所有接口)\n\n-rpccookiefile=\n\nLocation of the auth cookie (default: data dir)\n\n-rpcuser=\n\nJSON-RPC 连接用户名\n\n-rpcpassword=\n\nJSON-RPC 连接密码\n\n-rpcauth=\n\nUsername and hashed password for JSON-RPC connections. The field comes in the format: :$. A canonical python script is included in share\/rpcuser. This option can be specified multiple times\n\n-rpcport=\n\n使用 端口监听 JSON-RPC 连接 (默认: 8332 ; testnet: 18332)\n\n-rpcallowip=\n\n允许来自指定地址的 JSON-RPC 连接。 为单一IP (如: 1.2.3.4), 网络\/掩码 (如: 1.2.3.4\/255.255.255.0), 网络\/CIDR (如: 1.2.3.4\/24)。该选项可多次指定。\n\n-rpcthreads=\n\n设置RPC服务线程数 (默认: 4)\n\n\n\n界面选项:\n\n\n\n-choosedatadir\n\n在启动时选择目录(默认0)\n\n-lang=\n\n设置语言, 例如“zh-CN”(默认:系统语言)\n\n-min\n\n启动时最小化\n\n-rootcertificates=\n\n设置付款请求的SSL根证书(默认:-系统-)\n\n-splash\n\n显示启动画面(默认:1)\n\n-resetguisettings\n\n重置所有图形界面所做的更改","sort":"99","view":"6799","addtime":"1549520277","password":"","tagname":false,"sorts":"Other"}