#2 · 2026-09-11 19:01 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 34728 100 34728 0 0 108k 0 --:--:-- --:--:-- --:--:-- 108k
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
installed pepecoind, pepecoin-cli, pepecoin-tx to /home/martin/.local/bin
[4/7] Writing Pepecoin configuration
wrote /home/martin/.pepecoin/pepecoin.conf
wrote /home/martin/.pepecoin-testnet/pepecoin.conf
[5/7] Registering Pepecoin services
wrote /home/martin/.config/systemd/user/pepecoind-mainnet.service
wrote /home/martin/.config/systemd/user/pepecoind-testnet.service
Created symlink /home/martin/.config/systemd/user/default.target.wants/pepecoind-mainnet.service → /home/martin/.config/systemd/user/pepecoind-mainnet.service.
Created symlink /home/martin/.config/systemd/user/default.target.wants/pepecoind-testnet.service → /home/martin/.config/systemd/user/pepecoind-testnet.service.
[6/7] Installing the application
created /home/martin/.dogecoinarcade/venv
ERROR: installing the application failed:
ERROR: Directory '/home[web]' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
[notice] A new release of pip is available: 24.0 -> 26.2.1
[notice] To update, run: python3 -m pip install --upgrade pip