Search content
Sort by

Showing 20 of 25 results by pxstein
Post
Topic
Board Electrum
Re: How to put alll settings into other directory?
by
pxstein
on 29/09/2024, 05:26:15 UTC
Is there a cmdline switch similar to

D:\tools\bc\electrum\prgm\electrum-portable.exe -settings "..\myset\"
Yes, -D <path> (case sensitive) will set Electrum to use the specified directory as its datadir.
e.g.:
Code:
./electrum-4.5.5.exe -D "./relative_path"
Code:
./electrum-4.5.5.exe -D "D:/absolute_path"

It works, but it is not really full portable. All settings are not stored in current Electrum directory but in another user directory:
That may be an old/unrelated datadir created when you launched non-portable Electrum at least once.
Check your executable's name if it actually contains "portable" (if you haven't renamed it), renaming the stand-alone executable wont work.

Take note that some of the settings as saved in the wallet file (per-wallet settings),
then other global settings are in the "config" file.

This works.
Thank you
Post
Topic
Board Anfänger und Hilfe
Topic OP
Wo in Coinbase App angeben wieviel Gebühren man für die BTC Überweisung bietet?
by
pxstein
on 10/08/2023, 08:49:16 UTC
Soviel ich weiss kann man ja bei jeder Überweisung von Bitcoins angeben wieviel Gebühren man bereit ist zu bezahlen.

Je weniger Gebühren man bietet desto länger dauert es bis die Transaktion ausgeführt wird.

Wo GENAU (!) kann man in der Coinbase App angeben wieviel Euro (z.B. 0,10 Euro) oder BTCs man bezahlen will (für die nächste Transaktion)?

Wie lange dauert das im Durchschnitt bei 10 Eurocent?

 
Post
Topic
Board Electrum
Re: How to find out the last EUR conversion rate update?
by
pxstein
on 25/07/2023, 13:45:38 UTC
I think these variables are what control how often the price is fetched (someone corrects me if I'm wrong):

SPOT_RATE_REFRESH_TARGET = 150      # approx. every 2.5 minutes, try to refresh spot price
SPOT_RATE_CLOSE_TO_STALE = 450      # try harder to fetch an update if price is getting old
SPOT_RATE_EXPIRY = 600              # spot price becomes stale after 10 minutes -> we no longer show/use it

Thank you.

But where do I change these values?
I am using the portable version of Electrum
Post
Topic
Board Electrum
Topic OP
How to find out the last EUR conversion rate update?
by
pxstein
on 24/07/2023, 18:34:10 UTC
Electrum automatically converts all bitcoins in my wallet to EUR.
Sometimes I suspect that the conversion rate seems not the most recent one.

How can I find out the last EUR-BTC rate update?
From which server/source is the rate retrieved?

Peter
Post
Topic
Board Electrum
Merits 1 from 1 user
Topic OP
All green addresses are suitable for receiving BitCoins?
by
pxstein
on 24/07/2023, 18:30:56 UTC
⭐ Merited by pooya87 (1)
Just to Clarify:

Assume I plan to receive Bitcoins from a partner.
When I go in Electrum to tab "Adresses" then I can select arbitrarily one of the green colored 34 char long addresses
(and tell it to the BitCoin sender).

I need not to take the topmost.

And there is no hidden (auto-)refresh of the available green addresses. All green addresses are hard linked to my wallet
and stay alive until I use them.

Correct?

Peter
Post
Topic
Board Electrum
Merits 8 from 4 users
Topic OP
Internal algorithm how Electrum auto-selects addresses to spend money from?
by
pxstein
on 16/12/2021, 10:10:20 UTC
⭐ Merited by o_e_l_e_o (4) ,Pmalek (2) ,ETFbitcoin (1) ,hosseinimr93 (1)
Assume I want to send BTCs to someone else.

On the "Adresses" tab I have multiple yellow addresses containing BTCs.
Furthermore I don't use the right click context menu "Spend from" to manually select the addresses
which should be used for the next transaction.

So Electrum will automatically choose the addresses.

How does this auto-selection algorithm work?

I can think of

1.) Select addresses with the biggest BTC amount first
     =minimize the number of used addresses

2.) Same as 1. but more smarter:
     Select addresses with the biggest BTC amount first
     but try to minimize change too

3.) Try to consilidate as much addresses
     = minimize the number of addresses in wallet which contain BTCs afterwards

Sample addresses:

11....11   0.06 BTC
22....22   0.05 BTC
33....33   0.03 BTC
44....44   0.02 BTC
55....55   0.01.BTC

BTCs to transfer: 0.09 BTC

