Skip to content

Instantly share code, notes, and snippets.

View winterjung's full-sized avatar

Jung Winter winterjung

View GitHub Profile
@winterjung
winterjung / calculator.py
Created August 22, 2019 12:26
PyCon 2019 Banksalad event code
from itertools import permutations
def permutate(cards, n, func):
for p in permutations(cards, n):
try:
yield eval(func(p)), p
except Exception as e:
pass
@winterjung
winterjung / dracula.reg
Created June 22, 2019 07:02
Configure dracula color scheme on WSL Ubuntu
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console\C:_Program Files_WindowsApps_CanonicalGroupLimited.Ubuntu18.04onWindows_1804.2019.522.0_x64__79rhkp1fndgsc_ubuntu1804.exe]
"ColorTable00"=dword:00352826
"ColorTable01"=dword:00f892bc
"ColorTable02"=dword:007bf94f
"ColorTable03"=dword:00a47261
"ColorTable04"=dword:005454ff
"ColorTable05"=dword:00c579ff
"ColorTable06"=dword:006cb7ff

Qtum 리눅스 우분투에서 GUI없이 스테이킹하기

시작 전에

그냥 qtum-qt 다운받아서 GUI로 스테이킹 하면 간편하지만 저같이 gui가 없는 리눅스 서버나 라즈베리파이만 쓰시는 분들을 위해 적어봅니다.

대부분 Qtum staking tutorial on raspberry pi에서 나온 내용입니다.

리눅스 셋업과 ssh부분은 넘어가고 간단하게 적겠습니다. 정확히는 위에 첨부한 주소에 들어가시면 될 듯 합니다.

따라하기

  1. qtum 깃헙 저장소를 클론하지마시고 그냥 릴리즈페이지가서 운영체제에 맞는 tar.gz를 찾습니다. 쉘에서 uname -m 쳐서 나오는거에 맞게 다운받아주세요. 릴리즈 페이지