Skip to content

Latest commit

 

History

History
32 lines (14 loc) · 734 Bytes

README.md

File metadata and controls

32 lines (14 loc) · 734 Bytes

Lightning NetworkのRouting情報をAIに解析させる。

準備

---------- LND ----------

・LNDのforwadin情報をfileを用意する(この情報を解析)。main.py 238行目(file名修正必要)

--> Lncliで取得: ex.) lncli fwdinghistory --start_time "-1w" --max_events 1000 >> file名

・LNDのchannel情報を用意する。main.py 240行目(file名修正必要)

--> Lncliで取得: ex.) lncli listpeers >> file名

---------- openAI api key ----------

・login or signup

https://platform.openai.com/docs/overview

・dashboard tab

API Keys -> +Create new secret key -> Create secret key -> copyして.envにpaste

・dashboard tab

Usage -> Increase limit -> Buy credits から課金する。