Post
Topic
Board Services
BlockCrawler (Block Chain Explorer)
by
Amadi1
on 26/04/2018, 07:01:39 UTC
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