Missing file on github for Linux Wowlet v0.2.0.0

Started by wowmazing, Apr 17, 2021, 09:34 AM

Previous topic - Next topic

dsc

Looks like you downloaded the source code instead. The release binary can be found here: https://git.wownero.com/wowlet/wowlet/releases/tag/v0.2.0.0

doc

I get stuck when trying to move wowlet to /usr/bin using

$ sudo mv wowlet /usr/bin/
Looks like I should be in the tmp folder, not inside wowlet?

Sorry, I'm not an expert.

dsc

I don't see this line:

```bash
$ unzip e3c2eae7-c6c0-4371-8d83-6a4e8851cdad
```

doc

Yes sorry, looks like I skipped that part. Done now. Should I log off/in to find it in the menu?

dsc

You can now type `wowlet` from the terminal to start the application. Is it showing in your menu as well?

doc

The application started. I don't have it in the menu yet, I haven't logged off.
Can I use my feather wallet file in wowlet? Will my balance in feather be available in wowlet?

dsc

`Feather` is an application for Monero. Do you mean `Feather-wow`? If so, yes, you can probably open those `.keys` files in `~/Wownero/wallets` just fine.

doc

Yes feather wow. I have a few thousand WOW in my feather-wow wallet

dsc

Try opening your wallet from `Feather-wow` inside the new `wowlet` and let me know :slight_smile:

doc

Yes it worked. Thanks so much for your assistance :slight_smile:

doc

Can I close the terminal? It seems to be doing something

dsc

Great :) Make sure to update `wowlet` once in a while, every few months or so. Because there are updates regularly. Just replace `/usr/bin/wowlet` with the new executable.

dsc

If you close the terminal `wowlet` will also close. To prevent this, start wowlet like this:

```
nohup wowlet &
```

doc

Quote from: "dsc, post:28, topic:334"`nohup wowlet &`

Amazing, thanks again