drandreaskrueger

Results 101 comments of drandreaskrueger

Hah, this helped: ``` ./fether-0.3.1-x86_64.AppImage --no-sandbox ``` Initially it still caused an error ... but then not anymore when I had started `parity --light` before. Now the next issue ......

while this workaround for v0.3.1 ./fether-0.3.1-x86_64.AppImage_ALT --no-sandbox worked ... it doesn't anymore for v0.4.2: ``` ./Parity-Fether-0.4.2.AppImage --no-sandbox i18next: languageChanged en i18next: initialized { debug: true, ...} error: unknown option `--no-sandbox'...

tried another way (avoiding the possibly malformed AppImage): ``` sudo gdebi fether_0.4.2_amd64.deb which fether /usr/bin/fether /usr/bin/fether [19983:1214/231357.132712:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather...

Now I have also tried to build it from source: ``` yarn electron yarn run v1.21.1 ... Compiled successfully. ... lerna success - fether-ui $ cd packages/fether-electron && yarn electron...

Alright, giving up, going back to my workaround: ./fether-0.3.1-x86_64.AppImage --no-sandbox Questions: (a) is there any known security issue with that version 0.3.1, or am I save when I continue to...

Tried with the newest version, same error: ``` ./Parity-Fether-0.4.3.AppImage [13517:0220/221659.113271:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now....

Using this instead: https://download.mycrypto.com/ ./linux-x86-64_1.7.7_MyCrypto.AppImage

It's a VERY bad suggestion to work with stone age old version - but they seem to have completely deserted this project? so, try this: https://github.com/paritytech/fether/issues/573#issuecomment-565760585 ./fether-0.3.1-x86_64.AppImage --no-sandbox --- but...

Use this instead of fether: https://download.mycrypto.com/ ./linux-x86-64_1.7.7_MyCrypto.AppImage It does not seem to accept the Mnemonic phrase - but the e.g. the private key works.

For now, I have simply used the other wallet for that https://github.com/paritytech/parity-ethereum/issues/11223#issue-514892401 it was enough to give the token contract, and then it pulled name, digits, and balance - by...