Bitcoin Forum
May 26, 2024, 04:40:19 AM *
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 »
101  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 15, 2012, 07:29:51 AM
@vuce:

I have made a test build in which the search method for Python modules should be a little more robust - may be this could solve your Import issue:

http://win-electrum.googlecode.com/files/elec058-1.exe
 SHA-1: 846021e0744a3de2706e0a78e26f3fed5026ac4e

For some reason all non-compact builds give the "Not enough memory!" warning when I try to run them in console mode. I think you don't need to bother with it anymore as long as I'm the only one having this problem, since the workaround works ok.

OK, but just to be sure, which exactly is the workaround that works ok for you?
Using an old wallet, works - that is a wallet before I changed servers. As long as I stay on the same server everything is ok.

Quote
Also, what do you mean by non-compact builds? Which ones?

Also, it would be nice if you could post a screenshot of the
"not enough memory" error. (Just for my reference.)

Ah I'm sorry, it was a total commander error, don't know how I missed that. Anyway, it's working now, when trying electrum balance:
Code:
15-Jun-12  9:27:09.56> electrum balance
Not connected
poking

If I run "electrum" and try changing servers same thing happens.

This is weird because the previous build worked in offline mode just fine...
102  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 14, 2012, 09:11:13 PM
@vuce:

I have made a test build in which the search method for Python modules should be a little more robust - may be this could solve your Import issue:

http://win-electrum.googlecode.com/files/elec058-1.exe
 SHA-1: 846021e0744a3de2706e0a78e26f3fed5026ac4e

For some reason all non-compact builds give the "Not enough memory!" warning when I try to run them in console mode. I think you don't need to bother with it anymore as long as I'm the only one having this problem, since the workaround works ok.
103  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 13, 2012, 10:02:50 PM
Currently, this is the only way to have both the console and GUI open (in my build, at least).
I didn't realize that the GUI wouldn't open for you, after that error message.

I have a few questions for you, to help me understand the cause of this issue:

 1/ what is your version of Windows?
Windows 7, 64 bit

Quote
2/ by any chance, did you manually install another version of Python at some point?

Had python 2.6 and python 2.7 installed long before I started using electrum. Tried removing python 2.6 but it doesn't help.

Quote
3/ did you make any edits to the source code (in the Electrum_SysFiles folder)?
No, no edits

Thanks for the answers.  

Also, just curious, have you tried to "manually" install Electrum (as per the instructions at http://ecdsa.org/electrum/) ?  

I wonder if this issue is specific to my builds or not.
 

tried that, but get the same error as when trying to open a gui:
Code:
C:\Electrum-0.58>python electrum
Traceback (most recent call last):
  File "electrum", line 139, in <module>
    import electrum.gui_qt as gui
ImportError: No module named electrum.gui_qt

that terminates execution.
104  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: June 13, 2012, 01:56:12 PM
Request: "Could do not create change address" be saved upon exit so one would not have to click it all the time
105  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 13, 2012, 01:40:06 PM
Currently, this is the only way to have both the console and GUI open (in my build, at least).
I didn't realize that the GUI wouldn't open for you, after that error message.

I have a few questions for you, to help me understand the cause of this issue:

 1/ what is your version of Windows?
Windows 7, 64 bit

Quote
2/ by any chance, did you manually install another version of Python at some point?

Had python 2.6 and python 2.7 installed long before I started using electrum. Tried removing python 2.6 but it doesn't help.

Quote
3/ did you make any edits to the source code (in the Electrum_SysFiles folder)?
No, no edits
106  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 13, 2012, 12:13:41 PM
btcback.com has crashed as ThomasV reported a few posts above.
Can you try to connect to ecdsa.org instead?

You will need to select it first through the GUI connection dialog first.

yup, tried that, this works perfectly in console mode, but it still won't connect in gui mode.

Ok, now we're making some progress. Looks like a problem with the gui, specifically. Could you try to just type 'electrum' at the console? This will launch the GUI window, while still having the console open. I am mostly interested in any errors and tracebacks you might get in the console then.

Code:
13-Jun-12  1:13:42.86> electrum
Traceback (most recent call last):
  File "electrum", line 139, in <module>
    import electrum.gui_qt as gui
ImportError: No module named electrum.gui_qt

OK, this error can be ignored.

Please try the following: rename your wallet file to electrum.baddat (or anything else),
restart the application and select the option to restore the wallet (have your seed ready).
It will then proceed to regenerate all of your addresses (except the imported ones) and
hopefully, you will be able to connect fine afterwards.

(I remember having a similar issue a few months ago and that's how I fixed it.)

It's not a problem, it works with the old wallet as long as I don't change servers, but there's still some kind of a bug somewhere, obviously. Is there any other way of having a console and gui open at the same time apart from running "electrum" command (that prints the error above and it won't open the gui)?
107  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 12, 2012, 11:14:18 PM
btcback.com has crashed as ThomasV reported a few posts above.
Can you try to connect to ecdsa.org instead?

You will need to select it first through the GUI connection dialog first.

yup, tried that, this works perfectly in console mode, but it still won't connect in gui mode.

Ok, now we're making some progress. Looks like a problem with the gui, specifically. Could you try to just type 'electrum' at the console? This will launch the GUI window, while still having the console open. I am mostly interested in any errors and tracebacks you might get in the console then.

Code:
13-Jun-12  1:13:42.86> electrum
Traceback (most recent call last):
  File "electrum", line 139, in <module>
    import electrum.gui_qt as gui
ImportError: No module named electrum.gui_qt
108  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 12, 2012, 10:31:21 PM
btcback.com has crashed as ThomasV reported a few posts above.
Can you try to connect to ecdsa.org instead?

You will need to select it first through the GUI connection dialog first.

yup, tried that, this works perfectly in console mode, but it still won't connect in gui mode.
109  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 12, 2012, 10:10:43 PM
Many thanks for that!
I need to wait for a confirmation before I can play around and do some testing with the wallet...

Are you still not able to connect? Ecdsa.org works fine for me...
I reverted to the older (working) wallet. Seems like every time server is changed wallet changes in some way, and this doesn't quite comply. It's working ok with the older one.

Quote
Also, is there anything particular about the wallet that has changed recently (such as frozen, prioritized, or newly imported addresses)?
Oh yes, that might be relevant but I totally forgot. I had one prioritized and one frozen address (I was just playing around with that). I also had expert mode checked and display zeroes set to 2. I will try to remove that and test again.

edit: no joy, still the same. this is what I see. After a restart I see nothing as it wouldn't connect at all. I tried all three servers I have available (ecdsa.org, electrum.bitcoins.sk, electrum.novit.ro), none of them would work.

OK, could you try in console mode? Perhaps that will give us some additional clues / error messages...
To enter console mode, just start Electrum while holding down the SHIFT key.
Then try a simple online command, such as 'electrum balance' (without the quotes)
Any error messages when you do that?

13-Jun-12  0:09:50.92> electrum balance
Connected to btcback.com:50001
0

Balance shouldn't be 0 though... There are no error messages.

edit: ok, ecdsa server works fine in console mode, even when it doesn't in gui.
110  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 12, 2012, 09:37:49 PM
Many thanks for that!
I need to wait for a confirmation before I can play around and do some testing with the wallet...

Are you still not able to connect? Ecdsa.org works fine for me...
I reverted to the older (working) wallet. Seems like every time server is changed wallet changes in some way, and this doesn't quite comply. It's working ok with the older one.

Quote
Also, is there anything particular about the wallet that has changed recently (such as frozen, prioritized, or newly imported addresses)?
Oh yes, that might be relevant but I totally forgot. I had one prioritized and one frozen address (I was just playing around with that). I also had expert mode checked and display zeroes set to 2. I will try to remove that and test again.

edit: no joy, still the same. this is what I see. After a restart I see nothing as it wouldn't connect at all. I tried all three servers I have available (ecdsa.org, electrum.bitcoins.sk, electrum.novit.ro), none of them would work.
111  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 12, 2012, 09:27:55 PM
Yes the address in my sig is OK.
1 or 2 would be nice... Let me know if it is a donation or you need them back Smiley  


sent, you may keep them. Keep up the awesome work!
112  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 12, 2012, 08:58:00 PM
I changed the server and now it won't connect anymore...

All servers are up, I just checked.
What version of the client are you using?
Latest stable version is 0.58, try to update perhaps?
the latest 0.58-compact. I created the wallet, chose the ecdsa server. Later I tried changing it (by clicking on the green circle and changing to a different one), and from then it doesn't want to connect even if I change it back to ecdsa. If I rewrite the wallet with the old one it works again. Tried the same thing with an older version and it works (or doesn't work) in the same way.

Strange... Never had this kind of issue... I guess ThomasV should be able to help
Can you reproduce it or is it only on my end?

No I can't reproduce it... Connectivity is fine here. However I'm not able to do more testing as I'm out of BTC  at the moment Sad

How many do you need? Is the address in your sig ok?
113  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 12, 2012, 08:49:33 PM
I changed the server and now it won't connect anymore...

