libphp-multichain icon indicating copy to clipboard operation
libphp-multichain copied to clipboard

fopen(localhost:7764): failed to open stream: No such file or directory

Open bdushi opened this issue 7 years ago • 1 comments

/home/ec2-user/demo/vendor/fguillot/json-rpc/src/JsonRPC/HttpClient.php:270 /home/ec2-user/demo/vendor/fguillot/json-rpc/src/JsonRPC/Client.php:195 /home/ec2-user/demo/vendor/fguillot/json-rpc/src/JsonRPC/Client.php:179 /home/ec2-user/demo/vendor/kunstmaan/libphp-multichain/src/be/kunstmaan/multichain/MultichainClient.php:91 $multichain = new MultichainClient('localhost:7764', 'multichainrpc', 'G4qkA3XPg61Q2xFQvbnyFa889DaBTNhGbsxSki3HEfsE', 3); $helper = new MultichainHelper($multichain); $multichain->setDebug(true)->getPeerInfo();

bdushi avatar Oct 05 '18 13:10 bdushi

$multichain = new MultichainClient('localhost:7764', 'multichainrpc', 'G4qkA3XPg61Q2xFQvbnyFa889DaBTNhGbsxSki3HEfsE', 3);

you are missing http:// before localhost.

cebe avatar Oct 10 '18 18:10 cebe