Resulting used addresses for algorithms:

1.) 11.....11 + 22...22
2.) 11.....11 + 33...33
3.) 22.....22 + 33....33 + 44....44 + 55....55

Which algorithm is implemented?

Can I select algorithm?

Is the algorithm Electrum specific or defined for all BTC wallet software?
Post
Topic
Board Bitcoin Technical Support
Re: Search statistics about necessary transaction fees within the next x blocks?
by
pxstein
on 16/12/2021, 09:32:56 UTC
Thank you for comments
Post
Topic
Board Bitcoin Technical Support
Re: Search statistics about necessary transaction fees within the next x blocks?
by
pxstein
on 13/12/2021, 13:34:34 UTC
First of all note that the transaction fee depends on number of inputs, not number of addresses you spend from.
Assuming you have received 5 transactions in a single address and now you want to spend all the fund, your transaction sill has 5 inputs.

As I learned (even from this forum) no one should send BTCs to the same address more than one time.
So how can it happen that there is more than 1 input per address?

The only situation I can think of is when it took place accidentally or by inexperience.
So normally (in 99%) all send addresses count as 1 input.

Am I correct?
Post
Topic
Board Bitcoin Technical Support
Re: Search statistics about necessary transaction fees within the next x blocks?
by
pxstein
on 12/12/2021, 13:18:55 UTC
Ok, thank you very much for the helpful comments.

One more question about calculating the necessary vBytes.

Just to clarify what I read and understand so far from other webpages:

If I want to send BTCs from my Wallet (in Legacy Mode) and
I send BTCs from x own addresses to y partner addresses and get back the change on 1 more own address I will have to pay for

x * 149 + y * 34 + 1 * 149 +-10 =  .... vBytes

Correct?
Post
Topic
Board Bitcoin Technical Support
Merits 4 from 1 user
Topic OP
Search statistics about necessary transaction fees within the next x blocks?
by
pxstein
on 12/12/2021, 08:55:35 UTC
⭐ Merited by LoyceV (4)
In order to better estimate the necessary transactions fees when sending BC I am searching for backward statistics over the last month resp resp last year.

How much BC/sat do users had to spent to get a transaction executed within the next x Blocks?

Is there somewhere a statistic chart showing this for the last months?

Thank you
Post
Topic
Board Electrum
Merits 6 from 2 users
Re: How to select BitCoin address for receiving money?
by
pxstein
on 11/12/2021, 19:57:21 UTC
⭐ Merited by o_e_l_e_o (4) ,Pmalek (2)
Thank you so far for the helpful comments.

Just to clarify the procedure:

I receive BC:

1.) I pick one of the green empty addresses from the "Addresses" tab and tell it the BC sender together with the BC amount e.g. 0.03 BC
2.) I will receive automatically the full BC amount and as soon as it is written to blockchain it appears automatically in my "Addresses" Tab as yellow line

correct?

1 want to send BC:

1.) I got from the recipient his BC address
2.) I go to "Send" tab and enter the address from 1.) over there in "Pay to" entry field together with a description and the amount and click button "Pay"
3.) The BCs are AUTOMATICALLY taken from one or more of my yellow, non-empty addresses. A part is sent the the recipient. The remaining change is pushed back to another of my yellow, empty addresses

Questions:

Do I have any control from which of my yellow, non-empty addresses the send BC amount is taken?

How do I specify how much I am willing to pay to the miner as transaction fee?
Post
Topic
Board Electrum
Re: How to select BitCoin address for receiving money?
by
pxstein
on 30/11/2021, 07:21:23 UTC
Thank you so far for the comments.

So I should receive BCs on empty addresses only. Ok

But why are there yellow AND green empty bitcoin addresses?

As far as I understand if I send some 0.02 BC from an address in my Electrum Wallet containing 0.05 BC then Electrum
- sends 0.02 to the given target address of the recipient
- creates automatically a new empty address
- send the remaining change of 0.03 BC to this new address
- add the new, just created address automatically to the list of yellow change addresses visible on the "Adresses" tab.

So why are there empty yellow addresses listed on "Addresses" Tab?

Peter
Post
Topic
Board Electrum
Merits 1 from 1 user
Topic OP
How to select BitCoin address for receiving money?
by
pxstein
on 14/11/2021, 10:33:03 UTC
⭐ Merited by Pmalek (1)
Sorry for this newbie questions but I need some help.

I setup Electrum in the past and it runs fine with some BitCoins on some addresses.

Now I would like to get some more BTCs from another person.

How do I select the Bitcoin address to which the partner should send the BTCs?

