Bitcoin Forum
May 05, 2024, 10:49:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 53 54 55 56 57 58 59 60 61 [62] 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 »
1221  Economy / Goods / Re: WTS Project Entropia Dollars for BTC on: May 14, 2012, 12:25:48 PM
try on ogrr.com
1222  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: May 14, 2012, 05:29:15 AM
Requests to help with automation...
'deseed' saves the seed in the same 2 column format as 'electrum seed'.
the 2 columns are just 2 ways to represent the same information.
if it has to be consistent with 'electrum seed', I guess it is better to change 'electrum seed' instead
For example, we could add an option to print the seed as hexadecimal, and the default would be mnemonic (or the reverse)


Quote
Also, there is a 'are you sure' prompt. Could this be removed or a '-batch' option be passed to bypass interactive prompts?
yes, I think it could be an option


Quote
'reseed' looks like it is expecting the wallet seed input file to be 'electrum.dat.seed'. It would probably be better if it simply appended '.seed' to whatever was specified with '-w'.
but this is already how 'reseed' works: it appends '.seed' to the wallet name (whether specified with -w or default).
or did I miss something?


thanks for the donation, btw.
1223  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: May 14, 2012, 05:19:40 AM
Any idea what I'm missing here? Using python-2.7.2-5.2.fc16.x86_64

Quote
Traceback (most recent call last):
  File "/usr/bin/electrum", line 4, in <module>
    import pkg_resources
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2707, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 686, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 584, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Electrum==0.49
no idea.. how did that happen?
1224  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: May 14, 2012, 05:16:02 AM
What is/Is there a procedure for importing qt client wallet.dat files into the electrum wallet?

You can do it in a couple steps, using the pywallet.py tool to export all private keys from the wallet.dat and then import them into electrum. I'm not aware of a simpler way.

no, there is no simpler way.
of course, you lose the benefit of a deterministic wallet if you import keys.
1225  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: May 14, 2012, 05:09:16 AM
Ok after a few weeks of downtime I just got electrum 0.43c-2 running, and then quickly saw that there was a new version. Updated to 0.49 and now I get this:

Code:
localhost Electrum-0.49 # electrum
python-ecdsa does not seem to be installed. Try 'sudo easy_install ecdsa'

and then

Code:
localhost Electrum-0.49 # easy_install ecdsa
Processing ecdsa
error: Couldn't find a setup script in ***/Electrum-0.49/ecdsa

Running up to date gentoo. easy_install ecdsa gave me the same thing with 0.43c-2, but electrum seemed to run fine anyway, and connected to the server well enough to tell me there was a new version. 0.49, on the other hand, does not.

I see. easy_install is confused is because you are calling it from the electrum directory, where there is already an ecdsa directory
The easiest way to deal with this is probably to reinstall Electrum from scratch, with the pip command, as stated on the Electrum webpage.
Remove your current Electrum-0.49 directory, and type:
Code:
sudo pip install http://ecdsa.org/electrum/Electrum-latest.tar.gz
It should install everything.

Another solution is to install ecdsa and aes using pip, instead of easy_install
Code:
sudo pip install ecdsa
sudo pip install slowaes

Quote
Also, is the gtk frontend still supported? I haven't gotten far enough to tell, but I no longer see any such option mentioned.

yes it is:
Code:
 electrum -g gtk
however, the gtk gui is not as feature rich as the qt gui.
1226  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: May 13, 2012, 11:23:13 AM
New release: version 0.49

Changes:
* new commands: 'deseed' and 'reseed'
* new command-line option to run a command offline: -o or --offline
* the GUI displays seedless wallets without the send tab, and without seed and password buttons


This new version is intended to facilitate the use of offline wallets.

* 'deseed' removes the seed from a wallet and stores it to a separate file.
* 'reseed' does the reverse.

An example of how to use the new commands is provided here:
https://en.bitcoin.it/wiki/Electrum#Offline_wallet

1227  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: May 13, 2012, 08:26:12 AM
Unfortunately, my offline computer for this is an old netbook that does not have video chipset support so it's tui only.

Also, on the wiki, I cleaned up the list of commands (alphabetized) and added those new seed commands.

ok, I added a new option for the command line: -o or --offline
as the name says, it performs the requested command without opening a connection;
so you can do:
Code:
electrum restore -w mywallet -o

this new option should work with all commands but I have not tested all the possible interactions.
1228  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: May 13, 2012, 03:58:17 AM
Trying to restore a wallet on an off-line computer and failing. I see that being online is currently listed as a requirement, but is there any way this can be changed? I would think restoring from a passphrase would definitely want to be done from an off-line computer.

you are right. the inline command 'restore' will fail if you are not connected.
I will try to fix that.

in the meantime, here is a workaround: use the GUI, and close the window that stalls saying 'please wait'.
it will create a wallet that you can later synchronize online.


