Dan Janosik
cf326b63f8
Fix #206
Don't assume format of var name from bool-value default
5 years ago
Dan Janosik
1da24863cd
Whitespace cleanup
5 years ago
Dan Janosik
c2f6870fc0
Optional querying of utxo set:
For use with future features. Disabled by default to protect slow devices.
5 years ago
Dan Janosik
1ce84cda5d
cleanup some remnants of old influx feature
5 years ago
Dan Janosik
e6299a2322
print version/commit info at startup
5 years ago
Dan Janosik
b4bdc00fe0
remove distracting, unmaintained influx integration, Fix #121
6 years ago
Dan Janosik
d6bc66384c
support for addressApi=blockchair.com
thanks for suggestion @LiveBit_io
6 years ago
Dan Janosik
3e8b092e86
Support for pluggable Address APIs (work on #118 and #119 )
Move closer to the original vision of supporting any address-querying implementation desired. Current options include ElectrumX (as before) and now blockchain.com and blockcypher.com since they were easy to support and are publicly/easily available (though ridiculously neither is yet to support bc1 addresses).
- new env var option BTCEXP_ADDRESS_API, value can be electrumx, blockchain.com, blockcypher.com
- update ElectrumX client connect to request v1.4 of API as all clients are now supposed to do
- misc frontend improvements/cleanup for addresses
6 years ago
Dan Janosik
b9d8013ce3
support for setting max memory for app
6 years ago
Dan Janosik
324e8e834c
ditch ipstack.com for free ip-api.com; formalize concept of privacyMode; env-var-use cleanup; /peers improvements;
6 years ago
Nadav Ivgi
3063b1b694
Fix mining pool config path
This wasn't detected correctly if the btc-rpc-explorer executable
was started outside the source code directory.
6 years ago
Dan Janosik
69ab7548da
More work on #101 - include mining pool configs in project
Also include a script ("npm run-script refresh-mining-pool-configs") for freshly downloading the configs
6 years ago
Nadav Ivgi
614ed5b080
Allow configuring HTTP server bind address via BTCEXP_HOST
6 years ago
Nadav Ivgi
238ecda990
Update CLI utility with BASIC_AUTH_PASSWORD & ELECTRUMX_SERVERS, alias --coin as -C
6 years ago
Nadav Ivgi
769ab9f660
New configuration options: BTCEXP_RPC_ALLOWALL and BTCEXP_RPC_BLACKLIST
6 years ago
Nadav Ivgi
bfcbcd07a4
Add --no-rates to disable fetching of currency exchange rates
6 years ago
Nadav Ivgi
99e2ac2051
Accept bitcoind rpc and influxdb options as a connection URI
6 years ago
Nadav Ivgi
ab98ff41ed
Add optional password protection
6 years ago
Nadav Ivgi
37c962e30e
Derive cookie secret using bitcoind's rpc credentials
This ensures a unique, hard-to-guess cookie secret for every instance.
Also, renamed from "cookiePassword" to "cookieSecret" to better express
its meaning.
6 years ago
Nadav Ivgi
8b175c8110
Add CLI utility
6 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
8444cd69a6
version 1.0
8 years ago