dashed-slug.net › Forums › TurtleCoin Adapter extension support › I’m getting ready to replace my hacked up monero adapter with yours › Reply To: I’m getting ready to replace my hacked up monero adapter with yours
Ok, going to be getting into this over the weekend.
I’ve replaced the hacked (2ACoin) monero adapter with the turtlecoin adapter.
I’ve entered my settings and I am getting the following errors: (Check attached screenshots)
it should be noted to start the 2ACoind I used the following command:
./2ACoind --rpc-bind-ip 10.136.18.61 --rpc-bind-port 16666
it should also be noted to start the “wallet-api” I used the following command:
./2acoin-service -w n2aa.org.wallet -p MySecretPass --rpc-password MySecretPass --bind-address 10.136.18.61 --bind-port 17777 --enable-cors "*"
If I run the following code from the webserver:
curl -d '{"jsonrpc":"2.0","id":1,"password":"MySecretPass","method":"getStatus","params":{}}' http://10.136.18.61:17777/json_rpc
I get the following response:
{"id":1,"jsonrpc":"2.0","result":{"blockCount":680636,"knownBlockCount":1,"lastBlockHash":"eb1ba42e17c498afd16db17de473db0860eeead76653121bfc3d0123b32f3435","localDaemonBlockCount":0,"peerCount":0}}