May 11, 2026

Can I open many channels to one connection?

Trying to learn the Lightning Network 🙂 Can I do something like this: STEP 1: Generate new addresses address_1 = cli/lightning-cli newaddr address_2 = cli/lightning-cli newaddr address_3 = cli/lightning-cli newaddr address_4 = cli/lightning-cli newaddr address_5 […]

Read More

Buy Order to Exchange

I am looking for a tool with which to place a purchase order which is higher than the current price. As an an example. Wallet Exchange: $ 100 Course NEO: 50 dollars Order: Buy at […]

Read More

Bittrex API market history — interpreting OrderType

The Bittrex API has a request to get the market history: https://bittrex.com/api/v1.1/public/getmarkethistory?market=BTC-DOGE which gives a response containing the following fields: “Id” “TimeStamp” “Quantity” “Price” “Total” “FillType” “OrderType” “OrderType” can be one of “BUY” or “SELL”. […]

Read More

Transaction net gain/loss

I have a TXid in my wallet that contains multiple transactions (multiple sends and receives). From what I read these are transactions the network creates facilitate splitting/combining multiple inputs/outputs etc. When I gettransaction in the […]

Read More