buzzkillb 381 Posted December 27, 2020 Report Share Posted December 27, 2020 How to install Kronos headless or electron app on Linux. Ubuntu for this example, but should be similar for whatever you run. Run a Denarius, Bitcoin, Ethereum wallet without the blockchain download. Or can run Denarius in advanced mode to interact with the daemon/QT. Anonymous chat. https://github.com/carsenk/kronos grab your version of node from https://nodejs.org/dist/v12.16.3/ and install directly. Unofficial ARM builds here https://unofficial-builds.nodejs.org/download/release/v12.16.3/ubuntu 20.04 x64 wget https://nodejs.org/dist/v12.16.3/node-v12.16.3-linux-x64.tar.xz tar xvf node-v12.16.3-linux-x64.tar.xz cd node-v12.16.3-linux-x64/ sudo cp -R bin/* /usr/bin/ sudo cp -R lib/* /usr/lib/ Update and Upgrade sudo apt-get update && sudo apt-get upgrade sudo apt-get install build-essential git Clone and install Kronos cd ~ git clone https://github.com/carsenk/kronos.git cd kronos rm -rf node_modules/ npm install Run Headless or the Electron App npm run headless or npm run kronos 1 Quote If you enjoy my content please consider donating to the Denarius creator - https://www.patreon.com/carsenk Join Denarius Discord - https://discord.gg/JQEmXwb Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.