-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locally funded channels #268
Conversation
00133c0
to
6e19491
Compare
6e19491
to
3ea51d3
Compare
@Jasonvdb @coreyphillips code looks ok by my judgement, I was eager to test it but it won't run the JS in the example app (android app starts, then shows red error screen) was getting error:
|
Added a PR with the changes I did, let's see if it also fixes |
…-fix Fix Example app on Android for Local funded channels PR
Fund channels locally from on chain wallet.
closes #30
Step 1: Create channel
Step 2: Create funding tx using on chain wallet (DO NOT BROADCAST)
output_script
to addressbitcoin-cli createrawtransaction '[{"txid":"<tx-id>","vout":<index>}]' '{"<address>":<btc>}'
bitcoin-cli signrawtransactionwithwallet <raw-transaction-hex>
Step 2: Fund channel