From 3cdfe47d14633b0776483592b8b52416c5b0d0df Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 21 Jan 2014 15:35:05 -0300 Subject: [PATCH 1/3] 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}}
From 21a994457c68635df3c8e2eb1ba284cf7a336f41 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 21 Jan 2014 15:53:38 -0300 Subject: [PATCH 2/3] progress bar for sync status --- public/views/status.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/views/status.html b/public/views/status.html index ba1740d..8ca3f61 100644 --- a/public/views/status.html +++ b/public/views/status.html @@ -82,7 +82,12 @@ Sync Progress - {{(100 * sync.syncedBlocks/sync.blocksToSync)| number:2}}% + +
+
+ {{(100 * sync.syncedBlocks/sync.blocksToSync)| number:2}}% Complete +
+
Blocks to Sync From bc35e2731fba9d79bf8e656c5fa017df0cfba926 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 21 Jan 2014 16:19:48 -0300 Subject: [PATCH 3/3] block wording changes --- public/views/block.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/views/block.html b/public/views/block.html index 88cc231..f8fb216 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -68,7 +68,7 @@ {{block.bits}} - Size + Size (bytes) {{block.size}}