StratumServer(vertx: Vertx, port: Int, networkInterface: String, sslOptions: KeyCertOptions?, extranonce: String = "", submitCallback: (PoWSolution) -> Boolean, seedSupplier: () -> Bytes32, hashrateCallback: (Bytes, Long) -> Boolean)
Server capable of handling connections from Stratum clients, authenticate and serve content for them.