Skip to content

Instantly share code, notes, and snippets.

@sashatanase
Created October 19, 2022 09:33
Show Gist options
  • Save sashatanase/8122c2dd6318ff0b8a03c47543680e69 to your computer and use it in GitHub Desktop.
Save sashatanase/8122c2dd6318ff0b8a03c47543680e69 to your computer and use it in GitHub Desktop.

👓 Diary Entry Example

Day 1

I've received my testnet tokens and the private testnet invitation. I've checked what are the machine requirements for the node setup. I decided to use Digital Ocean so I had to go and create an account. I used to use X but now I want to switch to Digital Ocean because my firends kept on schilling it.

I've read the Documentation and I think [user thoughts]

After reading the Docs I set up my Ubuntu machine on X cloud provider. The process was very easy because their interface is intuitive and it only took a few minutes ...

After setting the basic machine up, I downloaded the node from this link. It was very difficult to install because ..., but I overcame that by ...

Day 2

After having access to the binary I was able to run the node with this command and got this output:

$ ./client-code 
...

I knew I wasn't done because I also want to set up a system service to make sure the node still runs even if the server is restarted.

[Describe service setup]

Day 3

After I decided my node was set up successfully because it was printing

insert node prints from CLI
...
...

I started monitoring my node by setting up X and Y.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment