Title describes.
- 1,000 mBTC
For USD/JPY, | |
=ImportXML("http://api.aoikujira.com/kawase/xml/usd","/kawase/JPY") |
# Install | |
* OS: Ubuntu 16.10 Yakkety amd64 Desktop | |
* Ubuntu-provided `python-click` package should be removed since the version is too old. | |
## Install addrindex-patched Bitcoin Core | |
Counterparty requires so-called "addrindex-patched" version of Bitcoin Core. | |
https://github.com/btcdrak/bitcoin/releases |
/** | |
* @file claim_checker.js | |
* | |
* Check the balance of your Bitcoin HD wallet at the specified block height. | |
* This is usefull for checking what address is capable of receiving Stellar giveaway coins. | |
*/ | |
const BASE_BLOCK_HEIGHT = 472889; | |
const HD_GAP_LIMIT = 20; |
#!/usr/bin/env python3 | |
# | |
# Dumb script to dump (some) of bcache status | |
# Copyright 2013 Darrick J. Wong. All rights reserved. | |
# | |
# This file is part of Bcache. Bcache is free software: you can | |
# redistribute it and/or modify it under the terms of the GNU General Public | |
# License as published by the Free Software Foundation, version 2. | |
# | |
# This program is distributed in the hope that it will be useful, but WITHOUT |
私「びりある」は下記要領にて彼女を募集いたします。
ご興味のある方は、Twitter (@visvirial) でDMによりエントリーをお願いします。
【お相手の条件】
const crypto = require('crypto'); | |
const grpc = require('grpc'); | |
const protoLoader = require('@grpc/proto-loader'); | |
const protobufjs = require('protobufjs'); | |
const ed25519 = require('ed25519'); | |
const PROTO_DIR = __dirname + '/proto'; | |
const privateKey = Buffer.from('fbcedfd8848bf097ca79a8248a26d929ebf7104c1fcc471a6c4fd87113798766', 'hex'); |
翻訳者注:この日本語訳は、2020年2月21日時点で https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki に公開されているものを底本としています。最新の情報については原文をご参照ください。
BIP: 341 Layer: Consensus (soft fork) Title: Taproot: SegWit version 1 spending rules Author: Pieter Wuille <[email protected]> Jonas Nick <[email protected]> Anthony Towns <[email protected]>
BIP: 342 Layer: Consensus (soft fork) Title: Validation of Taproot Scripts Author: Pieter Wuille <[email protected]> Jonas Nick <[email protected]> Anthony Towns <[email protected]> Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0342 Status: Draft