Post
Topic
Board Project Development
Re: easybitcoin.php
by
CounterEntropy
on 28/10/2022, 21:39:55 UTC
Could have been easier to debug by knowing the content of 'easybitcoin.php'. Anyways, try this...

Code:
require_once('easybitcoin.php');

$bitcoin = new Bitcoin('user','pass','localhost','port');

$getinfo = $bitcoin->getinfo();

print_r($getinfo[staking status]);