note: I just added two new commands for manipulating  offline wallets: deseed and reseed. (see the wiki)
1229  Other / Beginners & Help / Re: We are looking for a processor that will integr. a Bitcoin solutionon on website on: May 12, 2012, 09:29:09 PM
i and many other would never pay anything available in bitcoins with any other payment option.
This.
1230  Economy / Speculation / Re: virwox on: May 12, 2012, 08:40:18 PM
this week we passed a milestone:
For the first time, the weekly volume has been higher than during the june 2011 bubble.
During that bubble, the volume was mostly caused by arbitrages, due to the high volatility.
now the picture is very different: there is no volatility, volume is caused by demand.
1231  Other / Beginners & Help / Re: BLOCKCHAIN.INFO SCAMMED ME? on: May 12, 2012, 08:17:38 PM
can you go back to the site and verify the url displayed in your browser?
(if you still see the zaypay number, please post a screenshot)

Yes the option is there. just check the Wallet demo page and you'll see it.
https://blockchain.info/wallet/demo-account

Sorry about saying you were spreading FUD, OP. Wink

oh, I did not know about that option; I thought it was some typosquatting Smiley
1232  Other / Beginners & Help / Re: BLOCKCHAIN.INFO SCAMMED ME? on: May 12, 2012, 08:13:00 PM
can you go back to the site and verify the url displayed in your browser?
(if you still see the zaypay number, please post a screenshot)
1233  Bitcoin / Wallet software / Re: [BOUNTY] Electrum Firefox Extension on: May 12, 2012, 12:40:19 PM
bumping this. 25 btc have been pledged so far.
1234  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: May 12, 2012, 07:44:15 AM
I found a minor bug in versions 0.48 and 0.48a:
the client does not correctly reconnect after the user modifies the server in the network dialog.

I just released 0.48b where that problem is fixed.
Sorry for the inconvenience.
1235  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: May 11, 2012, 08:15:25 AM
In lines 100 & 244 in electrum file:
 shouldn't it be "from electrum import mnemonic"?

Otherwise I get the below error:
 ImportError: No module named mnemonic
oh you're right, I forgot those instances. sorry.
(fixed in 0.48a)
1236  Bitcoin / Bitcoin Discussion / Re: F*%! Linode on: May 11, 2012, 05:26:29 AM
http://www.cinfu.com/

Accepts Bitcoin, very cheap, decent quality.

I use them too!
1237  Bitcoin / Wallet software / [BOUNTY] Electrum Firefox Extension on: May 10, 2012, 06:10:33 PM
I want a Firefox extension that implements an Electrum client in javascript, and that users can install in one click.
I have no experience writing Firefox extensions, so I guess it is better to find someone else who can do that.

Here is what needs to be done in order to claim the bounty:
 - the client should be able to generate addresses, send and receive coins, show the transaction history.
 - the client should use the Electrum deterministic address generation and mnemonics. It must be able to read/write the wallet on disk, using the same file format.
 - the client should synchronize its wallet with the server (eg using a timer)
 - javascript. The code should be entirely included in the extension. No code should be downloaded by the extension.
 - the extension should detect bitcoin: URIs

Note that a big part of the work has already been done by Joric (see http://brainwallet.org/) : his brainwallet code can generate Electrum addresses and sign transactions. What needs to be done is the jsonrpc communication with Electrum servers, packaging the whole thing as a Firefox extension.

I am pledging 10 BTC for this task.
If you want to increase the bounty, please send your pledges to:  bitcoin:1NiiYDMxHgfUH2nFcu5A6z6rix8Yc4cgVs

If the bounty has not been claimed within 3 months (august 11th), plegdes will be returned to their originators (the first input address of the transaction).


Update (august 16, 2012): the bounty campaign was not successful. Pledge returned.
1238  Bitcoin / Development & Technical Discussion / Re: bccapi like support on the standard daemon? on: May 10, 2012, 05:34:41 PM
I'm interested to know what form those protocol extensions would take.
see https://bitcoinconsultancy.com/wiki/Stratum
1239  Bitcoin / Bitcoin Discussion / Re: The best new Bitcoin PROJECT from China! (Tablets and BITCOINS) on: May 10, 2012, 05:16:21 PM
are you going to run full bitcoin nodes on those tablets?
are they for exportation or for the chinese domestic market?


I will defer to people with more knowledge in regards to what kind of software should be installed.

The majority of their tablets are sold in the domestic Chinese market,  but they ship a substantial amount world wide.

I see. Note that Electrum could be used.
It is now available for Android, although the Android gui is not as advanced as the Qt version.
1240  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: May 10, 2012, 03:55:24 PM
Are you sure about the Electrum module in 0.48? Shouldn't it be lib?

the 'lib' directory is installed as a python package with the name 'electrum'
I think you should be able to install it as a package in windows (run "python setup.py install" )

if you cannot do this, I guess you'll need to call 'lib'
Pages: « 1 ... 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 53 54 55 56 57 58 59 60 61 [62] 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!