Bitcoin Forum
April 27, 2024, 04:33:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: BlockCrawler (Block Chain Explorer)  (Read 77 times)
Amadi1 (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 26, 2018, 07:01:39 AM
 #1

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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!