-
Notifications
You must be signed in to change notification settings - Fork 0
/
questiondb.json
52 lines (52 loc) · 1.96 KB
/
questiondb.json
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
{
"questions": [
{
"id": 1,
"title": "Run lightning-charge on c-lightning regtest",
"body": "I'm trying to run lighting-charge (https://github.com/ElementsProject/lightning-charge) on top of one of my 2 lightning (https://github.com/ElementsProject/lightning) instances. I am running 2 nodes using the script here: lightning/contrib/startup_regtest.sh. This file will start a bitcoin instance as well as 2 lightning nodes (/tmp/l1-regtest, /tmp/l2-regtest)",
"tags": "regtest",
"isRewardable": false,
"isPaid": true,
"rewardInSatoshi": 10,
"voteThreshold": 2,
"timeCreated": "2022-06-19T16:38:55.669Z",
"paymentHash": "No Invoice Needed"
},
{
"id": 1,
"title": "My lightning node is unreachable and lightning-rpc': Connection refused",
"body": "I'm trying to use c-lightning on my raspberry. When start the lightning daemon I get two errors:",
"tags": "lightning-rpc",
"isRewardable": true,
"isPaid": true,
"rewardInSatoshi": 10,
"voteThreshold": 2,
"timeCreated": "2022-06-19T16:38:55.821Z",
"paymentHash": "DCh/eXAuuoRc0k1Y4XZUkrxaIiHVbDMt2Unvscx6V/0="
},
{
"id": 2,
"title": "lightning to lightning non custodial swaps",
"body": "Do you know the way to freeze funds in lightning tx to implement atomic swap between two independent lightning networks?",
"tags": "custodial",
"isRewardable": true,
"isPaid": true,
"rewardInSatoshi": 10,
"voteThreshold": 2,
"timeCreated": "2022-06-19T16:38:55.834Z",
"paymentHash": "hniQhIeNZpUfEa6uNgxaLQneOrHxfML/A3ef04VvVVI="
},
{
"id": 3,
"title": "fsdafsdaf",
"body": "fsdafsdfgsd",
"tags": "sdfd",
"isRewardable": true,
"isPaid": true,
"rewardInSatoshi": 10,
"voteThreshold": 2,
"timeCreated": "2022-06-19T16:47:40.350Z",
"paymentHash": "vnTw/2k0ABWUtAxEmk70RhbQ1orVx0ZdGXslWzmeivE="
}
]
}