Skip to content

Commit

Permalink
Minor fixes (sickpig#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgengelmann authored Aug 23, 2023
1 parent 96468ba commit 85aed82
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 55 deletions.
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/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
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

0 comments on commit 85aed82

Please sign in to comment.