Commit Graph

43 Commits

Author SHA1 Message Date
dsc ca234008b9 wowify seed 2022-05-20 17:40:22 +02:00
dsc 3163d68e9e Show random banner on each Wizard window spawn 2021-05-10 19:52:50 +02:00
wowario a389589fbb add more welcome imgs 2021-04-14 22:21:38 +02:00
wowario 392e9b99cf rename banner folder 2021-04-14 22:21:38 +02:00
wowario 51c7422f6e shuffle welcome banner 2021-04-14 22:21:38 +02:00
dsc c0cb90bf79 Development 2021-04-14 22:00:25 +02:00
wowario 9a75c5a986
defeather 2021-03-31 20:08:52 +03:00
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
wowario c7c4237d10
rename to wowlet 2021-02-22 09:51:09 +03:00
wowario c1699c2c79
update opening pic 2021-02-20 18:21:37 +03:00
wowario d248aaf8b3
change name 2021-02-20 16:24:58 +03:00
wowario ba940d6df4
update public nodes 2021-02-20 10:36:02 +03:00
wowario 29f4d627d2
rename to wowllet 2021-02-20 10:21:55 +03:00
wowario 0131476a5d
change name 2021-02-20 09:33:04 +03:00
dsc 3e10b25068
Wownero 2021-02-18 12:20:16 +03:00
tobtoht 0d6f5c6242 Merge pull request 'Wizard: improve seed layout' (#329) from tobtoht/feather:wizard_seed_ui into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/329
2021-02-04 00:09:07 +00:00
tobtoht 9d45975ddc
Wizard: improve seed layout 2021-02-04 01:08:39 +01:00
tobtoht 9803f66cc2
Wizard: rename cancel button to close 2021-02-04 01:06:52 +01:00
tobtoht b7362b3125 Merge pull request 'Wizard: copy seed to clipboard' (#308) from tobtoht/feather:wizard_copy_seed into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/308
2021-01-24 14:15:09 +00:00
tobtoht 3d47b453a8
Wizard: copy seed to clipboard 2021-01-24 15:13:46 +01:00
tobtoht 696149096d
Wizard: allow double click to open wallet 2021-01-22 06:31:31 +01:00
tobtoht 9ddb68c82b
Wizard: rework seed display 2021-01-20 23:10:12 +01:00
tobtoht aa3d674242
FeatherSeed: allow erasure 2021-01-20 22:13:51 +01:00
tobtoht b758cc1918
Misc code cleanup 2020-12-28 05:39:20 +01:00
tobtoht 918172c252 Merge pull request 'Wizard: clear path label' (#265) from tobtoht/feather:wizard_open_wallet_path into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/265
2020-12-27 22:29:48 +00:00
tobtoht b4fd07ff8b
Update copyright for 2021 2020-12-26 20:56:06 +01:00
tobtoht eb2e6c1cec
Wizard: clear path label 2020-12-26 19:19:45 +01:00
tobtoht b544e6dfce
Settings: allow changing default wallet directory 2020-12-25 22:07:48 +01:00
tobtoht 6003ffebec
Wizard: reset restore page on initialize 2020-12-25 16:28:50 +01:00
tobtoht 14e3422423
Don't use unsigned ints 2020-12-25 15:38:44 +01:00
tobtoht 68c493b736
Wizard: autoselect open if wallets available & refresh wallets when wizard opened 2020-12-23 03:57:01 +01:00
tobtoht b4af2f75b1
Update banner 2020-12-19 01:09:03 +01:00
tobtoht 4476741ace
Wizard: Sort wallets by modified date 2020-12-19 00:13:33 +01:00
tobtoht 68f8be01ac
Wizard: don't show stagenet wallet in mainnet mode 2020-12-18 23:39:27 +01:00
tobtoht cb95e89773
Wizard: improve title 2020-12-16 04:18:42 +01:00
tobtoht 85a06007a1
Replace showMessageBox with Qt builtin 2020-12-14 03:23:19 +01:00
tobtoht 835e4aaca3
Spell it backwards 2020-12-11 20:46:24 +01:00
tobtoht d9dfef021f Mitigate target_height attack 2020-11-14 22:42:41 +01:00
mrdeveloper 71ba9f6d4a BugFix: show message box if no wallet is selected 2020-10-23 19:57:06 +02:00
dsc eac29cd0b6
Import wallet from keys (view-only)
Signed-off-by: dsc <dsc@xmr.pm>
2020-10-13 21:09:33 +02:00
tobtoht 89ea34cfb7 Wizard: misc improvements to create wallet pages
Don't focus on Generate button
Replace HTML for PlainTextEdit
Set font using Utils::relativeFont
Change directory button text no longer clips
Wizard Pages are no longer orphans
Vertical spacers no longer take up more room than they need to
GridLayout -> VerticalLayout
2020-10-11 18:41:44 +02:00
dsc b114ef1710 Fix restore from seed functionality 2020-10-11 17:08:34 +02:00
dsc 133700160a Feather, a free Monero desktop wallet
Co-Authored-By: tobtoht <thotbot@protonmail.com>
2020-10-08 04:31:22 +02:00