Project

General

Profile

How to install Alephium with packages » History » Revision 20

Revision 19 (Olivier Bitsch, 01/17/2022 03:57 PM) → Revision 20/22 (Olivier Bitsch, 01/22/2022 12:30 PM)

# How to install Alephium with packages 

 Alephium can be installed and ran as service into minute with packages. 

 > Disclamer Note : automatic build unless mainnet is now in place ready, this package is running on new release on github https://github.com/alephium/alephium. Make sure to make appropriate testing before doing your node update.  

 testnet. 

 ~~~ 
 ### Add Debian/Ubuntu repository 
 echo "deb [arch=amd64 trusted=yes] https://projects.iabsis.com/repository/alephium-pkg/debian buster main" \ 
   > /etc/apt/sources.list.d/alephium.list 

 ### Update package list 
 apt update 

 ### Install alephium 
 apt install alephium 
 ~~~ 

 > Note : this package has been build and tested with debian buster, but it should work on other releases. 

 ### Config location 

 You may adjust config into `/etc/alephium/user.conf` 

 ## Mining 

 Install the package according to your hardware 

 - CPU : `alephium-cpu` 
 - GPU (Nvidia) : `alephium-gpu` 

 Update the file `/etc/default/alephium-common` and change the `MINE_WITH` attribute. 

 Finally, restart or start the service with `systemctl restart alephium-miner`.