Ian Culp
13b1437370
Rename 17_4_getinfo.py to 18_4_getinfo.py
2021-10-06 16:39:36 -05:00
Ian Culp
f012a81f82
Rename 17_3_walletinfo.js to 18_3_walletinfo.js
2021-10-06 16:39:27 -05:00
Ian Culp
e6ad79a8e5
Rename 17_3_sendtx.js to 18_3_sendtx.js
2021-10-06 16:39:16 -05:00
Ian Culp
8133f1f6a4
Rename 17_3_getinfo.js to 18_3_getinfo.js
2021-10-06 16:39:07 -05:00
Ian Culp
739198f62d
Rename 17_2_App-sendtx.java to 18_2_App-sendtx.java
2021-10-06 16:38:56 -05:00
Ian Culp
343ea7364a
Rename 17_2_App-listen.java to 18_2_App-listen.java
2021-10-06 16:38:46 -05:00
Ian Culp
489fd1019b
Rename 17_2_App-getinfo.java to 18_2_App-getinfo.java
2021-10-06 16:38:38 -05:00
Ian Culp
6cd28d921e
Rename 17_1_sendtransaction.go to 18_1_sendtransaction.go
2021-10-06 16:38:30 -05:00
Ian Culp
ddc89b36f5
Rename 17_1_lookuptransaction.go to 18_1_lookuptransaction.go
2021-10-06 16:38:22 -05:00
Ian Culp
a05782593a
Rename 17_1_getbalance.go to 18_1_getbalance.go
2021-10-06 16:38:15 -05:00
Ian Culp
abd36c28ac
Rename 17_1_getamountreceived.go to 18_1_getamountreceived.go
2021-10-06 16:38:04 -05:00
Ian Culp
023909e0cc
Rename 17_1_getaddress.go to 18_1_getaddress.go
2021-10-06 16:37:55 -05:00
Ian Culp
33e38c15e0
Rename 17_1_blockinfo.go to 18_1_blockinfo.go
2021-10-06 16:37:45 -05:00
Ian Culp
59e1ff85b6
Rename 16_7_genhd_for_import.c to 17_7_genhd_for_import.c
2021-10-06 16:37:37 -05:00
Ian Culp
0713a672d0
Rename 16_5_replacewithscript.c to 17_5_replacewithscript.c
2021-10-06 16:37:27 -05:00
Ian Culp
f04ffe5965
Rename 16_4_examinepsbt.c to 17_4_examinepsbt.c
2021-10-06 16:37:19 -05:00
Ian Culp
94e0b243c7
Rename 16_4_createemptypsbt.c to 17_4_createemptypsbt.c
2021-10-06 16:37:11 -05:00
Ian Culp
1a434ece5a
Rename 16_3_genhd.c to 17_3_genhd.c
2021-10-06 16:36:59 -05:00
Ian Culp
f18a9dbba4
Rename 16_2_genmnemonic.c to 17_2_genmnemonic.c
2021-10-06 16:36:51 -05:00
Ian Culp
d40aa0ab66
Rename 16_1_testwally.c to 17_1_testwally.c
2021-10-06 16:36:35 -05:00
Ian Culp
920ab1213c
Rename 15_3_chainlistener.c to 16_3_chainlistener.c
2021-10-06 16:36:22 -05:00
Ian Culp
b2daf49b80
Rename 15_2_sendtoaddress.c to 16_2_sendtoaddress.c
2021-10-06 16:00:10 -05:00
Ian Culp
b23a93148c
Rename 15_1_testbitcoin.c to 16_1_testbitcoin.c
2021-10-06 16:00:02 -05:00
Ian Culp
ec7420936a
Rename 15_1_getmininginfo.c to 16_1_getmininginfo.c
2021-10-06 15:59:54 -05:00
psqnt
7661a72caf
Update 04_2_i_txfee-calc.sh
...
use $btcout_f
2020-11-01 08:45:50 -05:00
psqnt
eadefbcf0c
fix for jq auto formatting decimals
...
jq auto formats decimals to scientific notation so the calculation on the last line of the script fails on a syntax error:
For example:
```
$ echo "0.0001 - 9.5e-05" | /usr/bin/bc
(standard_in) 1: syntax error
```
vs this:
```
$ echo "0.0001 - 0.000095" | /usr/bin/bc
.000005
```
2020-11-01 08:43:04 -05:00
Shannon Appelcline
b59e0d2f5e
Create 10_2_integer2lehex.sh
2020-10-20 13:09:43 -10:00
Shannon Appelcline
14c0cb9990
Rename 4_2_i_txfee-calc.sh to 04_2_i_txfee-calc.sh
2020-10-20 13:05:49 -10:00
Shannon Appelcline
206929d3dd
Create 4_2_i_txfee-calc.sh
2020-10-20 13:05:32 -10:00
Shannon Appelcline
90cf9baa47
Update 17_6_getinfo.playground
2020-09-30 08:15:54 -10:00
Shannon Appelcline
7e17774d28
Delete Client.java
2020-09-30 07:39:25 -10:00
Shannon Appelcline
aba35ab695
Create 17_6_sendtx.playground
2020-09-29 15:12:55 -10:00
Shannon Appelcline
606dc8b98a
Create 17_6_getinfo.playground
2020-09-29 12:42:22 -10:00
Shannon Appelcline
e79833a14f
Create 17_5_main-sendtx.rs
2020-09-08 13:05:48 -10:00
Shannon Appelcline
203d6b84fa
Create 17_5_main-getinfo.rs
2020-09-08 12:02:19 -10:00
Shannon Appelcline
25d20e92c0
Delete 18_4_accessing_bitcoind_with_python.py
...
broke up the code into individual bits, per rest of chapter
2020-09-08 09:36:10 -10:00
Shannon Appelcline
89a3a9ddfa
Create 17_4_sendtx.py
2020-09-08 09:26:12 -10:00
Shannon Appelcline
e590faac97
Create 17_4_walletinfo.py
2020-09-08 08:51:47 -10:00
Shannon Appelcline
c4f6203eef
Create 17_4_getinfo.py
2020-09-02 15:24:25 -10:00
Shannon Appelcline
25a9316f25
Create 17_3_sendtx.js
2020-09-02 14:44:14 -10:00
Shannon Appelcline
b5dd11dc5c
Create 17_3_walletinfo.js
2020-09-02 14:32:41 -10:00
Shannon Appelcline
0b7900433d
Update 17_3_getinfo.js
2020-09-02 14:31:56 -10:00
Shannon Appelcline
fb4fabe88e
Update 17_3_getinfo.js
2020-09-02 14:08:35 -10:00
Shannon Appelcline
bfefdcdc54
Create 17_3_getinfo.js
2020-09-02 14:01:43 -10:00
Shannon Appelcline
06d02eddcd
Create 17_2_App-listen.java
2020-09-02 13:03:30 -10:00
Shannon Appelcline
83384ab2af
Create 17_2_App-sendtx.java
2020-09-02 12:45:51 -10:00
Shannon Appelcline
3c15a7d869
Update 17_2_App-getinfo.java
2020-09-02 12:04:58 -10:00
Shannon Appelcline
ed27c34c1a
Create 17_2_App-getinfo.java
2020-09-02 11:37:05 -10:00
Shannon Appelcline
712254dd67
Create 17_1_lookuptransaction.go
2020-09-01 09:48:45 -10:00
Shannon Appelcline
8fbe00e938
Create 17_1_sendtransaction.go
2020-09-01 09:37:55 -10:00