On tab "Addresses" there are approx 30 empty green addresses with "receiving" type status and 10 more yellow addresses with "change" type status.
Two of the "change" addresses contain already Bitcoins.

Is it recommended to get more Bitcoins on addresses which contain already Bitcoins?
If it is better to select empty addresses: Should I use empty green "receiving" or empty yellow "change" addresses for it?

Whats the difference at all?

Thank you
Peter
Post
Topic
Board Electrum
Re: Electrum "description" field when sending BTCs for internal use only?
by
pxstein
on 09/06/2018, 07:16:39 UTC
So this "testnet" is not really a network or a special BlockChain view.

Is is just a special BlockChain server.

The Sender has manually to add the MetaData and Receiver has manually to check this special server for reading the MetaData.

If the receiver does not know that the sender has added something then he will never read it.

Correct?
Post
Topic
Board Electrum
"unconfirmed"=pending in mempool or Added to Block+waiting for 3 more blocks?
by
pxstein
on 07/06/2018, 15:30:08 UTC
What does "unconfirmed" (in Electrum) mean as label for transactions?

Does it mean:
1) Transaction is succesffully added to Mempool
or
2.) Transaction is successfully added to block and waiting for 3 (or 6) more blocks to be really seen as stable/confirmed?

Post
Topic
Board Electrum
Re: How to tell Electrum from which address(es) to send Bitcoins?
by
pxstein
on 07/06/2018, 04:14:52 UTC
@HCP:

Ok, thank you.
Regarding Option 1:

What is the internal strategy of Electrum for selecting the addresses?
I can think of:

- oldest first
- try to minimize the number of local addresses
- try to pay with using a minimum of addresses
- random pick of addresses until amount is filled.

Can users tell Electrum which strategy to use?

Is the default strategy for other Wallets the same?
Post
Topic
Board Electrum
Electrum "description" field when sending BTCs for internal use only?
by
pxstein
on 07/06/2018, 03:54:39 UTC
When I send BTCs to another address and enter something into the "Description" entry field in "Send" tab: is this text send as well to the recipient or for internal use only?

In case it is accompanying the transfer: Every letter counts as one byte regarding the fee. Correct?

In case it is for internal use only: Is there another way to pass some small additional info text ?

Peter
Post
Topic
Board Anfänger und Hilfe
Suche einfachen SEPA/Paypal-to-Bitcoin Tausch Service
by
pxstein
on 06/06/2018, 06:09:33 UTC
Ich suche einen einfachen Online-Service für kleinere Beträge (100 bis 300 Euro) bei denen ich dem Service per SEPA-Überweisung oder per Paypal oder Kreditkarte den Betrag in Euro schicke und die mir den Gegenwert in Bitcoin überweisen.

Ich will aber keine umständliche Registrierung mit Identifikation und Videoaufnahmen und Formularen ausfüllen müssen.

Dem Geldwäschegesetz sollte es genügen wenn ich durch die SEPA-Überweisung oder das sendende Papyal-Konto identifizierbar bin.

Früher gab es ja ein paar solcher Services wie etwa

btcdirect.eu

oder

anycoindirect.eu

Die haben aber inzwischen auch diese nervige langatmige Identifikationsprozedur eingeführt.

Aber vielleicht kennt hier jemand noch einen anderen Service bei dem das einfacher geht.

Vielleicht ausserhalb der EU?

Danke

Peter
Post
Topic
Board Anfänger und Hilfe
Re: Wie nachsehen im Mining-Pool über die Existenz einer Transaktion?
by
pxstein
on 04/06/2018, 20:55:04 UTC
Also wenn ich unter dem angegebenen Link oben rechts die Zieladresse eingebe werden mir nur die bereits durchgeführten Transaktionen angezeigt.

Ich will aber den Stand der wartenden Transaktion im Mining Pool sehen.

Also ob die Transaktion überhaupt erfolgreich in den Mining Pool aufgenommen wurde.

Das geht mit [Suspicious link removed] NICHT
Post
Topic
Board Anfänger und Hilfe
Wie nachsehen im Mining-Pool über die Existenz einer Transaktion?
by
pxstein
on 04/06/2018, 05:02:48 UTC
Angenommen A veranlasst eine BitCoin Überweisung an die (vereinfachte) Adresse  445566, die jedoch wg. niedriger Gebühren nicht zeitnah ausgeführt wird.

Kann ich auf einer (welcher ?) Webseite nachsehen, ob diese Transaktion erfolgreich im MiningPool angekommen ist?

Und wenn ja mit welcher angebotenen Fee?

Peter