You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im running machinaris Chia with two altcoins
Chia seems to be running fine.
In the webserver i can see all Chia stats, but the altcoins aint visible.
Both altcoins have 5 processes running (deamon, harvester, farmer, fullnode and wallet) The alt blockchain databases are a day old, so seems even the processes are running, there not connected.
After docker compose up i get these errors: /machinaris/scripts/start_machinaris.sh: line 65: /chia-blockchain/venv/bin/gunicorn: No such file or directory /machinaris/scripts/start_machinaris.sh: line 80: /chia-blockchain/venv/bin/gunicorn: No such file or directory /machinaris/scripts/start_machinaris.sh: line 65: /chia-blockchain/venv/bin/gunicorn: No such file or directory /machinaris/scripts/start_machinaris.sh: line 80: /chia-blockchain/venv/bin/gunicorn: No such file or directory
Running Ubuntu Version 20.04.6 LTS
Armbian 23.02.2 Focal
Kernel: Linux 5.15.89-rockchip64
On rockpi-4b arm64 5.15.89-rockchip64
Welcome to Machinaris v0.8.8!
greenbtc - fullnode on aarch64
Sorry, GreenBTC does not offer a recent blockchain DB for download. Standard sync will happen over a few weeks.
It is recommended to add some peer node connections on the Connections page of Machinaris.
Configuring GreenBTC...
Adding key at path: /root/.chia/mnemonic.txt
Adding plot directories at: /plots1, /plots2, /plots3, /plots4, /plots5, /plots6, /plots7, /plots8, /plots9, /plots10, /plots11, /plots12, /plots13, /plots14, /plots15, /plots17, /plots18, /plots19, /plots20, /plots21, /plots22, /plots23, /plots24, /plots25, /plots26, /plots27, /plots28, /plots29, /plots30, /plots31, /plots32
Daemon not started yet
Starting daemon
greenbtc_harvester: started
greenbtc_farmer: started
greenbtc_full_node: started
greenbtc_wallet: started
Configuring Plotman...
Starting Machinaris API server...
Configuring API server for arch_name=aarch64
Starting Machinaris Web server...
Completed startup. Browse to port 8926.
/machinaris/scripts/start_machinaris.sh: line 65: /chia-blockchain/venv/bin/gunicorn: No such file or directory
/machinaris/scripts/start_machinaris.sh: line 80: /chia-blockchain/venv/bin/gunicorn: No such file or directory
Welcome to Machinaris v0.8.8!
greenbtc - fullnode on aarch64
Configuring GreenBTC...
Adding key at path: /root/.chia/mnemonic.txt
Adding plot directories at: /plots1, /plots2, /plots3, /plots4, /plots5, /plots6, /plots7, /plots8, /plots9, /plots10, /plots11, /plots12, /plots13, /plots14, /plots15, /plots17, /plots18, /plots19, /plots20, /plots21, /plots22, /plots23, /plots24, /plots25, /plots26, /plots27, /plots28, /plots29, /plots30, /plots31, /plots32
Daemon not started yet
Starting daemon
greenbtc_harvester: started
greenbtc_farmer: started
greenbtc_full_node: started
greenbtc_wallet: started
Configuring Plotman...
Starting Machinaris API server...
/machinaris/scripts/start_machinaris.sh: line 65: /chia-blockchain/venv/bin/gunicorn: No such file or directory
Starting Machinaris Web server...
Completed startup. Browse to port 8926.
/machinaris/scripts/start_machinaris.sh: line 80: /chia-blockchain/venv/bin/gunicorn: No such file or directory
`
docker logs machinaris-hddcoin
`
Welcome to Machinaris v0.8.8!
hddcoin - fullnode on aarch64
Downloading HDDCoin blockchain DB (many GBs in size) on first launch...
Please be patient as takes minutes now, but saves days of syncing time later.
Configuring HDDCoin...
Adding key at path: /root/.chia/mnemonic.txt
Adding plot directories at: /plots1, /plots2, /plots3, /plots4, /plots5, /plots6, /plots7, /plots8, /plots9, /plots10, /plots11, /plots12, /plots13, /plots14, /plots15, /plots17, /plots18, /plots19, /plots20, /plots21, /plots22, /plots23, /plots24, /plots25, /plots26, /plots27, /plots28, /plots29, /plots30, /plots31, /plots32
Daemon not started yet
Starting daemon
hddcoin_harvester: started
hddcoin_farmer: started
hddcoin_full_node: started
hddcoin_wallet: started
Configuring Plotman...
Starting Machinaris API server...
Configuring API server for arch_name=aarch64
/machinaris/scripts/start_machinaris.sh: line 65: /chia-blockchain/venv/bin/gunicorn: No such file or directory
Starting Machinaris Web server...
Completed startup. Browse to port 8926.
/machinaris/scripts/start_machinaris.sh: line 80: /chia-blockchain/venv/bin/gunicorn: No such file or directory
Welcome to Machinaris v0.8.8!
hddcoin - fullnode on aarch64
Configuring HDDCoin...
Adding key at path: /root/.chia/mnemonic.txt
Adding plot directories at: /plots1, /plots2, /plots3, /plots4, /plots5, /plots6, /plots7, /plots8, /plots9, /plots10, /plots11, /plots12, /plots13, /plots14, /plots15, /plots17, /plots18, /plots19, /plots20, /plots21, /plots22, /plots23, /plots24, /plots25, /plots26, /plots27, /plots28, /plots29, /plots30, /plots31, /plots32
Daemon not started yet
Starting daemon
hddcoin_harvester: started
hddcoin_farmer: started
hddcoin_full_node: started
hddcoin_wallet: started
Configuring Plotman...
Starting Machinaris API server...
/machinaris/scripts/start_machinaris.sh: line 65: /chia-blockchain/venv/bin/gunicorn: No such file or directory
Starting Machinaris Web server...
Completed startup. Browse to port 8926.
/machinaris/scripts/start_machinaris.sh: line 80: /chia-blockchain/venv/bin/gunicorn: No such file or directory
Hi, thanks for the report. Yes this seems to be due to the lack of support for the Python module psutil on the aarch64 architecture, in particular your Raspberry Pi. As reported here:
guydavis
changed the title
(Docker) chia-blockchain/venv/bin/gunicorn: No such file or directory (altcoins)
(RaspPi) chia-blockchain/venv/bin/gunicorn: No such file or directory (altcoins)
Apr 4, 2023
Im running machinaris Chia with two altcoins
Chia seems to be running fine.
In the webserver i can see all Chia stats, but the altcoins aint visible.
Both altcoins have 5 processes running (deamon, harvester, farmer, fullnode and wallet)
The alt blockchain databases are a day old, so seems even the processes are running, there not connected.
After docker compose up i get these errors:
/machinaris/scripts/start_machinaris.sh: line 65: /chia-blockchain/venv/bin/gunicorn: No such file or directory /machinaris/scripts/start_machinaris.sh: line 80: /chia-blockchain/venv/bin/gunicorn: No such file or directory /machinaris/scripts/start_machinaris.sh: line 65: /chia-blockchain/venv/bin/gunicorn: No such file or directory /machinaris/scripts/start_machinaris.sh: line 80: /chia-blockchain/venv/bin/gunicorn: No such file or directory
Running Ubuntu Version 20.04.6 LTS
Armbian 23.02.2 Focal
Kernel: Linux 5.15.89-rockchip64
On rockpi-4b arm64 5.15.89-rockchip64
docker info
docker logs machinaris-greenbtc
`
docker logs machinaris-hddcoin
`
`
cat docker-compose.yml
The text was updated successfully, but these errors were encountered: