*(the idea of this is to show the community how some efforts/works go behind the scenes without necessarily being shown or valued in terms of posts. Well, I wanted to change a bit of that because I value these collaborative effort situations and I think it makes sense to show it off as an inspiration for the community)* Some of you might know I have been trying to help as a witness on Hive-Engine. You can find some of the posts I made in @atexoras account, but the witness (node) in active duty is being operated via @atexoras.witness. Recently my main node has been struck with some problems, which I saw as an opportunity to find more information for myself to learn and if possible help in the continuous development of the side-chain. This is not something awkward on blockchain technology I think? ๐ค At least not on HIVE I might guess (maybe I am too naive) ๐คทโโ๏ธ Either way... I like to help and learn...  There are actually a great number of people always trying to help behind the scenes that most people don't know about. I am just a little pee on this great salad! But, the point is, everyone, can help... bit by bit, in collaboration, I can tell you, we are huge! So... trying to show you a bit of how that work goes... I would say (for me), 7 or 8 out of 10 in terms of technicality... and I am trying to include everyone on this blockchain (or attempting to), so don't get scared! There is worse in life... ๐คฃ # Context Recently, as I said above, I have been having some problems with my node that we don't know yet the reason for. These are not impacting anyone because I am usually a backup witness although I disable myself when doing these tests in case something goes wrong. Eventually, I started working (these last few weeks) with @eonwarped (or rather him with me?) trying to figure this out. And the following lines are just an example of that collaboration. Thank you for all your time on this mate! In the following steps, I am trying to find common denominators for the problem's reproducibility while "eon" (can I call you that?) is looking at that info, troubleshooting it, and attempting fixes or finding what is the problem, eventually resulting in merge requests that we all try to re-validate before they get into production. All of it is a time-consuming effort indeed, but as I said... I learn a lot, therefore, it's a โcheck for me! # After this point it becomes technical... All tests below were made using code from [replayWithParallelDbCompare](https://github.com/hive-engine/steemsmartcontracts/tree/replayWithParallelDbCompare) branch. --- # Using branch [replayWithParallelDbCompare](https://github.com/hive-engine/steemsmartcontracts/tree/replayWithParallelDbCompare) (but without enableHashVerification verification) ``` "genesisHiveBlock": 41967000, - "enableHashVerification": true, - "defaultLogLevel": "warn" ``` This was an attempt to see if something different would be unveiled with this code in comparison with the production one. ## Because I have a script ([he_awn.sh](https://github.com/4Ykw/he-awm/tree/develop)) that auto stops if forked, this is where it stopped... ``` ... 0|prod-hivengwit | 2021-12-27 02:06:41 info: [P2P] currentRound 494123 0|prod-hivengwit | currentWitness apiculture 0|prod-hivengwit | lastBlockRound 13352950 0|prod-hivengwit | lastProposedRound null 0|prod-hivengwit | 2021-12-27 02:06:44 info: [P2P] currentRound 494123 0|prod-hivengwit | currentWitness apiculture 0|prod-hivengwit | lastBlockRound 13352950 0|prod-hivengwit | lastProposedRound null 0|prod-hivengwit | 2021-12-27 02:06:47 info: [P2P] currentRound 494123 0|prod-hivengwit | currentWitness apiculture 0|prod-hivengwit | lastBlockRound 13352950 0|prod-hivengwit | lastProposedRound null 0|prod-hivengwit | 2021-12-27 02:06:49 info: [Streamer] head_block_number 60390978 currentBlock 60340184 Hive blockchain is 50794 blocks ahead 0|prod-hivengwit | Node block fetch average for https://rpc.ausbit.dev/,https://api.hivekings.com/,https://hived.privex.io/ is 3603.9393063583816 with 346 requests 0|prod-hivengwit | 2021-12-27 02:06:49 info: [Streamer] Node block fetch average for https://rpc.ecency.com/,https://techcoderx.com/,https://hived.privex.io/ is 1189.5805243445693 with 801 requests 0|prod-hivengwit | Node block fetch average for https://hived.hive-engine.com/,https://hived.emre.sh/,https://hived.privex.io/ is NaN with 0 requests 0|prod-hivengwit | Node block fetch average for https://api.followbtcnews.com/,https://api.hive.blog/,https://hived.privex.io/ is 4421.732057416268 with 209 requests 0|prod-hivengwit | Node block fetch average for https://api.openhive.network/,https://hive.roelandp.nl/,https://hived.privex.io/ is 7045.192660550459 with 109 requests 0|prod-hivengwit | Node block fetch average for https://api.pharesim.me/,https://api.deathwing.me/,https://hived.privex.io/ is 5440.6328125 with 128 requests 0|prod-hivengwit | 2021-12-27 02:06:50 info: [P2P] currentRound 494123 0|prod-hivengwit | currentWitness lassecashwitness 0|prod-hivengwit | lastBlockRound 13352950 0|prod-hivengwit | lastProposedRound null 0|prod-hivengwit | 2021-12-27 02:06:53 info: [P2P] currentRound 494123 0|prod-hivengwit | currentWitness lassecashwitness 0|prod-hivengwit | lastBlockRound 13352950 0|prod-hivengwit | lastProposedRound null 0|prod-hivengwit | 2021-12-27 02:06:56 info: [P2P] currentRound 494123 0|prod-hivengwit | currentWitness lassecashwitness 0|prod-hivengwit | lastBlockRound 13352950 0|prod-hivengwit | lastProposedRound null 0|prod-hivengwit | 2021-12-27 02:06:56 info: Stopping node... ... ``` ## The `find_divergent_block` (@eonwraped [findDivergentBlock](https://github.com/hive-engine/steemsmartcontracts/tree/findDivergentBlock) branch version) I got stuck at **60339903** ``` Transaction 35 mismatch: This: {"refHiveBlockNumber":60339903,"transactionId":"e4cfc69931450bc8eba30da2ed44b8104abb46b3-0","sender":"null","contract":"comments","action":"comment","payload":" ... divergent block id at 13352938 ``` This is interesting because on my previous test it got stuck at block **60375997**, which is way ahead of this block. # Doing another restore and re-running with `enableHashVerification` and `warn` on debug messages. I am using LVM snapshots to quickly do these experiments, which allow me to have a sweet spot for testing... ## This time got stuck at 60338529 (sooner) ``` 0|prod-hivengwit | 2021-12-27 04:59:54 info: [Blockchain] Sidechain Block 13351564, Main db hash: 3b5e440cff1d9ccb449d938d13aabdef92d01daa7884dfe0cb4dfd88d172e597, Main block hash: 40466e16b6749241761081033d1d999b62f316a9ad89954e72af6138ae785d7f, This db hash: 3b5e440cff1d9ccb449d938d13aabdef92d01daa7884dfe0cb4dfd88d172e597, This block hash: fe0da97895491d5e219b91bc8d9fe6eeb42a39cfad4424fb986411306a3cb113 0|prod-hivengwit | 2021-12-27 04:59:54 error: [Blockchain] Error: Block mismatch with api 0|prod-hivengwit | Main: { 0|prod-hivengwit | "_id": 13351564, 0|prod-hivengwit | "blockNumber": 13351564, 0|prod-hivengwit | "refHiveBlockNumber": 60338529, 0|prod-hivengwit | "refHiveBlockId": "0398b16180f3cb934983c38fd4cf392bd851475d", 0|prod-hivengwit | "prevRefHiveBlockId": "0398b160fdaa0baaa79c3cebae918a14dfca983b", 0|prod-hivengwit | "previousHash": "875c4062325a9e75d35e291352fc853df3e0c194ba09a38b68fe3dce2147f272", 0|prod-hivengwit | "previousDatabaseHash": "7749082e82b0c670a8b4329cb8730a25925f040e5aca0042f1a561cb94c473f1", 0|prod-hivengwit | "timestamp": "2021-12-25T06:17:33", ``` I tried reducing `antiForkBufferMaxSize` at `plugins/Streamer.js`, from 5 to 3, but as I learned that doesn't do any effect because the database is already at a specific state. `find_divergent_block.js` needs the chain to be forked before being able to tell the divergent block. So I disabled the `enableHashVerification` and restarted the node, letting it process more than what I had defined at `antiForkBufferMaxSize`, to find the diverged block information. ``` ... low 13351564 high 13351576 low 13351564 high 13351570 low 13351564 high 13351567 low 13351564 high 13351565 ### high block Transaction 0 matches Transaction 1 matches Transaction 2 matches Transaction 3 matches Transaction 4 matches Transaction 5 matches Transaction 6 matches Transaction 7 matches Transaction 8 matches Transaction 9 mismatch: This: {"refHiveBlockNumber":60338529,"transactionId":"c964efe97bd40a2630a4eba2a9c136b6abe4a7ff","sender":"null","contract":"comments","action":"comment","payload":" ... divergent block id at 13351564 ``` To see if I could confirm my theory (at this point I had already one yes...) I have decided to do a 3rd test... so got the state back to my LVM snapshot and began synchronizing again. Then it got stuck again! ## This time... on block 60338810 (later) ``` 0|prod-hivengwit | 2021-12-27 05:44:36 info: [Blockchain] Sidechain Block 13351845, Main db hash: f3968324871df7d39c646e40dd6902c8be0f1cffb7cfb2542fceeb4f45e0e647, Main block hash: 38b031ddbed9fe4d5f23d955f602d3c52614aa1610ee1822017fed1d58142032, This db hash: f3968324871df7d39c646e40dd6902c8be0f1cffb7cfb2542fceeb4f45e0e647, This block hash: 553c3b3f882021b9ed259eb7791f441838582c01d39a8fff15a12db95833738c 0|prod-hivengwit | 2021-12-27 05:44:36 error: [Blockchain] Error: Block mismatch with api 0|prod-hivengwit | Main: { 0|prod-hivengwit | "_id": 13351845, 0|prod-hivengwit | "blockNumber": 13351845, 0|prod-hivengwit | "refHiveBlockNumber": 60338810, 0|prod-hivengwit | "refHiveBlockId": "0398b27a1e46b6e6aa3c3189e6acbc096c84b42b", 0|prod-hivengwit | "prevRefHiveBlockId": "0398b27941233d860a2ae725424d8ebdd068cf2f", 0|prod-hivengwit | "previousHash": "e4ce7a4d0fab9a00d54bbf7cb08405c98021633831ae4652045a2cba34002141", 0|prod-hivengwit | "previousDatabaseHash": "f1ad66748cd820ca9ee4ab1319b0e67be00f0b4396d4c428bdb9ffd0879fa622", 0|prod-hivengwit | "timestamp": "2021-12-25T06:31:39", ``` There it goes my theory... this is completely random. Hence something either from the mongo software or external is affecting the way it behaves. ## Disabling `enableHashVerification` to fork and get info... ``` ... low 13351814 high 13351863 low 13351839 high 13351863 low 13351839 high 13351851 low 13351839 high 13351845 low 13351843 high 13351845 ### high block Transaction 0 matches Transaction 1 matches Transaction 2 matches Transaction 3 matches Transaction 4 matches Transaction 5 matches Transaction 6 matches Transaction 7 matches Transaction 8 matches Transaction 9 matches Transaction 10 matches Transaction 11 mismatch: This: {"refHiveBlockNumber":60338810,"transactionId":"88e6734497f4b50a94cc67e6ea084b8e409948e0-0","sender":"null","contract":"comments","action":"comment","payload":" ... divergent block id at 13351845 ``` After this, and touching base with @eonwarped, which recommended me to re-arrange a configuration file used for synchronization, the thing looks like behaving and it might have just made the trick. We might still need to do more troubleshooting, but the "Achilles Foot" might just be it... I am still running on catch-up for a few more hours or up to a day or two, to be really sure these fixes are working great for final review and then deployment. This experience has been invaluable to me and I can only thank you for the dedication and time from @eonwarped. Totally deserving of my vote as a Hive-Engine witness. # See you soon on ๐2022๐ Technicality has stopped! Now it's just me, back again... ๐คฃ If I don't get another chance to wish everyone a Happy New Year, this is it and might be my last post of 2021. Hopefully, this will be inspirational for anyone out there that wants to grasp for more or try to dig into HIVE and/or Hive-Engine inner parts. --- # ๐ For a great ๐ช cause check [this](https://ecency.com/help/@forykw/i-would-appreciate-anyone-that) quick post about #tourettes ๐คฏ call for โก action! It will not take more than a few seconds of your time and potentially make many lives happier. Thank you for even considering reading it. --- # ๐๏ธHIVE5's! Have fun, good luck on all the gaming, and lots of teaching "how to play" to new players. ## ๐ค [Twitter](https://twitter.com/forkyishere) - @forkyishere ๐ (@forykw dark side) For #news about the #HIVE blockchain, and other stuff. I am following all users! In addition, if you are looking for a nice place to either reach out, share or just have a great time, come along to @atexoras.pub gatherings. We welcome everyone on the HIVE blockchain. ### ๐ Vote for Witnesses @forykw is running ๐ @atexoras.witness __Hive-Engine__ [here](https://tribaldex.com/witnesses) (voting uses staked [WORKERBEE](https://tribaldex.com/trade/WORKERBEE)) __Hive__ [here](https://tribaldex.com/witnesses) (voting uses staked HIVE) --- <center> # ๐ Hive Blockchain Games ๐ฎ </center> | Year | Title | Post link (๐4+โน๏ธnfo) | | --- | --- | --- | | 2021 | The ecosystem is expanding! | <center>[](https://ecency.com/hivegames/@forykw/2021-hive-blockchain-games-the) (credit @solymi)</center> | | 2020 | The power of having fun! | <center>[](https://peakd.com/hive-148441/@forykw/2020-hive-blockchain-games-the-power-of-having-fun) (credit @doze)</center> | --- <center> # ๐ณ Cryptocurrency Cards </center> | [Crypto.com](https://platinum.crypto.com/r/hz3dzstewl) ๐๐๐ | [Crypterium](https://crypterium.app.link/UpvfysXUKY) (forgot) | [TenX](https://webhooks.getonebit.com/api/wallet/share-link?source=edf4e92409a887b942968c6a4bd9180080935c2aa8490a7202caf65ecf6562c6) (retired) | Revolut (wen?) | [Wirex](https://wirexapp.com/r/forykw) (fuckdup) | | --- | --- | --- | --- | --- | | https://crypto.com/images/cards_sg/card-page-rose-gold-93d09a29.png | https://cards.crypterium.com/static/img/pics/card.png | https://images.ctfassets.net/xecblntwky6m/4DuzIWlnDW40Ksg2euYQaq/6fdfb10cc614e737c677fe01115f84fc/productCard.png | https://steemitimages.com/640x0/http://res.cloudinary.com/oracle-d/image/upload/v1541428832/fv1minzyjesg10zetx2q.png | https://img.wirexapp.com/images/t_optimize_transf/v1573412547/wirexapp/wirex30/en/en-img-card-hero.png/img | <center> # by @forykw  </center>
author | forykw |
---|---|
permlink | how-does-it-look-to-be-helping-behind-the-scenes |
category | hewitness |
json_metadata | {"app":"peakd/2021.09.1","format":"markdown","tags":["hewitness","hiveengine","witness","hive","newyear","collaboration","neoxian","hustler","archon","proofofbrain"],"users":["atexoras","atexoras.witness","eonwarped","eonwraped","eonwarped.","forykw","forkyishere","atexoras.pub","solymi","doze"],"image":["https://files.peakd.com/file/peakd-hive/forykw/23tcNnfFY5GHkFBZ4tmJLJ2rU3GwmSWdCg8NZMmNGbGAf42nkE7RLoZv3f8usE1ZSfeF6.png","https://images.ecency.com/p/2bP4pJr4wVimqCWjYimXJe2cnCgn7fYY3hBrmfASCPg?format=webp&mode=fit","https://files.peakd.com/file/peakd-hive/forykw/bQ2g7jrS-HIVE_2020_GAMES.png","https://crypto.com/images/cards_sg/card-page-rose-gold-93d09a29.png","https://cards.crypterium.com/static/img/pics/card.png","https://images.ctfassets.net/xecblntwky6m/4DuzIWlnDW40Ksg2euYQaq/6fdfb10cc614e737c677fe01115f84fc/productCard.png","https://steemitimages.com/640x0/http://res.cloudinary.com/oracle-d/image/upload/v1541428832/fv1minzyjesg10zetx2q.png","https://img.wirexapp.com/images/t_optimize_transf/v1573412547/wirexapp/wirex30/en/en-img-card-hero.png/img","https://files.peakd.com/file/peakd-hive/forykw/MNu9mnm4-1MKqGoh8-forykw.gif"]} |
created | 2021-12-27 13:33:33 |
last_update | 2021-12-27 13:33:33 |
depth | 0 |
children | 13 |
last_payout | 2022-01-03 13:33:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 13.851 HBD |
curator_payout_value | 13.693 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14,622 |
author_reputation | 93,761,325,200,371 |
root_title | "How does it look to be helping behind the scenes?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 108,898,287 |
net_rshares | 13,468,462,893,239 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gerber | 0 | 10,036,155,095 | 3% | ||
good-karma | 0 | 10,754,720,820 | 1% | ||
daan | 0 | 51,604,462,434 | 8% | ||
ezzy | 0 | 132,200,823 | 3% | ||
nascimentoab | 0 | 4,305,769,306 | 61% | ||
arcange | 0 | 171,132,709,723 | 2% | ||
exyle | 0 | 27,171,426,033 | 3% | ||
raphaelle | 0 | 1,369,694,631 | 2% | ||
jlufer | 0 | 7,824,478,555 | 100% | ||
seckorama | 0 | 16,591,996,054 | 15% | ||
networkallstar | 0 | 151,950,783,425 | 100% | ||
redes | 0 | 2,545,976,803,451 | 37% | ||
lostkluster | 0 | 578,299,253 | 50% | ||
esteemapp | 0 | 2,994,886,748 | 1% | ||
walterjay | 0 | 5,599,675,794 | 0.35% | ||
schamangerbert | 0 | 79,500,745,706 | 7% | ||
steemitboard | 0 | 6,664,048,503 | 2% | ||
animal-shelter | 0 | 41,584,994,785 | 100% | ||
ganjafarmer | 0 | 13,460,652,791 | 17.5% | ||
louisthomas | 0 | 79,907,398,961 | 100% | ||
thatsweeneyguy | 0 | 602,833,874 | 100% | ||
dune69 | 0 | 17,431,488,966 | 2.4% | ||
amberyooper | 0 | 33,405,227,622 | 10% | ||
iansart | 0 | 8,007,900,374 | 3% | ||
forykw | 0 | 1,596,965,221,879 | 100% | ||
aleister | 0 | 14,288,941,490 | 25% | ||
faisalimmer | 0 | 2,579,217,575 | 100% | ||
zacherybinx | 0 | 15,180,055,363 | 100% | ||
trenz | 0 | 102,189,971,667 | 30.24% | ||
ludmila.kyriakou | 0 | 9,851,626,441 | 100% | ||
captainquack22 | 0 | 20,883,349,986 | 20% | ||
hope-on-fire | 0 | 194,698,105,854 | 26% | ||
nicniezgrublem | 0 | 2,915,050,864 | 2.4% | ||
pixelfan | 0 | 44,217,750,624 | 5.6% | ||
helgapn | 0 | 7,640,350,034 | 100% | ||
duekie | 0 | 197,187,188 | 100% | ||
nascimentocb | 0 | 928,258,286 | 61% | ||
felander | 0 | 17,027,347,548 | 3% | ||
saltiberra | 0 | 4,094,265,473 | 30.5% | ||
yogacoach | 0 | 3,070,693,722 | 3% | ||
msp-foundation | 0 | 1,998,869,657 | 60.2% | ||
esteem.app | 0 | 301,686,092 | 1% | ||
tobetada | 0 | 378,343,166,267 | 15% | ||
josediccus | 0 | 271,915,088,302 | 30% | ||
tixinhacapitinha | 0 | 1,905,821,840 | 100% | ||
caladan | 0 | 18,036,583,108 | 2.55% | ||
eonwarped | 0 | 572,146,866,227 | 19% | ||
afzalqamar | 0 | 6,086,545,847 | 100% | ||
mytechtrail | 0 | 130,750,554,344 | 35% | ||
elderson | 0 | 5,134,833,533 | 8.75% | ||
drunksamurai | 0 | 1,289,454,698 | 50% | ||
sentipl | 0 | 6,683,098,776 | 100% | ||
anikekirsten | 0 | 1,527,074,451 | 100% | ||
jim888 | 0 | 706,194,082,848 | 22% | ||
bitcoinportugal | 0 | 803,073,584 | 18.3% | ||
mmmmkkkk311 | 0 | 83,031,815,964 | 10% | ||
fieryfootprints | 0 | 9,062,543,679 | 20% | ||
shmoogleosukami | 0 | 24,173,282,844 | 10% | ||
fireguardian | 0 | 4,117,315,026 | 50% | ||
pkocjan | 0 | 2,422,359,988 | 2.4% | ||
condeas | 0 | 212,584,227,084 | 10% | ||
michelmake | 0 | 481,727,408 | 52% | ||
jglake | 0 | 5,168,602,312 | 20% | ||
dumnebari | 0 | 2,505,271,909 | 50% | ||
reazuliqbal | 0 | 16,553,914,577 | 3% | ||
bestboom | 0 | 828,478,642 | 3% | ||
joseantpp | 0 | 3,570,216,341 | 100% | ||
mariuszkarowski | 0 | 3,820,313,824 | 10% | ||
gadrian | 0 | 9,720,638,739 | 6.6% | ||
informator | 0 | 517,719,826 | 5% | ||
themightyvolcano | 0 | 1,126,477,817 | 3% | ||
assistentesocial | 0 | 795,296,333 | 30.5% | ||
meanbees | 0 | 11,833,870,364 | 10% | ||
mcluz | 0 | 3,350,411,941 | 100% | ||
sbi3 | 0 | 186,828,629,872 | 8.07% | ||
steem.services | 0 | 1,804,174,503 | 0.75% | ||
mattmcguire | 0 | 1,715,441,485 | 100% | ||
swisswitness | 0 | 1,130,444,020 | 3% | ||
achim03 | 0 | 174,874,119,782 | 30% | ||
gaottantacinque | 0 | 185,619,622 | 100% | ||
thedailysneak | 0 | 638,528,298 | 0.82% | ||
dalz | 0 | 348,174,056,090 | 50% | ||
luciannagy | 0 | 8,081,914,046 | 50% | ||
mimismartypants | 0 | 45,567,808,942 | 100% | ||
gasaeightyfive | 0 | 285,697,680 | 100% | ||
dlike | 0 | 18,385,747,517 | 3% | ||
teamoregon | 0 | 1,555,552,832 | 35% | ||
engrave | 0 | 51,889,826,563 | 2.4% | ||
pixiepost | 0 | 6,678,261,255 | 10% | ||
pboulet | 0 | 638,459,500 | 0.7% | ||
cribbio | 0 | 643,146,779 | 100% | ||
marfonso | 0 | 6,607,591,837 | 20% | ||
kind.network | 0 | 1,242,914,422 | 35% | ||
steemraiser | 0 | 11,096,592,657 | 37.8% | ||
followjohngalt | 0 | 974,709,871 | 2.7% | ||
bluerobo | 0 | 103,399,801,597 | 100% | ||
shainemata | 0 | 600,318,279 | 1% | ||
cgbernardo | 0 | 640,420,991 | 20% | ||
rafaeleff15 | 0 | 13,087,066,457 | 100% | ||
steemitportugal | 0 | 61,717,580,617 | 61% | ||
leosoph | 0 | 20,705,568,423 | 25% | ||
trincowski-pt | 0 | 58,995,420,438 | 100% | ||
doze | 0 | 9,326,885,831 | 50% | ||
mfblack | 0 | 1,160,419,902 | 2.85% | ||
milu-the-dog | 0 | 1,298,566,006 | 3% | ||
triplea.bot | 0 | 686,473,313 | 3% | ||
tiffin | 0 | 856,853,916 | 2.4% | ||
steem.leo | 0 | 4,981,151,209 | 3% | ||
maddogmike | 0 | 30,198,022,856 | 35% | ||
sbi-tokens | 0 | 560,130,383 | 1.65% | ||
successchar | 0 | 6,825,623,150 | 35% | ||
nata86 | 0 | 716,776,512 | 50% | ||
mister.reatard | 0 | 671,130,630 | 5% | ||
ribary | 0 | 1,008,498,442 | 1.5% | ||
gloriaolar | 0 | 7,205,377,878 | 4.5% | ||
mice-k | 0 | 253,400,237 | 3% | ||
davidlionfish | 0 | 12,046,267,195 | 50% | ||
zeusflatsak | 0 | 4,751,253,369 | 17.5% | ||
groove-logic | 0 | 1,175,114,535 | 17.5% | ||
dpend.active | 0 | 492,600,111 | 0.6% | ||
blue-witness | 0 | 7,338,731,264 | 100% | ||
hivetrending | 0 | 115,440,402,667 | 50% | ||
laruche | 0 | 31,612,986,629 | 0.7% | ||
dbuzz | 0 | 27,118,807,732 | 0.5% | ||
thepeakstudio | 0 | 1,174,263,926 | 35% | ||
polish.hive | 0 | 773,969,420 | 3% | ||
kyleana | 0 | 1,245,301,300 | 50% | ||
dcityrewards | 0 | 107,166,089,173 | 3% | ||
gradeon | 0 | 6,671,737,769 | 35% | ||
hivelist | 0 | 133,148,441,516 | 35% | ||
ecency | 0 | 396,927,930,281 | 1% | ||
hive-169313 | 0 | 1,825,964,379 | 100% | ||
kingneptune | 0 | 5,157,409,440 | 50% | ||
hivehustlers | 0 | 182,498,479,009 | 70% | ||
theroad2freedom | 0 | 838,410,574 | 10% | ||
sweetest | 0 | 836,292,579 | 100% | ||
hivecur | 0 | 79,836,968 | 3% | ||
improbableliason | 0 | 1,345,933,159 | 35% | ||
txrose | 0 | 526,696,609 | 25% | ||
familyhistory | 0 | 1,449,224,346 | 10% | ||
ecency.stats | 0 | 387,454,283 | 1% | ||
stickupboys | 0 | 41,826,131,272 | 50% | ||
akhyar23 | 0 | 232,315,456 | 100% | ||
martial.media | 0 | 778,965,342 | 17.5% | ||
mrhuman88 | 0 | 39,692,963 | 50% | ||
human-history | 0 | 28,755,758,768 | 100% | ||
birdbeaksd | 0 | 582,951,507 | 100% | ||
dcrops | 0 | 13,632,093,139 | 1.5% | ||
dadspardan | 0 | 32,995,200,426 | 50% | ||
atexoras | 0 | 2,068,730,582 | 100% | ||
thebeardflex | 0 | 65,171,237,650 | 100% | ||
moonthumb | 0 | 2,080,359,949 | 25% | ||
huzzah | 0 | 33,988,144,535 | 100% | ||
cooperclub | 0 | 3,314,999,801 | 50% | ||
liotes | 0 | 2,411,526,398 | 30% | ||
liotes.fund | 0 | 781,610,553 | 30% | ||
nyxlabs | 0 | 7,233,783,394 | 35% | ||
brofi | 0 | 0 | 10% | ||
proofofbrainio | 0 | 67,393,953,284 | 16.5% | ||
efastromberg94 | 0 | 621,809,551 | 10% | ||
creodas | 0 | 2,406,603,772 | 75% | ||
iviaxpow3r | 0 | 1,389,755,247 | 50% | ||
liotes.voter | 0 | 325,583,987,192 | 30% | ||
horstman5 | 0 | 1,723,461,138 | 30% | ||
hive.pizza | 0 | 2,443,949,952,041 | 100% | ||
chireerocks.pob | 0 | 135,304,304 | 100% | ||
trippymane | 0 | 16,852,711,535 | 100% | ||
pizzabot | 0 | 169,972,769,248 | 100% | ||
dajokawild | 0 | 1,395,688,730 | 50% | ||
stickupmusic | 0 | 1,778,312,877 | 50% | ||
holovision.list | 0 | 34,511,491 | 50% | ||
bellou61 | 0 | 818,176,821 | 50% | ||
thecbp-hiver | 0 | 2,385,045,516 | 50% | ||
abrarhussain | 0 | 3,468,233,975 | 100% | ||
john9inch | 0 | 1,877,836,491 | 50% | ||
szmobacsi | 0 | 1,007,752,113 | 90% | ||
enovf | 0 | 5,746,867,056 | 100% | ||
productivo | 0 | 1,153,453,646 | 50% | ||
sovstar | 0 | 2,104,987,687 | 50% | ||
drabs587 | 0 | 2,529,755,124 | 25% | ||
gehenna08 | 0 | 913,745,252 | 75% | ||
new.things | 0 | 14,738,312,494 | 100% | ||
wasper | 0 | 7,272,974,955 | 95.4% | ||
trenloco | 0 | 972,270,422 | 50% | ||
ministickupboy | 0 | 586,953,631 | 50% | ||
mcgilli | 0 | 788,085,164 | 50% | ||
galih.amenk | 0 | 2,149,147,553 | 100% | ||
lynnnguyen | 0 | 1,967,991,698 | 50% | ||
stickupofficial1 | 0 | 1,264,644,631 | 50% | ||
tdctunes | 0 | 59,096,294,030 | 50% | ||
thercek | 0 | 505,269,813 | 50% | ||
ong.aye.myat.mon | 0 | 1,702,081,282 | 27% | ||
artsofmarynowski | 0 | 1,135,017,891 | 100% | ||
marcinxyz | 0 | 600,879,242 | 50% | ||
stickupcash | 0 | 803,200,271 | 50% | ||
vladd26 | 0 | 291,278,402 | 100% | ||
willinthontech | 0 | 0 | 100% | ||
rubalskyy | 0 | 929,252,402 | 100% | ||
doctorfate | 0 | 450,622,820 | 100% | ||
abeerhunter | 0 | 3,509,419,280 | 21.5% | ||
littlebeatle | 0 | 7,886,199,132 | 100% | ||
alaxanderbrel | 0 | 0 | 100% | ||
sainz | 0 | 54,425,027 | 9% | ||
zeclipse | 0 | 3,385,838,719 | 100% | ||
femcy-willcy | 0 | 344,955,720 | 8% | ||
woodathegsd | 0 | 1,243,444,160 | 17.5% | ||
om1 | 0 | 0 | 76.6% | ||
albuslucimus | 0 | 1,325,639,453 | 9% | ||
uzuka | 0 | 38,169,662 | 50% | ||
studio3141 | 0 | 1,003,206,969 | 50% | ||
isaiahskingdom54 | 0 | 0 | 100% | ||
bangerstill | 0 | 204,217,017 | 100% | ||
magsdiasilva | 0 | 758,215,201 | 49% | ||
seaspect | 0 | 2,434,358,056 | 100% | ||
power13 | 0 | 0 | 100% | ||
dark20 | 0 | 0 | 100% | ||
djzubby | 0 | -140,002,470 | -100% | ||
moon21 | 0 | 0 | 100% | ||
sun22 | 0 | 0 | 100% | ||
faith23 | 0 | 0 | 100% | ||
sea24 | 0 | 0 | 100% | ||
blue25 | 0 | 0 | 100% | ||
nidhals2 | 0 | 0 | 100% |
Pretty cool here, I kept thinking โwhy does it say hivengโ then read later that this was for hive engine hahah. Now it makes sense! One day I think Iโll get familiar with JS, working on Python right now and enjoying it but thankfully JS isnโt that drastic of a difference compared to Python like C to Python is.
author | cmplxty |
---|---|
permlink | re-forykw-20211229t52717683z |
category | hewitness |
json_metadata | {"tags":["hewitness","hiveengine","witness","hive","newyear","collaboration","neoxian","hustler","archon","proofofbrain"],"app":"ecency/3.0.20-vision","format":"markdown+html"} |
created | 2021-12-29 10:27:21 |
last_update | 2021-12-29 10:27:21 |
depth | 1 |
children | 1 |
last_payout | 2022-01-05 10:27:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.026 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 312 |
author_reputation | 790,513,740,420,667 |
root_title | "How does it look to be helping behind the scenes?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,956,491 |
net_rshares | 24,427,974,655 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ahmadmanga | 0 | 4,143,325,968 | 100% | ||
forykw | 0 | 20,284,648,687 | 1% |
I think that after you learn 10 languages it's all the same... just a big mess of confusing rules. I don't code daily anymore, but due to the need of needing to read ANY (code), it becomes super "go to google" to remind yourself of whatever rule/syntax... And over time you learn quite a lot. Still needs to be exercised because you forget. For me, Python is a "copy and paste" language until you are so deep you build your own libraries (because you don't like others or you found another way to do better). JS... it's a fricking jungle... no rules, all by yourself... it's madness... It's also easy to quickly do something like python, but in terms of code reading when you reach a good level of multi-threading complexity... ARRHHRHR!!! Forget it... troubleshooting goes down for hours... C++, a nicely strick and logical way to produce somehow efficient code (if you know what you are doing). To read you need a couple more hours than the above two... because you need to go through the tree of functions... but if the coder was nice, you might just read the comments and get it in 2 seconds. C, Fuck! You either know what you are doing or better quit your job... Mindfuck, sisterfuck, but super efficient! Again, if you know what you are doing and if you know how you are coding against (arch and ASIC type level). No one codes in assembly anymore (hopefully... unless for fun)... and then you need to be super good at logic and math and have a brain of the size of a cow to memorize everything you are trying to achieve. Anyhow, at the end of the day, it's your fault ๐ the IT world... ๐
author | forykw |
---|---|
permlink | re-cmplxty-r4vn27 |
category | hewitness |
json_metadata | {"tags":["hewitness"],"app":"peakd/2021.09.1"} |
created | 2021-12-29 12:37:21 |
last_update | 2021-12-29 12:37:21 |
depth | 2 |
children | 0 |
last_payout | 2022-01-05 12:37:21 |
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 | 1,601 |
author_reputation | 93,761,325,200,371 |
root_title | "How does it look to be helping behind the scenes?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,959,619 |
net_rshares | 4,060,172,428 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ahmadmanga | 0 | 4,060,172,428 | 100% |
Good
author | djzubby |
---|---|
permlink | re-forykw-20211231t15306844z |
category | hewitness |
json_metadata | {"tags":["hewitness","hiveengine","witness","hive","newyear","collaboration","neoxian","hustler","archon","proofofbrain"],"app":"ecency/3.0.23-mobile","format":"markdown+html"} |
created | 2021-12-31 10:30:09 |
last_update | 2021-12-31 10:30:09 |
depth | 1 |
children | 0 |
last_payout | 2022-01-07 10:30: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 | 4 |
author_reputation | 0 |
root_title | "How does it look to be helping behind the scenes?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 109,020,361 |
net_rshares | 0 |
Your content has been **voted** as a part of [Encouragement program](https://ecency.com/ecency/@good-karma/encouragement-program-continues-82eafcd10a299). Keep up the good work! <br><br>Use Ecency daily to boost your growth on platform! <br><br><b>Support Ecency</b><br>[Vote for new Proposal](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B197%5D&approve=true)<br>[Delegate HP and earn more](https://ecency.com/hive-125125/@ecency/daily-100-curation-rewards)
author | ecency |
---|---|
permlink | re-20211227t23260127z |
category | hewitness |
json_metadata | {"tags":["ecency"],"app":"ecency/3.0.16-welcome","format":"markdown+html"} |
created | 2021-12-27 23:26:00 |
last_update | 2021-12-27 23:26:00 |
depth | 1 |
children | 0 |
last_payout | 2022-01-03 23:26:00 |
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 | 478 |
author_reputation | 630,692,881,768,165 |
root_title | "How does it look to be helping behind the scenes?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,912,457 |
net_rshares | 0 |
Thanks! Yeah the more people that know how it works the better really. Funny thing `replayWithParallelDbConpare` used to be for when I ran tests from syncing from genesis block comparing against a parallel local copy of the chain table, now repurposed for tailing other sidechain nodes.
author | eonwarped |
---|---|
permlink | r4s42z |
category | hewitness |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-12-27 14:54:39 |
last_update | 2021-12-27 14:54:39 |
depth | 1 |
children | 4 |
last_payout | 2022-01-03 14:54:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 286 |
author_reputation | 88,102,208,706,615 |
root_title | "How does it look to be helping behind the scenes?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,900,188 |
net_rshares | 20,252,832,761 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
forykw | 0 | 20,252,832,761 | 1% |
Familiar with programming, in the Army back in the 90โs I was taught Ada language. Then I went on into system admin and never returned to programming because honestly I was intimidated. What do I need in terms of software and hardware to practice and what language should I learn that will give me more insight or works with the blockchain?
author | bangerstill |
---|---|
permlink | re-eonwarped-20211231t73047885z |
category | hewitness |
json_metadata | {"tags":["ecency"],"app":"ecency/3.0.23-mobile","format":"markdown+html"} |
created | 2021-12-31 12:30:48 |
last_update | 2021-12-31 12:30:48 |
depth | 2 |
children | 2 |
last_payout | 2022-01-07 12:30:48 |
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 | 341 |
author_reputation | 207,055,691,767 |
root_title | "How does it look to be helping behind the scenes?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 109,022,523 |
net_rshares | 0 |
I don't really have a good answer for this, but I think skills in one programming language generally carry over a bit to others. From what I've seen most core Blockchain code written in C++, and you can interact with Blockchain APIs in many other languages... JavaScript, python with plenty of examples of that. Hive for example has an extensive amount of documentation and examples at https://developers.hive.io
author | eonwarped |
---|---|
permlink | r4zhbd |
category | hewitness |
json_metadata | {"links":["https://developers.hive.io"],"app":"hiveblog/0.1"} |
created | 2021-12-31 14:23:39 |
last_update | 2021-12-31 14:23:39 |
depth | 3 |
children | 1 |
last_payout | 2022-01-07 14:23: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 | 412 |
author_reputation | 88,102,208,706,615 |
root_title | "How does it look to be helping behind the scenes?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 109,024,775 |
net_rshares | 0 |
I think that so far is working fine... more than 24 hours without getting stuck. ๐ Still, wondering why only me... maybe there is a condition (such as lack of IO or something) that causes the natural way of writing via mongo... or the fact that using more vCPUs (6 in my case) changes the way mongo writes? ๐คทโโ๏ธ Either way, it would be nice if it could be tested with more people.
author | forykw |
---|---|
permlink | re-eonwarped-20211229t212014588z |
category | hewitness |
json_metadata | {"tags":["ecency"],"app":"ecency/3.0.20-vision","format":"markdown+html"} |
created | 2021-12-29 08:20:15 |
last_update | 2021-12-29 08:20:15 |
depth | 2 |
children | 0 |
last_payout | 2022-01-05 08:20: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 | 384 |
author_reputation | 93,761,325,200,371 |
root_title | "How does it look to be helping behind the scenes?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,952,393 |
net_rshares | 0 |
Congratulations @forykw! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s): <table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@forykw/upvotes.png?202112282233"></td><td>You distributed more than 97000 upvotes.<br>Your next target is to reach 98000 upvotes.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@forykw) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Check out the last post from @hivebuzz:** <table><tr><td><a href="/hivebuzz/@hivebuzz/pud-202201"><img src="https://images.hive.blog/64x128/https://i.imgur.com/i4ysvke.png"></a></td><td><a href="/hivebuzz/@hivebuzz/pud-202201">PUD - PUH - PUM - It's all about to Power Up!</a></td></tr><tr><td><a href="/hivebuzz/@hivebuzz/christmas-challenge-1000-hive-power-delegation-winner"><img src="https://images.hive.blog/64x128/https://i.imgur.com/p7iwfiD.png"></a></td><td><a href="/hivebuzz/@hivebuzz/christmas-challenge-1000-hive-power-delegation-winner">Christmas Challenge - 1000 Hive Power Delegation Winner</a></td></tr></table>
author | hivebuzz |
---|---|
permlink | notify-forykw-20211228t224539 |
category | hewitness |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2021-12-28 22:45:39 |
last_update | 2021-12-28 22:45:39 |
depth | 1 |
children | 0 |
last_payout | 2022-01-04 22:45: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 | 1,258 |
author_reputation | 369,446,013,432,830 |
root_title | "How does it look to be helping behind the scenes?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,942,875 |
net_rshares | 0 |
Really informative! I am tinkering with the idea of looking into running a node. Not sure how much time goes in it eventually. Perhaps someone can point me to some useful i for regarding this topic? Keep it up!
author | michelmake |
---|---|
permlink | re-forykw-202212t172015971z |
category | hewitness |
json_metadata | {"tags":["hewitness","hiveengine","witness","hive","newyear","collaboration","neoxian","hustler","archon","proofofbrain"],"app":"ecency/3.0.23-mobile","format":"markdown+html"} |
created | 2022-01-02 16:20:18 |
last_update | 2022-01-02 16:20:18 |
depth | 1 |
children | 1 |
last_payout | 2022-01-09 16:20:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 213 |
author_reputation | 38,156,784,734,657 |
root_title | "How does it look to be helping behind the scenes?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 109,083,984 |
net_rshares | 20,318,608,658 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
forykw | 0 | 20,318,608,658 | 1% |
I am assuming you want to build a Hive-Engine witness node, then check this post and the Guide referenced inside by, https://peakd.com/witness/@atexoras/experimental-hive-engine-witness-node. Then if it's bread and butter for you, join the [Engine Discord](https://discord.gg/qqqKmsNJdF) server. There are more guides on HIVE by others, use ecency search to get to some. If you have particular questions let me know, either here or on discord. If you referring to a HIVE node, check my latest post.
author | forykw |
---|---|
permlink | re-michelmake-202213t125040106z |
category | hewitness |
json_metadata | {"tags":[],"app":"ecency/3.0.20-vision","format":"markdown+html"} |
created | 2022-01-02 23:50:42 |
last_update | 2022-01-02 23:51:42 |
depth | 2 |
children | 0 |
last_payout | 2022-01-09 23:50:42 |
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 | 501 |
author_reputation | 93,761,325,200,371 |
root_title | "How does it look to be helping behind the scenes?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 109,097,616 |
net_rshares | 0 |
<center>PIZZA! @forykw! The Hive.Pizza team manually curated this post. <sub>Join us in <a href="https://discord.gg/hivepizza">Discord</a>!</sub></center>
author | pizzabot |
---|---|
permlink | re-how-does-it-look-to-be-helping-behind-the-scenes-20211227t195219z |
category | hewitness |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2021-12-27 19:52:21 |
last_update | 2021-12-27 19:52:21 |
depth | 1 |
children | 0 |
last_payout | 2022-01-03 19:52:21 |
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 | 157 |
author_reputation | 7,700,229,402,819 |
root_title | "How does it look to be helping behind the scenes?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,907,156 |
net_rshares | 0 |