Package Details: atomicwallet 2.88.4-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: 14
Popularity: 0.000083
First Submitted: 2021-02-17 01:30 (UTC)
Last Updated: 2024-07-25 03:08 (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

1 2 Next › Last »

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.

japgolly commented on 2024-07-04 00:54 (UTC)

I'll just disown this. I don't use it anyway. There's a aur-cfg.sh file that was used for automatic maintenance, it can be deleted.

Keepsakes419 commented on 2024-07-02 21:03 (UTC)

https://atomicwallet.io/ is not offline.

https://www.isitdownrightnow.com/atomicwallet.io.html

japgolly commented on 2024-07-02 08:02 (UTC)

How did you find out 2.88.4 is the latest version? https://atomicwallet.io/ is offline.

knighthat commented on 2024-07-01 06:59 (UTC)

Please update pkgver, download URL, and checksums.

I tested this one and it installed with no error

pkgname=atomicwallet
pkgver=2.88.4
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-$pkgver.rpm")
sha256sums=('4555FDFA3C31DDDBFA7C7BD498A66FC918467B9470F67196C7B219D799F8C15E')

package() {
  set -e

  mv opt usr "$pkgdir"

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

japgolly commented on 2024-06-04 06:12 (UTC)

Yes, this is still maintained and thank you for the patch but I'm waiting for https://atomicwallet.io/ to come back online. At the least I need to be able to see a list of downloads to know what the latest is.

dejanmilo commented on 2024-05-31 05:48 (UTC)

Is this package still maintained? Last update was on 2023-09-12

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 ...