-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.bib
104 lines (93 loc) · 3.36 KB
/
paper.bib
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
@misc{pickhardt2021security,
title={Security and Privacy of Lightning Network Payments with Uncertain Channel Balances},
author={Rene Pickhardt and Sergei Tikhomirov and Alex Biryukov and Mariusz Nowostawski},
year={2021},
eprint={2103.08576},
archivePrefix={arXiv},
primaryClass={cs.CR}
}
@article{pickhardt2021optimally,
title={Optimally reliable \& cheap payment flows on the lightning network},
author={Pickhardt, Rene and Richter, Stefan},
journal={arXiv preprint arXiv:2107.05322},
year={2021}
}
@article{aneja1980maximal,
title={Maximal expected flow in a network subject to arc failures},
author={Aneja, Yash P and Nair, KPK},
journal={Networks},
volume={10},
number={1},
pages={45--57},
year={1980},
publisher={Wiley Online Library}
}
@article{sancho1988maximum,
title={On the maximum expected flow in a network},
author={Sancho, NGF},
journal={Journal of the Operational Research Society},
volume={39},
number={5},
pages={481--485},
year={1988},
publisher={Taylor \& Francis}
}
@article{sharma2013speeding,
title={Speeding up the estimation of the expected value of maximum flow through reliable networks},
author={Sharma, Megha and Ghosh, Diptesh},
journal={IEEE Transactions on Reliability},
volume={62},
number={1},
pages={105--115},
year={2013},
publisher={IEEE}
}
@inproceedings{bernstein2022negative,
title={Negative-weight single-source shortest paths in near-linear time},
author={Bernstein, Aaron and Nanongkai, Danupon and Wulff-Nilsen, Christian},
booktitle={2022 IEEE 63rd Annual Symposium on Foundations of Computer Science (FOCS)},
pages={600--611},
year={2022},
organization={IEEE}
}
@article{stentz1997optimal,
title={Optimal and efficient path planning for partially known environments},
author={Stentz, Anthony},
journal={Intelligent Unmanned Ground Vehicles: Autonomous Navigation Research at Carnegie Mellon},
pages={203--220},
year={1997},
publisher={Springer}
}
@inproceedings{bagaria2020boomerang,
title={Boomerang: Redundancy improves latency and throughput in payment-channel networks},
author={Bagaria, Vivek and Neu, Joachim and Tse, David},
booktitle={Financial Cryptography and Data Security: 24th International Conference, FC 2020, Kota Kinabalu, Malaysia, February 10--14, 2020 Revised Selected Papers},
pages={304--324},
year={2020},
organization={Springer}
}
@inproceedings{rahimpour2021spear,
title={Spear: fast multi-path payment with redundancy},
author={Rahimpour, Sonbol and Khabbazian, Majid},
booktitle={Proceedings of the 3rd ACM Conference on Advances in Financial Technologies},
pages={183--191},
year={2021}
}
@article{pickhardt2022,
title={Code for sub second runtime of piecewise linarization to quickly approximate the minimum convex cost flow problem},
author={Rene Pickhardt},
journal={\url{https://lists.linuxfoundation.org/pipermail/lightning-dev/2022-March/003510.html}},
year={2022}
}
@article{corallo2023,
title={Highly Available Lightning Channels},
author={Matt Corallo},
journal={\url{https://lists.linuxfoundation.org/pipermail/lightning-dev/2023-February/003853.html}},
year={2023}
}
@article{riard2023,
title={Highly Available Lightning Channels},
author={Antoine Riard},
journal={\url{https://lists.linuxfoundation.org/pipermail/lightning-dev/2023-February/003852.html}},
year={2023}
}