-
Notifications
You must be signed in to change notification settings - Fork 310
New Installation Instruction #90
Comments
Can you install it? need help? |
Let me know if you still need help installing PiWallet. |
Hi am am failing on this since days... I get everything up and when trying to login it just jumps back to the login site... I've installed the script multiple times with different changes nothing I need help please!! |
Very strange, I think it was a very easy installation for me, did you try to look at the apache error log? do you already have the cryptocurrency node working on the VPS? the code may only work if the cryptocurrency wallet is open and accepting RPC requests. |
Git my own coin and daemon on Vultr VPS and I don't get any errors at all... RPC good node synched. Maybe you could have a look I would be delighted if you could assist.. |
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.
The text was updated successfully, but these errors were encountered: