Bitcoin Forum

Economy => Services => Topic started by: Amadi1 on April 26, 2018, 07:01:39 AM



Title: BlockCrawler (Block Chain Explorer)
Post by: Amadi1 on April 26, 2018, 07:01:39 AM
Hi.

Can anyone provide me with the step by step approach on how to generate the configuration details (below) for an altcoin

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.

Thanks