Skip to content

Instantly share code, notes, and snippets.

View boldsuck's full-sized avatar

boldsuck boldsuck

View GitHub Profile

Keybase proof

I hereby claim:

  • I am boldsuck on github.
  • I am boldsuck (https://keybase.io/boldsuck) on keybase.
  • I have a public key ASDsE9R7ZDVBGCgLUwW2QwduHncS1Dmpeyk0ZLidoO6VAQo

To claim this, I am signing this object:

#!/bin/bash
rm -rf ~/temp/git/tari
mkdir ~/temp/git
cd ~/temp/git
git clone https://github.com/tari-project/tari.git
git checkout development
cd tari
NOW=$(date +"%Y-%m-%d")
COMMIT=$(git log --pretty=format:'%h' -n 1)
OUTDIR=~/build/nightly/$NOW-$COMMIT
[Unit]
Description=Monero Full Node (Mainnet)
After=network.target
[Service]
# Process management
####################
Type=simple
PIDFile=/run/monero/monerod.pid
execve("./cake_wallet", ["./cake_wallet"], 0x7ffe229362d0 /* 57 vars */) = 0
brk(NULL) = 0x1c53000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f10110e2000
readlink("/proc/self/exe", "/home/marco/Cake-Wallet/cake_wal"..., 4096) = 35
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/marco/Cake-Wallet/lib/glibc-hwcaps/x86-64-v2/libblkid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/marco/Cake-Wallet/lib/glibc-hwcaps/x86-64-v2", 0x7ffccf800200, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/marco/Cake-Wallet/lib/tls/x86_64/x86_64/libblkid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/marco/Cake-Wallet/lib/tls/x86_64/x86_64", 0x7ffccf800200, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/marco/Cake-Wallet/lib/tls/x86_64/libblkid.so.1", O_RDONLY|O_CLOEXEC) = -1 EN
Haveno Desktop version 1.0.4
Usage: haveno-desktop [options]
Options:
--help
Print this help text
--configFile=<String> (default: haveno.properties)
@boldsuck
boldsuck / README.md
Last active May 18, 2024 14:20 — forked from developius/README.md
Setup SSH keys for use with GitHub/GitLab/BitBucket etc

Create a new repository, or reuse an existing one.

Generate a new SSH key:

ssh-keygen -t ed25519 -C "your_email@example.com"

Since OpenSSH version 8.2 using FIDO2 security keys for SSH is recommed.
https://github.blog/2021-05-10-security-keys-supported-ssh-git-operations/
OnlyKey & Nitrokey 3 support ed25519 keys with OpenSSH. Only a YubiKey with firmware 5.2.3 or higher supports the ed25519 curve!