wowlet/src/utils
dsc 8968a8cbce This commit introduces a websocket server via the `--daemon` argument.
```
./wowlet --daemon 127.0.0.1:1234 --daemon-password "sekrit"
```

The wallet will start in the background and expose a websocket port that you can connect to using a websocket client. This way, you will be able to control the wallet via websockets. The commands are defined in wsserver.cpp, in the `processBinaryMessage()` function.

- `openWallet` - opens a wallet by path/password.
- `closeWallet` - close current wallet.
- `addressList` - Returns a list of receive addresses.
- `sendTransaction` - Creates and sends a transaction.
- `createWallet` - Create a wallet by path/password.
- `transactionHistory` - Returns the complete list of transactions
- `addressBook` - Returns the complete list of address book entries.

Messages sent back and forth between the server and client are JSON. There is a Python example client available over at https://git.wownero.com/wownero/wowlet-ws-client
2021-03-28 21:50:55 +02:00
..
CMakeLists.txt Feather, a free Monero desktop wallet 2020-10-08 04:31:22 +02:00
ColorScheme.cpp Calc: update exchange icon on skin change 2021-02-03 20:40:35 +01:00
ColorScheme.h Improve color scheme 2021-01-28 23:48:14 +01:00
FeatherSeed.h This commit introduces a websocket server via the `--daemon` argument. 2021-03-28 21:50:55 +02:00
RestoreHeightLookup.h fix restore height 2021-02-20 10:42:33 +03:00
ScopeGuard.h Feather, a free Monero desktop wallet 2020-10-08 04:31:22 +02:00
childproc.cpp Misc code cleanup 2020-12-28 05:39:20 +01:00
childproc.h Misc code cleanup 2020-12-28 05:39:20 +01:00
config.cpp Remove tab exchange 2021-02-22 20:22:28 +00:00
config.h Remove tab exchange 2021-02-22 20:22:28 +00:00
daemonrpc.cpp Misc code cleanup 2020-12-28 05:39:20 +01:00
daemonrpc.h Update copyright for 2021 2020-12-26 20:56:06 +01:00
keysfiles.cpp This commit introduces a websocket server via the `--daemon` argument. 2021-03-28 21:50:55 +02:00
keysfiles.h This commit introduces a websocket server via the `--daemon` argument. 2021-03-28 21:50:55 +02:00
networking.cpp Misc code cleanup 2020-12-28 05:39:20 +01:00
networking.h Misc code cleanup 2020-12-28 05:39:20 +01:00
networktype.h Update copyright for 2021 2020-12-26 20:56:06 +01:00
nodes.cpp Nodes: don't show exhaustion warning if single custom node is used 2021-02-04 00:46:12 +01:00
nodes.h Misc code cleanup 2020-12-28 05:39:20 +01:00
prices.cpp Misc code cleanup 2020-12-28 05:39:20 +01:00
prices.h Update copyright for 2021 2020-12-26 20:56:06 +01:00
scheduler.cpp Misc code cleanup 2020-12-28 05:39:20 +01:00
scheduler.h Update copyright for 2021 2020-12-26 20:56:06 +01:00
tails.cpp rename to wowlet 2021-02-22 09:51:09 +03:00
tails.h Misc code cleanup 2020-12-28 05:39:20 +01:00
textedit.cpp Misc code cleanup 2020-12-28 05:39:20 +01:00
textedit.h Feather, a free Monero desktop wallet 2020-10-08 04:31:22 +02:00
tor.cpp rename to wowlet 2021-02-22 09:51:09 +03:00
tor.h Tor: properly overwrite old binary 2021-02-05 19:43:14 +01:00
txfiathistory.cpp Misc code cleanup 2020-12-28 05:39:20 +01:00
txfiathistory.h Misc code cleanup 2020-12-28 05:39:20 +01:00
utils.cpp rename to wowlet 2021-02-22 09:51:09 +03:00
utils.h rename to wowlet 2021-02-22 09:51:09 +03:00
whonix.cpp Whonix: detect version 2021-01-21 02:38:21 +01:00
whonix.h Whonix: detect version 2021-01-21 02:38:21 +01:00
wsclient.cpp This commit introduces a websocket server via the `--daemon` argument. 2021-03-28 21:50:55 +02:00
wsclient.h Misc code cleanup 2020-12-28 05:39:20 +01:00
wsserver.cpp This commit introduces a websocket server via the `--daemon` argument. 2021-03-28 21:50:55 +02:00
wsserver.h This commit introduces a websocket server via the `--daemon` argument. 2021-03-28 21:50:55 +02:00
xmrig.cpp Wownero 2021-02-18 12:20:16 +03:00
xmrig.h Misc code cleanup 2020-12-28 05:39:20 +01:00