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}} diff --git a/public/views/status.html b/public/views/status.html index 94cfaf7..8ca3f61 100644 --- a/public/views/status.html +++ b/public/views/status.html @@ -1,11 +1,79 @@
-
- -
-

Sync Status

- + +
+
+

Bitcoin node information

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Loading... +
{{infoError}} +
Version{{info.version}}
Protocol version{{info.protocolversion}}
Wallet version{{info.walletversion}}
Balance (BTC){{info.balance}}
Blocks{{info.blocks}}
Time Offset{{info.timeoffset}}
Connections to other nodes{{info.connections}}
Proxy setting{{info.proxy}}
Mining Difficulty{{info.difficulty}}
Testnet{{info.testnet}}
Keypool Oldest Date{{info.keypoololdest*1000 | date:'medium' }}
Keypool Size{{info.keypoolsize}}
Default Transaction Fee (BTC){{info.paytxfee}}
Info Errors{{info.infoErrors}}
+ +

Sync Status

+ - - + - + - + - + - +
{{ syncError }} @@ -14,46 +82,51 @@
Sync Progress {{(100 * sync.syncedBlocks/sync.blocksToSync)| number:2}}% + +
+
+ {{(100 * sync.syncedBlocks/sync.blocksToSync)| number:2}}% Complete +
+
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

+
@@ -66,135 +139,65 @@ - + - + - + - + - + - +
Loading...{{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}}
-

getLastBlockHash()

- - - - - - - - - - - - - -
Loading...
{{infoError}}
Last block hash{{lastblockhash}}
-
- -
-
-

getInfo()

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Loading... -
{{infoError}} -
Version{{info.version}}
protocolversion{{info.protocolversion}}
walletversion{{info.walletversion}}
balance{{info.balance}}
blocks{{info.blocks}}
timeoffset{{info.timeoffset}}
connections{{info.connections}}
proxy{{info.proxy}}
difficulty{{info.difficulty}}
testnet{{info.testnet}}
keypoololdest{{info.keypoololdest}}
keypoolsize{{info.keypoolsize}}
paytxfee{{info.paytxfee}}
infoErrors{{info.infoErrors}}
- -

getDifficulty()

- - - - - - - - - - - - - - -
Loading...
{{infoError}}
Difficulty{{difficulty}}
-
-
-
+

Difficulty

+ + + + + + + + + + + + + + +
Loading...
{{infoError}}
Mining Difficulty{{difficulty}}
+ +

Last Block

+ + + + + + + + + + + + + +
Loading...
{{infoError}}
Last block hash{{lastblockhash}}
+ +