Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanh authored and lubuzzo committed Jun 15, 2018
1 parent b79aa5c commit 1c6b2f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ http://www.chaincoin.org
- curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer

3. Update the file vendor/chaincoin/php-api/settings.php with the ip, port, user e password of your rpc-wallet;
example:
'host' => "127.0.0.1",
'port' => "21995",
'user' => "user",
'pass' => "password"
Example:
'host' => "127.0.0.1",
'port' => "21995",
'user' => "user",
'pass' => "password"
4. start service: under proposal folder
php -S xxx.xxx.xx.xxxx:3000 ( xxx is ip and 3000 is port, you can change the port)

Expand Down

0 comments on commit 1c6b2f5

Please sign in to comment.