Bitcointalk thread: https://bitcointalk.org/index.php?topic=1122324.0
Once you get the HEX you can manually submit to Eligius: http://eligius.st/~wizkid057/newstats/pushtxn.php
| Bitcoin XT version v0.10.2.0-f5e7b23 (64-bit) | |
| Usage: | |
| bitcoin-qt [command-line options] | |
| Options: | |
| -? This help message | |
| -alertnotify=<cmd> Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) | |
| -blocknotify=<cmd> Execute command when the best block changes (%s in cmd is replaced by block hash) | |
| -checkblocks=<n> How many blocks to check at startup (default: 288, 0 = all) | |
| -checklevel=<n> How thorough the block verification of -checkblocks is (0-4, default: 3) |
Bitcointalk thread: https://bitcointalk.org/index.php?topic=1122324.0
Once you get the HEX you can manually submit to Eligius: http://eligius.st/~wizkid057/newstats/pushtxn.php
More later...
| Transactions: | |
| 504658563f231e71f79312e96da2cc13e779875ac262269b1b8f9f04e527dfc9 | |
| a1faf7b6db5bb4ef4a39911ca54152df57758e128cd19fbf16178aea59e06c87 | |
| b1346f1ab63dc90cb592028e1f7283f02b54e46afb35b9145ad91ac2a55877be | |
| e61458c302d75b8e0925d4bb0da5466c0a76d60dce506cc766b2d3f160b1d0a5 | |
| Addresses: | |
| 1BwJgbMKb7nz4GZ3uTDTbpovzznTrBbyJE | |
| 1DnJ4rzDpSG5GJsXNyXE7f17rky8wc1RLT | |
| 1Q6M9Vyuv5RyeuqpgJfCUCWrM2yrSb45BD |
I hereby claim:
To claim this, I am signing this object:
| -Get a Keybase Invite | |
| -Install GnuPG 2.1.6 (modern) | |
| -Install Node.js | |
| -Create a PGP profile | |
| -- gpg --full-gen-key | |
| -- Make strong PW | |
| - Save https://keybase.io/docs/server_security/our_code_signing_key | |
| - gpg --import our_code_signing_key (have to edit a cr/lf) | |
| - npm install -g keybase-installer | |
| - keybase version (ignore cfg file warn) |
| #!/bin/bash | |
| # [rights] Copyright Dan B. (brianddk) 2015 https://github.com/brianddk | |
| # [license] Licensed under Apache 2.0 https://www.apache.org/licenses/LICENSE-2.0 | |
| # [repo] https://gist.github.com/brianddk/a22febdca28f79ad58b0 | |
| # [tips] 18MDTTiqPM8ZEo29Cig1wfGdkLNtvyorW5 | |
| #Globals | |
| scriptName="decFile.sh" | |
| repoURL="https://gist.github.com/brianddk/a22febdca28f79ad58b0" | |
| scriptURL="${repoURL}/raw/${scriptName}" |
The current GnuPG installer requires Admin privilege to gain access to various system level directories. The goal of the HowTo is walk through the steps to get GnuPG into user space.
cd ~curl -LO http://downloads.sourceforge.net/project/gpgosx/GnuPG-2.1.7.dmgcurl -LO http://downloads.sourceforge.net/project/gpgosx/GnuPG-2.1.7.dmg.sig| #!/usr/bin/env python2 | |
| #-*-coding:utf8;-*- | |
| #qpy:2 | |
| #qpy:kivy | |
| from __future__ import print_function | |
| import os | |
| import sys | |
| import zipfile | |
| if 'qpyplus' in os.__file__: |
| ; [rights] Copyright Dan B. (brianddk) 2016 https://github.com/brianddk | |
| ; [license] Licensed under Apache 2.0 https://www.apache.org/licenses/LICENSE-2.0 | |
| ; [repo] https://gist.github.com/brianddk/43f00476eb30716dec8481814fdae073 | |
| ; [tips] 18MDTTiqPM8ZEo29Cig1wfGdkLNtvyorW5 | |
| ; | |
| ; hp35s Quadradic complex root solver | |
| ; Form: Ax^2 + Bx + C = 0 | |
| ; Consumes/clears: | |
| ; var 'I' | |
| ; flag 10 |