stratum-php icon indicating copy to clipboard operation
stratum-php copied to clipboard

Implementation of the Stratum protocol (for electrum and mining) using ReactPHP

Results 1 stratum-php issues
Sort by recently updated
recently updated
newest added

Got Uncaught Error: Call to undefined method React\SocketClient\SecureConnector::create() in F:\www\stratum\vendor\bitwasp\stratum\src\Client.php:40 Connector don't have any method like create(), it would be $this->connector->connect($url) & accept only one parameter. This worked for me.