ufo-project / ufochain

a mimblewimble implementation of crypto currency using X17r algorithm.
MIT License
31 stars 11 forks source link

Can`t send coin from remote machine #20

Closed prettyCoders closed 4 years ago

prettyCoders commented 4 years ago

图片 图片 图片

ufo-project commented 4 years ago

Wallet API has the same structure as Node Stratum API protocol (JSON RPC 2.0 over TCP connection) and should have an online connection to the node. However, it can work over HTTP if you will use --api_use_http=1 option, send POST requests to http://x.x.x.x:port/api/wallet in this case.

You can check it in https://github.com/ufo-project/ufochain/wiki/UFO-wallet-protocol-API