bstratum
bstratum copied to clipboard
Stratum server for bcoin
Results
2
bstratum issues
Sort by
recently updated
recently updated
newest added
This current regex was failing for me, but I was able to fix it with adding "+" before the "$".
I keep getting this message when attempting to pull stratum in as a plugin. ```javascript const node = new FullNode({ network: "regtest", db: "memory", prefix: "/home/.bcoin", apiKey: "bikeshed", nodes: "127.0.0.1",...