create account

Low power local witness node by engrave

View this thread on: hive.blogpeakd.comecency.com
· @engrave ·
$117.34
Low power local witness node
The primary role of witnesses is to provide infrastructure to keep the chain running. Additionally, we decide on blockchain parameters for the best of the network. To achieve that, we run so-called "witness nodes." This is a computer/server running `hived` software that validates blocks and connects to other nodes to share the data.
 
While it's usually better to host a witness node in a professional datacenter to ensure uninterrupted power and network connection, it's also important to have a local node to stay independent and have full control over it in case of emergencies. 

When I was speaking about Hive at Berlin Blockchain Week, I met a guy from Solana. He shared some information about how power-hungry their nodes are and how much it costs to run them. I knew Hive is much better in all measures, but I wanted to know how low we could go in terms of power consumption.

I thought it would be a great experiment to show how efficient Hive software is.

And for the sake of explanation, I have more "full power" backup nodes to validate blocks and keep the chain running. It's just an experiment, yet another Hive witness node. Even such an experiment is useful for the network; the more nodes to share and connect, the better it is for Hive.

# Hardware

![image.png](https://files.peakd.com/file/peakd-hive/engrave/Eou9iHnpCpt7xnLhpQfVps6vwcQgFD7G6ho8eneSbJp1mPdMqvmmkkJEwaQQsTaKXmL.png)

I decided to try popular, secondhand thin clients that are available almost everywhere. They are cheap and quiet (most of them do not have active cooling!). I already have couple of such devices for local services like pihole or homeassistant and I often try different solutions just to have something to compare.

This time I decided to try **Dell OptiPlex 3000 Thin Client**:



| - | - |
| -------- | -------- |
| Processor     | Intel(R) Pentium(R) Silver N6005 @ 2.00GHz     |
| Memory | 8GB |
| Network | RTL8111 Gigabit Ethernet Controller |
| Storage | Western Digital Sn770 1TB NVMe drive |
| Cost | ~$88 |

Dell OptiPlex 3000 Thin Client comes in a handy package as a read-to-use small computer. All you need to do is to connect couple of peripherals and press power button.

Unfortunately, the original SSD size is 2230 and my new one is 2280 (it's 50 mm longer), there was a conflict with a speaker. Fortunately, it was easily removable.

![image.png](https://files.peakd.com/file/peakd-hive/engrave/23ydA5JM3odDAsM2DtifQb7LpU2pVxeMPRJx8CVB4ZKbCvQBZTFyaqARkta5q5sLumwme.png)

I also had to remove the threaded part that keeps the original drive in place. I just desoldered it.

![image.png](https://files.peakd.com/file/peakd-hive/engrave/23xp2PJoCAvWwxJdpPrDsPrM4Uga97mLBpVnG7gtLxZ8auCaExQ4XcrnqbXgToNHshxpp.png)


# Software

The recommended system for the Hive node is Ubuntu 22.04, so that's what I used. I decided to go with the `server` version because I do not need to use a GUI, as I use a terminal to manage my nodes.

While the system is working exceptionally well, I experienced some issues with the network adapter. For some reason, the download/upload speed was much lower than 1 Gb/s, even when connecting to my other local devices. I found a thread on StackOverflow that the reason is a bug in the RTL8111 driver. I installed many versions of such and even compiled a couple of them from sources, but I never fully fixed the issue. It works at a sufficient speed but not the highest available. It's enough for the experiment.

# Results

As I already said, this setup is working extremely well. I have already more than 2 months of uptime and just take a look at the load average!

```shell
engrave@local-hive-witness:~$ uptime
 14:43:31 up 62 days, 13:38,  0 user,  load average: 0.12, 0.15, 0.12
```

```
2025-02-23T15:41:35.671518 block_flow_control.cpp:113    on_worker_done       ] Block stats:{"num":93585733,"lib":93585732,"type":"p2p","id":"05940145f38ed44f9ebe415c94e950099cf8b708","ts":"2025-02-23T15:41:36","bp":"quochuy","txs":13,"size":15546,"offset":-330736,"before":{"inc":34,"ok":34,"auth":0,"rc":0},"after":{"exp":0,"fail":0,"appl":1,"post":0,"drop":0,"size":233},"exec":{"offset":-336477,"pre":196,"work":5545,"post":2226,"all":7967}}
2025-02-23T15:41:38.698188 p2p_plugin.cpp:199            handle_block         ] Got 25 transactions on block 93585734 by steempeak -- Block Time Offset: -301 ms
2025-02-23T15:41:38.698847 block_flow_control.cpp:113    on_worker_done       ] Block stats:{"num":93585734,"lib":93585733,"type":"p2p","id":"059401466df97c2bdc2fb63b3485eae490e99235","ts":"2025-02-23T15:41:39","bp":"steempeak","txs":25,"size":7146,"offset":-301824,"before":{"inc":44,"ok":44,"auth":0,"rc":0},"after":{"exp":0,"fail":0,"appl":0,"post":0,"drop":0,"size":0},"exec":{"offset":-311560,"pre":170,"work":9566,"post":648,"all":10384}}
2025-02-23T15:41:41.699274 p2p_plugin.cpp:199            handle_block         ] Got 26 transactions on block 93585735 by themarkymark -- Block Time Offset: -300 ms
2025-02-23T15:41:41.700471 block_flow_control.cpp:113    on_worker_done       ] Block stats:{"num":93585735,"lib":93585734,"type":"p2p","id":"059401475365963bce5e1675b4172ef81ce6d7d2","ts":"2025-02-23T15:41:42","bp":"themarkymark","txs":26,"size":5875,"offset":-300861,"before":{"inc":46,"ok":46,"auth":0,"rc":0},"after":{"exp":0,"fail":0,"appl":0,"post":0,"drop":0,"size":0},"exec":{"offset":-316009,"pre":382,"work":14766,"post":1273,"all":16421}}
2025-02-23T15:41:44.683329 p2p_plugin.cpp:199            handle_block         ] Got 25 transactions on block 93585736 by abit -- Block Time Offset: -316 ms
2025-02-23T15:41:44.685258 block_flow_control.cpp:113    on_worker_done       ] Block stats:{"num":93585736,"lib":93585735,"type":"p2p","id":"05940148aea0541534d0a190ca8557b157f1e1c6","ts":"2025-02-23T15:41:45","bp":"abit","txs":25,"size":5325,"offset":-316828,"before":{"inc":46,"ok":46,"auth":0,"rc":0},"after":{"exp":0,"fail":0,"appl":0,"post":0,"drop":0,"size":0},"exec":{"offset":-332958,"pre":237,"work":15893,"post":2006,"all":18136}}
2025-02-23T15:41:47.692084 p2p_plugin.cpp:199            handle_block         ] Got 26 transactions on block 93585737 by ocd-witness -- Block Time Offset: -307 ms
2025-02-23T15:41:47.694268 block_flow_control.cpp:113    on_worker_done       ] Block stats:{"num":93585737,"lib":93585736,"type":"p2p","id":"0594014996a966ba9c95a8292f10dd87058bee7c","ts":"2025-02-23T15:41:48","bp":"ocd-witness","txs":26,"size":5081,"offset":-307932,"before":{"inc":45,"ok":45,"auth":0,"rc":0},"after":{"exp":0,"fail":0,"appl":0,"post":0,"drop":0,"size":0},"exec":{"offset":-312522,"pre":399,"work":4191,"post":2174,"all":6764}}
2025-02-23T15:41:50.737229 p2p_plugin.cpp:199            handle_block         ] Got 60 transactions on block 93585738 by ausbitbank -- Block Time Offset: -262 ms
2025-02-23T15:41:50.739119 block_flow_control.cpp:113    on_worker_done       ] Block stats:{"num":93585738,"lib":93585737,"type":"p2p","id":"0594014a6df065f9fc044aa95322b0891ad3c1d5","ts":"2025-02-23T15:41:51","bp":"ausbitbank","txs":60,"size":10187,"offset":-262814,"before":{"inc":81,"ok":81,"auth":0,"rc":0},"after":{"exp":0,"fail":0,"appl":1,"post":0,"drop":0,"size":256},"exec":{"offset":-274470,"pre":224,"work":11432,"post":1889,"all":13545}}
2025-02-23T15:41:53.697229 p2p_plugin.cpp:199            handle_block         ] Got 26 transactions on block 93585739 by guiltyparties -- Block Time Offset: -302 ms
2025-02-23T15:41:53.698106 block_flow_control.cpp:113    on_worker_done       ] Block stats:{"num":93585739,"lib":93585738,"type":"p2p","id":"0594014bede6934e3894ebd893d92bf7131bf53a","ts":"2025-02-23T15:41:54","bp":"guiltyparties","txs":26,"size":8979,"offset":-302786,"before":{"inc":45,"ok":45,"auth":0,"rc":0},"after":{"exp":0,"fail":0,"appl":0,"post":0,"drop":0,"size":0},"exec":{"offset":-315118,"pre":326,"work":12006,"post":868,"all":13200}}
2025-02-23T15:41:56.673515 p2p_plugin.cpp:199            handle_block         ] Got 23 transactions on block 93585740 by pharesim -- Block Time Offset: -326 ms
2025-02-23T15:41:56.676561 block_flow_control.cpp:113    on_worker_done       ] Block stats:{"num":93585740,"lib":93585739,"type":"p2p","id":"0594014c0461d8174058ea84454cf97daa00c6bc","ts":"2025-02-23T15:41:57","bp":"pharesim","txs":23,"size":4985,"offset":-326578,"before":{"inc":43,"ok":43,"auth":0,"rc":0},"after":{"exp":0,"fail":0,"appl":0,"post":0,"drop":0,"size":0},"exec":{"offset":-338302,"pre":384,"work":11340,"post":3080,"all":14804}}
2025-02-23T15:41:56.677105 chain_plugin.cpp:659          operator()           ] waiting for work: 93.85%, waiting for locks: 0.04%, processing transactions: 5.61%, processing blocks: 0.44%, unknown: 0.06%
2025-02-23T15:41:59.689154 p2p_plugin.cpp:199            handle_block         ] Got 29 transactions on block 93585741 by therealwolf -- Block Time Offset: -310 ms
2025-02-23T15:41:59.691063 block_flow_control.cpp:113    on_worker_done       ] Block stats:{"num":93585741,"lib":93585740,"type":"p2p","id":"0594014d42e0e41930064502fc5bf83341b4e002","ts":"2025-02-23T15:42:00","bp":"therealwolf","txs":29,"size":5415,"offset":-310921,"before":{"inc":50,"ok":50,"auth":0,"rc":0},"after":{"exp":0,"fail":0,"appl":0,"post":0,"drop":0,"size":0},"exec":{"offset":-331295,"pre":432,"work":19942,"post":1936,"all":22310}}
2025-02-23T15:42:02.684282 p2p_plugin.cpp:199            handle_block         ] Got 22 transactions on block 93585742 by arcange -- Block Time Offset: -315 ms
2025-02-23T15:42:02.686159 block_flow_control.cpp:113    on_worker_done       ] Block stats:{"num":93585742,"lib":93585741,"type":"p2p","id":"0594014ede2112d623b346a891b1981cc36c3aa2","ts":"2025-02-23T15:42:03","bp":"arcange","txs":22,"size":10275,"offset":-315814,"before":{"inc":42,"ok":42,"auth":0,"rc":0},"after":{"exp":0,"fail":0,"appl":0,"post":0,"drop":0,"size":0},"exec":{"offset":-329110,"pre":932,"work":12364,"post":1910,"all":15206}}
2025-02-23T15:42:05.704456 p2p_plugin.cpp:199            handle_block         ] Got 50 transactions on block 93585743 by yabapmatt -- Block Time Offset: -295 ms
2025-02-23T15:42:05.782216 block_flow_control.cpp:113    on_worker_done       ] Block stats:{"num":93585743,"lib":93585742,"type":"p2p","id":"0594014f853ea547eaf59e23e1678918abbd30ce","ts":"2025-02-23T15:42:06","bp":"yabapmatt","txs":50,"size":13671,"offset":-295585,"before":{"inc":69,"ok":69,"auth":0,"rc":0},"after":{"exp":0,"fail":0,"appl":0,"post":0,"drop":0,"size":0},"exec":{"offset":-309258,"pre":202,"work":13471,"post":77743,"all":91416}}
```

## Power consumption

<center>
![image.png](https://files.peakd.com/file/peakd-hive/engrave/23t72oyBqtnTtXnXwx33YKkpYvN8oMAes3FJncf1pCJGrG9a9d7w3bLGnvPnvgCC3abY1.png)
</center>

Look at the chart - this is actually incredible. You can run fully featured computer with Hive software node under 5 W on average! It's even closed to 4 W. Think about it. Other blockchains consume many times more power! Not to mention those using PoW.

You can spread the word and let other people know how awesome Hive is!

***

<center>
**Support me with your witness vote! Click on the image below:**

[![banner_engrave 100.png](https://images.hive.blog/DQmUghvic5TCPPvVkB4iB7eXmgQ3RQ4L8jkVizvuCBW8RMT/banner_engrave%20100.png)](https://hivesigner.com/sign/account-witness-vote?witness=engrave&approve=1)
</center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 376 others
properties (23)
authorengrave
permlinklow-power-local-witness-node
categoryhive
json_metadata{"app":"peakd/2025.2.3","format":"markdown","tags":["hive","witness-update","witness","engrave"],"users":["local-hive-witne"],"image":["https://files.peakd.com/file/peakd-hive/engrave/Eou9iHnpCpt7xnLhpQfVps6vwcQgFD7G6ho8eneSbJp1mPdMqvmmkkJEwaQQsTaKXmL.png","https://files.peakd.com/file/peakd-hive/engrave/23ydA5JM3odDAsM2DtifQb7LpU2pVxeMPRJx8CVB4ZKbCvQBZTFyaqARkta5q5sLumwme.png","https://files.peakd.com/file/peakd-hive/engrave/23xp2PJoCAvWwxJdpPrDsPrM4Uga97mLBpVnG7gtLxZ8auCaExQ4XcrnqbXgToNHshxpp.png","https://files.peakd.com/file/peakd-hive/engrave/23t72oyBqtnTtXnXwx33YKkpYvN8oMAes3FJncf1pCJGrG9a9d7w3bLGnvPnvgCC3abY1.png","https://images.hive.blog/DQmUghvic5TCPPvVkB4iB7eXmgQ3RQ4L8jkVizvuCBW8RMT/banner_engrave%20100.png"]}
created2025-02-23 19:00:06
last_update2025-02-23 19:00:06
depth0
children45
last_payout2025-03-02 19:00:06
cashout_time1969-12-31 23:59:59
total_payout_value58.698 HBD
curator_payout_value58.638 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11,281
author_reputation318,719,797,600,724
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id141,000,808
net_rshares311,319,126,571,580
author_curate_reward""
vote details (440)
@atemuz24 ·
This is a great experiment,@engrave!It's impressive that you've managed to run a fully functional Hive witness node on such low-power hardware.It's great to see that Hive is so efficient and can be run on a variety of systems. 

I'm curious about the network adapter issue you encountered. Have you tried updating the BIOS on the Dell OptiPlex 3000 Thin Client? Sometimes that can help resolve network driver conflicts. 

I'm also interested in the power consumption chart.  It's amazing to see how much more efficient Hive is compared to other blockchains.  

Thanks for sharing your experiment and for your continued work as a Hive witness!
properties (22)
authoratemuz24
permlinkss5w8a
categoryhive
json_metadata{"users":["engrave"],"app":"hiveblog/0.1"}
created2025-02-24 00:34:54
last_update2025-02-24 00:34:54
depth1
children1
last_payout2025-03-03 00:34:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length642
author_reputation188,634,163,833
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,006,972
net_rshares0
@engrave ·
> I'm curious about the network adapter issue you encountered. Have you tried updating the BIOS on the Dell OptiPlex 3000 Thin Client? Sometimes that can help resolve network driver conflicts.

Yes, this was the first thing to do, then - compiling unix drivers from sources.
👍  
👎  
properties (23)
authorengrave
permlinkre-atemuz24-ss6kr5
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3"}
created2025-02-24 09:23:30
last_update2025-02-24 09:23:30
depth2
children0
last_payout2025-03-03 09:23:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length274
author_reputation318,719,797,600,724
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,013,481
net_rshares-2,530,193,406
author_curate_reward""
vote details (2)
@borislavzlatanov ·
Fantastic. Super glad you made the experiment.

How would this hardware fare if it were run as your main witness node?
👍  
properties (23)
authorborislavzlatanov
permlinkre-engrave-ss92ze
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-25 17:52:27
last_update2025-02-25 17:52:27
depth1
children0
last_payout2025-03-04 17:52:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation23,435,537,636,312
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,048,829
net_rshares0
author_curate_reward""
vote details (1)
@cherokee4life ·
$0.07
I would love a guide or post on how to setup a node? I could easily spin up a VM in TrueNas and have it running 24/7
👍  ,
properties (23)
authorcherokee4life
permlinkre-engrave-ss72g9
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-24 15:45:45
last_update2025-02-24 15:45:45
depth1
children2
last_payout2025-03-03 15:45:45
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.036 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length116
author_reputation31,711,671,064,491
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,020,618
net_rshares195,012,784,262
author_curate_reward""
vote details (2)
@engrave ·
[Hive Node Setup for the Smart, the Dumb, and the Lazy](https://peakd.com/@gtg/hive-node-setup-for-the-smart-the-dumb-and-the-lazy) written by gtg
👍  ,
properties (23)
authorengrave
permlinkre-cherokee4life-ss73dt
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3"}
created2025-02-24 16:05:54
last_update2025-02-24 16:05:54
depth2
children1
last_payout2025-03-03 16:05:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length146
author_reputation318,719,797,600,724
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,021,132
net_rshares7,030,090,427
author_curate_reward""
vote details (2)
@cherokee4life ·
THANK YOU!
👍  
properties (23)
authorcherokee4life
permlinkre-engrave-ss74t9
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-24 16:36:45
last_update2025-02-24 16:36:45
depth3
children0
last_payout2025-03-03 16:36:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation31,711,671,064,491
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,022,057
net_rshares0
author_curate_reward""
vote details (1)
@claudio83 ·
@tipu curate 
👍  
properties (23)
authorclaudio83
permlinkre-engrave-ss5h5d
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":["tipu"]}
created2025-02-23 19:08:03
last_update2025-02-23 19:08:03
depth1
children1
last_payout2025-03-02 19:08:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation1,844,589,445,277,701
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,000,951
net_rshares0
author_curate_reward""
vote details (1)
@tipu ·
<a href="https://tipu.online/hive_curator?claudio83" target="_blank">Upvoted  &#128076;</a> (Mana: 22/62) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
properties (22)
authortipu
permlinkre-re-engrave-ss5h5d-20250223t190810z
categoryhive
json_metadata"{"app": "beem/0.24.26"}"
created2025-02-23 19:08:09
last_update2025-02-23 19:08:09
depth2
children0
last_payout2025-03-02 19:08:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length217
author_reputation55,907,731,942,968
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,000,953
net_rshares0
@danzocal ·
!PIZZA
properties (22)
authordanzocal
permlinkre-engrave-ss7q16
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-25 00:15:06
last_update2025-02-25 00:15:06
depth1
children0
last_payout2025-03-04 00:15:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation12,432,803,008,396
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,030,652
net_rshares0
@deeanndmathews ·
Wonderful to see the other side of being a witness EXPLAINED!
👍  
properties (23)
authordeeanndmathews
permlinkre-engrave-ss9xuq
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-26 04:59:15
last_update2025-02-26 04:59:15
depth1
children0
last_payout2025-03-05 04:59:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation965,710,401,333,142
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,059,921
net_rshares0
author_curate_reward""
vote details (1)
@emkay25 ·
Hmm
properties (22)
authoremkay25
permlinkre-engrave-2025225t03936146z
categoryhive
json_metadata{"type":"comment","tags":["hive","witness-update","witness","engrave"],"app":"ecency/3.2.1-mobile","format":"markdown+html"}
created2025-02-24 23:39:36
last_update2025-02-24 23:39:36
depth1
children0
last_payout2025-03-03 23:39:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation0
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,030,074
net_rshares0
@furstlight ·
!BBH
properties (22)
authorfurstlight
permlinkre-engrave-2025223t141414231z
categoryhive
json_metadata{"tags":["hive","witness-update","witness","engrave"],"app":"ecency/4.0.3-vision","format":"markdown+html"}
created2025-02-23 19:14:15
last_update2025-02-23 19:14:15
depth1
children0
last_payout2025-03-02 19:14:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation270,404,152,259
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,001,119
net_rshares0
@heruvim1978 ·
I can see this, but how a system like this will handle a bout of major activity? Would be fine?
properties (22)
authorheruvim1978
permlinkss6j3r
categoryhive
json_metadata{"app":"hiveblog/0.1"}
created2025-02-24 08:47:57
last_update2025-02-24 08:47:57
depth1
children3
last_payout2025-03-03 08:47:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation138,145,377,765,683
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,012,955
net_rshares0
@engrave ·
$0.66
It should handle it pretty well, I believe, the average load on the CPU is super low. I'm waiting for increased chain usage to verify!
👍  ,
properties (23)
authorengrave
permlinkre-heruvim1978-ss6ko8
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3"}
created2025-02-24 09:21:45
last_update2025-02-24 09:21:45
depth2
children2
last_payout2025-03-03 09:21:45
cashout_time1969-12-31 23:59:59
total_payout_value0.328 HBD
curator_payout_value0.329 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length134
author_reputation318,719,797,600,724
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,013,457
net_rshares1,752,470,054,303
author_curate_reward""
vote details (2)
@heruvim1978 ·
I was looking at micro-PC to test some nodes, but here in UK they are still expensive, while the laptops are quite cheap, and there is the issue with them being almost impossible to upgrade (not the expert IT that I would like to be). I was thinking for a Hive node, or at least a HE node if possible. Can I put both on a server?
properties (22)
authorheruvim1978
permlinkss6obc
categoryhive
json_metadata{"app":"hiveblog/0.1"}
created2025-02-24 10:40:33
last_update2025-02-24 10:40:33
depth3
children1
last_payout2025-03-03 10:40:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length329
author_reputation138,145,377,765,683
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,014,555
net_rshares0
@holoz0r ·
$0.67
Is there a (modern) software tutorial for getting a hive node up and running? I have an unraid box with 128GB of ram, and 10c/ 20t cpu that sits idle almost all of the day... lol 
👍  , , , , ,
properties (23)
authorholoz0r
permlinkre-engrave-ss6cpn
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-24 06:29:48
last_update2025-02-24 06:29:48
depth1
children4
last_payout2025-03-03 06:29:48
cashout_time1969-12-31 23:59:59
total_payout_value0.336 HBD
curator_payout_value0.336 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length179
author_reputation521,419,128,315,615
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,011,263
net_rshares1,810,029,635,733
author_curate_reward""
vote details (6)
@engrave ·
$0.03
I rely on docs from the hive repository, but I believe there are a couple of instructions that cover this. 
👍  ,
properties (23)
authorengrave
permlinkre-holoz0r-ss6kq8
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3"}
created2025-02-24 09:22:57
last_update2025-02-24 09:22:57
depth2
children1
last_payout2025-03-03 09:22:57
cashout_time1969-12-31 23:59:59
total_payout_value0.012 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length107
author_reputation318,719,797,600,724
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,013,474
net_rshares70,013,683,303
author_curate_reward""
vote details (2)
@holoz0r ·
$0.75
I had a look on hive.io / developers, and a lot of the tutorials published there were five years old, which is why I asked, gandalf's guide above should allow me to experiment with this again, to run on local hardware. :)
👍  , , , ,
properties (23)
authorholoz0r
permlinkre-engrave-ss7ncr
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3"}
created2025-02-24 23:17:18
last_update2025-02-24 23:17:18
depth3
children0
last_payout2025-03-03 23:17:18
cashout_time1969-12-31 23:59:59
total_payout_value0.376 HBD
curator_payout_value0.375 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length221
author_reputation521,419,128,315,615
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,029,633
net_rshares1,983,251,625,169
author_curate_reward""
vote details (5)
@gtg ·
$0.10
[Hive Node Setup for the Smart, the Dumb, and the Lazy](/@gtg/hive-node-setup-for-the-smart-the-dumb-and-the-lazy).
👍  , ,
properties (23)
authorgtg
permlinkss6o7y
categoryhive
json_metadata{"links":["/@gtg/hive-node-setup-for-the-smart-the-dumb-and-the-lazy"],"app":"hiveblog/0.1"}
created2025-02-24 10:38:21
last_update2025-02-24 10:38:21
depth2
children1
last_payout2025-03-03 10:38:21
cashout_time1969-12-31 23:59:59
total_payout_value0.049 HBD
curator_payout_value0.049 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length115
author_reputation461,778,196,648,915
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,014,522
net_rshares264,313,842,872
author_curate_reward""
vote details (3)
@holoz0r ·
$0.66
This is exactly the sort of thing I was looking for. Thank you.
👍  , , , ,
properties (23)
authorholoz0r
permlinkre-gtg-ss7nas
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3"}
created2025-02-24 23:16:06
last_update2025-02-24 23:16:06
depth3
children0
last_payout2025-03-03 23:16:06
cashout_time1969-12-31 23:59:59
total_payout_value0.330 HBD
curator_payout_value0.330 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation521,419,128,315,615
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,029,607
net_rshares1,741,324,261,922
author_curate_reward""
vote details (5)
@ifhy ·
$0.07
Someday I'll even become a witness to Hive :)
👍  
properties (23)
authorifhy
permlinkre-engrave-ss7tqp
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-25 01:35:15
last_update2025-02-25 01:35:15
depth1
children0
last_payout2025-03-04 01:35:15
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.035 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation126,445,239,239,382
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,031,702
net_rshares188,908,316,962
author_curate_reward""
vote details (1)
@marilui91 ·
Good morning. Thank you for sharing information.
properties (22)
authormarilui91
permlinkre-engrave-ss70tt
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-24 15:10:57
last_update2025-02-24 15:10:57
depth1
children0
last_payout2025-03-03 15:10:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation36,350,713,333,036
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,019,886
net_rshares0
@oadissin ·
$0.07
Amazing set you have to run your node. It will be great option to start from low budget in Africa. I will have some spared money to upgrade internet connection.
Peace
👍  ,
properties (23)
authoroadissin
permlinkre-engrave-2025224t111028284z
categoryhive
json_metadata{"tags":["hive","witness-update","witness","engrave"],"app":"ecency/4.0.3-vision","format":"markdown+html"}
created2025-02-24 10:10:30
last_update2025-02-24 10:10:30
depth1
children0
last_payout2025-03-03 10:10:30
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.036 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length166
author_reputation454,655,805,334,950
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,014,143
net_rshares193,225,184,086
author_curate_reward""
vote details (2)
@pizzabot ·
<center>PIZZA!


$PIZZA slices delivered:
@danzocal<sub>(5/10)</sub> tipped @engrave 


</center>
properties (22)
authorpizzabot
permlinkre-low-power-local-witness-node-20250225t001634z
categoryhive
json_metadata"{"app": "pizzabot"}"
created2025-02-25 00:16:33
last_update2025-02-25 00:16:33
depth1
children0
last_payout2025-03-04 00:16:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation7,461,843,796,217
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,030,680
net_rshares0
@pompe72 ·
!LOLZ
properties (22)
authorpompe72
permlinkss6lu3
categoryhive
json_metadata{"app":"hiveblog/0.1"}
created2025-02-24 09:46:54
last_update2025-02-24 09:46:54
depth1
children1
last_payout2025-03-03 09:46:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation43,114,979,234,826
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,013,819
net_rshares0
@lolzbot ·
<div class='pull-right'><center><img src="https://lolztoken.com/lolz.png"><br><a href="https://lolztoken.com">lolztoken.com</a></p><br><br><br><br></center></div><p><center><strong>Ever seen a blacksmith join two metal sheets?<br>It's riveting</strong><br><sub>Credit: <a href="https://peakd.com/@reddit">reddit</a></sub><br>@engrave, I sent you an <a href="https://lolztoken.com">$LOLZ</a> on behalf of pompe72<br><br>(1/10)<br><div class='pull-left'>https://files.peakd.com/file/peakd-hive/cryptoshots.nft/23xoaireZsyZCrvZLKneUuKiKWkGSajVRi9FspoMe3F5bpYmsQR8tyvNzoiQ3uJLLfqPy.png</div><br><h2><center><a href='https://play.crypto-shots.com'>PLAY</a> & EARN <a href='https://hive-engine.com/trade/DOOM'>$DOOM</a></center></h2></center></p>
properties (22)
authorlolzbot
permlinkre-ss6lu3-20250224t095006z
categoryhive
json_metadata"{"app": "beem/0.24.19"}"
created2025-02-24 09:50:12
last_update2025-02-24 09:50:12
depth2
children0
last_payout2025-03-03 09:50:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length740
author_reputation196,132,162,906,482
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,013,866
net_rshares0
@ryosai ·
$0.74
people with stable housing situations should be hosting nodes. it doesnt seem like a huge cost especially if you are creating content or invested in some other way here. this is a great argument against those who say that blockchain as a whole is inefficient in power consumption.  i sure as hell would if i could but ive been discouraged from mobile node hosting haha havent looked into it much since then.
👍  , , , ,
properties (23)
authorryosai
permlinkre-engrave-2025223t16413555z
categoryhive
json_metadata{"tags":["hive","witness-update","witness","engrave"],"app":"ecency/4.0.3-vision","format":"markdown+html"}
created2025-02-23 22:41:36
last_update2025-02-23 22:41:36
depth1
children3
last_payout2025-03-02 22:41:36
cashout_time1969-12-31 23:59:59
total_payout_value0.370 HBD
curator_payout_value0.371 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length407
author_reputation26,002,778,636,643
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,005,190
net_rshares1,966,473,430,416
author_curate_reward""
vote details (5)
@engrave ·
Yep, we still need powerful API nodes that could handle frontends' traffic, but theoretically, almost everyone could run a basic node.
👍  ,
properties (23)
authorengrave
permlinkre-ryosai-ss5rhp
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-23 22:51:24
last_update2025-02-23 22:51:24
depth2
children2
last_payout2025-03-02 22:51:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length134
author_reputation318,719,797,600,724
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,005,348
net_rshares14,997,010,530
author_curate_reward""
vote details (2)
@borislavzlatanov ·
What if the traffic is redirected to hundreds of small API nodes that run on lightweight machines like yours?
👍  
properties (23)
authorborislavzlatanov
permlinkre-engrave-ss92rb
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3"}
created2025-02-25 17:47:36
last_update2025-02-25 17:47:36
depth3
children1
last_payout2025-03-04 17:47:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation23,435,537,636,312
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,048,692
net_rshares0
author_curate_reward""
vote details (1)
@seattlea ·
I wonder if it would run on a laptop with 64 gb ram 1tb ssd on windows with docker desktop running Ubuntu? I do have a very stable fiber optic fast connection that changes ip only a couple times a year. 
👍  ,
properties (23)
authorseattlea
permlinkre-engrave-2025223t162711616z
categoryhive
json_metadata{"tags":["hive","witness-update","witness","engrave"],"app":"ecency/4.0.3-vision","format":"markdown+html"}
created2025-02-24 00:27:12
last_update2025-02-24 00:27:12
depth1
children1
last_payout2025-03-03 00:27:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length203
author_reputation281,639,079,022,758
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,006,899
net_rshares13,430,516,695
author_curate_reward""
vote details (2)
@engrave ·
You can run Hive as a docker container directly in Docker Desktop, there's no need to run Ubuntu just to run Hive. Your specs are definitely enough to run it smoothly.
👍  
properties (23)
authorengrave
permlinkre-seattlea-ss6ksq
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3"}
created2025-02-24 09:24:27
last_update2025-02-24 09:24:27
depth2
children0
last_payout2025-03-03 09:24:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length167
author_reputation318,719,797,600,724
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,013,496
net_rshares0
author_curate_reward""
vote details (1)
@shmoogleosukami ·
$0.07
Nodes are super light once they are fully synced. 

I have a question, How long did it take to fully sync/replay, I would imagine it'd take an awful long time on such hardware, unless you managed to get it synced on more powerful hardware and then shift it over?

This would be great for me here in the UK since electric prices are pretty high.
But I can't really justify it myself since I've got a massive server at my house as it is, It's averaging 250-300W usage but it does also do more than just a hive witness node.
In fact it's got 2 Hive instances running + 8 other VMs. Which seems pretty good power wise considering.
👍  ,
properties (23)
authorshmoogleosukami
permlinkre-engrave-ss73rr
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-24 16:14:15
last_update2025-02-24 16:14:15
depth1
children2
last_payout2025-03-03 16:14:15
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.036 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length626
author_reputation225,286,091,853,339
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,021,408
net_rshares195,635,763,927
author_curate_reward""
vote details (2)
@engrave ·
$0.10
Yeah, I copied shared_memory and block_log from my other node so I didn't have replay it on such hardware. It would take a while :D I tried loading the snapshot but stopped after a couple of days, I'm not sure how long it would take.
👍  ,
properties (23)
authorengrave
permlinkre-shmoogleosukami-ss74kn
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-24 16:31:36
last_update2025-02-24 16:31:36
depth2
children1
last_payout2025-03-03 16:31:36
cashout_time1969-12-31 23:59:59
total_payout_value0.048 HBD
curator_payout_value0.048 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length233
author_reputation318,719,797,600,724
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,021,879
net_rshares258,007,710,361
author_curate_reward""
vote details (2)
@shmoogleosukami ·
$0.07
I could imagine anything up to 14 days if not more, longest I've gone is 5 days doing a replay, that was before I had NVMEs in raid config.
👍  ,
properties (23)
authorshmoogleosukami
permlinkre-engrave-ss76xn
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-24 17:22:36
last_update2025-02-24 17:22:36
depth3
children0
last_payout2025-03-03 17:22:36
cashout_time1969-12-31 23:59:59
total_payout_value0.034 HBD
curator_payout_value0.034 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation225,286,091,853,339
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,023,094
net_rshares182,373,930,932
author_curate_reward""
vote details (2)
@thelogicaldude ·
$0.08
Nice! I have been looking to do something like that too. That seems way lighter than what I have heard you need for a witness node though. I was told like 32GB of RAM and 1TB SSD or NVMe... Maybe that is for an API node... 
👍  , ,
properties (23)
authorthelogicaldude
permlinkre-engrave-ss5iu1
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-23 19:44:27
last_update2025-02-23 19:44:27
depth1
children4
last_payout2025-03-02 19:44:27
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.040 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length223
author_reputation358,124,031,623,235
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,001,956
net_rshares217,821,389,661
author_curate_reward""
vote details (3)
@engrave ·
With enough RAM, you can keep the shared_memory file (basically blockchain state) in memory, rather than on disk (my case here). It will be much faster to load the state on node restart, not to mention replay ;) But if you are patient enough, you can use the cheapest option like this one.
👍  
properties (23)
authorengrave
permlinkre-thelogicaldude-ss5j4d
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-23 19:50:39
last_update2025-02-23 19:50:39
depth2
children3
last_payout2025-03-02 19:50:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length289
author_reputation318,719,797,600,724
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,002,137
net_rshares9,271,527,174
author_curate_reward""
vote details (1)
@thelogicaldude ·
$0.07
@thelogicaldude "Ah, okay. I have been looking to run a witness loc..."
Ah, okay. I have been looking to run a witness locally for a while just didn't know what kind of machine to get. 
👍  
properties (23)
authorthelogicaldude
permlinkre-engrave-2sdxivvs7
categoryhive
json_metadata{"app":"leothreads/0.3","format":"markdown","tags":["leofinance"],"canonical_url":"https://inleo.io/threads/view/thelogicaldude/re-engrave-2sdxivvs7","isPoll":false,"pollOptions":{},"dimensions":[]}
created2025-02-23 20:00:39
last_update2025-02-23 20:00:39
depth3
children2
last_payout2025-03-02 20:00:39
cashout_time1969-12-31 23:59:59
total_payout_value0.035 HBD
curator_payout_value0.035 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length113
author_reputation358,124,031,623,235
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,002,411
net_rshares191,866,988,414
author_curate_reward""
vote details (1)
@trayan ·
nice job and thanks for the info! ;)

ps. where can i get this cute pc for $88 from?
properties (22)
authortrayan
permlinkre-engrave-ss8bng
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-25 08:02:03
last_update2025-02-25 08:02:03
depth1
children2
last_payout2025-03-04 08:02:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length84
author_reputation101,529,968,475,622
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,036,400
net_rshares0
@engrave ·
Local market, something like ebay
👍  
properties (23)
authorengrave
permlinkre-trayan-ss8fg5
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-25 09:24:06
last_update2025-02-25 09:24:06
depth2
children1
last_payout2025-03-04 09:24:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation318,719,797,600,724
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,037,575
net_rshares0
author_curate_reward""
vote details (1)
@trayan ·
very nice! :) good offer
i was thinking about the same and already cheked on our local...
properties (22)
authortrayan
permlinkre-engrave-ss8gyt
categoryhive
json_metadata{"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]}
created2025-02-25 09:56:57
last_update2025-02-25 09:56:57
depth3
children0
last_payout2025-03-04 09:56:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length89
author_reputation101,529,968,475,622
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,038,076
net_rshares0
@typebox ·
$0.07
The efficiency of Hive nodes truly sets it apart in the blockchain space. Your experiment shows that sustainability doesn't have to come at the cost of performance. Keep pushing those boundaries!
👍  
properties (23)
authortypebox
permlinkss759e
categoryhive
json_metadata{"app":"hiveblog/0.1"}
created2025-02-24 16:46:27
last_update2025-02-24 16:46:27
depth1
children0
last_payout2025-03-03 16:46:27
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.036 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length195
author_reputation37,721,149,027,198
root_title"Low power local witness node"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,022,272
net_rshares195,256,090,896
author_curate_reward""
vote details (1)