api3.justyy.com will be available for next week only

I am in the process of migrating api.justyy.com but not an easy task. After a few day of work, I've finally made the test endpoint api3.justyy.com available. It will be temperarly used until next week when the migration will be completed.

image.png

image.png

I've scheduled the following trigger to update the jussi_num every minute.

#!/bin/bash

nodes=(
    "api.justyy.com"
    "api2.justyy.com"
    "api3.justyy.com"
)

for node in "${nodes[@]}"; do
    echo "Checking node: $node"
    curl -s -d '{"id":0,"jsonrpc":"2.0","method":"call","params":["database_api","get_dynamic_global_properties",[]]}' "https://$node" | jq .
    echo -e "\n"
done

Steem to the Moon🚀!

Support me, thank you!

Why you should vote me? My contributions
Please vote me as a witness or set me as a proxy via https://steemitwallet.com/~witnesses

image.png

Sort:  

Great post! Featured in the hot section by @punicwax.