Dan Janosik
ce02f3f444
minor cleanup
- cleaner startup for influx when configured
- add back exchange-rate logging that was accidentally deleted
6 years ago
Dan Janosik
d2f3719bf1
minor follow-ups to shesek's excellent changes:
- updated package-lock
- include sample .env file for easy reference
- continue to support key-by-key updating from credentials.js for now
- minor code formatting
- reflect status of BTCEXP_NO_RATES in UI when applicable (hide new exchanged-currency items from display dropdown and hide exchange rate on homepage)
- rename _LOGIN to _BASIC_AUTH_PASSWORD for clarity
- tweak README to call out .env-sample
6 years ago
Nadav Ivgi
bfcbcd07a4
Add --no-rates to disable fetching of currency exchange rates
6 years ago
Dan Janosik
e9e8b57d3f
exchange rate / currency improvements:
- support for multiple currency exchange rates
- support for inline display of exchange currencies
- a little frontend cleanup
6 years ago
Dan Janosik
a6bb578850
support for per-coin exchange rate
6 years ago
Dan Janosik
9651a4c157
exchange rate logging to influxdb
6 years ago
Dan Janosik
9b3b2dbfba
logging and comment cleanup
6 years ago
Dan Janosik
da295d0587
fix for formatting small numbers
6 years ago
Dan Janosik
90b9cd9ddc
more armor for #45
7 years ago
Dan Janosik
f20cb81483
more work on #45
7 years ago
Dan Janosik
a2dec037ba
more debugging/armor for #45
7 years ago
Dan Janosik
2ba40269bf
code formatting
7 years ago
Dan Janosik
da4adedc05
minor reorganization, prepping for code reuse improvements
7 years ago
Dan Janosik
20f1dc2f44
- more style consistency
- 2 decimal places for fee/byte on mempool summary
7 years ago
Dan Janosik
68bcb91ab4
support for multiple mining-pool configs of the same format
7 years ago
Dan Janosik
fd9cc6d232
remove old utils.formatBytes and replace with new, flexible utils.formatLargeNumber
7 years ago
Dan Janosik
b8095c9625
add map and some organization to /peers
7 years ago
Dan Janosik
69895f82ad
prepping for geo-locating peers by ip
7 years ago
Dan Janosik
9c75f0fe42
- add more detail/explanation to "chainwork" values on block details
- minor ui tweaks
7 years ago
Dan Janosik
6ad03fa0ee
cleanup, simplification and more ui tweaks
7 years ago
Dan Janosik
2c080e52a4
formatting improvements to homepage network summary
7 years ago
Dan Janosik
37db8daa19
fix for block-total-fees calculation bug when coinbase tx value is split across multiple addresses, ala block #531942
7 years ago
Dan Janosik
7793d08a72
minor reorganization
7 years ago
Dan Janosik
07615e09f2
fix for faulty assumption: the collected value of a coinbase transaction is not always index zero in "vout"
7 years ago
Dan Janosik
d5f97699bc
cleanup / reorganize
7 years ago
Dan Janosik
050c9f4148
show avg fee in blocks lists
7 years ago
Dan Janosik
8bd1df2bc7
armor
7 years ago
Dan Janosik
018207323e
reimplement getBlockByHashWithTransactions (the main call driving block pages) to move logic into coreApi where it can be cached better
7 years ago
Dan Janosik
ab5a75d17c
caching support
7 years ago
Dan Janosik
83577f28ec
remove unused
7 years ago
Dan Janosik
e4eef424ab
split out credentials from the rest of the site config and do some renaming
7 years ago
Dan Janosik
3b70ec976d
cleanup for recent changes
7 years ago
Dan Janosik
a775ef860c
minor formatting fix
7 years ago
Dan Janosik
a4773badb8
minor tweaks
7 years ago
Dan Janosik
9ee84ccc2c
use coin-specific block-reward schedule (litecoin was wrong)
7 years ago
Dan Janosik
56b1d0c5b1
display exchange-rate values (currently from coinmarketcap, but easy to configure to use other sources) next to primary currency values
7 years ago
Dan Janosik
f6bbe518d1
improvements to currency value formatting
7 years ago
Dan Janosik
154db1f871
fix for rounding errors in value outputs
7 years ago
Dan Janosik
70b28ff52c
Fix #4
Abstracted Bitcoin content into coins.js. Added support for Litecoin.
7 years ago
Dan Janosik
e780ead3fe
Fix #19
- Support for displaying all currency values in your unit of choice
- Header menu for changing user settings (currency unit, and display width currently)
7 years ago
Dan Janosik
0049484b29
getnettotals info on /node-info page
7 years ago
Dan Janosik
e478c048af
- fixes for searching
- fix for transaction page/action with invalid txid
7 years ago
Dan Janosik
215f24a1eb
several fixes for searching
7 years ago
Dan Janosik
85449a07dc
Fix #5 by sequentially executing request batches in smaller chunks
8 years ago
Dan Janosik
8444cd69a6
version 1.0
8 years ago