Quick install instructions for running a private Erigon archive node.
Coffee/retirement money appreciated: xetic.eth
sudo apt update && sudo apt dist-upgrade -y && sudo apt install build-essential cmake libssl-dev libclang-dev git -y
Let's look at an example of how to launch a Kubernetes cluster from scratch on DigitalOcean, including kubeadm, an Nginx Ingress controller, and Letsencrypt certificates.
We'll be creating a four-node cluster (k8s-master, k8s-000...k8s-002), load balancer, and ssl certificates.
<?php | |
/** | |
* AMORTIZATION CALCULATOR | |
* @author PRANEETH NIDARSHAN | |
* @version V1.0 | |
*/ | |
class Amortization | |
{ | |
private $loan_amount; | |
private $term_years; |