aceat64/EasyBitcoin-PHP

Know if connection is OK without send command

Closed this issue · 1 comments

Is possibile to know if connection is Ok without send a comand before?

No, it's not possible with this library since we're just making temporary HTTP requests for each call. Just issue a getinfo or similar.