-
I tried to generate the bitcoin wallet address under the configuration. It is inconsistent with the wallet address generated by other wallet programs. I have tried to configure the address type addres…
-
Example:
```
stdout:
2018-02-08 12:58:50.911000 TestFramework (INFO): Initializing test directory /tmp/bitcoin_test_runner_20180208_125641/wallet_address_types_418
2018-02-08 12:58:57.211000 Tes…
-
Looking through how fees are calculated for calculating the effective value for BnB coin selection, I think there may be an issue with utxos that are considered ISMINE_WATCH_ONLY. Since we cannot solv…
-
My wallet received bitcoin. I was able to download the transaction data off the blockchain and I'm using that data to QA against. But, I am unable to validate the input with my wallet.
This is the …
-
Sorry if this has been addressed already.
With Wallet-1: `getnewaddress` and `addwitnessaddress`. Then also `dumpprivkey`.
After moving files around and restarting with Wallet-2: `importprivkey…
-
i was looking at 1 to 1 transaction example and confused with this part
describe('bitcoinjs-lib (transactions with psbt)', () => {
it('can create a 1-to-1 Transaction', () => {
const alice …
-
Config allows users to select if they want to commit to the shutdown public key or not, but either way we pull the shutdown public key form users at channel-open (storing it in `Channel::shutdown_pubk…
-
I'm trying to use the `create_subaccount` method from Java wrapper. This is the JSON I'm trying to use:
```
{ name: "test", type: “2of2” }
```
Unfortunately I get `[Error: [json.exception.type_err…
-
## Context
Eclair currently disallows `dust_limit_satoshis` below `546 satoshis`.
This ensures all transactions will be relayed by Bitcoin Core node running the default policies.
It looks like …
-
Theoretically, it should be possible to generate watch-only addresses from xpublic_key.
However, the code errors when attempting something like this
```python
bip44_hdwallet: BIP44HDWallet = BI…