貓咪旅行中〔Erica〕
貓咪旅行中〔Erica〕

Hi!我是Erica 🐾我喜歡旅行、喜歡貓、喜歡拍照。這就是我 ,我是Erica,在這裡,我畫貓咪,寫貓咪與旅行、食記、心得分享.....🐾 🐾🐾(我有另外一個帳號:Erica,主要發貓特務報報、教學及驗證人相關文章 ...)🐾🐾

[Chat] Those heavenly nodes [BitSong] and the mental journey of destroying nodes! ?

(edited)
This article is a very interesting experience of building nodes. BitSong related news will be published in the daily account Erica [@erica072] in the future, and why should the node name use Coding Everyday | Code League?

Yes, Maomao became BitSong 's node validator a few days ago! ! Now the node is active! ! Then, let’s first write about the very experience of rack nodes, and why the node name uses Coding Everyday | Coding Big League? As for the more serious BitSong introduction, it will be posted on the daily account @Erica in the future. After that, the weekly report of the cat spy newspaper will also regularly send the information of each node of the coding alliance on each chain!

Why do you want to set up a node?

Seeing that Mao Mao usually writes about travel, eating, drinking, drawing cats, and some nonsense, it may not be easy to imagine that I am actually an engineer XD, to be more precise, a website engineer, just a website drop , including the back-end and front-end, sometimes the UI will be built with others, and sometimes in order to save costs, you have to come on your own. ], in a word, for me, a node should be technically achievable, but I was busy with work and didn't have time to study. Later, I saw that the LikeCoin node of ​@CODENONGDaily​ was launched, and I wanted to say I came to threaten him to hand over the documents, and then looked at the entrustment of LikeCoin. It seems that it is a bit of a struggle to be active, so I threatened him that if there is an increase in the number of validators, he must immediately give me inside information XD.

Then, some urgent requests a while ago were almost handled. I just received that BitSong has increased the number of validators. After a look, I really like this chain. My baby has also introduced this chain before, so I decided to verify it from BitSong. People as departures:


Then... Nodes up! ! !

Once you get the official validator setup file , then... setup it! !

First of all, you need a host to operate the node, then choose the Linode recommended by the predecessors! After the host is rented, the action begins! The general steps are:

  1. update the host
  2. Install Go
  3. Install the node package, I am the one who installed BitSong [go-bitsong]!
  4. Join the main network for synchronization
  5. create node message
  6. online

Simply put, after updating the host, as shown in the official document, you can execute a series of instructions, eh! Put simply, is it actually that easy? 😅😅😂😨


bitsongd & bitsong

Everyone should have experience [Hey! ? Have it? ], when doing the action of copying and pasting, it seems that I see the copied content, but in fact this action is very empty. I just keep copying and pasting these instructions. If there is no error message, my brain doesn't actually receive what I've pasted! Sure! OK, just when I posted this string of commands, the host gave me the error message:

 sudo systemctl stop bitsong && bitsongd unsafe-reset-all

