
Carlos
- Total activity 126
- Last activity
- Member since
- Following 0 users
- Followed by 13 users
- Votes 0
- Subscriptions 52
Articles
Recent activity by Carlos-
Get to know your node logs
Daedalus is a full node wallet. This means that there is a cardano-node running under the hood on your machine when you use Daedalus. Understanding the logs from the node can be helpful, in particu...
-
Withdraw pool rewards
To learn how to create a transaction to withdraw rewards from block production please visit Withdraw rewards
-
Adding a Grafana Dashboard to monitor your nodes
A Grafana Dashboard allows you to monitor your nodes when used together with Prometheus. Requirements: 1. Ports: Open the port 12798 (default) 2. Prometheus and Node exporter: Prometheus on you...
-
Monitoring a node with Prometheus
The config.json file determines in which port our Prometheus metrics are available. The default port is 12798. You use your local machine or a monitoring server to scrape your node metrics. For de...
-
Redeeming rewards from ITN with private/public keys
If you ran a stake pool on the ITN but you only have a key pair and not a recovery phrase, you need to convert your ITN keys into Shelley stake keys so that you can redeem your rewards on mainnet...
-
Retiring a stake pool
If for some reason you need to deregister your stake pool, this task is very similar to registering it. You need to: Determine the epoch in which you want to retire the pool. Generate a deregistr...
-
Generate stake pool keys
A stake pool needs at least 2 running nodes: A block-producing node and a relay node. The block-producing node will only connect with it's relay, while the relay will establish connections with oth...
-
Creating a simple transaction using the CLI
Sending funds to an address (payment.addr) requires six (6) simple steps. Get the protocol parameters Determine the appropriate TTL (Time to live) Calculate the fee Build the transaction Sign th...
-
Registering stake addresses on the blockchain
Once you have generated your stake key pair and stake address you need to register your keys on the blockchain to be able to later delegate your stake to a stake pool. This is achieved in two simp...
-
Generating payment/staking keys and address
To send and receive funds you will need a payment key pair (payment.vkey and payment.skey), as well as a payment address (payment.addr). This set allows you to control your funds. To participate in...