alephium icon indicating copy to clipboard operation
alephium copied to clipboard

Raspberry node

Open sacredland opened this issue 3 years ago • 1 comments

Following that guide: https://wiki.alephium.org/full-node/Full-node-on-raspberry-pi/ and when comes the time to run the node, it’s telling me i don’t have user.conf and network setting into /alephium-home/ bit there’s no dir named like that. In fact i cannot say if it was correctly install.

sacredland avatar May 23 '22 04:05 sacredland

You have to create the folders where you ran your docker-compose.yml like this mkdir ./alephium-data ./alephium-wallets && chown nobody ./alephium-data ./alephium-wallets

sven-hash avatar Jun 03 '22 13:06 sven-hash