Eh! ? wrong? I just started to seriously throw the instructions into my head and think, oh oh oh! ! ! systemctl This thing is a kind of management program in the Linux operating system, okay! It told me that bitsong.service could not be found, hmmmm! ! ! It seems that we need to add bitsong.service first, so I flipped through the file and found that there is an instruction to add a new service in the next paragraph [Well, shouldn't this paragraph be written in front! ? ]

Okay, so I executed the following command. This section is probably to write the following string of content into the file bitsongd.service in the specified directory, mainly to allow the node to be executed in the background of the host.

 sudo tee /etc/systemd/system/bitsongd.service > /dev/null <<EOF 
[Unit]
Description=BitSong Network Daemon
After=network-online.target

[Service]
User=$USER
ExecStart=$(which bitsongd) start
Restart=always
RestartSec=3
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target
EOF

Sure! After the addition was completed, I also enabled the service, reloaded systemctl, and then executed the service, ah, but it still doesn't work when I execute this line, I still can't find RRRRrrrrrr How is this possible! ! !

 sudo systemctl stop bitsong && bitsongd unsafe-reset-all

Then take a closer look, hoo! ! ! you called me new

bitsong d

but call me to execute

bitsong

Ah of course not! Ah of course not! ! ! One d short of it! hoo hoo hoo!

Sure! Change this line to this and you will pass the test smoothly!

 sudo systemctl stop bitsongd && bitsongd unsafe-reset-all

It's so annoying, and then the nodes will run obediently in sync! Oye! Come sleepy [go to sleep]! ! !


online now

After running the synchronization, you can start to register the node, eh! ? That's it, the node is online, and the node is listed on the validator list! ! ! Ah ah ah ah ah! this moment! This moment feels so unreal! Did I really succeed? Confirm in the TG group immediately, eh! ? Did I really succeed? ? Omg! I made it!

But at this time, the princess and the prince did not live happily ever after, and suddenly... @chicken cake GCAKE said the keyword of the helper word, eh? I don't seem to see the help words when I add an account! ! ! What? I didn't copy the help words! ! ! I still have screenshots when I create an account! But there is no helper word on it! ! ! The chicken cake representation should appear on the next line of my screenshot, eh! ? How is it possible, how can I cut off less, eh! ? Well, this matter is out of the question. The closed window is like a girlfriend who has changed his mind, and he can't go back. Then... I don't have any help words now, what should I do! ? Although the node is obediently running!

Doraemon No. 0 is honorably killed! ?

Just then @CODENONGDaily said that it should be possible to check, so I tried some commands, but none of the auxiliary words that appeared did not correspond to the wallet of my node. Just when I didn't know what to do, the code farmer sent another one. instruction:

 bitsongd keys add <account> --recover

And said that he just turned it over, so I don't doubt that he has directly copied and pasted it, and changed the <account> place to the account name I created... At this time, it jumped out and asked me to enter the mnemonic phrase, eh ! ? Not right! I just want to look up the mnemonic, you asked me to enter the mnemonic? So I seriously entered this string of instructions into my head , eh! ? Don't pinch! ! ! This seems to be an instruction to add an account! But I added back to the account I originally created, didn't it just... close it? ! ! ! Ahhh! So jumped out and checked the account list right away, um.... good really covered up, and then I don't have a mnemonic! Very good, Robot Cat No. 0, I'm sorry for you, woohoo! Robot Cat No. 0 died gloriously at this moment. Although his spirit is still working, I will never be able to contact him! Woohoo! cry! ! !


Quickly set up Doraemon No. 1

So.... I had to.... Quickly start over again, re-set up Doraemon No. 1, quickly re-registered the validator, and quickly re-launched! Eh! ! After I finished, I did not forget to laugh at myself at TG:

The world is optimistic , Maomao will only demonstrate once , and Maomao, who claims to be the fastest in history to set up two nodes, is here! ! ! However... it should also be the fastest node destroyer in history... Hahaha!

This time, I directly registered the newly created wallet by importing the wallet, absolutely! affim! ! ensure! ! ! , the mnemonic has been memorized! XD, and then prepare all the files that can be backed up, this should be! ? Don't miss anything! ! !

Then quickly call @sloth's life, sloth sloth cat cat needs a publicity draft [the concept of wishing to a magic lamp! ? ], Sloth Baby also quickly wrote a super promotional line:

【Coding Everyday Code Farmer's daily BitSong node is listed】

📣Humans and minions, animals and plants, stones and minerals, let's see through~~~

🐈Erica cat, tame a robot cat that will help you make money. She is fostered under the big league of coders. She is currently wearing the skin of a fox, but she has a mysterious, wild, changeable and super-lucky soul.

💰 Give your BitSong Coin [BTSG] to the lucky robot cat Coding Everyday,

🐈Robocat not only blesses you with good luck, but also brings you every BitSong Shuangshuang (Taiwanese) Everyday.

🐾 Relying on 36.18% annualized income and the blessing of cat palm handball, BITSONG entrusts Coding Everyday to the daily robot cat node, the robot cat is cool, you are cool, Bit Song is cool, the wallet is cool, and the day is cool.

Entrust us with BitSong, and the days will be celebrated! ! !

Don't forget to include the relevant links:
Bitsong official

Bitsong Wallet
ping.pub

Why should the node name use Coding Everyday | Coding Big League?

In other words, why should the node name use Coding Everyday | code the big league? To put it simply, I saw that many chains have the same validator. Later, I found out that some of them are actually groups or companies. Thinking about this, it is convenient for publicity. Especially since the cat's English is tattered enough, English is up to you! -->Chicken Cake<--.

In addition, I actually have difficulties in recognizing and naming names! As long as those who have seen it have a good memory in their heads, the next time they see me, they will remember my face, but the name! ? I'm sorry, if I'm not an acquaintance, someone I often communicate with, I can't remember the name, and the name is rarely inspired. It's like I've been shouting for a long time to register a studio, but... I haven't had a name. Inspiration! Um! Simply put, it's a lazy word, just use your [ Coding Everyday | Code Big League ]! That way I don't have to think about it! This is really taking care of both, touching the crickets and washing the pants [this is Taiwanese slang, which is similar to killing two birds with one stone] XDXDXD.


last of the last

In the end, the No. 1 robot cat, Coding Everyday | Coding Big League [Code Farmer Daily] is currently active on BitSong, and there is a welcome commission from BTSG . After a while, the name [Code Farmer Daily] will be on each chain. Several nodes will be removed synchronously, and then only Coding Everyday | Coding League will be left. If you see it on other chains in the future, if there is no accident, it should be us! XD.

Finally, there is new news. BitSong announced that it will support creators to use Sinfonia to issue their own fan tokens. The official will conduct a wave of airdrops for demonstration purposes, so entrust it to Maomao, and there is also a chance to get airdrops! 😍😍🤗

In addition, I would like to thank the citizens who have posted articles in the past few days to help promote the promotion.


Welcome to follow 【Cat Country】 , you can receive broadcast messages by following it! ! Small events will be held from time to time, if you want to subscribe, I have no objection! 〔〔Eh! ?

Bitsong node validator my NFT works: OpenSeaakaSwap
My NFT Collection: OpenSea
Two of my travel e-books: Croatian Bus Travel Diary , Go and Jump Okinawa. Traffic Raiders for Attractions
My personal blog: . Just go. Erica's. travel. experience. Living in the moment
Fan Page: Let's Go x Cat Traveling
You can also find me on other platforms: square grid | I have another Matters | Potato MediaNoise.cash

CC BY-NC-ND 2.0

Like my work?
Don't forget to support or like, so I know you are with me..

貓咪國度

貓咪旅行中〔Erica〕

貓咪旅行中系列作品圍爐:有我的旅行記錄搭配上我畫的貓咪,吃吃喝喝記錄,歡迎喜歡貓咪喜歡旅行的一起來加入!

3618
Loading...
Loading...

Comment