Skip to content

Instantly share code, notes, and snippets.

View visvirial's full-sized avatar
💭
On my way

Vis Virial (a.k.a. びりある) visvirial

💭
On my way
View GitHub Profile
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

What is this?

Title describes.

Convertion table

1 BTC is...

  • 1,000 mBTC
@visvirial
visvirial / claim_checker.js
Last active June 28, 2017 02:16
Check the balance of your Bitcoin HD wallet at the specified block height.
/**
* @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

導入

アブストラクト

このドキュメントでは、楕円曲線 secp256k1 上での 64 バイト Schnorr (シュノア) 署名の標準を提案します。

著作権

このドキュメントは 2 条項 BSD ライセンスで提供されます。

私「びりある」は下記要領にて彼女を募集いたします。

ご興味のある方は、Twitter (@visvirial) でDMによりエントリーをお願いします。

【お相手の条件】

  • 必須要件
    • 生物学上の女性であること(男の娘不可)
  • 年齢:32歳以下
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');
@visvirial
visvirial / bip-0341.ja.mediawiki
Last active September 17, 2020 15:46
BIP 341「Taproot: SegWit version 1 spending rules」日本語版

翻訳者注:この日本語訳は、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&#58; Pieter Wuille <pieter.wuille@gmail.com>
          Jonas Nick <jonasd.nick@gmail.com>
          Anthony Towns <aj@erisian.com.au>

@visvirial
visvirial / bip-0342.ja.mediawiki
Last active March 12, 2020 04:31
BIP342「Validation of Taproot Scripts」の日本語版


  BIP&#58; 342
  Layer&#58; Consensus (soft fork)
  Title&#58; Validation of Taproot Scripts
  Author&#58; Pieter Wuille <pieter.wuille@gmail.com>
          Jonas Nick <jonasd.nick@gmail.com>
          Anthony Towns <aj@erisian.com.au>
  Comments&#45;Summary&#58; No comments yet.
  Comments&#45;URI&#58; https&#58;//github.com/bitcoin/bips/wiki/Comments&#58;BIP&#45;0342
  Status&#58; Draft