Jump to content

How to Install Kronos - Linux [GUIDE]


buzzkillb
 Share

Recommended Posts

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

image.thumb.png.f27480825ce715e935a1eed16f50a118.png

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

Image

  • The D 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...