Author

Topic: Bitcoin gold wallet for linux (Read 92 times)

legendary
Activity: 2870
Merit: 7490
Crypto Swap Exchange
August 19, 2020, 08:03:11 AM
#4
--snip---
NOTE: I make no guarantees that this wallet is "safe"... it hasn't been updated in over 2 years! Shocked Shocked Shocked

Aside whether it's "safe" or not, it;s likely OP will encounter some problem since there are few open issues on github page.

--snip--
All support BTG. Do some background checks before using any.

And use some kinds sandboxing or isolation such as firejail if you still have some concern.
legendary
Activity: 2100
Merit: 1208
Heisenberg
August 18, 2020, 07:55:42 PM
#3
Other options are the following multicurrency wallets that are available on Linux OS but beware they are not open source except guarda wallet.
1. Coinomi Wallet - https://www.coinomi.com
2. Guarda Wallet - https://guarda.com
3. Atomic Wallet - https://atomicwallet.io
4. Jaxx Liberty - https://jaxx.io
5. Exodus - https://www.exodus.io

All support BTG. Do some background checks before using any.
HCP
legendary
Activity: 2086
Merit: 4314
August 18, 2020, 07:20:17 PM
#2
I saw that electrumG isn't avalible for linux. And I doesn't want to run a full node with BTG core wallet. Is there any other safe wallet for linux?
You should be able to run ElectrumG "from source" in Linux... (tested using Ubuntu 18.04)

Download or clone the github repo: https://github.com/BTCGPU/electrum

Then, in the "base" folder created from that (where "setup.py" is located):

Install the dependencies:
Code:
sudo python3 setup.py install


Compile the icons:
Code:
pyrcc5 icons.qrc -o gui/qt/icons_rc.py
NOTE: if you get an error regarding pyrcc5 not being available... you'll probably need to run: sudo apt install pyqt5-dev-tools


Start ElectrumG:
Code:
./electrumg




NOTE: I make no guarantees that this wallet is "safe"... it hasn't been updated in over 2 years! Shocked Shocked Shocked
newbie
Activity: 15
Merit: 0
August 18, 2020, 04:36:43 PM
#1
I saw that electrumG isn't avalible for linux. And I doesn't want to run a full node with BTG core wallet. Is there any other safe wallet for linux?
Jump to: