Bitcoin Forum
April 26, 2024, 01:01:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 64 »
21  Bitcoin / Electrum / Re: Electrum not opening, lost seed. Help needed ***Reward*** on: August 21, 2014, 03:30:47 PM
If you opened default_wallet and it's an empty file your wallet is gone unless there is an other file in your wallets folder. Please make a screenshot of your wallets folder contents with filesize showing so we can know if there is anything salvable.
22  Bitcoin / Electrum / Re: Electrum client list transaction as "unverified" after 100+ confirmations on: August 21, 2014, 03:28:52 PM
Restart and/or select a different server and it should show as verified.
23  Bitcoin / Electrum / Re: Electrum not opening, lost seed. Help needed ***Reward*** on: August 20, 2014, 10:06:49 AM
I've created a version of 1.9.8 for you that includes a debug window. Please make a screenshot of any potential error messages you find there.

Download Electrum 1.9.8-dev and the signature.

Now before you open it please go to the official Electrum site verify https is enabled and the domain is correct. Then look for my pgp key (Maran Hidskes) there and verify the signature. Here is a step-by-step guide for doing that on windows.

Only after completing these steps run the app and give me the information it gives you.
24  Bitcoin / Electrum / Re: Electrum - Bitcoin client for the common users (friendly and instant) on: August 17, 2014, 07:11:18 AM
hey can somebody please help--- i am freaking out---- i just tried to open my wallet like i always do and it wont open -- it just hour glasses and then nothing... i cleared the cache... still nothing-- everything seems normal and then it just never opens

Which OS are you on? If you are on Linux/OS X you can start using -v and you should get output on what you are waiting on. Do you have more then a handful of transactions?
25  Bitcoin / Electrum / Re: Internal wallet transfer on: June 18, 2014, 08:53:40 AM
Let me start with saying ST9 is awesome.

To do what you want you can do the following.

* Go to addresses (or receive depending on your version) and right mouse click the address you want to empty.
* Select "Send from"
* Go to the amount input and press !, this should fill in the total amount at this address.

Repeat for each imported key you want to empty.

It will cost you a little fee but it's the best way to clear them out.
26  Bitcoin / Electrum / Re: Can the receiver send back to your address? on: June 03, 2014, 10:27:31 AM
In theory yes this should be possible. However I would never recommend this. The receiving party can't know where these coins came from, you know it's Electrum and you own all the keys but it could have been an exchange or a shared wallet service.
27  Bitcoin / Electrum / Re: Given Multibit HD is going to support up to 24 words.... on: May 27, 2014, 11:33:12 AM
There are 340282366920938463463374607431768211456 possible seeds based on 12 words. Why would you want to increase the difficulty remembering these words for only a smidge of added security.
28  Bitcoin / Electrum / Re: [ON REQUEST] Electrum - minimal builds for Windows on: April 15, 2014, 06:13:57 PM
The problem is that Electrum's transactions are larger compared to QT's transactions, might need to be careful slashing fees.
29  Bitcoin / Electrum / Re: OpenSSL secutirty BUG on: April 11, 2014, 04:05:53 PM
Please see Thomas's response here.
30  Bitcoin / Electrum / Re: installation - missing dependency: slowaes on Mint 16 on: April 10, 2014, 09:27:45 PM
I'm pretty sure it's fine. What you can do is write down the first few characters of your initial addresses and then start with a different wallet path, use your seed and make sure it's generating the same addresses. If they do; it's all good Smiley

You can load a different wallet with the -w flag. So for instance ./electrum -w ~/.electrum/wallets/test
31  Bitcoin / Electrum / Re: installation - missing dependency: slowaes on Mint 16 on: April 10, 2014, 07:49:09 PM
No problem. The thing is that AES should be included in the tar.gz package already so pip shouldn't need to download it. Glad you got it working. Let me know if there is anything else.
32  Bitcoin / Electrum / Re: installation - missing dependency: slowaes on Mint 16 on: April 10, 2014, 07:35:56 PM
Ah sorry.

Code:
wget https://download.electrum.org/Electrum-1.9.8.tar.gz
tar -zxvf Electrum-1.9.8.tar.gz


Just cd in it and try ./electrum.
33  Bitcoin / Electrum / Re: installation - missing dependency: slowaes on Mint 16 on: April 10, 2014, 07:31:26 PM
This is really strange. Could you try just downloading and extracting the source and running ./electrum ?
34  Bitcoin / Electrum / Re: installation - missing dependency: slowaes on Mint 16 on: April 10, 2014, 07:20:37 PM
Could you try the following?

Code:
apt-get purge python-pip
wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py
python get-pip.py
pip install slowaes
35  Bitcoin / Electrum / Re: Electrum and openssl hearbeat bug on: April 08, 2014, 08:42:17 PM
The client does not communicate such data, and only data from the server can leak. Since the server does not know anything about seeds or private keys you don't have to worry about the latter.
36  Bitcoin / Electrum / Re: Electrum 1.9.8 released on: April 08, 2014, 08:34:35 PM
Please run the following command and let me know what it returns.

Code:
/Applications/Electrum.app/Contents/MacOS/Electrum --verbose
37  Bitcoin / Electrum / Re: [ANN][FUNDED] Electrum for Android - Native Edition - BitcoinStarter started on: April 05, 2014, 08:30:15 AM
I received new information about the project a week ago. He apologised for the lack of updates and promised more updates in the coming weeks.
38  Bitcoin / Electrum / Re: Not enough funds - 1.9.8 Electrum on: April 05, 2014, 08:17:58 AM
I'm guessing one of the inputs is a block reward that has not matured yet. Please make sure the mining payout is actually 120 blocks.
39  Bitcoin / Electrum / Re: Electrum Error using 10.9.2 open in console terminate on: April 04, 2014, 08:16:24 AM
Glad you made it work Smiley

If you want to tip please donate a few Satoshi's to Sean's Outpost.
40  Bitcoin / Electrum / Re: Electrum Error using 10.9.2 open in console terminate on: April 03, 2014, 10:00:36 AM
Looks like your config file might be bonkers.

Try doing this:

In the .electrum folder do mv config config.backup

And try my previous command again.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 64 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!