This has moved to https://github.com/bitcoin/bitcoin/blob/master/doc/reduce-memory.md
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
[Unit] | |
Description=headless chrome | |
[Service] | |
Type=simple | |
ProtectSystem=strict | |
DynamicUser=true | |
Environment=HOME=/tmp | |
ExecStart=/usr/bin/google-chrome --headless --disable-gpu --remote-debugging-port=9222 |
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
// calculate Genesis Block | |
// Reset genesis | |
consensus.hashGenesisBlock = uint256S("0x"); | |
std::cout << std::string("Begin calculating Mainnet Genesis Block:\n"); | |
if (true && (genesis.GetHash() != consensus.hashGenesisBlock)) { | |
LogPrintf("Calculating Mainnet Genesis Block:\n"); | |
arith_uint256 hashTarget = arith_uint256().SetCompact(genesis.nBits); | |
uint256 hash; | |
genesis.nNonce = 0; |
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
[ | |
{ | |
"poolName":"寛永通宝", | |
"url":"https://portal.bitzenypool.work/", | |
"searchStrings":[ | |
"Kaneitsuho" | |
] | |
}, | |
{ | |
"poolName":"Daddy-Pool", |
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
install手順はココ | |
https://wiki.trezor.io/User_manual:Running_a_local_instance_of_Trezor_Wallet_backend_(Blockbook) | |
update手順 | |
systemctl stop backend-<coin>.service | |
systemctl stop blockbook-<coin>.service | |
apt remove backend-<coin> | |
apt remove blockbook-<coin> |
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
現在monacoindの開発についてはテクノブレイク・フォン・モナーバウム(以下ワタナベ氏)が一任しています。 | |
連絡は基本取らないようですが、問題等あればPullRequest及びissueをgithubにて出すことで対応してもらうことは可能です。 | |
monacoinの開発と言うのは何を指すのか?と言いますと基本的には周辺環境の開発を指します。 | |
coind自体以外の互換コア開発(monad(golang実装),monacoinj(Java実装)など)についてはワタナベ氏以外が行っています。 | |
誰に許可を取って開発していいか分からないと言うのはありますが、許可を取る必要は特にありません。 | |
しいて言うならば、他のウォレット等との互換性を保つための取り決めは守ったほうが良いかなと言うところでしょうか。 | |
他のコインも含めて大体はここに書いてあります。 | |
https://github.com/satoshilabs/slips |
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
<?php | |
//$ composer require mpyw/co:^1.5 | |
require __DIR__ . '/vendor/autoload.php'; | |
use mpyw\Co\Co; | |
use mpyw\Co\CURLException; | |
function curl($url, $ops = []) { | |
$ch = curl_init(); | |
curl_setopt_array($ch, |
- Setup Debian virtual machine on VirtualBox
https://github.com/bitcoin-core/docs/blob/master/gitian-building/gitian-building-create-vm-debian.md
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
; 一部コンポーネントにおいて、新暦処理を適用するとアプリケーションがクラッシュする事例の報告を受けております。 | |
; つきましては、当該の副作用がご理解いただける方のみご利用頂き、そうでないかたは利用されないようお願い致します。 | |
; | |
;Windows Registry Editor Version 5.00 | |
;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Calendars\Japanese\Eras] | |
;"2019 05 01"="令和_令_Reiwa_R" | |