Hi guys, that is my fist post, so big hello to you.
I have a problem, anyway im sorry for my english language mistakes.
I have VPS with localhost Dash. I started dashd -daemon with configuration
rpcuser=xxx
rpcpassword=xxx
rpcport=8332
daemon=1
listen=1
then i checked if dash-cli getbalance working. And it looks good, i have 14 connections.
next, i had installed php5, and mysql, on my localhost (the same vps what Dashd). I have downloaded from github library called "BitcoinEasyPHP" and i pasted it on my "/bin/www/html" catalouge. I generated new file named "test.php" with "<?php echo hello; ?> to check working of php. It works.
Next i generated new file called "getinfo.php" with code:
<?php
required('easybitcoin.php');
$bitcoin = new Bitcoin("xxx","xxx","localhost","8332");
$getinfo = $bitcoin->getinfo();
print_r('$getinfo');
?>
When im starting page it is only blank page, no loops, no data.. What did i wrong?
Edit: i added server=1 and situation is the same.
I have a problem, anyway im sorry for my english language mistakes.
I have VPS with localhost Dash. I started dashd -daemon with configuration
rpcuser=xxx
rpcpassword=xxx
rpcport=8332
daemon=1
listen=1
then i checked if dash-cli getbalance working. And it looks good, i have 14 connections.
next, i had installed php5, and mysql, on my localhost (the same vps what Dashd). I have downloaded from github library called "BitcoinEasyPHP" and i pasted it on my "/bin/www/html" catalouge. I generated new file named "test.php" with "<?php echo hello; ?> to check working of php. It works.
Next i generated new file called "getinfo.php" with code:
<?php
required('easybitcoin.php');
$bitcoin = new Bitcoin("xxx","xxx","localhost","8332");
$getinfo = $bitcoin->getinfo();
print_r('$getinfo');
?>
When im starting page it is only blank page, no loops, no data.. What did i wrong?
Edit: i added server=1 and situation is the same.
Last edited: