This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Return-Path: <[email protected]> | |
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on | |
ip-172-30-0-206.ec2.internal | |
X-Spam-Level: | |
X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, | |
DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FORGED_REPLYTO, | |
FREEMAIL_REPLYTO_END_DIGIT,HTML_MESSAGE,SPF_PASS autolearn=no | |
autolearn_force=no version=3.4.2 | |
X-Original-To: [email protected] | |
Delivered-To: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following is licensed as CC0. Feel free to copy it for your own purposes, with or without acknowleding my authorship. | |
--- | |
layout: post | |
title: "The Misleading and Inaccurate Claims Made to Tierion ICO Investors" | |
tags: | |
- tierion | |
- ico | |
- timestamping | |
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
class CMemPoolTx: | |
@property | |
def feerate(self): | |
return self.nFee / self.nSize | |
@property | |
def sum_feerate(self): | |
return self.nSumFees / self.nSumSize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA256 | |
This is my standard consulting agreement, drafted by Addison Cameron-Huff | |
<[email protected]> Feel free to use/distribute this as you see fit. | |
Consulting Agreement | |
==================== |
Bitcoin Core version 0.10.0 is now available from:
https://bitcoin.org/bin/0.10.0/
This is a new major version release, bringing both new features and bug fixes.
Please report bugs using the issue tracker at github:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> - floating ADC inputs, as Peter suggested; | |
> - five independent RC oscillators. | |
I've got another idea that requires no extra hardware. I think has a | |
solid theoretical basis which I've explored below in sufficient detail | |
to raise suspicions that I miss my old line of work: | |
tl;dr: Record the dt time between button clicks, adding dt to the | |
accumulator each time by hashing it into the persistent state. |
I hereby claim:
- I am petertodd on github.
- I am petertodd (https://keybase.io/petertodd) on keybase.
- I have a public key whose fingerprint is 37EC 7D7B 0A21 7CDB 4B4E 007E 7FAB 1142 67E4 FA04
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
import os | |
import sys | |
import struct | |
from opentimestamps._internal import hexlify,unhexlify | |
import opentimestamps._bitcoinrpc as btcrpc |
NewerOlder