This repository was archived by the owner on Apr 8, 2023. It is now read-only.

Description
Hi,
I have followed the instruction given on WIKI tab and successfully install the piWallet. But I see that a few things has changed.
-
There does not seem to be need for the step "sudo nano /var/www/html/common.php" and the settings are not done in common.php
-
"settings-example.php" needs to be renamed to "settings.php" and parameters set in it.
Although I did all these, I still cant get this to work for me.
At first, it threw an error stating that json_encode() is an undefined function. I installed PHP5 json
and now, I get the error
`
Warning: fopen(http://[email protected]:5463/): failed to open stream: Connection refused in /var/www/html/jsonRPCClient.php on line 133
Fatal error: Uncaught exception 'Exception' with message 'Unable to connect to http://rpccoin:[email protected]:5463/' in /var/www/html/jsonRPCClient.php:141 Stack trace: #0 /var/www/html/classes/Client.php(17): jsonRPCClient->__call('getbalance', Array) #1 /var/www/html/classes/Client.php(17): jsonRPCClient->getbalance('zelles(piWallet...', 6) #2 /var/www/html/index.php(22): Client->getBalance('piWallet') #3 {main} thrown in /var/www/html/jsonRPCClient.php on line 141`
It is really not easy here, but I think it would be nice that you update the installation instruction.
Regards.