-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.bib
More file actions
88 lines (79 loc) · 2.57 KB
/
main.bib
File metadata and controls
88 lines (79 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
@misc{bitcoinmanual_miniscript,
author = {{The Bitcoin Manual}},
title = {Bitcoin Miniscript: A Guide},
year = {2024},
url = {https://thebitcoinmanual.com/articles/btc-miniscript/},
note = {Accessed: 2025-02-04}
}
@misc{sipa_miniscript,
author = {Pieter Wuille},
title = {Miniscript: A New Language for Bitcoin Scripts},
year = {2024},
url = {https://bitcoin.sipa.be/miniscript/},
note = {Accessed: 2025-02-04}
}
@misc{bip379,
author = {{Bitcoin Improvement Proposals}},
title = {{BIP 379: Miniscript Policy}},
year = {2024},
url = {https://github.com/bitcoin/bips/blob/master/bip-0379.md},
note = {Accessed: 2025-02-04}
}
@misc{bip380,
author = {{Bitcoin Improvement Proposals}},
title = {{BIP 380: Miniscript Descriptor Language}},
year = {2024},
url = {https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki},
note = {Accessed: 2025-02-04}
}
@misc{jean_gist_liana_wsh,
author = {{jdlcdl}},
title = {{Bitcoin Core Watch-Only: Liana Simple-Inheritance WSH}},
year = {2025},
url = {https://gist.github.com/jdlcdl/b0dea22a8a6caf0fd7c40b244357d8d2},
note = {Accessed: 2025-02-04}
}
@misc{jean_gist_liana_mwsh,
author = {{jdlcdl}},
title = {{Bitcoin Core Watch-Only Liana Expanding-Multi WSH}},
year = {2025},
url = {https://gist.github.com/jdlcdl/d83a83ec7d47d98888a8647b636d567d},
note = {Accessed: 2025-02-04}
}
@misc{jean_gist_liana_tr,
author = {{jdlcdl}},
title = {{Bitcoin Core Watch-Only: Liana Simple-Inheritance TR}},
year = {2025},
url = {https://gist.github.com/jdlcdl/b17c6b551839adb5b7b7d4ef9574e48e},
note = {Accessed: 2025-02-04}
}
@misc{jean_gist_liana_mtr,
author = {{jdlcdl}},
title = {{Bitcoin Core Watch-Only Liana Expanding-Multi TR}},
year = {2025},
url = {https://gist.github.com/jdlcdl/c38e1b80cd814e48e1d158a98cf704f6},
note = {Accessed: 2025-02-04}
}
@misc{jaonoctus_nums,
author = {{jaonoctus}},
title = {{NUMS secp256k1 }},
year = {2025},
url = {https://nums-secp256k1.jaonoctus.dev},
note = {Accessed: 2025-02-04}
}
@misc{wiki_script,
author = {{Bitcoin FAQ}},
title = {{Script}},
year = {2024},
url = {https://en.bitcoin.it/wiki/Script},
note = {Accessed: 2025-02-04}
}
@misc{mastering_bitcoin,
author = {Andreas M. Antonopoulos and David A. Harding},
title = {Mastering Bitcoin: Programming the Open Blockchain (Third Edition)},
year = {2023},
publisher = {O'Reilly Media},
note = {First print of the third edition, published in December 2023},
url = {https://github.com/bitcoinbook/bitcoinbook},
license = {Creative Commons Attribution-ShareAlike 4.0 International}
}