1. WalletAddressの確認 – Alice WalletAddress bcrt1qqtm00jv39e09uxgtrzwgvk2wyv0umq0tasnr8m – bob WalletAddress bcr…
Month: 8月 2022
aliceとbobの環境を再作成
1. user02 : daemon stop – bob daemon stop – alice daemon stop $ bitcoin-core.cli -regtest -rpcport…
bitcoin-core/src/index.js 修正
src/index.js – original module.exports = { bitcoin: { host: ‘localhost’, password: ‘bar’, port: 18443, u…
JSON-RPC Call: rpcauth
1. Access with -rpcuser=eve $ bitcoin-core.cli -rpcuser=eve -rpcport=10008 getrpcinfo { “active_commands”: [ {…
CentOS stream 9: bitcoin-core の regtestで送金を行う その 7
81. Genarate rpcpassword – Bitcoin Core RPC Auth Config Generator – username=eve – password=…
CentOS Stream 9: How to install and use bitcoin-rpcauth-js
1. Description of “bitcoin-rpcauth-js” Create login credentials for a JSON-RPC user Bitcoin ‘rpcau…
CentOS stream 9: bitcoin-core の regtestで送金を行う その 6
66. Start daemon – new login – -datadir=./dave – -rpcport=10004 $ cd ~/dev bitcoin-core.daem…
CentOS stream 9: bitcoin-core の regtestで送金を行う その 5
43. user03でlogin – /home/user03 |- dev |- caril |- dave $ pwd /home/user03 $ mkdir dev $ mkdir dev…
CentOS stream 9: bitcoin-core の regtestで送金を行う その 4
38. daemon restart -fallbackfee=0.0002 $ cd /home/user02/dev/ $ bitcoin-core.daemon -regtest -conf=/home/user0…
bitcoin-core の install とtestの実行
1. bitcoin-core のinstall $ npm install bitcoin-core –save $ npm install password-hash $ npm install should –…