Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Fix mempool summary views rendering" #204

Open
wants to merge 9 commits into
base: add-cross-check-to-transaction
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The below instructions are geared toward BCH, but can be adapted easily to other

## Prerequisites

1. Install and run a full, archiving node - [instructions](https://bitcoinunlimited.info/download). Ensure that your bitcoin node has full transaction indexing enabled (`txindex=1`) and the RPC server enabled (`server=1`) adding the flags into the bitcoind executable.
1. Install and run a full, archiving node - [instructions](https://www.bitcoinunlimited.info/download). Ensure that your bitcoin node has full transaction indexing enabled (`txindex=1`) and the RPC server enabled (`server=1`) adding the flags into the bitcoind executable.
2. Synchronize your node with the Bitcoin network.
3. Run bch-rpc-explorer passing the cookie route based on the defined path to store files download with BCH-Unlimited. (Check cli arguments section)
4. "Recent" version of Node.js (8+ recommended).
Expand Down
2 changes: 1 addition & 1 deletion app/api/electrumAddressApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function connectToServer(host, port, protocol) {
// default protocol is 'tcp' if port is 50001, which is the default unencrypted port for electrumx
var defaultProtocol = port === 50001 ? 'tcp' : 'tls';

var electrumConfig = { client:"bch-rpc-explorer", version:"1.4" };
var electrumConfig = { client:"bch-rpc-explorer", version:["1.4", "1.5"] };
var electrumPersistencePolicy = { retryPeriod: 10000, maxRetry: 1000, callback: null };

var onConnect = function(client, versionInfo) {
Expand Down
2 changes: 1 addition & 1 deletion app/coins/bch.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = {
siteTitleHtml:"Bitcoin Cash Explorer",
siteDescriptionHtml:"<b>BCH Explorer</b> is <a href='https://github.com/sickpig/bch-rpc-explorer). If you run your own [Bitcoin Cash Full Node](https://www.bitcoincash.org/nodes.html), **BCH Explorer** can easily run alongside it, communicating via RPC calls. See the project [ReadMe](https://github.com/sickpig/bch-rpc-explorer) for a list of features and instructions for running.",
nodeTitle:"Bitcoin Cash Full Node",
nodeUrl:"https://bitcoinunlimited.info/download",
nodeUrl:"https://www.bitcoinunlimited.info/download",
demoSiteUrl: "https://explorer.bitcoinunlimited.info",
miningPoolsConfigUrls:[
"https://raw.githubusercontent.com/btccom/Blockchain-Known-Pools/master/pools.json",
Expand Down
4 changes: 2 additions & 2 deletions app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ module.exports = {
title:"Related Sites",
links:[
// TODO: find better images for this URLs, in the mean time use bch.svg
{name: "Bitcoin Unlimited", url:"https://bitcoinunlimited.info", imgUrl:"/img/logo/bu.png"},
{name: "Bitcoin Unlimited", url:"https://www.bitcoinunlimited.info", imgUrl:"/img/logo/bu.png"},
{name: "Bitcoin Cash Nodes", url:"https://cashnodes.io", imgUrl:"/img/logo/bch.svg"},
{name: "BCH PoW Monitoring", url:"https://fork.lol", imgUrl:"/img/logo/fork.png"},
{name: "BCH Specification", url:"https://reference.cash", imgUrl:"/img/logo/refcash.ico"},
Expand All @@ -202,7 +202,7 @@ module.exports = {
donations:{
addresses:{
coins:["BCH"],
sites:{"BCH":"https://bitcoinunlimited.info"},
sites:{"BCH":"https://www.bitcoinunlimited.info"},

"BCH":{address:"bitcoincash:pq6snv5fcx2fp6dlzg7s0m9zs8yqh74335tzvvfcmq"}
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"dotenv": "^8.2.0",
"electrum-client": "github:janoside/electrum-client",
"express": "^4.17.1",
"express-rate-limit": "^6.6.0",
"express-session": "^1.17.1",
"jstransformer-markdown-it": "^2.1.0",
"lru-cache": "^5.1.1",
Expand Down
Binary file modified public/img/block-fullness-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/block-fullness-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/block-fullness-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/block-fullness-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/img/logo/abc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/logo/bch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading