Bitcoin Forum
May 26, 2024, 08:48:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Comment réussir à installer correctement PiWallet ???  (Read 1028 times)
chegmarco (OP)
Jr. Member
*
Offline Offline

Activity: 56
Merit: 10


View Profile
May 24, 2017, 08:37:33 PM
 #1

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://...@127.0.0.1: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:pass123@127.0.0.1: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:pass123@127.0.0.1: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.
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!