Ubdate Electrum offline-wallet

155 views
Skip to first unread message

Finsh

unread,
Jun 13, 2017, 12:30:47 PM6/13/17
to qubes-users
Hello Guys,

i made a split bitcoinwallet following the Tutorial in the Qubes OS to the letter.Unfortunately, i cant spent bitcoins, because when im trying to sign the transaction,the following error appears: "Server did not answer" i already found out, its a bug in the electrumversion(2.7.9), and a update of the wallet should solve the problem.

so, i tried the following commands:

echo deb http://http.debian.net/debian jessie-backports main > /etc/apt/sources.list.d/jessie-backports.list <-only works in the rootshell, if i run it with sudo, it still says permission denied.

apt-get update

apt-get -t jessie-backports electrum

here i get the error "cant find command line t in [-t] how is this possible, the command -t is listetd in the man page (--target)

also, if i get the update to work and i have the new version, do i have to restore the wallet? how would that be possible with an offline-wallet?
seed, masterkey etc is backuped, of course.

help is much appreciated,
greetings from Germany

donoban

unread,
Jun 13, 2017, 12:58:03 PM6/13/17
to qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 06/13/2017 06:30 PM, Finsh wrote:
> Hello Guys,
>
> i made a split bitcoinwallet following the Tutorial in the Qubes OS
> to the letter.Unfortunately, i cant spent bitcoins, because when im
> trying to sign the transaction,the following error appears: "Server
> did not answer" i already found out, its a bug in the
> electrumversion(2.7.9), and a update of the wallet should solve the
> problem.
>
> so, i tried the following commands:
>
> echo deb http://http.debian.net/debian jessie-backports main >
> /etc/apt/sources.list.d/jessie-backports.list <-only works in the
> rootshell, if i run it with sudo, it still says permission denied.
>
> apt-get update
>
> apt-get -t jessie-backports electrum
>
> here i get the error "cant find command line t in [-t] how is this
> possible, the command -t is listetd in the man page (--target)
>

You should do:
apt-get install -t jessie-backports electrum

> also, if i get the update to work and i have the new version, do i
> have to restore the wallet? how would that be possible with an
> offline-wallet? seed, masterkey etc is backuped, of course.
>
> help is much appreciated, greetings from Germany
>

You don't need to restore the wallet, it should work fine.

Unfortunately electrum current version on Debian is 2.7.9 and it won't
be updated due freeze. You could try to run electrum from www.electrum.o
rg

Download python sources, verify gpg integrity, uncompress and just run
./electrum on the uncompresed dir.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJZQBmUAAoJEBQTENjj7Qil9CEP/1TM5nox8/94q2mbR4/pGHPE
ll2WFnlF6lUEGP13UakSuyOP6OrtqJchJ9yXSdUTDz9h8GxwBAniKHZMbEtb7Fuc
O2LFjdXNoNZjj1dvdCu3jczwwmWiH87egz7N4QNP4MYt1jX/cdzYyn3OpgglFfjA
AXO7n00N2g74VLcvj7SSTqWpcTcMVmgjw6sCDewOjLSfm+FOxwXibzfkIjEeLNHw
Qg0G81tce7T2fhFAKVFVW5dwQbNeD6w17rEBRvh9jZuCs6de0r2zZjj8ZJ9QrF4b
fnT+BCY9lcTezO2+9l3z4vffKquCYEwvB91DH18S23b0DCq91kugq930P4Fm0a59
/N1YDjsGeBWnhcKiR4J9+jJ18OQ9lxkdG0PwKDiT9/Oig06LOs2/uaBZtuKFHOt1
0fxEPZJJTeIrHmNQ2XCXChJ/LEl7TAn77d/9Q8MWDUVXw0QhTOQcVbkTjG41PB1+
UZm49xHSxlamJ20eL5iewTEnHVkMPow9QMu+qO91JtV2a83w38zZHOAMw0OkKTnp
ETtZUGn4jXuVh9mOIcuSQUlS0BmMF5o87F3NuAzgknaYa58aEARWXnUAn43pJnEW
VHxNbRCTBk/3eP6G7myJVD2HGqFg7Z8LcbicuE+MmhKS54UKbAMhLU+jLurncnXB
TmU+mf4tvA2G+hLkaTG9
=omAY
-----END PGP SIGNATURE-----

Finsh

unread,
Jun 14, 2017, 5:52:35 AM6/14/17
to qubes-users
thanks.i Did that, but now, how do i add the shortcut to the Appvms? i did it the regular way, but this way its still the 2.7.9

i can run it with ./electrum in the template-terminal of course.

Finsh

unread,
Jun 14, 2017, 6:09:34 AM6/14/17
to qubes-users
in fact, they dont do anything at all anymore, exept starting the appvm

Finsh

unread,
Jun 16, 2017, 9:45:41 AM6/16/17
to qubes-users
Hello? Anyone? i Really need help now, Electrum doesnt boot at al in Qubes, regardles from the app-vm, templatevm ore whatever.How is this even possible?!

Andrew Morgan

unread,
Jun 16, 2017, 10:57:20 AM6/16/17
to qubes...@googlegroups.com
On 06/16/2017 06:45 AM, Finsh wrote:
> Hello? Anyone? i Really need help now, Electrum doesnt boot at al in Qubes, regardles from the app-vm, templatevm ore whatever.How is this even possible?!
>

Woah slow down. We need some details if we're going to help you.

If you spawn a new terminal in your AppVM containing electrum, and run
`electrum` in the terminal, is there any output? If so, and it's still
not launching, can you paste it here?

Since you stated you're running `./electrum` in an earlier post, it
sounds like you're trying to run a copy of electrum that's not from the
package manager. If you reinstall electrum as normal (sudo apt-get
install electrum) do it run then?

If a program is uninstalled without Qubes knowing shortcuts that don't
work can be left over in the dom0 menu. To remedy this first run
`qvm-sync-appmenus <TemplateVM name>` in dom0, then navigate to the 'Add
more shortcuts...' menu for your desired VM and try to remove and re-add
electrum. If there binary is valid it should now launch.

Let us know how you get on.

Andrew Morgan

signature.asc

Finsh

unread,
Jun 16, 2017, 1:18:37 PM6/16/17
to qubes-users
Im sorry, im a bit nervous(i need to pay my VPN untill tomorrow)

i only run the new version in the template with /.electrum(because its not installed) the installed version however from debain is 2.7.9, which has a bug so i cant use it as an offlinewallet.
I experimented a little in the meantime.i uninstalled the btc client, reinstalled it in a regulär debian-8 template, and made a appwm for the wallet whit sys-whonix as netvm.
i restored the old wallet(the offline seed) but the btc are gone? i could see them on the online/whatching olny wallet.
does this mean the btc are gone?!

i

Finsh

unread,
Jun 16, 2017, 1:25:42 PM6/16/17
to qubes-users
update: I restored the same seed on an other computer.....and everything works, the btc are there, everything fine.I really dont get it.
Reply all
Reply to author
Forward
0 new messages