Jump to content

buzzkillb
 Share

Recommended Posts

Its very easy to setup the Denarius wallet daemon using SNAP on most Linux distributions, including even a 2GB or more ram Raspberry Pi4. Arch, CentOS, Debian, elementary, Fedora, KDE Neon, Kubuntu, Manjaro, Mint, openSUSE, Red Hat, and Ubuntu are just a few of the supported distros.

image.thumb.png.9c8f0a4dd2d15bf16c3a3edf6a4efe7b.png

I will assume you are running a single daemon on a VPS, first create directory as we want to download chaindata and unzip into the proper folder first. If you end up using parallels to install more than 1 snap daemon on your server, the directories would be like this and each need their own chaindata.

~/snap/denarius_1/common/.denarius
~/snap/denarius_2/common/.denarius
~/snap/denarius_3/common/.denarius

Start creating the directory so we can grab chaindata for the unzip. If you are using a pi4 or similar ARM server, use the ARM download link.
AMD64 - https://denarii.cloud/chaindata.zip
ARM - https://denarii.cloud/pichaindata.zip

mkdir ~/snap
mkdir ~/snap/denarius
mkdir ~/snap/denarius/common
mkdir ~/snap/denarius/common/.denarius
cd ~/snap/denarius/common/.denarius/
wget https://denarii.cloud/chaindata.zip
unzip chaindata.zip
rm chaindata.zip

Pick your OS to install Denarius Daemon from Snap Page
https://snapcraft.io/denarius

Example Ubuntu

sudo apt update
sudo apt install snapd
sudo snap install denarius

Run Snap Daemon

denarius.daemon

this will auto generate a denarius.conf

Stop Snap Daemon after about 60 seconds

denarius.daemon stop

Edit denarius.conf to add your privkey to denarius.conf and delete these 2 lines fortunastake=0 and fortunastakeaddr=

nano denarius.conf

fortunastakeprivkey=YOURFORTUNASTAKEGENKEYHERE

Example denarius.conf

rpcuser=5fWxpSAp
rpcpassword=2uArAP0XQvL20a6GuqR5MnP
rpcport=32369
port=33369
daemon=1
listen=1
server=1
fortunastakeprivkey=YOURFORTUNASTAKEGENKEYHERE
addnode=144.130.111.71
addnode=163.172.157.116
addnode=173.244.36.3
addnode=24.205.81.255
addnode=51.15.210.145
addnode=51.15.52.235
addnode=115.70.121.168:33369
addnode=140.82.13.39:333691
addnode=164.68.113.76:33369
addnode=173.249.20.4:33369
addnode=178.63.60.7:33369
addnode=185.233.107.233:33369
addnode=203.186.122.175:33369
addnode=24.35.250.163:33369
addnode=46.166.162.45:33369
addnode=93.115.26.186:33369
addnode=51.38.112.208:33369
addnode=51.158.101.32
addnode=[2001:bc8:47a8:2519::1]

save -> ctrl+x yes

Run Snap Daemon

denarius.daemon

To watch the debug.log as this syncs and to watch the enable happen

tail -f debug.log

For the 5000 D send please use the original guide for reference.

 

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...