Running A Dogecoin Node - How To

avatar
(Edited)

A few days ago, I've setup a dogecoin node on my dedicated server. Thanks to @onlydoge who motivated me to do so.

It's so easy

You can do it in 5 minutes. You can do it on your desktop computer too, and have a windowed interface with dogecoin-qt.

Download and install the software

These commands are a for a Linux terminal.

# wget https://github.com/dogecoin/dogecoin/releases/download/v1.14.6/dogecoin-1.14.6-x86_64-linux-gnu.tar.gz
# tar -xvf dogecoin-1.14.6-x86_64-linux-gnu.tar.gz 
# cd dogecoin-1.14.6/bin/
# install -m 0755 -o root -g root -t /usr/local/bin *

Start the node

# dogecoind -daemon

That's all !

You have now a wallet located in ~/.dogecoin/wallet.dat.

Get balance

# dogecoin-cli listaccounts
{
  "": 0.00000000
}

Get the dogecoin address

Don't hesitate to tip me !

# dogecoin-cli getaccountaddress ""
D6P8uDo7wPRXtNCGuUVnSH8sa5r6EKuhZg

Get the associated private key

The following key is evidently not the right one.

# dogecoin-cli dumpprivkey D6P8uDo7wPRXtNCGuUVnSH8sa5r6EKuhZg
D6P8uDo7wPRXtNCGuUVnS8uDo7wPRXtNCGuUVnSH8sa5r6EKuhZg

You now have to wait many hours before the blockchain to be synchronized. You can check it with a blockchain explorer https://blockchair.com/dogecoin/

# dogecoin-cli getblockcount
4487748
# dogecoin-cli getconnectioncount
26

Once synchronized, the blockchain takes about 60GB.

# du -sh ~/.dogecoin/*
4.0K    /root/.dogecoin/backups
4.0K    /root/.dogecoin/banlist.dat
57G /root/.dogecoin/blocks
853M    /root/.dogecoin/chainstate
800K    /root/.dogecoin/database
0   /root/.dogecoin/db.log
1.1G    /root/.dogecoin/debug.log
4.0K    /root/.dogecoin/dogecoind.pid
2.0M    /root/.dogecoin/peers.dat
100K    /root/.dogecoin/wallet.dat

More information

dogecoin-cli ?
dogecoin-cli help

A Hive witness is unfortunately too heavy for my hardware. Maybe I'll do it later.

Đo Only Good Everyday

And trade SWAP.DOGE on Hive Engine everyday.



0
0
0.000
7 comments
avatar

Is there any benefit for you doing it?

So do you need it for something? Or do you get something?

Running a node is not mining?

0
0
0.000
avatar
(Edited)

The benefit is not for me, but for the Dogecoin network security and decentralization. I earn nothing doing it, but I own a few DOGE and I hope Elon Musk will bring it to the Moon.
Running a node is not mining, but only checking and broadcasting blocks and transactions to the other nodes.
!BEER

0
0
0.000
avatar
(Edited)

🍕 PIZZA !
@droida! The Hive.Pizza team manually upvoted your post.

I gifted $PIZZA slices here:
onlydoge tipped droida (x1)

Learn more at https://hive.pizza!

0
0
0.000
avatar

That's so cool! and very easy and fast! 😎😉🤙

0
0
0.000
avatar

Congratulations @droida! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

You distributed more than 44000 upvotes.
Your next target is to reach 45000 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Check out the last post from @hivebuzz:

HiveBuzz World Cup Contest - Round of 16 - Recap of Day 2
Our Hive Power Delegations to the November PUM Winners
HiveBuzz World Cup Contest - Recap of the last day of the group stage.
Support the HiveBuzz project. Vote for our proposal!
0
0
0.000