Package Details: exodus 24.51.4-1

Git Clone URL: https://aur.archlinux.org/exodus.git (read-only, click to copy)
Package Base: exodus
Description: Send, receive & exchange cryptocurrency with ease on the world's leading Desktop, Mobile and Hardware wallets. Bitcoin wallet
Upstream URL: https://exodus.com
Keywords: bitcoin blockchain cardano crypto eos ethereum lisk monero nano neo ontology ripple stellar tron wallet
Licenses: custom
Submitter: marceloneil
Maintainer: GutenYe
Last Packager: GutenYe
Votes: 60
Popularity: 1.34
First Submitted: 2016-11-19 21:39 (UTC)
Last Updated: 2024-12-17 02:34 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

marceloneil commented on 2018-08-08 19:44 (UTC)

@jasondaigo yes, this is a known issue related to https://bugs.archlinux.org/task/59550. If you want exodus to run, you either need to downgrade glibc from 2.28 to 2.27 like so:

# pacman -U /var/cache/pacman/pkg/glibc-2.27-3-x86_64.pkg.tar.xz

Or without downgrading

# Extract glibc 2.27-3
mkdir /opt/glibc-2.27
bsdtar xf /var/cache/pacman/pkg/glibc-2.27-3-x86_64.pkg.tar.xz --cd /opt/glibc-2.27

# Patch the exodus binary to point to glibc-2.27
pacman -S patchelf
patchelf --set-interpreter /opt/glibc-2.27/usr/lib/ld-linux-x86-64.so.2 \
    --set-rpath \$ORIGIN:\$ORIGIN/lib/:/opt/glibc-2.27/usr/lib/ \
    /opt/exodus/Exodus

Credit to hashstat and andris from https://aur.archlinux.org/packages/slack-desktop/

jasondaigo commented on 2018-08-08 19:35 (UTC)

i just rceive a segmentation fault for this package.no additional error message.

marceloneil commented on 2018-07-25 20:01 (UTC)

@dno Looks like it's a false positive. I browsed around a bit, and it seems to be a common result for many popular apps (chromium, skype, spotify).

The zip is taken from https://exodus.io/releases/, and shows up as fine on VirusTotal: https://www.virustotal.com/#/file/d3586a627fc0fe37d8432f38ca2d08a804a33c7a4883a5a7d1544b02ba025deb/detection

It's up to whether or not you trust Exodus

marceloneil commented on 2018-07-25 19:45 (UTC)

@dno that seems bad. I'll look into it now.

dno commented on 2018-07-25 19:41 (UTC) (edited on 2018-07-25 19:42 (UTC) by dno)

I've been in the habit of virus scanning everything I build from the AUR and this just happened after I ran makepkg -s on this package:

# freshclam
$ clamscan --bytecode-timeout=300000 --max-filesize=4000M --max-scansize=4000M -ri .
./pkg/exodus/opt/exodus/Exodus: Unix.Trojan.Mirai-5932143-0 FOUND
./exodus-linux-x64-1.56.0.zip: Unix.Trojan.Mirai-5932143-0 FOUND
./exodus-1.56.0-1-x86_64.pkg.tar.xz: Unix.Trojan.Mirai-5932143-0 FOUND
./src/Exodus-linux-x64/Exodus: Unix.Trojan.Mirai-5932143-0 FOUND

----------- SCAN SUMMARY -----------
Known viruses: 6585105
Engine version: 0.100.0
Scanned directories: 28
Scanned files: 164
Infected files: 4
Data scanned: 529.99 MB
Data read: 487.27 MB (ratio 1.09:1)
Time: 45.511 sec (0 m 45 s)

naraesk commented on 2017-09-04 17:56 (UTC)

After a reboot everything seems fine again. Don't know what was the problem.

marceloneil commented on 2017-09-04 17:31 (UTC) (edited on 2017-09-04 17:43 (UTC) by marceloneil)

@naraesk that is unfortunate, I'm not having that issue on my end: $ exodus ENV: production Secp256k1 bindings are not compiled. Pure JS implementation will be used. bitcoin fee: 380 sat/byte Secp256k1 bindings are not compiled. Pure JS implementation will be used. Exodus (production): DATA DIR: /home/marcel/.config/Exodus main: 2989.342ms Maybe make sure that you have ~/.config/Exodus and try reinstalling exodus Otherwise exodus has great support on their slack: https://exodus-invite.herokuapp.com/ UPDATE: I contacted their slack, and they said this: > For some reason his Exodus is closing because it’s detecting it’s already running. > That’s my guess. > So if he were to `mv ~/.config/Exodus ~/.config/Exodus-bak` and then run Exodus again and restore, I’d bet it would work.

naraesk commented on 2017-09-04 11:03 (UTC)

since last update I can't start exodus anymore $ exodus ENV: production Secp256k1 bindings are not compiled. Pure JS implementation will be used. bitcoin fee: 380 sat/byte Secp256k1 bindings are not compiled. Pure JS implementation will be used. quitting: 2022.345ms

marceloneil commented on 2017-08-25 18:23 (UTC)

Exodus Eden will be updated here: https://aur.archlinux.org/packages/exodus-eden/