Bitcoin Forum
May 09, 2024, 07:55:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Another deletion question (wallet temp files)  (Read 134 times)
Josson (OP)
Jr. Member
*
Offline Offline

Activity: 51
Merit: 14


View Profile
January 09, 2018, 11:30:21 AM
 #1

Three Electrum installations: 2 Macs, 1 Ubuntu.

In Ubuntu, I found in the wallets directory — besides the real wallet file — a slew of Mb of files all named "[wallet name].tmp.1234", where 1234 is a sequence of four different digits. Those files go years back, and a new one gets apparently created every time I launch Electrum. In the Macs' wallets directory, there's no such files, only the wallet.

So the question is: is it OK to erase all those tmp files, and how can I prevent them from being created? Btw., the Mac GUI is my normal abode, and I am by no means a Linux expert.

Thanks,

Robert-the-Clutterfree
1715284511
Hero Member
*
Offline Offline

Posts: 1715284511

View Profile Personal Message (Offline)

Ignore
1715284511
Reply with quote  #2

1715284511
Report to moderator
1715284511
Hero Member
*
Offline Offline

Posts: 1715284511

View Profile Personal Message (Offline)

Ignore
1715284511
Reply with quote  #2

1715284511
Report to moderator
1715284511
Hero Member
*
Offline Offline

Posts: 1715284511

View Profile Personal Message (Offline)

Ignore
1715284511
Reply with quote  #2

1715284511
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10558



View Profile
January 10, 2018, 06:02:19 AM
 #2

i am not sure why you are seeing these files and what they are, but what i can tell you is that all you need is your seed words. write them down on a piece of paper and even if you delete something that you shouldn't have deleted like your wallet file then you can always recover it from seed.

have you tried opening these files to see their contents?

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Josson (OP)
Jr. Member
*
Offline Offline

Activity: 51
Merit: 14


View Profile
January 10, 2018, 03:22:25 PM
 #3


Expecting to find only "garbage" I hadn't looked. But this is what I have found now.

The first of these files, from over two years ago, begins with

{
    "accounts": {
        "0": {
            "change": [


and ends with

    },
    "wallet_type": "old",
    "winpos-qt": [
        289,
        76,
        761,
        865
    ]
}



The next to last file, from two weeks ago, begins with

{
    "accounts_expanded": {},
    "addr_history": {


and ends up with


},
    "wallet_nonce": 29,
    "wallet_type": "standard",
    "winpos-qt": [
        196,
        155,
        915,
        835
    ]
}


In both cases, between these start and end strings (and I assume in all files from between those dates), there are long lists from the transaction history (histories?) and what appears to be transaction IDs and Bitcoin addresses.

On the other hand, the very last file, from two days ago, is pure "garbage" from the beginning to the end — maybe something that came with the latest updates of Electrum? I also noticed that in the course of time all these files had gradually passed from ≈ 500kb in size to ≈ 1Mb, but that this last one is down to a half Mb.

Maybe the programmers could shed a light on all this?

In the meanwhile, I've trashed them all and re-launched Electrum without problem, but I haven't done any transaction (no need for any right now). I'd still like to know how to avoid such files being created, or, if they have to be created, how to make sure they get automatically erased when no longer in use.
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
January 11, 2018, 03:29:09 AM
 #4

An issue like this has been seen before on windows: https://github.com/spesmilo/electrum/issues/3452
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10558



View Profile
January 11, 2018, 06:05:38 AM
 #5

In both cases, between these start and end strings (and I assume in all files from between those dates), there are long lists from the transaction history (histories?) and what appears to be transaction IDs and Bitcoin addresses.
these are contents of your wallet. if you open your defaulet_wallet you will see the exact same fields with same contents. which includes transaction history, private keys, public keys, seed, wallet type,... and even additional settings such as wallet window size (last field).

Quote
On the other hand, the very last file, from two days ago, is pure "garbage" from the beginning to the end — maybe something that came with the latest updates of Electrum? I also noticed that in the course of time all these files had gradually passed from ≈ 500kb in size to ≈ 1Mb, but that this last one is down to a half Mb.
"garbage" may be because your wallet was encrypted for this one. if you encrypt your whole wallet file you will see "garbage" but if only your seed, private keys are encrypted then you see what you posted above (a clean JSON) with only seed,... encrypted.

Quote
Maybe the programmers could shed a light on all this?
from the link @Abdussamad posted my guess is Electrum is facing a problem while saving/updating your wallet file and instead it saves a temp file.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Josson (OP)
Jr. Member
*
Offline Offline

Activity: 51
Merit: 14


View Profile
January 11, 2018, 04:20:25 PM
Last edit: January 11, 2018, 06:20:03 PM by Josson
 #6

An issue like this has been seen before on windows: https://github.com/spesmilo/electrum/issues/3452
Thanks a lot, I'll take a look at it as soon as I can.

I've taken a look at the thread on GitHub. As said, my understanding of the workings Linux is minimal; my understanding of Windows = less than 0.

- at least I don't have such bad problems: my wallet file is fully functional and gets refreshed under its correct name everytime I launch and quit Electrum; the tmp files are an "extra".

- judging from the date stamp of the first tmp files, this has been going on since at least whichever Linux version of Electrum was current just over two years ago.

- I wouldn't know if DropBox exists under Linux, but it's nothing I've ever used, or ever would.

- it seems that these tmp files get created only when there's been a transaction. I haven't had any transactions since 3.0.3, so I can't tell if 3.0.5 has fixed anything in this regard (doubtful).


[PS - a bit puzzled that I have to go through a captcha rigmarole because the login session ran out]
Josson (OP)
Jr. Member
*
Offline Offline

Activity: 51
Merit: 14


View Profile
January 11, 2018, 04:28:00 PM
 #7

Quote
Quote
On the other hand, the very last file, from two days ago, is pure "garbage" from the beginning to the end — maybe something that came with the latest updates of Electrum? I also noticed that in the course of time all these files had gradually passed from ≈ 500kb in size to ≈ 1Mb, but that this last one is down to a half Mb.
"garbage" may be because your wallet was encrypted for this one. if you encrypt your whole wallet file you will see "garbage" but if only your seed, private keys are encrypted then you see what you posted above (a clean JSON) with only seed,... encrypted.
You're absolutely right: of course... I started encrypting the wallet just a few days ago.
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10558



View Profile
January 12, 2018, 04:53:12 AM
 #8

somebody familiar with Python needs to review how the storage.py works!

i'll say it has something to do with the way the "atomic write" works at the bottom (L190,192,193) possibly throwing some permission errors which are not handled here.

https://github.com/spesmilo/electrum/blob/857eb4ac1d8e1ee24b48245ecaf59edcf096cbfa/lib/storage.py#L168-L196

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!