All servers are up, I just checked.
What version of the client are you using?
Latest stable version is 0.58, try to update perhaps?
the latest 0.58-compact. I created the wallet, chose the ecdsa server. Later I tried changing it (by clicking on the green circle and changing to a different one), and from then it doesn't want to connect even if I change it back to ecdsa. If I rewrite the wallet with the old one it works again. Tried the same thing with an older version and it works (or doesn't work) in the same way.

Strange... Never had this kind of issue... I guess ThomasV should be able to help
Can you reproduce it or is it only on my end?
114  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 12, 2012, 08:33:14 PM
I changed the server and now it won't connect anymore...

All servers are up, I just checked.
What version of the client are you using?
Latest stable version is 0.58, try to update perhaps?
the latest 0.58-compact. I created the wallet, chose the ecdsa server. Later I tried changing it (by clicking on the green circle and changing to a different one), and from then it doesn't want to connect even if I change it back to ecdsa. If I rewrite the wallet with the old one it works again. Tried the same thing with an older version and it works (or doesn't work) in the same way.
115  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 12, 2012, 08:23:49 PM
I changed the server and now it won't connect anymore...
116  Economy / Lending / Re: Fee-free BTCST partner deposit 4.2%-7% weekly(7.5%/w special) on: June 11, 2012, 12:21:09 PM
In this partners program i`m interested only in long times deposits,in long perspective this 1% will be almost invisible, because it`s only one day of depositing, but it will help me to reduce depositing\withdrawing operation amount. That is my target, if you are not interested in long terms, you are better to use other offers(even they are having lower rates).
In other words that is the best what i can offer. If no one will be interested then let it stay as it is.
I`m targetting at persons with 250-500 btc, which wants to get 7%. This would be my private partnership with few participants, giving us possibility to get higher rates, and not using glbse\other pass through sites with a lot of participants in it(at this point i`m trusting only pirate and i dont like glbse)
If person will decide to remove his finds after 3 weeks it would add more headache to me.

Fair enough, I wish you best of luck.
117  Economy / Lending / Re: Fee-free BTCST partner deposit 4.2%-7% weekly(7.5%/w special) on: June 11, 2012, 11:54:57 AM
Well, its not meant to be withdrawn after that period, after that I hope that i will be capable of paying 7% a week at regular basis, which should be one of best options available now.
You're not looking at this from your investor's perspective. As soon as they deposit with you they only have 99% of the funds available. If you want to be competitive in this market you will have to pay 7% (and charge no withdrawal fee at the end, so we have to deduct that sooner) after the first 3 weeks period, thus making the rate for the first 3 weeks effectively 7.17%. Given that this with a 1500 btc deposit only makes about 7 btc more than with pirate's 7% rate it is not worth the effort for someone who already gets 7% (these people should be your target as they usually have more funds than someone who is just getting into this)

(this is obviously only my opinion).
118  Other / Off-topic / Re: 1000 BTC Donation to www.bitcointalk.org on: June 11, 2012, 11:27:12 AM
For what it's worth...

I LOVE BITCOIN.

Donate my share to charity.
119  Economy / Lending / Re: Fee-free BTCST partner deposit 4.2%-7% weekly(7.5%/w special) on: June 11, 2012, 11:20:55 AM
Nono, withdrawal means, when you withdraw your main deposited funds from me. So interest is payed without any fees. So if you decide to withdraw your funds after period ends, you will have to pay 1% fee.
And if i will force withdraw your funds no fee will be applied.
Interest will be payed every Tuesday in full, no compounding.  

I'm confused. I deposit 1 BTC. After 3 weeks I would have 1 BTC *1.075^3 = 1.24229687 BTC. I withdraw the full amount and get 99% of that, so I end up with 1.2298739 BTC. Which in turn means if there were no withdrawal fee I would get 7.14% interest per week.
You deposit 100btc, you get payed every week 7.5BTC to your payback address. After that if you will decide to withdraw your funds(100btc) you will get 99BTC.

Ah ok, thank's for explaining. That then makes effective interest rate 7.17% ((1*0.075*3-0.01)/3 = 0.07166). (just trying to put things into perspective)
120  Economy / Lending / Re: Fee-free BTCST partner deposit 4.2%-7% weekly(7.5%/w special) on: June 11, 2012, 11:17:53 AM
Nono, withdrawal means, when you withdraw your main deposited funds from me. So interest is payed without any fees. So if you decide to withdraw your funds after period ends, you will have to pay 1% fee.
And if i will force withdraw your funds no fee will be applied.
Interest will be payed every Tuesday in full, no compounding. 

I'm confused. I deposit 1 BTC. After 3 weeks I would have 1 BTC *1.075^3 = 1.24229687 BTC. I withdraw the full amount and get 99% of that, so I end up with 1.2298739 BTC. Which in turn means if there were no withdrawal fee I would get 7.14% interest per week.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!