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 –…
CentOS stream 9: bitcoin-core の regtestで送金を行う その 3
22. amountの金額を指定した金額で送金 – その2でのamountが変わるのが気になったので、sendtoaddress のargumentsを変更 – aruments 5. subtr…
CentOS stream 9: bitcoin-core の regtestで送金を行う その2
16. Aliceウォレット内のトランザクション一覧を取得 $ bitcoin-core.cli -regtest -datadir=. -rpcport=10001 listtransactions [ { “addr…
bitcoin-core : help sendtoaddress
1. dendtoaddress command didn’t work with old information on the net, so see help 2. help sendtoaddress …