ACINQ / phoenixd

https://phoenix.acinq.co/server
Apache License 2.0
117 stars 15 forks source link

channel wont open #40

Closed Funman2 closed 7 months ago

Funman2 commented 7 months ago

hey i set up phoenixd as a docker container on my porntainer app in umbrel, everything works fine, i can receive payments, but they only go in as "fee credit" but a channel wont open...i forwarded port 9740 on my router, but still no channel i opening.

here are my logs:

Log viewer settings Auto-refresh logs Wrap lines Display timestamps Fetch Search Lines Actions

2024-04-19 17:50:48 datadir: /phoenix/.phoenix

2024-04-19 17:50:48 chain: Mainnet

2024-04-19 17:50:48 autoLiquidity: 2000000 sat

2024-04-19 17:50:48 nodeid: 024b4ea7a86025d0f12dd71323030d7b214e548ad7d3cdb6efebf5f0da71302c6c

2024-04-19 17:50:49 connecting to lightning peer...

2024-04-19 17:50:49 connected to lightning peer

2024-04-19 17:50:50 listening on http://0.0.0.0:9740

2024-04-19 20:14:31 received lightning payment: 5000 sat (feecreditpayment)

2024-04-19 20:14:31 fee credit: 5000 sat

2024-04-19 20:16:09 received lightning payment: 1 sat (feecreditpayment)

2024-04-19 20:16:09 fee credit: 5001 sat

2024-04-19 20:18:17 received lightning payment: 25000 sat (feecreditpayment)

2024-04-19 20:18:17 fee credit: 30001 sat

2024-04-19 20:51:57 received lightning payment: 5000 sat (feecreditpayment)

2024-04-19 20:51:57 fee credit: 35001 sat

2024-04-19 21:02:25 received lightning payment: 50000 sat (feecreditpayment)

2024-04-19 21:02:25 fee credit: 85001 sat

2024-04-19 21:07:18 shutting down...

2024-04-19 21:07:19 http server stopped

2024-04-19 21:07:25 datadir: /phoenix/.phoenix

2024-04-19 21:07:25 chain: Mainnet

2024-04-19 21:07:25 autoLiquidity: 2000000 sat

2024-04-19 21:07:25 nodeid: 024b4ea7a86025d0f12dd71323030d7b214e548ad7d3cdb6efebf5f0da71302c6c

2024-04-19 21:07:26 connecting to lightning peer...

2024-04-19 21:07:26 connected to lightning peer

2024-04-19 21:07:26 fee credit: 85001 sat

2024-04-19 21:07:27 listening on http://0.0.0.0:9740

2024-04-19 21:18:25 lightning payment rejected (amount=50000 sat): over max fee credit (max=100000 sat)

2024-04-19 21:19:18 received lightning payment: 10000 sat (feecreditpayment)

2024-04-19 21:19:18 fee credit: 95001 sat

2024-04-19 21:21:46 received lightning payment: 1000 sat (feecreditpayment)

2024-04-19 21:21:46 fee credit: 96001 sat

2024-04-19 21:27:12 received lightning payment: 21 sat (feecreditpayment)

2024-04-19 21:27:12 fee credit: 96022 sat

2024-04-19 22:06:08 lightning payment rejected (amount=4000 sat): over max fee credit (max=100000 sat)

2024-04-19 22:08:52 received lightning payment: 1000 sat (feecreditpayment)

2024-04-19 22:08:52 fee credit: 97022 sat

2024-04-19 22:09:39 received lightning payment: 1000 sat (feecreditpayment)

2024-04-19 22:09:39 fee credit: 98022 sat

2024-04-19 22:11:32 received lightning payment: 1000 sat (feecreditpayment)

2024-04-19 22:11:32 fee credit: 99022 sat

2024-04-19 22:13:00 received lightning payment: 978 sat (feecreditpayment)

2024-04-19 22:13:00 fee credit: 100000 sat

2024-04-19 22:15:37 lightning payment rejected (amount=1 sat): over max fee credit (max=100000 sat)

2024-04-19 22:16:06 lightning payment rejected (amount=1 sat): over max fee credit (max=100000 sat)

2024-04-19 22:25:59 shutting down...

2024-04-19 22:26:00 http server stopped

2024-04-19 22:26:06 datadir: /phoenix/.phoenix

2024-04-19 22:26:06 chain: Mainnet

2024-04-19 22:26:06 autoLiquidity: 2000000 sat

2024-04-19 22:26:07 nodeid: 024b4ea7a86025d0f12dd71323030d7b214e548ad7d3cdb6efebf5f0da71302c6c

2024-04-19 22:26:07 connecting to lightning peer...

2024-04-19 22:26:08 connected to lightning peer

2024-04-19 22:26:08 fee credit: 100000 sat

2024-04-19 22:26:08 listening on http://0.0.0.0:9740

2024-04-19 22:33:16 lightning payment rejected (amount=1 sat): over max fee credit (max=100000 sat)

2024-04-19 22:36:27 lightning payment rejected (amount=1 sat): over max fee credit (max=100000 sat)

2024-04-19 22:38:38 lightning payment rejected (amount=1 sat): over max fee credit (max=100000 sat)

pm47 commented 7 months ago

This is due to --max-mining-fee, details here: https://github.com/ACINQ/phoenixd/discussions/37#discussioncomment-9120640