Search content
Sort by

Showing 8 of 8 results by almqq
Post
Topic
Board Electrum
Re: help with "bumpfee" at the comman line
by
almqq
on 07/09/2023, 10:48:06 UTC
This worked! thanks!

I will keep an eye on any progress with my bug report
https://github.com/spesmilo/electrum/issues/8603

Thank you all for all your help
Post
Topic
Board Electrum
Re: help with "bumpfee" at the comman line
by
almqq
on 07/09/2023, 08:03:59 UTC
At the moment my immediate concern is to get the "bumpfee" to work, somehow
I can download and install any previous version of electrum (on another machine), which one do you think will be able do the bumpfee?
Any other ideas?
Post
Topic
Board Electrum
Re: help with "bumpfee" at the comman line
by
almqq
on 07/09/2023, 07:37:48 UTC
Hi
I see it failed for you on version 4.4.4
Which is the last version it is know to work?
Post
Topic
Board Electrum
Re: help with "bumpfee" at the comman line
by
almqq
on 07/09/2023, 07:03:06 UTC
Yes, happens at the command line, I'm not using the GUI so I don't know if it happens there as well
I have left a bug report at https://github.com/spesmilo/electrum/issues/8603

I'll try a 4.4.5 instance and report back
Post
Topic
Board Electrum
Re: help with "bumpfee" at the comman line
by
almqq
on 06/09/2023, 18:31:59 UTC
Hi
I am using version 4.4.6, installed about a couple of weeks ago
(on an linux machine, Ubuntu 22.04.3 LTS)
Everything else (all other command line options) seem to work fine
Any other ideas?
Post
Topic
Board Electrum
Topic OP
help with "bumpfee" at the comman line
by
almqq
on 06/09/2023, 15:44:54 UTC
Hi, I am trying to increase the fee of a transaction I created (also at the command line)

I tried this:

$ electrum bumpfee 39e05fa9a63d650c5476e02d79acd3ede9e4813cdb381b2c9087fff25c226728 18

but got this error message:

attempt to read past end of buffer

How can I progress?

Thanks
Post
Topic
Board Electrum
Re: help with paytomany
by
almqq
on 25/08/2023, 11:46:11 UTC
I managed. The answer is this format:

electrum paytomany '[["bc1qnp7d483d79j6pcx6rfc9yw46xrevplcxtuurhq",0.0001], ["bc1qt6enaefhrhue9q4hyszx4kn9zvqvucktruvh2q",0.0001]]'
Post
Topic
Board Electrum
Topic OP
help with paytomany
by
almqq
on 25/08/2023, 11:05:40 UTC
Hi, I am trying to get paytomany working, using the command line. I tried this:

Code:
electrum paytomany bc1qnp7d483d79j6pcx6rfc9yw46xrevplcxtuurhq 0.0001 bc1qt6enaefhrhue9q4hyszx4kn9zvqvucktruvh2q 0.0001

and got this error

Code:
electrum paytomany: error: argument outputs: invalid <lambda> value: 'bc1qnp7d483d79j6pcx6rfc9yw46xrevplcxtuurhq'

What am I doing wrong?

PS: "electrum payto ..." works, but not "electrum paytomany ..."