You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
Warning: fopen(http://[email protected]:8332/): failed to open stream: HTTP request failed! HTTP/1.0 500 Internal Server Error in /var/www/html/test/jsonRPCClient.php on line 133
#97
Open
jaimenurbina opened this issue
Jul 25, 2020
· 1 comment
hi i have this problem installing piwallet with btc
Warning: fopen(http://[email protected]:8332/): failed to open stream: HTTP request failed! HTTP/1.0 500 Internal Server Error in /var/www/html/test/jsonRPCClient.php on line 133
Fatal error: Uncaught Exception: Unable to connect to http://bitcoinrpc:[email protected]:8332/ in /var/www/html/test/jsonRPCClient.php:141 Stack trace: #0 /var/www/html/test/classes/Client.php(17): jsonRPCClient->__call('getbalance', Array) #1 /var/www/html/test/index.php(27): Client->getBalance('jaimen') #2 {main} thrown in /var/www/html/test/jsonRPCClient.php on line 141
My configuration in the bitcoin.conf is:
rpcuser=bitcoinrpc
rpcpassword=Cp68nBkCAADKkskaKSskaDKdmSYLtLJ
listen=1
server=1
txindex=1
daemon=1
rpcallowip=127.0.0.1
enableaccounts=1
addresstype=legacy
staking=0
working from the root console all the commands work perfectly for me
The text was updated successfully, but these errors were encountered:
hi i have this problem installing piwallet with btc
Warning: fopen(http://[email protected]:8332/): failed to open stream: HTTP request failed! HTTP/1.0 500 Internal Server Error in /var/www/html/test/jsonRPCClient.php on line 133
Fatal error: Uncaught Exception: Unable to connect to http://bitcoinrpc:[email protected]:8332/ in /var/www/html/test/jsonRPCClient.php:141 Stack trace: #0 /var/www/html/test/classes/Client.php(17): jsonRPCClient->__call('getbalance', Array) #1 /var/www/html/test/index.php(27): Client->getBalance('jaimen') #2 {main} thrown in /var/www/html/test/jsonRPCClient.php on line 141
My configuration in the bitcoin.conf is:
rpcuser=bitcoinrpc
rpcpassword=Cp68nBkCAADKkskaKSskaDKdmSYLtLJ
listen=1
server=1
txindex=1
daemon=1
rpcallowip=127.0.0.1
enableaccounts=1
addresstype=legacy
staking=0
working from the root console all the commands work perfectly for me
The text was updated successfully, but these errors were encountered: