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
Wartlock is a user-friendly and secure cryptocurrency wallet designed specifically for the WART blockchain. It provides a graphical interface for managing WART assets, sending and receiving transactions, and ensuring private key security.
3
4
4
5
> Beta Notice: Wartlock is currently in its beta phase. Some security features are still in development, and the wallet is not yet fully audited. Use it at your own risk.
5
6
6
7
> **Warning: Light mode is currently non-functional. Please avoid using it until the next update, which will include fixes.**
7
8
8
9
## Features
10
+
9
11
- User-Friendly Interface – Simple and intuitive design for easy navigation.
10
12
- Secure Key Management – Your private keys remain under your control.
11
13
- Send & Receive WART – Easily manage your transactions with a seamless experience.
12
14
- Lightweight & Fast – Optimized for performance without compromising security.
13
15
- Cross Platform - Wartlock is supported for (Windows, Linux and MacOS)
14
16
15
17
## Installation & Setup
18
+
16
19
### Build from source
20
+
17
21
> Choose the command for your system to build, then run the setup
22
+
18
23
```
19
24
bun i
20
25
bun run build:win
21
26
bun run build:linux
22
27
bun run build:mac
23
28
```
29
+
24
30
OR
25
31
26
32
> Wartlock is in beta. Avoid using it with large amounts of WART until a full security audit is completed.
33
+
27
34
1. Download the latest release from [Releases](https://github.com/riven-labs/Wartlock/releases).
28
35
2. Install & Run
29
36
3. Create or Import Wallet
30
37
31
38
## Import from other wallets
39
+
32
40
If you were already using [andrewcrypto777/wart-wallet](https://github.com/andrewcrypto777/wart-wallet) you can import your wallet by your mnemonic using the **Recover Wallet** option, **Yet it's also still possible to import your wallets by copying `wartlock.db` into Wartlock directory**, Wartlock do have an almost identical database integrations to andrew's wallet and we do have migrations in place to make `wartwallet.db` work for wartlock.
33
41
34
42
> Note: **Copying the database would leave all your wallets without names, if you want to name your wallet you must edit `wartwallet.db` manually using something like DB SQLite browser**
We welcome feedback and contributions! If you find bugs or have feature suggestions, open an issue or submit a pull request
48
61
49
62
## Developer fees (Optional)
63
+
50
64
To keep Wartlock growing and improving, we’ve included an optional 5% developer fee on wallet transactions. This small contribution helps **fund ongoing development, security enhancements, and new features.**
51
65
52
66
When sending a transaction, the developer fee is automatically calculated—but you’re in full control! **You can adjust it to any amount, even zero, or increase it if you’d like to give back more.**
53
67
54
68
Every contribution, big or small, helps make Wartlock even better. Thank you for your support! ❤️
69
+
55
70
> Developer donations don’t include network fees—your full contribution goes to Wartlock. The transaction is optimized for low network fees, but since it’s sent from your wallet, the fee will be deducted from your balance separately.
56
71
57
72
## Support Wartlock
58
73
59
74
Wartlock is an open-source project, and community support helps drive its development. If you find value in Wartlock and would like to contribute, consider donating or mining to support ongoing improvements.
60
75
61
76
## Donate WART
77
+
62
78
Send WART to the developer address:
79
+
63
80
```
64
81
aca4916c89b8fb47784d37ad592d378897f616569d3ee0d4
65
82
```
66
83
67
84
## Mine to Support Wartlock
85
+
68
86
You can also support Wartlock by mining on the developer address using **BZMiner**:
87
+
69
88
```bash
70
89
bzminer -a warthog -p stratum+tcp://de.warthog.herominers.com:1143 -w aca4916c89b8fb47784d37ad592d378897f616569d3ee0d4.donation --nc 1
71
90
```
72
91
73
92
Or janusminer ( Make sure to replace `YOUR_NODE_IP` and `YOUR_NODE_PORT` with your node information )
93
+
74
94
```bash
75
95
janusminer -a aca4916c89b8fb47784d37ad592d378897f616569d3ee0d4 -h YOUR_NODE_IP -p YOUR_NODE_PORT
0 commit comments