diff --git a/bitcoin.go b/bitcoin.go index 4ee34cc..cc02eda 100644 --- a/bitcoin.go +++ b/bitcoin.go @@ -84,7 +84,7 @@ func main() { } check(ioutil.WriteFile("tmp-menu.inc", []byte(menuStr), 0644)) - runBash("cat start.inc index.inc mid.inc tmp.inc end.inc | sed 's/XXX/Main page/' > index.html") + runBash("cat start.inc index.inc mid.inc tmp-menu.inc end.inc | sed 's/XXX/Main page/' > index.html") for _, group := range groups { for _, command := range group.commands { diff --git a/index.html b/index.html index 1550145..3c51452 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,179 @@ Select a command on the right.
-
+ +
+
+ Blockchain +
+
+ getbestblockhash
+ getblock
+ getblockchaininfo
+ getblockcount
+ getblockhash
+ getblockheader
+ getchaintips
+ getchaintxstats
+ getdifficulty
+ getmempoolancestors
+ getmempooldescendants
+ getmempoolentry
+ getmempoolinfo
+ getrawmempool
+ gettxout
+ gettxoutproof
+ gettxoutsetinfo
+ preciousblock
+ pruneblockchain
+ savemempool
+ verifychain
+ verifytxoutproof
+
+
+
+
+
+ Control +
+
+ getmemoryinfo
+ help
+ logging
+ stop
+ uptime
+
+
+
+
+
+ Generating +
+
+ generate
+ generatetoaddress
+
+
+
+
+
+ Mining +
+
+ getblocktemplate
+ getmininginfo
+ getnetworkhashps
+ prioritisetransaction
+ submitblock
+
+
+
+
+
+ Network +
+
+ addnode
+ clearbanned
+ disconnectnode
+ getaddednodeinfo
+ getconnectioncount
+ getnettotals
+ getnetworkinfo
+ getpeerinfo
+ listbanned
+ ping
+ setban
+ setnetworkactive
+
+
+
+
+
+ Rawtransactions +
+
+ combinerawtransaction
+ createrawtransaction
+ decoderawtransaction
+ decodescript
+ fundrawtransaction
+ getrawtransaction
+ sendrawtransaction
+ signrawtransaction
+
+
+
+
+
+ Util +
+
+ createmultisig
+ estimatefee
+ estimatesmartfee
+ signmessagewithprivkey
+ validateaddress
+ verifymessage
+
+
+
+
+
+ Wallet +
+
+ abandontransaction
+ abortrescan
+ addmultisigaddress
+ backupwallet
+ bumpfee
+ dumpprivkey
+ dumpwallet
+ encryptwallet
+ getaccount
+ getaccountaddress
+ getaddressesbyaccount
+ getbalance
+ getnewaddress
+ getrawchangeaddress
+ getreceivedbyaccount
+ getreceivedbyaddress
+ gettransaction
+ getunconfirmedbalance
+ getwalletinfo
+ importaddress
+ importmulti
+ importprivkey
+ importprunedfunds
+ importpubkey
+ importwallet
+ keypoolrefill
+ listaccounts
+ listaddressgroupings
+ listlockunspent
+ listreceivedbyaccount
+ listreceivedbyaddress
+ listsinceblock
+ listtransactions
+ listunspent
+ listwallets
+ lockunspent
+ move
+ removeprunedfunds
+ rescanblockchain
+ sendfrom
+ sendmany
+ sendtoaddress
+ setaccount
+ settxfee
+ signmessage
+ walletlock
+ walletpassphrase
+ walletpassphrasechange
+
+
+