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  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.  I also had to remove the threaded part that keeps the original drive in place. I just desoldered it.  # 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>  </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:** [](https://hivesigner.com/sign/account-witness-vote?witness=engrave&approve=1) </center>
author | engrave |
---|---|
permlink | low-power-local-witness-node |
category | hive |
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"]} |
created | 2025-02-23 19:00:06 |
last_update | 2025-02-23 19:00:06 |
depth | 0 |
children | 45 |
last_payout | 2025-03-02 19:00:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 58.698 HBD |
curator_payout_value | 58.638 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11,281 |
author_reputation | 318,719,797,600,724 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 141,000,808 |
net_rshares | 311,319,126,571,580 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xeldal | 0 | 10,191,790,168,596 | 30% | ||
adol | 0 | 2,447,466,781,948 | 30% | ||
enki | 0 | 6,275,168,092,156 | 30% | ||
adm | 0 | 24,288,005,556,472 | 100% | ||
flemingfarm | 0 | 58,172,417,077 | 10% | ||
acidyo | 0 | 9,817,335,472,329 | 100% | ||
leprechaun | 0 | 5,103,202,980 | 55% | ||
churdtzu | 0 | 23,706,006,893 | 33% | ||
paradise-paradox | 0 | 1,313,731,053 | 100% | ||
gtg | 0 | 13,582,033,924,565 | 25% | ||
bryanj4 | 0 | 594,272,855 | 25% | ||
ausbitbank | 0 | 660,730,040,177 | 22% | ||
ubg | 0 | 57,568,626,991 | 100% | ||
bowess | 0 | 1,928,532,554,819 | 100% | ||
lukmarcus | 0 | 6,064,454,221 | 100% | ||
kaykunoichi | 0 | 1,085,488,544 | 50% | ||
joele | 0 | 4,414,814,072 | 100% | ||
borran | 0 | 1,163,127,054,525 | 100% | ||
treaphort | 0 | 706,336,819 | 15% | ||
pompe72 | 0 | 26,989,673,944 | 100% | ||
lemouth | 0 | 2,177,665,041,373 | 70% | ||
elamental | 0 | 1,272,293,215 | 13% | ||
stevescoins | 0 | 2,820,884,437 | 27.5% | ||
catherinebleish | 0 | 11,039,277,640 | 50% | ||
themonetaryfew | 0 | 702,884,997,353 | 100% | ||
brightstar | 0 | 5,401,722,345 | 15% | ||
wakeupnd | 0 | 129,873,627,224 | 50% | ||
tftproject | 0 | 1,452,689,704 | 8.25% | ||
holoz0r | 0 | 64,225,933,434 | 100% | ||
jimbobbill | 0 | 1,763,743,575 | 15% | ||
cornerstone | 0 | 677,147,121,088 | 25% | ||
ssekulji | 0 | 140,955,741,749 | 100% | ||
eforucom | 0 | 175,488,000,788 | 100% | ||
ura-soul | 0 | 100,021,094,127 | 55% | ||
moretea | 0 | 725,412,695 | 2.5% | ||
techslut | 0 | 83,231,184,391 | 12.5% | ||
makinstuff | 0 | 67,416,685,162 | 50% | ||
justinw | 0 | 43,706,489,303 | 8.25% | ||
v4vapid | 0 | 15,976,702,548,989 | 100% | ||
loading | 0 | 143,913,868 | 100% | ||
tarazkp | 0 | 1,055,058,972,599 | 25% | ||
thereikiforest | 0 | 1,364,641,229 | 10% | ||
evildeathcore | 0 | 8,020,803,698 | 100% | ||
alexis555 | 0 | 6,939,361,378,827 | 54% | ||
oneshot | 0 | 45,961,932,352 | 100% | ||
borislavzlatanov | 0 | 15,616,029,157 | 100% | ||
btu | 0 | 974,017,713,417 | 20% | ||
trafalgar | 0 | 58,377,203,504,963 | 100% | ||
ganjafarmer | 0 | 28,480,617,809 | 15% | ||
itinerantph | 0 | 1,944,066,944 | 50% | ||
torem-di-torem | 0 | 7,083,757,874 | 15% | ||
freebornsociety | 0 | 2,607,503,512 | 5.07% | ||
oluwatobiloba | 0 | 1,473,487,187 | 100% | ||
haileyscomet | 0 | 754,922,677 | 20% | ||
raindrop | 0 | 905,325,380,254 | 100% | ||
passion-fruit | 0 | 11,010,238,958 | 92% | ||
fortune-master | 0 | 10,683,103,290 | 92% | ||
frankydoodle | 0 | 1,967,348,568 | 13.75% | ||
mes | 0 | 608,391,034,508 | 50% | ||
kingkinslow | 0 | 811,755,151 | 100% | ||
broncnutz | 0 | 7,894,869,548,885 | 100% | ||
whatamidoing | 0 | 697,929,382 | 4% | ||
trayan | 0 | 20,452,460,014 | 100% | ||
lenmar | 0 | 46,400,137,757 | 100% | ||
rt395 | 0 | 1,183,062,100 | 1.5% | ||
uruiamme | 0 | 6,071,763,030 | 50% | ||
nrg | 0 | 740,117,884,135 | 100% | ||
newsflash | 0 | 16,179,349,939 | 25% | ||
tonyz | 0 | 389,928,366,498 | 29% | ||
arrliinn | 0 | 81,032,133,049 | 31% | ||
ewkaw | 0 | 1,035,622,110,472 | 30% | ||
spectrumecons | 0 | 3,529,723,450,718 | 50% | ||
joeyarnoldvn | 0 | 734,009,200 | 2.28% | ||
papilloncharity | 0 | 3,132,341,547,060 | 80% | ||
bluemist | 0 | 25,336,981,847 | 10% | ||
theguruasia | 0 | 4,027,311,649 | 100% | ||
heart-to-heart | 0 | 12,667,902,634 | 20% | ||
vincentnijman | 0 | 603,997,855,446 | 100% | ||
appreciator | 0 | 37,148,214,624,681 | 10% | ||
bucipuci | 0 | 99,675,856,702 | 20% | ||
pocketrocket | 0 | 9,561,427,846 | 100% | ||
khalil319 | 0 | 0 | 100% | ||
holisticmom | 0 | 1,914,178,126 | 3% | ||
shanibeer | 0 | 724,130,332,127 | 35% | ||
zyx066 | 0 | 65,412,371,054 | 30% | ||
tribesteemup | 0 | 189,741,218,561 | 100% | ||
santigs | 0 | 724,262,098,596 | 100% | ||
karja | 0 | 96,612,322,263 | 10% | ||
floatinglin | 0 | 7,035,508,574 | 100% | ||
tipu | 0 | 1,766,125,147,558 | 10% | ||
holbein81 | 0 | 553,267,397 | 100% | ||
solarsupermama | 0 | 2,180,513,882 | 11% | ||
joshman | 0 | 9,540,916,187 | 25% | ||
tomiscurious | 0 | 53,639,294,871 | 9.2% | ||
taskmaster4450 | 0 | 465,860,646,877 | 25% | ||
fatman | 0 | 9,186,329,402 | 2% | ||
votehero | 0 | 54,101,704,705 | 11% | ||
insanityisfree | 0 | 1,102,035,218 | 55% | ||
risemultiversity | 0 | 4,091,559,264 | 27.5% | ||
gringo211985 | 0 | 7,299,092,332 | 100% | ||
divinekids | 0 | 9,375,043,178 | 31% | ||
canadianrenegade | 0 | 10,465,286,017 | 5% | ||
apanamamama | 0 | 182,412,886,737 | 100% | ||
vegoutt-travel | 0 | 51,982,538,797 | 50% | ||
kieranpearson | 0 | 1,734,830,349 | 33% | ||
spacesheep | 0 | 5,460,415,042 | 100% | ||
petrolinivideo | 0 | 963,135,576 | 12.5% | ||
arabisouri | 0 | 78,166,855,967 | 100% | ||
dejan.vuckovic | 0 | 15,446,357,862 | 15% | ||
mrsyria | 0 | 19,680,623,310 | 100% | ||
informationwar | 0 | 182,221,809,197 | 55% | ||
sunsea | 0 | 13,082,182,379 | 5% | ||
libertyepodcast | 0 | 564,260,972 | 50% | ||
katerinaramm | 0 | 242,516,633,377 | 100% | ||
trucklife-family | 0 | 174,707,769,275 | 30% | ||
travoved | 0 | 73,175,866,788 | 100% | ||
belleamie | 0 | 5,407,168,056 | 25% | ||
mytechtrail | 0 | 17,789,194,841 | 15% | ||
traf | 0 | 4,938,651,698,597 | 100% | ||
elderson | 0 | 529,142,465 | 7.5% | ||
nathen007 | 0 | 369,542,822,927 | 100% | ||
breelikeatree | 0 | 176,053,499,450 | 100% | ||
wiseagent | 0 | 149,954,621,148 | 15% | ||
fourfourfun | 0 | 675,601,843 | 12.5% | ||
eaglespirit | 0 | 9,739,313,671 | 5% | ||
deepresearch | 0 | 4,236,312,636,578 | 100% | ||
sagescrub | 0 | 1,426,412,939 | 25% | ||
gabrielatravels | 0 | 192,109,700,606 | 100% | ||
gillianpearce | 0 | 34,213,273,929 | 100% | ||
moxieme | 0 | 1,373,386,305 | 20% | ||
fragmentarion | 0 | 19,665,262,095 | 100% | ||
hallmann | 0 | 356,383,218,305 | 100% | ||
belemo | 0 | 20,756,350,040 | 100% | ||
criptomaster | 0 | 5,502,105,718 | 100% | ||
piotrgrafik | 0 | 967,053,768,498 | 80% | ||
empress-eremmy | 0 | 7,322,689,549 | 27.5% | ||
aagabriel | 0 | 2,502,171,921 | 65% | ||
dynamicrypto | 0 | 543,191,073 | 1% | ||
fundacja | 0 | 45,276,070,786 | 100% | ||
atongis | 0 | 30,078,638,949 | 10% | ||
kkarenmp | 0 | 4,639,943,973 | 5% | ||
shmoogleosukami | 0 | 63,836,176,828 | 10% | ||
warpedpoetic | 0 | 738,148,435 | 50% | ||
eddiespino | 0 | 6,431,466,695,651 | 100% | ||
hempress | 0 | 1,005,232,226 | 11% | ||
pkocjan | 0 | 1,283,176,943 | 100% | ||
rubelynmacion | 0 | 46,396,973,588 | 100% | ||
nataboo | 0 | 1,268,532,645 | 50% | ||
asgarth | 0 | 986,468,443,968 | 50% | ||
vegan.niinja | 0 | 4,456,451,838 | 22% | ||
bertrayo | 0 | 7,392,430,873 | 5% | ||
cst90 | 0 | 471,073,205,176 | 100% | ||
eugenekul | 0 | 920,696,751 | 22% | ||
saulos | 0 | 88,597,416,588 | 100% | ||
homestead-guru | 0 | 38,970,696,326 | 50% | ||
lesiopm | 0 | 1,109,576,998,586 | 100% | ||
oadissin | 0 | 11,639,774,210 | 5% | ||
josemalavem | 0 | 18,687,304,573 | 30% | ||
yablonsky | 0 | 1,010,352,914,590 | 100% | ||
onepercentbetter | 0 | 144,596,047,321 | 89% | ||
celestialcow | 0 | 5,409,391,835 | 22% | ||
ravenmus1c | 0 | 10,567,650,723 | 0.5% | ||
sanderjansenart | 0 | 10,944,553,581 | 5% | ||
louis88 | 0 | 635,327,252,631 | 20% | ||
zaku | 0 | 14,556,773,702 | 10% | ||
jkramer | 0 | 1,605,285,764,986 | 100% | ||
racibo | 0 | 39,369,346,695 | 30% | ||
prydefoltz | 0 | 652,682,379,832 | 100% | ||
inciter | 0 | 7,258,631,883 | 10% | ||
manuelmusic | 0 | 827,356,198 | 6% | ||
voitaksoutache | 0 | 1,353,626,348 | 15% | ||
gogreenbuddy | 0 | 100,963,323,048 | 25% | ||
reinmar | 0 | 1,074,817,286 | 100% | ||
kgakakillerg | 0 | 2,109,024,642 | 1% | ||
steemer-x | 0 | 515,908,762 | 50% | ||
el-dee-are-es | 0 | 3,897,333,728 | 10% | ||
retard-gamer-de | 0 | 715,623,436 | 27.5% | ||
browery | 0 | 462,175,324,765 | 100% | ||
fw206 | 0 | 8,365,873,219,826 | 100% | ||
valentin86 | 0 | 28,193,404,251 | 100% | ||
annemariemay | 0 | 475,507,364 | 50% | ||
carilinger | 0 | 244,134,380,305 | 30% | ||
cambridgeport90 | 0 | 14,031,602,102 | 50% | ||
commonlaw | 0 | 5,435,842,583 | 35% | ||
steempeak | 0 | 1,620,746,033,649 | 100% | ||
kstop1 | 0 | 15,598,057,554 | 100% | ||
merlion | 0 | 7,435,840,247 | 89% | ||
gregorypatrick | 0 | 563,409,956 | 33% | ||
voitakjewelry | 0 | 902,245,401 | 50% | ||
digital.mine | 0 | 104,258,125,343 | 100% | ||
haccolong | 0 | 1,704,818,184 | 13.75% | ||
newsnownorthwest | 0 | 1,078,040,857 | 8.25% | ||
mannacurrency | 0 | 20,217,498,220 | 10% | ||
longer | 0 | 877,374,252 | 2.5% | ||
drsensor | 0 | 1,591,898,055 | 56% | ||
xves | 0 | 19,703,816,406 | 50% | ||
pignys | 0 | 48,478,035,755 | 100% | ||
phillyc | 0 | 1,918,618,682 | 50% | ||
rufruf | 0 | 769,904,655 | 100% | ||
dalz | 0 | 1,530,358,273,565 | 100% | ||
startreat | 0 | 455,953,221 | 11% | ||
sarawutthai | 0 | 3,217,162,237 | 100% | ||
hoaithu | 0 | 4,480,549,139 | 11.68% | ||
vixmemon | 0 | 8,772,553,389 | 30.33% | ||
aconsciousness | 0 | 2,494,812,947 | 95% | ||
harkar | 0 | 212,925,289,420 | 20% | ||
deepdives | 0 | 206,048,652,474 | 55% | ||
bezkresu | 0 | 6,597,675,856 | 100% | ||
idakarlsen | 0 | 88,258,846,419 | 20% | ||
anhvu | 0 | 2,793,804,371 | 11% | ||
engrave | 0 | 9,659,665,222,812 | 100% | ||
reteem | 0 | 529,848,329 | 13.75% | ||
voter003 | 0 | 53,965,190,104 | 23.5% | ||
unbiasedwriter | 0 | 767,592,731,982 | 100% | ||
thevil | 0 | 809,490,103,146 | 100% | ||
riskneutral | 0 | 6,463,884,839 | 55% | ||
czekolada | 0 | 9,976,105,094 | 50% | ||
krolestwo | 0 | 74,134,901,269 | 100% | ||
kind.network | 0 | 532,186,407 | 15% | ||
thrasher666 | 0 | 2,435,379,595 | 60% | ||
artysteps | 0 | 16,037,732,067 | 100% | ||
peakmonsters | 0 | 527,829,905,219 | 100% | ||
nmcdougal94 | 0 | 1,501,888,452 | 10% | ||
bia.birch | 0 | 7,646,676,369 | 50% | ||
francescomai | 0 | 26,209,135,689 | 100% | ||
shainemata | 0 | 80,279,881,364 | 20% | ||
jacuzzi | 0 | 11,526,308,200 | 25% | ||
smallboost | 0 | 58,969,871 | 100% | ||
goodcontentbot | 0 | 808,519,668 | 15% | ||
mia-cc | 0 | 1,260,448,190 | 10% | ||
killerbot | 0 | 466,953,433 | 50% | ||
thelogicaldude | 0 | 21,653,064,816 | 60% | ||
denizcakmak | 0 | 758,863,871 | 50% | ||
kggymlife | 0 | 3,959,446,653 | 20% | ||
pedrobrito2004 | 0 | 14,297,641,425 | 10% | ||
kryptogames | 0 | 3,886,787,450 | 10% | ||
alenox | 0 | 629,581,109 | 5% | ||
maxsieg | 0 | 10,711,832,072 | 55% | ||
jeremiahcustis | 0 | 67,693,347,106 | 100% | ||
photographercr | 0 | 1,076,670,740 | 20% | ||
monsterbuster | 0 | 75,164,825,768 | 100% | ||
libertycrypto27 | 0 | 873,354,403,444 | 100% | ||
deeanndmathews | 0 | 271,415,005,525 | 100% | ||
sm-silva | 0 | 945,688,942,044 | 100% | ||
aboutheraklion | 0 | 1,079,483,739 | 50% | ||
clownworld | 0 | 2,576,766,953 | 27.5% | ||
iktisat | 0 | 460,186,558 | 50% | ||
kittykate | 0 | 97,120,034,615 | 100% | ||
cheer-up | 0 | 22,232,403,812 | 100% | ||
davidtron | 0 | 5,421,713,489 | 85% | ||
cryptogambit | 0 | 1,444,869,138 | 7.5% | ||
farm1 | 0 | 357,398,731,696 | 100% | ||
steelbak | 0 | 74,947,794,602 | 100% | ||
votebetting | 0 | 24,771,545,830 | 100% | ||
babytarazkp | 0 | 2,856,425,178 | 50% | ||
valerianis | 0 | 1,069,652,382 | 5% | ||
logiczombie | 0 | 856,488,847 | 15% | ||
urun | 0 | 13,616,198,416 | 100% | ||
replicantua | 0 | 4,648,009,826 | 95% | ||
the-table | 0 | 28,718,638 | 100% | ||
maxuve | 0 | 0 | 100% | ||
bilpcoinbot | 0 | 3,944,821,255 | 100% | ||
gigel2 | 0 | 316,257,832,042 | 100% | ||
bcm | 0 | 919,864,572 | 7.5% | ||
dappstats | 0 | 4,622,845,149 | 15% | ||
bilpcoin.pay | 0 | 545,007,011 | 10% | ||
tobago | 0 | 570,823,458 | 35% | ||
karelia | 0 | 2,260,493,539 | 100% | ||
dromihete | 0 | 14,552,464,526 | 100% | ||
thecontesttrain | 0 | 658,965,193 | 27.5% | ||
fotorincon12 | 0 | 13,179,750,564 | 100% | ||
roamingsparrow | 0 | 752,508,476 | 30% | ||
bpcvoter3 | 0 | 896,919,881 | 50% | ||
inigo-montoya-jr | 0 | 2,178,833,636 | 46.75% | ||
gloriaolar | 0 | 8,092,823,571 | 7.5% | ||
kgsupport | 0 | 2,601,334,382 | 50% | ||
atma.love | 0 | 25,964,084,217 | 27.5% | ||
bilpcoinbpc | 0 | 1,066,211,820 | 6% | ||
ugochill | 0 | 51,612,732,720 | 100% | ||
zeusflatsak | 0 | 2,310,385,593 | 15% | ||
peakd | 0 | 11,186,737,073,680 | 100% | ||
abundance.tribe | 0 | 7,120,775,975 | 100% | ||
softworld | 0 | 593,694,633,202 | 100% | ||
captainhive | 0 | 1,300,050,658,113 | 50% | ||
kyleana | 0 | 2,981,487,719 | 50% | ||
hydrodino | 0 | 457,975,932 | 100% | ||
andrewmusic | 0 | 546,119,704 | 10% | ||
hivelist | 0 | 31,598,447,637 | 30% | ||
ninnu | 0 | 507,429,322 | 50% | ||
kingneptune | 0 | 2,486,185,188 | 27.5% | ||
woelfchen | 0 | 318,829,747,234 | 100% | ||
aquarius.academy | 0 | 36,767,408,571 | 100% | ||
hive.curation | 0 | 5,991,131,346 | 89% | ||
ghaazi | 0 | 6,246,771,159 | 100% | ||
discoveringarni | 0 | 17,221,475,539 | 15% | ||
devpress | 0 | 598,746,244 | 50% | ||
noelyss | 0 | 1,996,629,104 | 5% | ||
lesiopm2 | 0 | 17,882,875,164 | 100% | ||
jagged71 | 0 | 1,509,316,286 | 27.5% | ||
lucianav | 0 | 1,832,871,001 | 5% | ||
jelly13 | 0 | 2,048,028,975 | 21.25% | ||
hivebuilder | 0 | 4,940,244,396 | 100% | ||
gabilan55 | 0 | 689,672,486 | 5% | ||
olaunlimited | 0 | 614,623,924 | 45% | ||
martial.media | 0 | 776,886,063 | 15% | ||
storiesoferne | 0 | 276,254,052,767 | 100% | ||
noalys | 0 | 1,626,589,036 | 5% | ||
danzocal | 0 | 5,946,485,982 | 100% | ||
kattycrochet | 0 | 7,837,973,227 | 5% | ||
heruvim1978 | 0 | 1,717,522,384,544 | 100% | ||
susie-saver | 0 | 1,636,707,239 | 25% | ||
belemo.leo | 0 | 483,261,481 | 100% | ||
eldritchspig | 0 | 489,112,737 | 27.5% | ||
xrayman | 0 | 86,294,574,618 | 100% | ||
elgatoshawua | 0 | 1,488,912,360 | 5% | ||
wend1go | 0 | 13,072,669,334 | 100% | ||
jane1289 | 0 | 4,183,609,256 | 2% | ||
power-kappe | 0 | 671,708,322 | 10% | ||
reidenling90 | 0 | 5,942,407,461 | 100% | ||
hjrrodriguez | 0 | 46,487,365,902 | 100% | ||
shanhenry | 0 | 4,122,762,316 | 100% | ||
aichel | 0 | 528,813,390 | 10% | ||
mariaser | 0 | 3,283,644,665 | 7% | ||
fotomaglys | 0 | 4,140,746,057 | 5% | ||
seryi13 | 0 | 1,179,606,453 | 7% | ||
meesterbrain | 0 | 1,018,631,673 | 55% | ||
lpa | 0 | 170,279,752 | 100% | ||
aprasad2325 | 0 | 1,831,174,644 | 5% | ||
delver | 0 | 26,083,636,339 | 55% | ||
onthemountain | 0 | 4,914,313,989 | 50% | ||
dkkfrodo | 0 | 23,418,671,682 | 100% | ||
menzo | 0 | 3,131,471,158 | 10% | ||
mozzie5 | 0 | 18,314,400,903 | 100% | ||
acantoni | 0 | 14,295,708,230 | 50% | ||
enira | 0 | 104,152,326 | 100% | ||
astrocat-3663 | 0 | 726,130,149 | 50% | ||
malhy | 0 | 1,622,263,924 | 5% | ||
eolianpariah2 | 0 | 15,263,486,287 | 4.5% | ||
techguard | 0 | 3,528,569,024 | 50% | ||
marilour | 0 | 46,286,949,664 | 100% | ||
anonymous02 | 0 | 32,571,351,417 | 97% | ||
mintfinch | 0 | 11,664,009,241 | 100% | ||
tillmea | 0 | 528,760,373 | 100% | ||
pappyelblanco | 0 | 4,027,162,308 | 50% | ||
gaposchkin | 0 | 10,139,258,258 | 100% | ||
gezellig | 0 | 1,675,169,865 | 50% | ||
almajandra | 0 | 3,267,614,568 | 100% | ||
meltysquid | 0 | 749,301,813 | 100% | ||
vickoly | 0 | 12,258,616,160 | 5% | ||
reenave | 0 | 1,587,896,665 | 49% | ||
wellingt556 | 0 | 136,374,410 | 100% | ||
poliac | 0 | 66,639,538,217 | 100% | ||
woodathegsd | 0 | 1,694,863,292 | 15% | ||
osmy91 | 0 | 778,475,178 | 20% | ||
marynn | 0 | 961,892,169 | 5% | ||
yoani | 0 | 18,026,516,932 | 100% | ||
karelnt | 0 | 691,126,102 | 20% | ||
hivesniper | 0 | 0 | 100% | ||
tgarcialvarez | 0 | 561,061,120 | 20% | ||
hivecuba | 0 | 492,825,749,112 | 20% | ||
poprzeczka | 0 | 914,165,193 | 5% | ||
serpent7776 | 0 | 1,048,956,155 | 100% | ||
androliuben | 0 | 2,832,118,780 | 10% | ||
resonator | 0 | 17,812,407,547,421 | 55% | ||
abouttodie | 0 | 1,064,538,288 | 25% | ||
bombus | 0 | 670,827,108,637 | 100% | ||
franzpaulie | 0 | 49,615,275,033 | 100% | ||
hivedeb | 0 | 455,599,783 | 5% | ||
mukadder | 0 | 1,353,208,325 | 1% | ||
oniriusz | 0 | 19,126,461,369 | 100% | ||
tzae | 0 | 688,765,657 | 100% | ||
lyamalfonzo23 | 0 | 1,580,577,707 | 100% | ||
hive.aid | 0 | 90,160,286,865 | 100% | ||
peak.open | 0 | 34,184,924,268 | 100% | ||
bgmoha | 0 | 1,332,671,021 | 55% | ||
oasiskp2 | 0 | 16,549,086,328 | 100% | ||
hive-152804 | 0 | 36,730,579 | 100% | ||
archives-upfunds | 0 | 35,024,909,288 | 100% | ||
jagjnr | 0 | 991,337,360 | 27.5% | ||
pinkchic | 0 | 832,928,267 | 2.5% | ||
k-o-m-c | 0 | 67,352,426 | 100% | ||
daudmuhammad2022 | 0 | 578,835,854 | 100% | ||
artefactoestudio | 0 | 2,737,348,200 | 100% | ||
brain71 | 0 | 1,273,523,389 | 27.5% | ||
diding | 0 | 3,001,873,031 | 100% | ||
theoneblog | 0 | 674,468,687 | 10% | ||
nurul-uli | 0 | 2,201,263,224 | 100% | ||
wendy23 | 0 | 4,878,066,556 | 10% | ||
actordontee | 0 | 606,558,044 | 5% | ||
kathajimenezr | 0 | 10,072,267,079 | 100% | ||
szejq | 0 | 182,928,702,859 | 75% | ||
komc1 | 0 | 0 | 100% | ||
komc2 | 0 | 0 | 100% | ||
tahastories1 | 0 | 721,259,838 | 5% | ||
kap1 | 0 | 1,410,574,073 | 30% | ||
dragonmemories | 0 | 2,068,123,439 | 50% | ||
marilui91 | 0 | 17,156,697,953 | 100% | ||
bihutnetwork | 0 | 408,831,051 | 50% | ||
furstlight | 0 | 871,996,197 | 100% | ||
willowink | 0 | 13,717,432,471 | 100% | ||
yummycruz1 | 0 | 889,285,994 | 5% | ||
hive-lu | 0 | 326,767,637,359 | 69.77% | ||
oladamola | 0 | 27,838,032,746 | 30% | ||
edeyglezsosa | 0 | 857,347,755 | 4% | ||
yale95reyra | 0 | 1,623,448,382 | 10% | ||
riseofthepixels | 0 | 12,478,600,832 | 100% | ||
mallory84 | 0 | 948,053,351 | 100% | ||
pixels.vault | 0 | 553,761,616,839 | 100% | ||
sumari09 | 0 | 625,109,498 | 100% | ||
sirfx | 0 | 2,191,492,400 | 100% | ||
leopard0 | 0 | 1,899,520,525 | 20% | ||
patricma | 0 | 1,770,551,575 | 20% | ||
bananaklatbarat | 0 | 65,807,856,789 | 100% | ||
frizzy97 | 0 | 20,861,550,331 | 100% | ||
leader7 | 0 | 1,545,317,583 | 100% | ||
tecnotronics | 0 | 10,667,030,875 | 100% | ||
soyernesto | 0 | 631,900,542 | 5% | ||
picazzy005 | 0 | 577,760,693 | 15% | ||
hivelife-pl | 0 | 28,937,736,187 | 75% | ||
grawitacja | 0 | 12,703,319,414 | 100% | ||
mama21 | 0 | 294,032,978 | 100% | ||
rstic | 0 | 3,695,261,800 | 100% | ||
yan78 | 0 | 69,085,013 | 50% | ||
cocinator | 0 | 8,287,079,062 | 100% | ||
trovepower | 0 | 1,200,538,798 | 27.5% | ||
lunalunita | 0 | 1,468,958,382 | 100% | ||
dianypds | 0 | 2,841,183,977 | 100% | ||
naturaluttom | 0 | 1,765,355,877 | 100% | ||
driipam | 0 | 14,528,745,213 | 100% | ||
endhivewatchers | 0 | 0 | 0.5% | ||
inalloush | 0 | 941,349,534 | 100% | ||
sopel | 0 | 1,041,377,134,447 | 100% | ||
hotte | 0 | 4,475,043,365 | 100% | ||
arshadkhan4421 | 0 | 661,704,699 | 50% | ||
jesusarodrz | 0 | 12,340,228,315 | 100% | ||
atf-sentinel | 0 | 1,538,826,626 | 100% | ||
rogernormandin | 0 | 87,049,446,021 | 100% | ||
letusbuyhive | 0 | 12,204,690,735 | 27% | ||
itsmejeffry | 0 | 1,346,535,397 | 100% | ||
mirabo | 0 | 0 | 100% |
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!
author | atemuz24 |
---|---|
permlink | ss5w8a |
category | hive |
json_metadata | {"users":["engrave"],"app":"hiveblog/0.1"} |
created | 2025-02-24 00:34:54 |
last_update | 2025-02-24 00:34:54 |
depth | 1 |
children | 1 |
last_payout | 2025-03-03 00:34:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 642 |
author_reputation | 188,634,163,833 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,006,972 |
net_rshares | 0 |
> 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.
author | engrave |
---|---|
permlink | re-atemuz24-ss6kr5 |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3"} |
created | 2025-02-24 09:23:30 |
last_update | 2025-02-24 09:23:30 |
depth | 2 |
children | 0 |
last_payout | 2025-03-03 09:23:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 274 |
author_reputation | 318,719,797,600,724 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,013,481 |
net_rshares | -2,530,193,406 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
endhivewatchers | 0 | 0 | 0.5% | ||
atemuz24 | 0 | -2,530,193,406 | -100% |
Fantastic. Super glad you made the experiment. How would this hardware fare if it were run as your main witness node?
author | borislavzlatanov |
---|---|
permlink | re-engrave-ss92ze |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-25 17:52:27 |
last_update | 2025-02-25 17:52:27 |
depth | 1 |
children | 0 |
last_payout | 2025-03-04 17:52:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 23,435,537,636,312 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,048,829 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
endhivewatchers | 0 | 0 | 0.5% |
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
author | cherokee4life |
---|---|
permlink | re-engrave-ss72g9 |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-24 15:45:45 |
last_update | 2025-02-24 15:45:45 |
depth | 1 |
children | 2 |
last_payout | 2025-03-03 15:45:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 116 |
author_reputation | 31,711,671,064,491 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,020,618 |
net_rshares | 195,012,784,262 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 195,012,784,262 | 2% | ||
bpcvoter4 | 0 | 0 | 100% |
[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
author | engrave |
---|---|
permlink | re-cherokee4life-ss73dt |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3"} |
created | 2025-02-24 16:05:54 |
last_update | 2025-02-24 16:05:54 |
depth | 2 |
children | 1 |
last_payout | 2025-03-03 16:05:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 146 |
author_reputation | 318,719,797,600,724 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,021,132 |
net_rshares | 7,030,090,427 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cherokee4life | 0 | 7,030,090,427 | 100% | ||
endhivewatchers | 0 | 0 | 0.5% |
THANK YOU!
author | cherokee4life |
---|---|
permlink | re-engrave-ss74t9 |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-24 16:36:45 |
last_update | 2025-02-24 16:36:45 |
depth | 3 |
children | 0 |
last_payout | 2025-03-03 16:36:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 31,711,671,064,491 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,022,057 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bpcvoter4 | 0 | 0 | 100% |
@tipu curate
author | claudio83 |
---|---|
permlink | re-engrave-ss5h5d |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":["tipu"]} |
created | 2025-02-23 19:08:03 |
last_update | 2025-02-23 19:08:03 |
depth | 1 |
children | 1 |
last_payout | 2025-03-02 19:08:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 1,844,589,445,277,701 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,000,951 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
endhivewatchers | 0 | 0 | 0.5% |
<a href="https://tipu.online/hive_curator?claudio83" target="_blank">Upvoted 👌</a> (Mana: 22/62) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
author | tipu |
---|---|
permlink | re-re-engrave-ss5h5d-20250223t190810z |
category | hive |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2025-02-23 19:08:09 |
last_update | 2025-02-23 19:08:09 |
depth | 2 |
children | 0 |
last_payout | 2025-03-02 19:08:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 217 |
author_reputation | 55,907,731,942,968 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,000,953 |
net_rshares | 0 |
!PIZZA
author | danzocal |
---|---|
permlink | re-engrave-ss7q16 |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-25 00:15:06 |
last_update | 2025-02-25 00:15:06 |
depth | 1 |
children | 0 |
last_payout | 2025-03-04 00:15:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 12,432,803,008,396 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,030,652 |
net_rshares | 0 |
Wonderful to see the other side of being a witness EXPLAINED!
author | deeanndmathews |
---|---|
permlink | re-engrave-ss9xuq |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-26 04:59:15 |
last_update | 2025-02-26 04:59:15 |
depth | 1 |
children | 0 |
last_payout | 2025-03-05 04:59:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 965,710,401,333,142 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,059,921 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
endhivewatchers | 0 | 0 | 0.5% |
Hmm
author | emkay25 |
---|---|
permlink | re-engrave-2025225t03936146z |
category | hive |
json_metadata | {"type":"comment","tags":["hive","witness-update","witness","engrave"],"app":"ecency/3.2.1-mobile","format":"markdown+html"} |
created | 2025-02-24 23:39:36 |
last_update | 2025-02-24 23:39:36 |
depth | 1 |
children | 0 |
last_payout | 2025-03-03 23:39:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3 |
author_reputation | 0 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,030,074 |
net_rshares | 0 |
!BBH
author | furstlight |
---|---|
permlink | re-engrave-2025223t141414231z |
category | hive |
json_metadata | {"tags":["hive","witness-update","witness","engrave"],"app":"ecency/4.0.3-vision","format":"markdown+html"} |
created | 2025-02-23 19:14:15 |
last_update | 2025-02-23 19:14:15 |
depth | 1 |
children | 0 |
last_payout | 2025-03-02 19:14:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 270,404,152,259 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,001,119 |
net_rshares | 0 |
I can see this, but how a system like this will handle a bout of major activity? Would be fine?
author | heruvim1978 |
---|---|
permlink | ss6j3r |
category | hive |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-02-24 08:47:57 |
last_update | 2025-02-24 08:47:57 |
depth | 1 |
children | 3 |
last_payout | 2025-03-03 08:47:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 138,145,377,765,683 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,012,955 |
net_rshares | 0 |
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!
author | engrave |
---|---|
permlink | re-heruvim1978-ss6ko8 |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3"} |
created | 2025-02-24 09:21:45 |
last_update | 2025-02-24 09:21:45 |
depth | 2 |
children | 2 |
last_payout | 2025-03-03 09:21:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.328 HBD |
curator_payout_value | 0.329 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 134 |
author_reputation | 318,719,797,600,724 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,013,457 |
net_rshares | 1,752,470,054,303 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heruvim1978 | 0 | 1,752,470,054,303 | 100% | ||
endhivewatchers | 0 | 0 | 0.5% |
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?
author | heruvim1978 |
---|---|
permlink | ss6obc |
category | hive |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-02-24 10:40:33 |
last_update | 2025-02-24 10:40:33 |
depth | 3 |
children | 1 |
last_payout | 2025-03-03 10:40:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 329 |
author_reputation | 138,145,377,765,683 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,014,555 |
net_rshares | 0 |
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
author | holoz0r |
---|---|
permlink | re-engrave-ss6cpn |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-24 06:29:48 |
last_update | 2025-02-24 06:29:48 |
depth | 1 |
children | 4 |
last_payout | 2025-03-03 06:29:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.336 HBD |
curator_payout_value | 0.336 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 179 |
author_reputation | 521,419,128,315,615 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,011,263 |
net_rshares | 1,810,029,635,733 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mattclarke | 0 | 622,174,098,580 | 50% | ||
kiokizz | 0 | 48,325,355,083 | 100% | ||
shaidon | 0 | 4,249,048,359 | 100% | ||
frogcake | 0 | 1,121,576,493,625 | 100% | ||
dromihete | 0 | 13,704,640,086 | 100% | ||
endhivewatchers | 0 | 0 | 0.5% |
I rely on docs from the hive repository, but I believe there are a couple of instructions that cover this.
author | engrave |
---|---|
permlink | re-holoz0r-ss6kq8 |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3"} |
created | 2025-02-24 09:22:57 |
last_update | 2025-02-24 09:22:57 |
depth | 2 |
children | 1 |
last_payout | 2025-03-03 09:22:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.012 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 107 |
author_reputation | 318,719,797,600,724 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,013,474 |
net_rshares | 70,013,683,303 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
holoz0r | 0 | 70,013,683,303 | 100% | ||
endhivewatchers | 0 | 0 | 0.5% |
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. :)
author | holoz0r |
---|---|
permlink | re-engrave-ss7ncr |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3"} |
created | 2025-02-24 23:17:18 |
last_update | 2025-02-24 23:17:18 |
depth | 3 |
children | 0 |
last_payout | 2025-03-03 23:17:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.376 HBD |
curator_payout_value | 0.375 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 221 |
author_reputation | 521,419,128,315,615 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,029,633 |
net_rshares | 1,983,251,625,169 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mattclarke | 0 | 625,113,127,862 | 50% | ||
kiokizz | 0 | 48,695,232,096 | 100% | ||
shaidon | 0 | 4,941,467,777 | 100% | ||
engrave | 0 | 182,796,178,675 | 2% | ||
frogcake | 0 | 1,121,705,618,759 | 100% |
[Hive Node Setup for the Smart, the Dumb, and the Lazy](/@gtg/hive-node-setup-for-the-smart-the-dumb-and-the-lazy).
author | gtg |
---|---|
permlink | ss6o7y |
category | hive |
json_metadata | {"links":["/@gtg/hive-node-setup-for-the-smart-the-dumb-and-the-lazy"],"app":"hiveblog/0.1"} |
created | 2025-02-24 10:38:21 |
last_update | 2025-02-24 10:38:21 |
depth | 2 |
children | 1 |
last_payout | 2025-03-03 10:38:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.049 HBD |
curator_payout_value | 0.049 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | 461,778,196,648,915 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,014,522 |
net_rshares | 264,313,842,872 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
holoz0r | 0 | 71,436,732,693 | 100% | ||
engrave | 0 | 192,877,110,179 | 2% | ||
endhivewatchers | 0 | 0 | 0.5% |
This is exactly the sort of thing I was looking for. Thank you.
author | holoz0r |
---|---|
permlink | re-gtg-ss7nas |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3"} |
created | 2025-02-24 23:16:06 |
last_update | 2025-02-24 23:16:06 |
depth | 3 |
children | 0 |
last_payout | 2025-03-03 23:16:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.330 HBD |
curator_payout_value | 0.330 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 521,419,128,315,615 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,029,607 |
net_rshares | 1,741,324,261,922 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mattclarke | 0 | 612,702,858,994 | 50% | ||
kiokizz | 0 | 46,833,988,709 | 100% | ||
shaidon | 0 | 4,316,271,091 | 100% | ||
frogcake | 0 | 1,077,471,143,128 | 100% | ||
endhivewatchers | 0 | 0 | 0.5% |
Someday I'll even become a witness to Hive :)
author | ifhy |
---|---|
permlink | re-engrave-ss7tqp |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-25 01:35:15 |
last_update | 2025-02-25 01:35:15 |
depth | 1 |
children | 0 |
last_payout | 2025-03-04 01:35:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.035 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 126,445,239,239,382 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,031,702 |
net_rshares | 188,908,316,962 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 188,908,316,962 | 2% |
Good morning. Thank you for sharing information.
author | marilui91 |
---|---|
permlink | re-engrave-ss70tt |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-24 15:10:57 |
last_update | 2025-02-24 15:10:57 |
depth | 1 |
children | 0 |
last_payout | 2025-03-03 15:10:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 36,350,713,333,036 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,019,886 |
net_rshares | 0 |
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
author | oadissin |
---|---|
permlink | re-engrave-2025224t111028284z |
category | hive |
json_metadata | {"tags":["hive","witness-update","witness","engrave"],"app":"ecency/4.0.3-vision","format":"markdown+html"} |
created | 2025-02-24 10:10:30 |
last_update | 2025-02-24 10:10:30 |
depth | 1 |
children | 0 |
last_payout | 2025-03-03 10:10:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 166 |
author_reputation | 454,655,805,334,950 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,014,143 |
net_rshares | 193,225,184,086 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 193,225,184,086 | 2% | ||
endhivewatchers | 0 | 0 | 0.5% |
<center>PIZZA! $PIZZA slices delivered: @danzocal<sub>(5/10)</sub> tipped @engrave </center>
author | pizzabot |
---|---|
permlink | re-low-power-local-witness-node-20250225t001634z |
category | hive |
json_metadata | "{"app": "pizzabot"}" |
created | 2025-02-25 00:16:33 |
last_update | 2025-02-25 00:16:33 |
depth | 1 |
children | 0 |
last_payout | 2025-03-04 00:16:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 97 |
author_reputation | 7,461,843,796,217 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,030,680 |
net_rshares | 0 |
!LOLZ
author | pompe72 |
---|---|
permlink | ss6lu3 |
category | hive |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-02-24 09:46:54 |
last_update | 2025-02-24 09:46:54 |
depth | 1 |
children | 1 |
last_payout | 2025-03-03 09:46:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 43,114,979,234,826 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,013,819 |
net_rshares | 0 |
<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>
author | lolzbot |
---|---|
permlink | re-ss6lu3-20250224t095006z |
category | hive |
json_metadata | "{"app": "beem/0.24.19"}" |
created | 2025-02-24 09:50:12 |
last_update | 2025-02-24 09:50:12 |
depth | 2 |
children | 0 |
last_payout | 2025-03-03 09:50:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 740 |
author_reputation | 196,132,162,906,482 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,013,866 |
net_rshares | 0 |
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.
author | ryosai |
---|---|
permlink | re-engrave-2025223t16413555z |
category | hive |
json_metadata | {"tags":["hive","witness-update","witness","engrave"],"app":"ecency/4.0.3-vision","format":"markdown+html"} |
created | 2025-02-23 22:41:36 |
last_update | 2025-02-23 22:41:36 |
depth | 1 |
children | 3 |
last_payout | 2025-03-02 22:41:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.370 HBD |
curator_payout_value | 0.371 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 407 |
author_reputation | 26,002,778,636,643 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,005,190 |
net_rshares | 1,966,473,430,416 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
borislavzlatanov | 0 | 15,303,709,406 | 100% | ||
oluwatobiloba | 0 | 1,568,385,135 | 100% | ||
engrave | 0 | 1,921,052,355,163 | 20% | ||
pedrobrito2004 | 0 | 14,278,871,364 | 10% | ||
dromihete | 0 | 14,270,109,348 | 100% |
Yep, we still need powerful API nodes that could handle frontends' traffic, but theoretically, almost everyone could run a basic node.
author | engrave |
---|---|
permlink | re-ryosai-ss5rhp |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-23 22:51:24 |
last_update | 2025-02-23 22:51:24 |
depth | 2 |
children | 2 |
last_payout | 2025-03-02 22:51:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 134 |
author_reputation | 318,719,797,600,724 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,005,348 |
net_rshares | 14,997,010,530 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
borislavzlatanov | 0 | 14,997,010,530 | 100% | ||
endhivewatchers | 0 | 0 | 0.5% |
What if the traffic is redirected to hundreds of small API nodes that run on lightweight machines like yours?
author | borislavzlatanov |
---|---|
permlink | re-engrave-ss92rb |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3"} |
created | 2025-02-25 17:47:36 |
last_update | 2025-02-25 17:47:36 |
depth | 3 |
children | 1 |
last_payout | 2025-03-04 17:47:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 23,435,537,636,312 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,048,692 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
endhivewatchers | 0 | 0 | 0.5% |
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.
author | seattlea |
---|---|
permlink | re-engrave-2025223t162711616z |
category | hive |
json_metadata | {"tags":["hive","witness-update","witness","engrave"],"app":"ecency/4.0.3-vision","format":"markdown+html"} |
created | 2025-02-24 00:27:12 |
last_update | 2025-02-24 00:27:12 |
depth | 1 |
children | 1 |
last_payout | 2025-03-03 00:27:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 203 |
author_reputation | 281,639,079,022,758 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,006,899 |
net_rshares | 13,430,516,695 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dromihete | 0 | 13,430,516,695 | 100% | ||
endhivewatchers | 0 | 0 | 0.5% |
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.
author | engrave |
---|---|
permlink | re-seattlea-ss6ksq |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3"} |
created | 2025-02-24 09:24:27 |
last_update | 2025-02-24 09:24:27 |
depth | 2 |
children | 0 |
last_payout | 2025-03-03 09:24:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 167 |
author_reputation | 318,719,797,600,724 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,013,496 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
endhivewatchers | 0 | 0 | 0.5% |
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.
author | shmoogleosukami |
---|---|
permlink | re-engrave-ss73rr |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-24 16:14:15 |
last_update | 2025-02-24 16:14:15 |
depth | 1 |
children | 2 |
last_payout | 2025-03-03 16:14:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 626 |
author_reputation | 225,286,091,853,339 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,021,408 |
net_rshares | 195,635,763,927 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 195,635,763,927 | 2% | ||
endhivewatchers | 0 | 0 | 0.5% |
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.
author | engrave |
---|---|
permlink | re-shmoogleosukami-ss74kn |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-24 16:31:36 |
last_update | 2025-02-24 16:31:36 |
depth | 2 |
children | 1 |
last_payout | 2025-03-03 16:31:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.048 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 233 |
author_reputation | 318,719,797,600,724 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,021,879 |
net_rshares | 258,007,710,361 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shmoogleosukami | 0 | 258,007,710,361 | 40% | ||
endhivewatchers | 0 | 0 | 0.5% |
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.
author | shmoogleosukami |
---|---|
permlink | re-engrave-ss76xn |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-24 17:22:36 |
last_update | 2025-02-24 17:22:36 |
depth | 3 |
children | 0 |
last_payout | 2025-03-03 17:22:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.034 HBD |
curator_payout_value | 0.034 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 225,286,091,853,339 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,023,094 |
net_rshares | 182,373,930,932 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 182,373,930,932 | 2% | ||
endhivewatchers | 0 | 0 | 0.5% |
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...
author | thelogicaldude |
---|---|
permlink | re-engrave-ss5iu1 |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-23 19:44:27 |
last_update | 2025-02-23 19:44:27 |
depth | 1 |
children | 4 |
last_payout | 2025-03-02 19:44:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.040 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 223 |
author_reputation | 358,124,031,623,235 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,001,956 |
net_rshares | 217,821,389,661 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 189,586,826,854 | 2% | ||
pedrobrito2004 | 0 | 14,250,424,797 | 10% | ||
dromihete | 0 | 13,984,138,010 | 100% |
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.
author | engrave |
---|---|
permlink | re-thelogicaldude-ss5j4d |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-23 19:50:39 |
last_update | 2025-02-23 19:50:39 |
depth | 2 |
children | 3 |
last_payout | 2025-03-02 19:50:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 289 |
author_reputation | 318,719,797,600,724 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,002,137 |
net_rshares | 9,271,527,174 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thelogicaldude | 0 | 9,271,527,174 | 26% |
Ah, okay. I have been looking to run a witness locally for a while just didn't know what kind of machine to get.
author | thelogicaldude |
---|---|
permlink | re-engrave-2sdxivvs7 |
category | hive |
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":[]} |
created | 2025-02-23 20:00:39 |
last_update | 2025-02-23 20:00:39 |
depth | 3 |
children | 2 |
last_payout | 2025-03-02 20:00:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.035 HBD |
curator_payout_value | 0.035 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 358,124,031,623,235 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,002,411 |
net_rshares | 191,866,988,414 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 191,866,988,414 | 2% |
nice job and thanks for the info! ;) ps. where can i get this cute pc for $88 from?
author | trayan |
---|---|
permlink | re-engrave-ss8bng |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-25 08:02:03 |
last_update | 2025-02-25 08:02:03 |
depth | 1 |
children | 2 |
last_payout | 2025-03-04 08:02:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 101,529,968,475,622 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,036,400 |
net_rshares | 0 |
Local market, something like ebay
author | engrave |
---|---|
permlink | re-trayan-ss8fg5 |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-25 09:24:06 |
last_update | 2025-02-25 09:24:06 |
depth | 2 |
children | 1 |
last_payout | 2025-03-04 09:24:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 318,719,797,600,724 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,037,575 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
endhivewatchers | 0 | 0 | 0.5% |
very nice! :) good offer i was thinking about the same and already cheked on our local...
author | trayan |
---|---|
permlink | re-engrave-ss8gyt |
category | hive |
json_metadata | {"tags":["hive"],"app":"peakd/2025.2.3","image":[],"users":[]} |
created | 2025-02-25 09:56:57 |
last_update | 2025-02-25 09:56:57 |
depth | 3 |
children | 0 |
last_payout | 2025-03-04 09:56:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 101,529,968,475,622 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,038,076 |
net_rshares | 0 |
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!
author | typebox |
---|---|
permlink | ss759e |
category | hive |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-02-24 16:46:27 |
last_update | 2025-02-24 16:46:27 |
depth | 1 |
children | 0 |
last_payout | 2025-03-03 16:46:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 195 |
author_reputation | 37,721,149,027,198 |
root_title | "Low power local witness node" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,022,272 |
net_rshares | 195,256,090,896 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 195,256,090,896 | 2% |