You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
This wallet contains the basic functions required to manage your TurtleCoin assets:
7
+
This wallet contains the basic functions required to manage your monkeytips assets:
8
8
9
9
* Wallet creation
10
10
* Create new wallet
@@ -19,8 +19,8 @@ This wallet contains the basic functions required to manage your TurtleCoin asse
19
19
* Display transaction detail
20
20
* Export incoming, outgoing, or all transactions to csv file.
21
21
* Incoming Transaction notification
22
-
* Send TurtleCoin to single recipient address, allow to set payment id and custom fee. Provides address lookup from addressbook.
23
-
* Perform wallet optimization by creating fusion transactions
22
+
* Send monkeytips to single recipient address, allow to set payment id and custom fee. Provides address lookup from address book.
23
+
* Perform wallet optimization by creating fusion transactions
24
24
* Provides utility to generate payment id and integrated address
25
25
* Address book
26
26
* Add/Edit/Delete address entry (label/name, address and payment id)
@@ -30,43 +30,43 @@ This wallet contains the basic functions required to manage your TurtleCoin asse
30
30
* Misc
31
31
* Provides setting to set local or public node address
32
32
* Option to use system tray (on closing/minimizing wallet)
33
-
* Provides list of public nodes, fetch/updated daily from turtlecoin-nodes-json repo.
33
+
* Provides list of public nodes, fetch/updated daily from monkeytips-nodes-json repo.
34
34
* Custom node address that is not on the list will be added/remembered for future use
35
35
* Theme: Dark & Light Mode
36
36
*[Keyboard shortcuts](docs/shortcut.md)
37
37
38
38
39
39
### Notes
40
40
41
-
WalletShell relies on `turtle-service` to manage wallet container & rpc communication.
41
+
WalletShell relies on `monkey-service` to manage wallet container & rpc communication.
42
42
43
-
Release installer & packaged archived includes a ready to use `turtle-service` binary, which is unmodified copy TurtleCoin release archive.
43
+
Release installer & packaged archived includes a ready to use `monkey-service` binary, which is unmodified copy monkeytips release archive.
44
44
45
-
On first launch, WalletShell will try to detect location/path of bundled `turtle-service` binary, but if it's failed, you can manually set path to the `turtle-service` binary on the Settings screen.
45
+
On first launch, WalletShell will try to detect location/path of bundled `monkey-service` binary, but if it's failed, you can manually set path to the `monkey-service` binary on the Settings screen.
46
46
47
-
If you don't trust the bundled `turtle-service` file, you can compare the checksum (sha256sum) against one from the official release, or simply download and use the binary from official TurtleCoin release, which is available here: https://github.com/turtlecoin/turtlecoin/releases. Then, make sure to update your `turtle-service` path setting.
47
+
If you don't trust the bundled `monkey-service` file, you can compare the checksum (sha256sum) against one from the official release, or simply download and use the binary from official monkeytipsrelease, which is available here: https://github.com/monkeytips/monkeytips/releases. Then, make sure to update your `monkey-service` path setting.
48
48
49
49
### Download & Run WalletShell
50
50
51
51
#### Windows:
52
-
1. Download the latest installer here: https://github.com/turtlecoin//turtle-wallet-electron/releases
52
+
1. Download the latest installer here: https://github.com/monkeytips//monkeytips-wallet-electron/releases
53
53
2. Run the installer (`walletshell-<version>-win-setup.exe`) and follow the installation wizard.
54
54
3. Launch WalletShell via start menu or desktop shortcut.
0 commit comments