kadena-io / chainweb-miner

Official mining software for the Kadena Public Blockchain.
BSD 3-Clause "New" or "Revised" License
32 stars 20 forks source link

Update miner to work on testnet3 #15

Closed sir-wabbit closed 4 years ago

sir-wabbit commented 4 years ago
$ ./chainweb-miner cpu --node us1.testnet.chainweb.com:443 --miner-account c0ef16ba891d7d82ff612fdacde9af08e27f92e21fad43448fe52fbea2498101 --miner-key c0ef16ba891d7d82ff612fdacde9af08e27f92e21fad43448fe52fbea2498101
chainweb-miner: Control.Exception.Safe.throwString called with:

DecodeFailure "Error in $.nodeVersion: Unknown Chainweb version: testnet03" (Response {responseStatusCode = Status {statusCode = 200, statusMessage = "OK"}, responseHeaders = fromList [("Transfer-Encoding","chunked"),("Date","Wed, 27 Nov 2019 02:14:33 GMT"),("Server","Warp/3.2.26"),("X-Server-Timestamp","1574820874"),("X-Chainweb-Node-Version","1.0.5"),("Content-Type","application/json;charset=utf-8")], responseHttpVersion = HTTP/1.1, responseBody = "{\"nodeNumberOfChains\":10,\"nodeApiVersion\":\"0.0\",\"nodeChains\":[\"8\",\"9\",\"4\",\"5\",\"6\",\"7\",\"0\",\"1\",\"2\",\"3\"],\"nodeVersion\":\"testnet03\"}"})
Called from:
  throwString (exec/Miner.hs:121:23 in main:Main)