Author

Topic: Comment réussir à installer correctement PiWallet ??? (Read 1027 times)

jr. member
Activity: 56
Merit: 10
Bonsoir à tous.
  J'essaie de mettre en place le Porte-feuille électronique piWallet (https://github.com/johnathanmartin/piWallet) sur Linux.

 J'ai pu installer avec succès le "Serveur Bitcoind" (qui fonctionne déjà très bien quand je tape dans un Terminal les commandes "bitcoind -daemon" puis "bitcoin-cli getinfo", je reçois les Infos de Blocs, Blace, etc...) , PHP5 (puis que le Script est basé sur PHP5), PHPMyAdmin, Apache2 et MySQL sur Linux Ubuntu 14.04.
Mais le souci que je rencontre est que le Fichier "jsonRPCClient.php" n'arrive pas à connecter le client et affiche l'erreur ci-après:

Code:
Warning: fopen(http://[email protected]:8332/): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized in /var/www/html/piwallet/jsonRPCClient.php on line 133

Fatal error: Uncaught exception 'Exception' with message 'Unable to connect to http://greg:[email protected]:8332' in /var/www/html/piwallet/jsonRPCClient.php:141 Stack trace: #0 /var/www/html/piwallet/classes/Client.php(17): jsonRPCClient->__call('getbalance', Array) #1 /var/www/html/piwallet/classes/Client.php(17): jsonRPCClient->getbalance('zelles(chegadmi...', 6) #2 /var/www/html/piwallet/index.php(22): Client->getBalance('chegadmin') #3 {main} thrown in /var/www/html/piwallet/jsonRPCClient.php on line 141


J'ai tout faire mais Zéro; aucune solution; j'ai même fouillé sur internet mais aucune réponse satisfaisante. Le comble pour vérifier si PiWallet se connecte vraiment au Serveur Daemon (Bitcoind), je lance "http://greg:[email protected]:8332" dans un Navigateur, et je reçois l'erreur suivante comme quoi, on a pas besoin d'authentification pour se connecter à 127.0.0.1:8332.



Aidez-moi vraiment car j'en ai besoin.
Jump to: