DogecoinArcade HomeBugsDocs

arm

#3 · 2026-09-11 19:10 open

martin@gx10-0e7e:~$ curl -O https://dogecoinarcade.com/install.py
python3 install.py
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 37207  100 37207    0     0   176k      0 --:--:-- --:--:-- --:--:--  176k
DogecoinArcade installer
==========================================================

[1/7] Checking this machine
      Linux / aarch64
      binaries  -> /home/martin/.local/bin
      chains    -> Pepecoin
      Python 3.11.9 -- supported, though 3.12 is what gets tested
  !   Linux/aarch64 has not been tested. It should work; tell us if it does not.

[2/7] Downloading Pepecoin Core 1.1.0
      downloading pepecoin-1.1.0-aarch64-linux-gnu.tar.gz
      pepecoin-1.1.0-aarch64-linux-gnu.tar.gz  100%  15,833 KB
      downloading checksums
      checksums  100%  1 KB
      sha256 matches the published sum (c0abd1451e978a17...)
      sha256 also matches the hash pinned in this installer
      downloading signing key
      signing key  100%  2 KB
      gpg: good signature from the key committed in the Pepecoin source tree
      (that key has since expired; the signature predates expiry and stands)

[3/7] Installing Pepecoin Core
Traceback (most recent call last):
  File "/home/martin/install.py", line 959, in <module>
    raise SystemExit(main())
                     ^^^^^^
  File "/home/martin/install.py", line 900, in main
    install_core(archive, target, system, coin)
  File "/home/martin/install.py", line 416, in install_core
    shutil.copy2(source, target / f"{name}{suffix}")
  File "/home/martin/.pyenv/versions/3.11.9/lib/python3.11/shutil.py", line 448, in copy2
    copyfile(src, dst, follow_symlinks=follow_symlinks)
  File "/home/martin/.pyenv/versions/3.11.9/lib/python3.11/shutil.py", line 258, in copyfile
    with open(dst, 'wb') as fdst:
         ^^^^^^^^^^^^^^^
OSError: [Errno 26] Text file busy: '/home/martin/.local/bin/pepecoind'

Add information

← All reports