From 3cdfe47d14633b0776483592b8b52416c5b0d0df Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 21 Jan 2014 15:35:05 -0300 Subject: [PATCH] status wording --- public/views/status.html | 68 ++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/public/views/status.html b/public/views/status.html index da40879..ba1740d 100644 --- a/public/views/status.html +++ b/public/views/status.html @@ -1,12 +1,12 @@
-

getInfo()

+

Bitcoin node information

@@ -18,55 +18,55 @@ - + - + - + - + - + - + - + - + - + - - + + - + - + - + @@ -85,42 +85,42 @@ - + - + - + - + - +
{{info.version}}
protocolversionProtocol version {{info.protocolversion}}
walletversionWallet version {{info.walletversion}}
balanceBalance (BTC) {{info.balance}}
blocksBlocks {{info.blocks}}
timeoffsetTime Offset {{info.timeoffset}}
connectionsConnections to other nodes {{info.connections}}
proxyProxy setting {{info.proxy}}
difficultyMining Difficulty {{info.difficulty}}
testnetTestnet {{info.testnet}}
keypoololdest{{info.keypoololdest}}Keypool Oldest Date{{info.keypoololdest*1000 | date:'medium' }}
keypoolsizeKeypool Size {{info.keypoolsize}}
paytxfeeDefault Transaction Fee (BTC) {{info.paytxfee}}
infoErrorsInfo Errors {{info.infoErrors}}
{{(100 * sync.syncedBlocks/sync.blocksToSync)| number:2}}%
blocksToSyncBlocks to Sync {{sync.blocksToSync}}
syncedBlocksSynced Blocks {{sync.syncedBlocks}}
startStart {{sync.start}} (genesisBlock)
endEnd {{sync.end}} (genesisBlock)
Sync TypeSync properties
  • Stops at existing block
  • - scanningBackward - scanningForward + Backward Scan + Forward Scan
-

getTxOutSetInfo()

+

Transaction Output Set Information

@@ -134,33 +134,33 @@ - + - + - + - + - + - +
{{txoutsetinfo.height}}
bestblockBest Block {{txoutsetinfo.bestblock}}
transactionsTransactions {{txoutsetinfo.transactions}}
txoutsTransaction Outputs {{txoutsetinfo.txouts}}
bytes_serializedBytes Serialized {{txoutsetinfo.bytes_serialized}}
hash_serializedHash Serialized {{txoutsetinfo.hash_serialized}}
total_amountTotal Amount {{txoutsetinfo.total_amount}}
-

getDifficulty()

+

Difficulty

@@ -171,13 +171,13 @@ - +
DifficultyMining Difficulty {{difficulty}}
-

getLastBlockHash()

+

Last Block

@@ -188,7 +188,7 @@ - +
Last block hash{{lastblockhash}}{{lastblockhash}}