I hereby claim:
- I am tosch110 on github.
- I am toschbr (https://keybase.io/toschbr) on keybase.
- I have a public key ASAHJ3zZKHlM2ODYwuHHZin_Ga5obwzo9_lz1pz5KYydzQo
To claim this, I am signing this object:
| ** Add repository and install bitcoind ** | |
| sudo apt-get install build-essential | |
| sudo apt-get install libtool autotools-dev autoconf | |
| sudo apt-get install libssl-dev | |
| sudo apt-get install libboost-all-dev | |
| sudo add-apt-repository ppa:bitcoin/bitcoin | |
| sudo apt-get update | |
| sudo apt-get install bitcoind | |
| mkdir ~/.bitcoin/ && cd ~/.bitcoin/ |
| //Author: Tobias Schwarz March 2019 | |
| package main | |
| import ( | |
| "fmt" | |
| "gopkg.in/resty.v1" | |
| "os" | |
| ) | |
| const ( |
| { | |
| "apiProxy":false, | |
| "correctInvalidFees":false, | |
| "ledgerTrimKeep":30000, | |
| "maxAPIRecords":100, | |
| "blockchainState":"UP_TO_DATE", | |
| "currentMinRollbackHeight":1471200, | |
| "numberOfBlocks":1472762, | |
| "isTestnet":true, | |
| "includeExpiredPrunable":true, |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Lisk passphrase to publicKey</title> | |
| </head> | |
| <!-- Latest compiled and minified CSS --> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> |