create QR codes on LND
sudo apt-get install qrencode jq
lncli newaddress np2wkh | jq -c -r .address |qrencode -t ASCII -m 5
I'm verifying ownership of [email protected] at EarnCarrot. |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: nfs-server | |
spec: | |
replicas: 1 | |
selector: | |
matchLabels: | |
role: nfs-server | |
template: |
# This mounts the nfs volume claim into /mnt and continuously | |
# overwrites /mnt/index.html with the time and hostname of the pod. | |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: test | |
spec: | |
replicas: 1 | |
selector: |
apiVersion: cert-manager.io/v1 | |
kind: Issuer | |
metadata: | |
name: letsencrypt-staging | |
namespace: cert-manager | |
spec: | |
acme: | |
email: [email protected] | |
server: https://acme-staging-v02.api.letsencrypt.org/directory | |
privateKeySecretRef: |
#!/bin/bash | |
Counter=14 | |
DisplayHeader="Time Temp CPU Core Health Vcore PMIC" | |
while true ; do | |
let ++Counter | |
if [ ${Counter} -eq 15 ]; then | |
echo -e "${DisplayHeader}" | |
Counter=0 | |
fi | |
Health=$(perl -e "printf \"%19b\n\", $(vcgencmd get_throttled | cut -f2 -d=)") |
[Application Options] | |
lnddir=/home/bitcoin/lnd_data | |
maxpendingchannels=10 | |
alias=YOURALIAS | |
rpclisten=0.0.0.0:10009 | |
[Bitcoin] | |
bitcoin.active=1 | |
bitcoin.mainnet=1 | |
bitcoin.node=bitcoind |
create QR codes on LND
sudo apt-get install qrencode jq
lncli newaddress np2wkh | jq -c -r .address |qrencode -t ASCII -m 5
class LinkedListNode { | |
constructor(value, next) { | |
this.value = value; | |
this.next = next || null; | |
} | |
} | |
class LinkedList { | |
constructor(value) { | |
this.size = 0; |
���� Exif MM * �� C | |
$.' ",#(7),01444'9=82<.342�� C 2!!22222222222222222222222222222222222222222222222222�� � " |