aceat64/EasyBitcoin-PHP

Can not create a new Adress

Closed this issue · 1 comments

Hello this is my code

require_once('templates/easybitcoin.php');
$bitcoin = new Bitcoin('user','pw','localhost','8332');

$adress = $bitcoin->getnewaddress("myname");

But the $adress is null.
It wont create the adress but why?
And how can i create a adress and store it into a string?

Okay i found my error.
I had to create a wallet 🗡️