Skip to content

Instantly share code, notes, and snippets.

View adizere's full-sized avatar
💭
kthxbye:)

Adi Seredinschi adizere

💭
kthxbye:)
View GitHub Profile
@adizere
adizere / 1-setup.md
Created November 15, 2022 10:14 — forked from troyfontaine/1-setup.md
Signing your Git Commits using GPG on MacOS

Methods of Signing with a GPG Key on MacOS

Last updated September 21, 2022

This Gist explains how to do this using gpg in a step-by-step fashion. Previously, krypt.co was heavily mentioned, but I've only recently learned they were acquired by Akamai and no longer update their previous free products. Those mentions have been removed.

For using a GUI-based GIT tool such as Tower or Github Desktop, follow the steps here for signing your commits with GPG.

There has been a number of comments on this gist regarding some issues around the pinentry-program and M1 Macs. I've finally gotten a chance to try things out on an M1 and I've updated the documentation in 2-using-gpg.md to reflect my findings.

0x02269b7844d467098588a907e20cbf82a766b30a248b0ace08f1bbc035de8249

@adizere
adizere / 04-validators.yaml
Created November 6, 2019 13:10 — forked from thanethomson/04-validators.yaml
Tendermint Load Testing: 4-validator network
# A simple 4-validator test network, geographically dispersed.
id: testnet_04validators
templates:
base_tendermint_node: &base_tendermint_node
binary: v0.32.1
config_template: ./validator-config.toml
base_load_test: &base_load_test
method: "tm-bench"