Satoshi Grot
Satoshi Grot
@mk148a @TateA Guys, how did you solve this issue ? ``` 2018-01-17 03:00:08 [payments] Error with send_transaction RPC request to wallet daemon {"code":-1,"message":"JsonValue type is not INTEGER"} 2018-01-17 03:00:08 [payments]...
@markotdel `transferFee` needs to be an integer. It could not be `0.15` for example.
Could you please confirm that we could use `nodejs-pool` as pool for `ITNS` ?
@evil7 thanks for your answer! `ITNS` uses `cryptonight`, how can I check if `JSONRPC2` is used ?
@evil7 Thanks again! From the source code I can see the `JSONRPC` version, it's `2` \o/ https://github.com/valiant1x/intensecoin/blob/master/src/JsonRpcServer/JsonRpcServer.cpp#L99
@evil7 Wow, really appreciate. The command return nothing but in the log pool I got this warning ``` Malformed message from 2.0.0.7: method:login params:login:ihrtrjyk6.....gergergertab9QPBihJF5FY7ed319xSbbdZdZ..... params:pass: params:agent:test id:1 ```
I had to escape the `"` and `{}` and now it's working! ``` {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"969349615764804","job":{"blob":"0100ade3e0d205a6ec30dffc35b5df1fh56c3153ea54ca065b084cf1d8f1264d869280ab1c8a160000000094c8f9c463879eac4616c5d168234759b8c77ebb8c740a702f47a6bd2a4c47f8c01","job_id":"449014911684207","target":"b88d0600"},"status":"OK"}} ``` Thanks for your precious help.
@ddvs1 ``` echo \{\"method\":\"login\",\"params\":\{\"login\":\"iz69WMbWE7HY9QdarorttfghgrAAiaLu7zNriGGmDX8Fn2bCSKWTsrhtejrnyBihJF5FY7ed319xSbbdZdZvsrjY1kXj1Nsddhbfreh\",\"pass\":\"\",\"agent\":\"test\"\},\"id\":1\} | nc itns001.cryptogrot.io 6666 ```
@esqui2002 @ddvs1 I did not continue with this project, I used the pool provided by the ITNS team.