Package Details: atomicwallet 2.90.6-1

Git Clone URL: https://aur.archlinux.org/atomicwallet.git (read-only, click to copy)
Package Base: atomicwallet
Description: Atomic Wallet is a decentralized Cryptocurrency wallet that supports more than 500 coins and tokens, providing simplicity, safety, and convenience for its users.
Upstream URL: https://atomicwallet.io
Licenses: unknown
Submitter: japgolly
Maintainer: Bink
Last Packager: Bink
Votes: 16
Popularity: 0.38
First Submitted: 2021-02-17 01:30 (UTC)
Last Updated: 2024-12-23 23:42 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Pinned Comments

Bink commented on 2024-07-25 04:19 (UTC) (edited on 2024-07-25 04:22 (UTC) by Bink)

I've adopted this package given the potential abuse it could receive, and security implications.

I encourage any users of this, and other financial related AUR packages to diligently verify the legitimacy of packages.

Three checks you can do to help with this:

  1. Verify the source URL is pointing to the official Atomic Wallet domain.
  2. Visit the official Atomic Wallet website, download the rpm file, and confirm the SHA256 sum exactly matches what's stated in the PKGBUILD file.
  3. Note changes (diffs) that are pushed when the package is updated, for anything unusual.

Latest Comments

« First ‹ Previous 1 2

DemocritusJr commented on 2024-05-24 02:56 (UTC)

Minor updates to the build file pkgver, source and checksum yield success:

pkgname=atomicwallet
pkgver=2.87.3
pkgrel=1
pkgdesc="Atomic Wallet is a decentralized Cryptocurrency wallet that supports more than 500 coins and tokens, providing simplicity, safety, and convenience for its users."
arch=('x86_64')
url="https://atomicwallet.io"
license=('unknown')
source=("https://releases.atomicwallet.io/AtomicWallet-2.87.3.rpm")
sha256sums=('59D9AD0AAF103105925052A3BED24534E78F1782B7274E194B6BD119B88920A7')

package() {
  set -e

  mv opt usr "$pkgdir"

  cd "$pkgdir/usr"
  mkdir bin
  cd bin
  ln -s "../../opt/Atomic Wallet/atomic" atomicwallet
}

cregist commented on 2023-07-02 22:56 (UTC)

There is an update to 2.70.12

updating the PKGBUILD to new numbers seems to work ...

nyaomin commented on 2023-02-22 12:19 (UTC)

Thank you for the update!

japgolly commented on 2021-12-02 23:42 (UTC)

@Strykar hey, idk what to tell you cos it's working for me on multiple devices. I'd be happy to add a flag if that fixes your case but I'm literally not even calling curl myself, the PKGBUILD machinery does it itself.

Strykar commented on 2021-11-25 23:02 (UTC)

Thanks for updating this, but it will not download. Same issue I posted as last time except now forcing -http1.0 in curl doesn't work either.

Strykar commented on 2021-09-29 21:13 (UTC) (edited on 2021-09-29 21:28 (UTC) by Strykar)

==> Retrieving sources...
  -> Downloading atomicwallet-2.33.2-158.rpm...
** Resuming transfer from byte position 29240032
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
 33 31.0M   33 10.4M    0     0   243k      0  0:02:10  0:00:44  0:01:26  285k
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
==> ERROR: Failure while downloading https://get.atomicwallet.io/download/atomicwallet-2.33.2-158.rpm
    Aborting...

Temporary solution is to force --http1.1 in ~/.curlrc

Neko-san commented on 2021-04-19 20:28 (UTC)

Can this be updated?

I can't buy anything from within Atomic and I'm not sure if this is because it's out of date :/

japgolly commented on 2021-02-25 21:23 (UTC)

Please try again :)

Jakeukalane commented on 2021-02-25 18:20 (UTC) (edited on 2021-02-25 18:21 (UTC) by Jakeukalane)

Hello. "rpmextract" needs to be added as a dependency.

==> Dependencias que faltan:
  -> rpmextract
==> ERROR: No se pudieron resolver todas las dependencias.

Meaning:

==> Dependencies that lacks:
  -> rpmextract
==> ERROR: It couldn't be resolved all dependencies.

Installing rpmextract resolves it.

thanks!