create account

How to change nodes on Tribaldex.com! 🐝🐝🐝 by bee.voter

View this thread on: hive.blogpeakd.comecency.com
· @bee.voter · (edited)
$4.61
How to change nodes on Tribaldex.com! 🐝🐝🐝
![b4wLYaw9O6.png](https://files.peakd.com/file/peakd-hive/bee.voter/AJkQkvN8xz4rB8pvh5N5vG6o5c1ABnRzKGj5cSJHYeGci4hLtPGPuezF1Ni8G2L.png)

Lately, the HIVE-Engine.com node has been out of order, and it seems like it's time to make the switch over to tribaldex.com once and for all. In order to make the move, the first thing you'll have to do, (if you are switching because hive-engine went down) is learn how to switch your node.


![he-node-fail.png](https://files.peakd.com/file/peakd-hive/bee.voter/23wMmLM2s3WWN2sfwi79DJUus8z8G59z8VsP3A8VVhtEJSQH5bUf9LkDqyvASs93fSyEB.png)


The question I hear way too often on the hive-engine discord is how do I change the node, so I decided to make this simple post to explain the four simple steps. Node changing sounds complicated, but I assure you there is no technical knowledge required. 


![Screenshot 2023-11-23 at 3.39.12 PM.png](https://files.peakd.com/file/peakd-hive/bee.voter/23tkmmnJgdz4xMh87HddvojiFKM1dvQqgKTHTntKUi6nRaA2R1Z65GfDmgJHSmYaJQGTm.png)

![Screenshot 2023-11-23 at 3.39.19 PM.png](https://files.peakd.com/file/peakd-hive/bee.voter/23t7BZ73q3WAhBmPxrA3AZvZYsuAJ4ttUq7XAYJ4TLk8czTUabcnxHoHVjHn2uirKAhQf.png)

![Screenshot 2023-11-23 at 3.38.52 PM.png](https://files.peakd.com/file/peakd-hive/bee.voter/23tbMYL9Mp519xgPmeMNoU7NmBu6Z3XNwNX2pLaXDJekcpDJEZeksVp7rhDLWYx6WeaaY.png)

![Screenshot 2023-11-23 at 3.38.07 PM.png](https://files.peakd.com/file/peakd-hive/bee.voter/23tbPFWSHQMAKXq5RpV3fMMZnbdjorUsxzrAmm8nYG7kczQfd3QidbHvwvNdijPuVUBkL.png)

![Screenshot 2023-11-23 at 3.38.39 PM.png](https://files.peakd.com/file/peakd-hive/bee.voter/23t7BUorNw4viQik1CCP1AfjyVUBjEcfdkjBJw95LnskYvMQ6oG3VA5cexSHk3L9f5wDb.png)

![Screenshot 2023-11-23 at 3.37.55 PM.png](https://files.peakd.com/file/peakd-hive/bee.voter/Eo8L1pKNrqxiaEzttc6ojdXQ9LxiMokvNwyseRUSYaeU2B232PyKrnBKaLEG6GM7bKv.png)

![Screenshot 2023-11-23 at 3.37.45 PM.png](https://files.peakd.com/file/peakd-hive/bee.voter/Eo44pUmCZfQpx5tCmNrHc2o5TRsKmCC3ee7BA8GwxKC7M4KPGUbZeCAXSzoEV35may6.png)

#### So with no further ADO, here are the four easy steps to switching your node on tribaldex.com!
# Step #1 Log into Tribaldex.com and look for a tiny little arrow in the top right corner.


![Screenshot 2023-11-23 at 3.20.54 PM.png](https://files.peakd.com/file/peakd-hive/bee.voter/EoCaRGLGkW87ynQd5epF4gedAPzJTzr8AnqDa1qAHuPWoNZZvRjaGzDosrXHgnjhFVf.png)
# Step #2 Click settings (refer to image above)

# Step #3 Select a different node (refer to the image below)
![Screenshot 2023-11-23 at 3.21.04 PM.png](https://files.peakd.com/file/peakd-hive/bee.voter/23tGVdUyLoYvTxgcM2s6h6stzVdadFW3JSbqmq2PiQr5XLGzhPYRVnMB7SLFEXtDjasAT.png)

# Step #4 save settings. (refer to the image above) Easy as 123!
Once you change it the settings should be saved in your browser so you don't have to do this every time you log in.

Now that I've switched to tribaldex.com, there are a few things I'd like to see implemented on the site, i.e. for example simple form field autocomplete. To make the transition more seamless for users, tribaldex should have all the features of hive-engine, and more (not less). I really miss autocomplete when I use Tribaldex, autocomplete is when the forms automatically fill in input fields with predefined or previously entered data. The autocomplete on hive-engine is the most convenient thing I noticed that's missing on tribaldex.com. Hopefully @aggroed, or whoever maintains Tribaldex will address this issue in the future because it saved me time and reduced the need to manually enter repetitive information such as my various account names for logging in, as well as memos as well as account names for transfers.


![Screenshot 2023-11-23 at 3.51.19 PM.png](https://files.peakd.com/file/peakd-hive/bee.voter/23yTj8pE3UaA5Cofb7cB1YFScJwxD7ZRrnM39XQ4cq3j8bhdT1SwToHMsKngrq1Eoja1s.png)

This is what autocomplete looks like, refer to the image above. I didn't have to do anything, these always just popped in on hive-engine. I figure since hive-engine already has this capability, getting this feature onto Tribaldex should not be more than a copy-and-paste job. I've set these up myself on similar websites, autocomplete functionality is based on user input, you can use the HTML autocomplete attribute and JavaScript. Here's a simple example:
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Autofill Example</title>
</head>
<body>

    <form>
        <!-- Autocomplete attribute set to 'on' enables browser autofill -->
        <label for="username">Username:</label>
        <input type="text" id="username" name="username" autocomplete="on">

        <!-- Autocomplete attribute set to 'current-password' suggests password autofill -->
        <label for="password">Password:</label>
        <input type="password" id="password" name="password" autocomplete="current-password">

        <button type="submit">Submit</button>
    </form>

</body>
</html>

---------------
Basically, all Tribaldex devs have to do is switch it on with a few lines of code. Hopefully, this gets fixed soon because it is the little things like this that make repetitive tasks seem less like work and more like play.

Hopefully, this post is helpful to any new users out there experiencing issues with hive-engine, if they decide to take the plunge into Tribaldex instead. A lot of times the simplest things are not explained, just because they may be simple to someone else doesn't mean there isn't someone else out there just learning. As for switching to Tribaldex, it may take a little bit of getting used to, however, it's the dev's job to make the transition as seamless as possible since they are the ones that decide where we're going to go.

# Follow @bee.voter for more!
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 26 others
properties (23)
authorbee.voter
permlinkhow-to-change-nodes-on-tribaldexcom
categorytribes
json_metadata"{"app":"ecency/3.0.37-vision","format":"markdown+html","description":"How to change nodes on tribaldex.com in 4 easy steps!","tags":["tribes","pob","aliveandthriving","alive","hive-engine","bee","helios"],"users":["aggroed","bee.voter"],"image":["https://files.peakd.com/file/peakd-hive/bee.voter/AJkQkvN8xz4rB8pvh5N5vG6o5c1ABnRzKGj5cSJHYeGci4hLtPGPuezF1Ni8G2L.png","https://files.peakd.com/file/peakd-hive/bee.voter/23wMmLM2s3WWN2sfwi79DJUus8z8G59z8VsP3A8VVhtEJSQH5bUf9LkDqyvASs93fSyEB.png","https://files.peakd.com/file/peakd-hive/bee.voter/23tkmmnJgdz4xMh87HddvojiFKM1dvQqgKTHTntKUi6nRaA2R1Z65GfDmgJHSmYaJQGTm.png","https://files.peakd.com/file/peakd-hive/bee.voter/23t7BZ73q3WAhBmPxrA3AZvZYsuAJ4ttUq7XAYJ4TLk8czTUabcnxHoHVjHn2uirKAhQf.png","https://files.peakd.com/file/peakd-hive/bee.voter/23tbMYL9Mp519xgPmeMNoU7NmBu6Z3XNwNX2pLaXDJekcpDJEZeksVp7rhDLWYx6WeaaY.png","https://files.peakd.com/file/peakd-hive/bee.voter/23tbPFWSHQMAKXq5RpV3fMMZnbdjorUsxzrAmm8nYG7kczQfd3QidbHvwvNdijPuVUBkL.png","https://files.peakd.com/file/peakd-hive/bee.voter/23t7BUorNw4viQik1CCP1AfjyVUBjEcfdkjBJw95LnskYvMQ6oG3VA5cexSHk3L9f5wDb.png","https://files.peakd.com/file/peakd-hive/bee.voter/Eo8L1pKNrqxiaEzttc6ojdXQ9LxiMokvNwyseRUSYaeU2B232PyKrnBKaLEG6GM7bKv.png","https://files.peakd.com/file/peakd-hive/bee.voter/Eo44pUmCZfQpx5tCmNrHc2o5TRsKmCC3ee7BA8GwxKC7M4KPGUbZeCAXSzoEV35may6.png"],"image_ratios":["1.0000","1.4188","5.0996","11.4286","6.8817"]}"
created2023-11-24 02:20:06
last_update2023-11-24 06:23:36
depth0
children6
last_payout2023-12-01 02:20:06
cashout_time1969-12-31 23:59:59
total_payout_value2.314 HBD
curator_payout_value2.300 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,809
author_reputation757,413,628,433
root_title"How to change nodes on Tribaldex.com! 🐝🐝🐝"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,121,307
net_rshares9,599,124,522,983
author_curate_reward""
vote details (90)
@brianphobos ·
THank you!  This helped everything load properly!  
properties (22)
authorbrianphobos
permlinkre-beevoter-s4nyw1
categorytribes
json_metadata{"tags":["tribes"],"app":"peakd/2023.11.2"}
created2023-11-25 05:21:36
last_update2023-11-25 05:21:36
depth1
children0
last_payout2023-12-02 05:21:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation170,758,701,326,559
root_title"How to change nodes on Tribaldex.com! 🐝🐝🐝"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,149,290
net_rshares0
@dhedge ·
Dhedge Call
<center>![1](https://images.hive.blog/u/dhedge/avatar?width=80&height=80)</center><br><br>This post has been selected for upvote from our token accounts by @trumpman! Based on your tags you received upvotes from the following account(s):<br> <br>- @dhedge.bonus<br>- @dhedge.bee<br>- @dhedge.pob<br>- @dhedge.alive<br><br>@trumpman has 9 vote calls left today.<br><br>Hold 10 or more DHEDGE to unlock daily dividends. Hold 100 or more DHEDGE to unlock thread votes. Calling in our curation accounts currently has a minimum holding requirement of 100 DHEDGE. The more DHEDGE you hold, the higher upvote you can call in. [Buy DHEDGE on Tribaldex](https://tribaldex.com/trade/DHEDGE) or earn some daily by joining one of our many delegation pools at [app.dhedge.cc](https://app.dhedge.cc).
properties (22)
authordhedge
permlinkre-how-to-change-nodes-on-tribaldexcom-20231126t072711z
categorytribes
json_metadata"{"app": "beem/0.24.26"}"
created2023-11-26 07:27:12
last_update2023-11-26 07:27:12
depth1
children0
last_payout2023-12-03 07:27:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length786
author_reputation5,003,962,900,629
root_title"How to change nodes on Tribaldex.com! 🐝🐝🐝"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,176,295
net_rshares0
@hivebuzz ·
Congratulations @bee.voter! 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/@bee.voter/upvoted.png?202311242250"></td><td>You received more than 200 upvotes.<br>Your next target is to reach 300 upvotes.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@bee.voter) 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>

properties (22)
authorhivebuzz
permlinknotify-beevoter-20231124t225758
categorytribes
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2023-11-24 22:57:57
last_update2023-11-24 22:57:57
depth1
children0
last_payout2023-12-01 22:57:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length628
author_reputation369,493,454,552,129
root_title"How to change nodes on Tribaldex.com! 🐝🐝🐝"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,143,448
net_rshares0
@tahirazaman ·
Very informative post for us
properties (22)
authortahirazaman
permlinkre-beevoter-20231124t10542971z
categorytribes
json_metadata{"type":"comment","tags":["tribes","pob","aliveandthriving","alive","hive-engine","bee","helios"],"app":"ecency/3.0.44-mobile","format":"markdown+html"}
created2023-11-24 05:54:30
last_update2023-11-24 05:54:30
depth1
children1
last_payout2023-12-01 05:54:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation66,060,256,579,278
root_title"How to change nodes on Tribaldex.com! 🐝🐝🐝"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,124,424
net_rshares0
@bee.voter ·
Thanks!
properties (22)
authorbee.voter
permlinkre-tahirazaman-20231123t20224033z
categorytribes
json_metadata{"tags":["tribes","pob","aliveandthriving","alive","hive-engine","bee","helios"],"app":"ecency/3.0.37-vision","format":"markdown+html"}
created2023-11-24 06:22:42
last_update2023-11-24 06:22:42
depth2
children0
last_payout2023-12-01 06:22:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation757,413,628,433
root_title"How to change nodes on Tribaldex.com! 🐝🐝🐝"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,124,811
net_rshares0
@trumpman ·
Thanks for the info

!DHEDGE !PIMP
properties (22)
authortrumpman
permlinkre-beevoter-s4pzcz
categorytribes
json_metadata{"tags":["tribes"],"app":"peakd/2023.11.2"}
created2023-11-26 07:27:00
last_update2023-11-26 07:27:00
depth1
children0
last_payout2023-12-03 07:27:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation2,469,075,203,611,299
root_title"How to change nodes on Tribaldex.com! 🐝🐝🐝"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,176,290
net_rshares0