Block Crawler Instructions Ensure that you have the following files: block_crawler.php - The home page for the script. block_crawler.css - The CSS Style Sheet for the script. bc_layout.php - This file contains most of the php.html used to render the site. bc_daemon.php - This file contains fucntions for interacting with the daemon. Find the bc_daemon.php and open it in your text editor or PHP IDE. At the top you will find the following code: /****************************************************************************** Wallet Configuration ******************************************************************************/ $GLOBALS["wallet_ip"] = "127.0.0.1"; $GLOBALS["wallet_port"] = "8332"; $GLOBALS["wallet_user"] = "username"; $GLOBALS["wallet_pass"] = "password"; It is important to replace these values with the correct information for your daemon. The daemon will worh with RPCSSL configured if your version of cURL supports it. Here are some sample entries for the value $GLOBALS["wallet_ip"]: "127.0.0.1" - This will communitcate with the daemon in clear text "http://127.0.0.1" - This is also an unencrypted connection "https://127.0.0.1" - This will connect to the wallet using SSL encryption. Once you have made these changes upload the files to your server. You should be ready to go. /***************************************************************************** Updated 07/08/2013 *****************************************************************************/ -Added file bc_api.php This file contains a pass through request API that allows a user or remote script to query the Block Crawler directly for information about the status of the network and the daemon.
Portable BitCoin Block Chain Explorer
Block Crawler Instructions Ensure that you have the following files: block_crawler.php - The home page for the script. block_crawler.css - The CSS Style Sheet for the script. bc_layout.php - This file contains most of the php.html used
Information
Category: PHP / Third Party APIs |
Watchers: 15 |
Star: 42 |
Fork: 73 |
Last update: May 16, 2022 |
Resource links
0 Open
More issues
Closed
Nothing wrong with this code, just that I don't have getnetworkhashps as a COMMAND option, so the blockcrawler always shows "Method not found(Error Code: -32601)" when calculating network hashrate. I did try to insert the command wherever I found gethashespersec in the source code of the client (daemon obviously, but just kept getting errors.
Any way of getting around this? I did try moving the getnetworkhashps function from the php, but that made the blockcrawler lose the information to the right.
opened Aug 27, 2014 by jaycee1967 2
Closed
fixed typo in readme
opened Jan 22, 2014 by ddombrowsky 1
Closed
opened Apr 8, 2014 by uberadminer 0
Contents
Share this repo