Search content
Sort by

Showing 10 of 10 results by user2015
Post
Topic
Board Electrum
Re: Cannot spend full electrum balance?
by
user2015
on 07/06/2017, 15:00:57 UTC
Ive got same problem. Ive got 0.0044 but can only spent 0.0022... Thats 5.5$ Fee to send 5.5$. Looks like a ripoff...
Post
Topic
Board Electrum
Re: Forgot my seed, need help please!
by
user2015
on 19/03/2015, 21:13:24 UTC
I pm'ed u.
Post
Topic
Board Electrum
Re: Forgot my seed, need help please!
by
user2015
on 18/03/2015, 23:42:27 UTC
Im using B. Do you mean to remove half of the seed code and post it here ?
Post
Topic
Board Electrum
Re: Forgot my seed, need help please!
by
user2015
on 18/03/2015, 22:54:38 UTC
changed everything, now im getting this

Traceback (most recent call last):
  File "C:\Users\user\Downloads\btcrecover-master\seedrecover.py", line 1292, in
 
    mnemonic_sentence = main(sys.argv)
  File "C:\Users\user\Downloads\btcrecover-master\seedrecover.py", line 1210, in
 main
    loaded_wallet = btcr.load_wallet(wallet_filename)  # raises on failure; no s
econd chance
  File "C:\Users\user\Downloads\btcrecover-master\btcrecover.py", line 196, in l
oad_wallet
    return wallet_type.load_from_filename(wallet_filename)
  File "C:\Users\user\Downloads\btcrecover-master\seedrecover.py", line 956, in
load_from_filename
    wallet = json.load(wallet_file)
  File "C:\Python27\lib\json\__init__.py", line 290, in load
    **kw)
  File "C:\Python27\lib\json\__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "C:\Python27\lib\json\decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "C:\Python27\lib\json\decoder.py", line 382, in raw_decode
    obj, end = self.scan_once(s, idx)
ValueError: Expecting property name: line 41 column 5 (char 2691)

Press Enter to exit ...
Post
Topic
Board Electrum
Re: Forgot my seed, need help please!
by
user2015
on 18/03/2015, 21:59:24 UTC
I figured out how to do it, but im getting this message :

Traceback (most recent call last):
  File "C:\Users\user\Downloads\btcrecover-master\seedrecover.py", line 1292, in
 
    mnemonic_sentence = main(sys.argv)
  File "C:\Users\user\Downloads\btcrecover-master\seedrecover.py", line 1210, in
 main
    loaded_wallet = btcr.load_wallet(wallet_filename)  # raises on failure; no s
econd chance
  File "C:\Users\user\Downloads\btcrecover-master\btcrecover.py", line 196, in l
oad_wallet
    return wallet_type.load_from_filename(wallet_filename)
  File "C:\Users\user\Downloads\btcrecover-master\seedrecover.py", line 956, in
load_from_filename
    wallet = json.load(wallet_file)
  File "C:\Python27\lib\json\__init__.py", line 290, in load
    **kw)
  File "C:\Python27\lib\json\__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "C:\Python27\lib\json\decoder.py", line 369, in decode
    raise ValueError(errmsg("Extra data", s, end, len(s)))
ValueError: Extra data: line 46 column 1 - line 46 column 100 (char 2942 - 3041)


Press Enter to exit ...

How to fix it ? Thanks
Post
Topic
Board Electrum
Re: Forgot my seed, need help please!
by
user2015
on 15/03/2015, 14:07:40 UTC
It seems like my wallet file broke down. But the good thing i saved the code to an txt file before it happened. So now i installed python 2, and opened it with terminal. What should i do next ?
Post
Topic
Board Electrum
Re: Forgot my seed, need help please!
by
user2015
on 15/03/2015, 13:27:12 UTC
It can be decrypted with the seed_password you posted using Electrum's kdf and cipher, and the result is "This is just a test for AES decryption!", but as an Electrum seed it's meaningless, so I couldn't say where it came from.

btchris managed to decrypt the code which i posted as an example. So basically i need some kind of tutorial to fugure out how to use "electrum kdf and cipher" to decrypt the real code.
Post
Topic
Board Electrum
Re: Forgot my seed, need help please!
by
user2015
on 14/03/2015, 18:32:36 UTC
Could anyone make a video of how to do this? i would pay that person as soon as i get the coins back...
Post
Topic
Board Electrum
Re: Forgot my seed, need help please!
by
user2015
on 13/03/2015, 21:40:35 UTC
Thank you for the reply! Iv'e just posted this seed as an example. I found it somewhere on the internet. Ofcourse i wouldnt put the real one, to make it visible to everyone Smiley Iv'e been looking for the Electrum kdf, but i couldnt find it... Could you explain how to use these tools, and where can i download them ? Thanks!
Post
Topic
Board Electrum
Topic OP
Forgot my seed, need help please!
by
user2015
on 12/03/2015, 19:21:32 UTC
I recently reinstalled my windows (still got the old user files from previous windows). Found the old default_wallet file, and tryed to replace it with the new one from the freshh installed portable client. First i thought its done because i could see my btc balance, but when i tryed to send the btc to another wallet i got password incorrect error... I tryed both, the old password and the new one... and both didnt match.Then i runed another portable version' and pasted the file there. And now i cant see the balance on both clients...
I guess the default_wallet changed itself when i ran the client, and i dont have the original file anymore by mistake... When i tried to manipulate with the file i made a copy of the encripted seed code to a txt file. It looks like this :
seed_password = 'a'
seed = 'hGt+sQGFlt7Dhgb3a1kHetNJmlxrMQrZ3D8mheYgVr79ZEGOZK1btAzv44QMwGQ2K+1a/1ct10abxrX56OtvFA=='

So the question is... Is it possible to get the seed back,by knowing the code above? Some help would be realy appreciated! Thanks!