So, trying to attach the Phoenix cli wallet I'm not sure if there is something wrong here, if I misunderstand things, or if its just a matter of documentation not covering everything, which is normal in early phase adoption of course...
SN is not able to create test invoices, I've checked everything including ports. Have sent a couple of test payments that are listed when I boot the daemon, but where do I go from here?
This is what happens when trying to do a test payment directly in cli:
./phoenix-cli payinvoice --amountSat=5 -->invoice=lnbc50n1pn3yp35pp55kk32987n4d0r9js2th3tlduaw2c2ddxj0r8sjxqaxu38p3zmz6sdp6ge6kuerfdenjqsrjv43x2mzldehk6ctyyphkugrnw3skx6m9wghxuethwvcqzzsxqrrsssp5j7z2e9q2kays6ma44tf565zew44u30skrj8j83v4rvr3d73kcf0s9qxpqysgq5dr6mptyaf266u8r7kvqy3zuzk9527ghz5xrt5m73gmzqf7edqzzujcz05hu224khzd3pq53cqgp0ax2u9m44x5j4498teue33y84kcpwmfkla { "paymentHash": "a5ad1514fe9d5af1965052ef15fdbceb958535a693c67848c0e9b9138622d8b5", "reason": "payment could not be sent through existing channels, check individual failures for more details"
Now as I understand Phoenix it is capable of receiving right away, which is great of course!
But does the autoliquidity only get triggered after funding the wallet with 30k+ sats?
Or is something wrong with my installation, since I get an empty channel when I run getinfo:
{ "nodeId": "020d9a8feca959d1d363451b91ae93dfa850d01401c0e0aecd11b0ab3e2201bf7a", "channels": [ ], "chain": "mainnet", "blockHeight": 866165, "version": "0.4.0-36876f8" }
Now, I'd have no problem funding it with 30k+ of course, but how do I know that it will then create the channel?
Is the channel creation done as part of Lightning itself, will my install create that (or the local record for it), or does that happen on the servers of Phoenix?
This is what I get when booting the daemon:
2024-10-18 07:00:04 chain: Mainnet 2024-10-18 07:00:04 autoLiquidity: 2000000 sat 2024-10-18 07:00:04 nodeid: 020d9a8feca959d1d363451b91ae93dfa850d01401c0e0aecd11b0ab3e2201bf7a 2024-10-18 07:00:04 offer: lno1zrxq8pjw7qjlm68mtp7e3yvxee4y5xrgjhhyf2fxhlphpckrvevh50u0qd50hxvjyqy8rwmrmtjpa9csutt2w8epegeq86g0ea4vsynstfz7zqszgndcv39a8aa0t3ry5dy2jknthc9gujea0eswr85rzcs3f50gxueqqveu3ayjzh00gjlg9exe5fqj9mg2ldc8pdukvtuqgadw47jklz8hnnk5nhkmwdj6u8kgjjjsr33k4tpqectvqtwtsk2nttwhu84f4f07rwmk0haxfp2kgz49034pl745jn3pfu96xqqs3cscnejrz4vw57xzm99unugg45 2024-10-18 07:00:06 connecting to lightning peer... 2024-10-18 07:00:06 connected to lightning peer 2024-10-18 07:00:06 listening on http://127.0.0.1:9740 2024-10-18 07:00:06 fee credit: 101 sat
If I'm simply missing something obvious here then it might still be a good thing to get more documentation, there will be a lot of devs and superusers incoming who have not dealt with Lightning yet, that is my thinking at least...
Other than these unknown factors it all looks great!
failed to create test invoice
?