Bitcoin Forum
August 31, 2024, 04:13:13 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Electrum / Re: cmd line to wallet on: September 17, 2014, 03:03:52 AM
in linux it's "electrum -w /path/to/wallet/file"

I assume in windows it will be "electrum.exe -w c:\path\to\wallet\file"
2  Bitcoin / Electrum / Re: Could anyone compile the lastest Electrum for windows under WINE? on: September 09, 2014, 08:35:12 PM
There's a script here: https://github.com/maran/electrum-winbuild

It doesn't work for me, but it works for others.  I'm suspecting my issues are AWS/EC2 related and I'm working on duplicating the scripts another way as well.
3  Bitcoin / Electrum / Re: Electrum and Tor Safety on: September 07, 2014, 09:44:58 PM
Electrum will connect to multiple servers to download the headers.  Use the -1 flag if you do not want this.

At least one of the servers is running on port 110, which I believe is because it's commonly open through firewalls.  Your client is reaching out to that server to download headers from.
4  Bitcoin / Electrum / Re: Electrum for Templecoin on: September 06, 2014, 02:47:59 AM
BTW, your "security hole" is basically disabling SPV completely.
5  Bitcoin / Electrum / Re: Electrum for Templecoin on: September 06, 2014, 02:45:26 AM
I've previously got KGW working with vertcoin, but it's quite slow due to the way KGW works (perhaps someone else could figure out how to speed up the code).

See here: https://github.com/wozz/electrum-vert/blob/master/lib/blockchain.py#L284

I assume you'll need to modify quite a bit of code to get this working correctly.
6  Bitcoin / Electrum / Re: Electrum broadcasting same transaction on: September 05, 2014, 07:12:14 PM
Thank you. This is helpful!

Edit:
What if address is not changed to address C? for example what if address A still has some funds?

Thats not possible. Every input (former unspend output) has to be spend entirely*. You could use A as your changeaddress however. This would send the funds back to A. It wouldnt allow you to use the same TX though, since its a new unspend output with different properties.

*everything that is not spend will be considered a minersfee IIRC.

All funds from a single unspent output must be spent entirely in the same transaction (or miners fee), however if there are multiple unspent outputs on a single address, they can be spent separately.
7  Bitcoin / Electrum / Re: Electrum for Templecoin on: September 05, 2014, 06:33:46 PM
I would start here: https://github.com/9cat/electrum-tpc/blob/templecoin/lib/blockchain.py#L253

You left everything the same as Litecoin.  I know nothing about templecoin, but I assume it's not a complete clone of Litecoin.
8  Bitcoin / Electrum / Re: Electrum broadcasting same transaction on: September 04, 2014, 01:31:13 AM
Once a transaction sends BTC, it will be sent to addresses B and C where C is the change address.  A new transaction would then need to be created and signed by C to send the remaining funds.

The transactions in bitcoin actually send based on unspent outputs from previous transactions instead of just keeping a balance on an address.  Once a transaction output is spent, it can never be spent again, and the unspent outputs of the first transaction will be used to create new transactions.
9  Bitcoin / Electrum / Re: Cold storage/watching wallet - how to determine how many bitcoins are in which? on: July 01, 2014, 02:52:47 PM
I think you have set up just one wallet, which is a cold wallet.  If you have to sign your transactions offline, then it's already a cold wallet.  The addresses should match on both wallets if they're the same.

The watch-only wallet is the same wallet as your cold wallet, but it doesn't contain the private key data, only the public key and address information.

If you can send a transaction by just entering a password on the online wallet, then it's not a cold wallet.
10  Bitcoin / Electrum / Re: Cold storage wallet shows zero balance? (Warning: NOOB!) on: July 01, 2014, 01:57:02 PM
You should have a corresponding watch only online wallet.  You create that with the public key from the offline wallet.  The online watch-only wallet is where you can view your balance.
11  Bitcoin / Electrum / Re: 2 of 4 persons access to the wallet on: July 01, 2014, 10:57:26 AM
Another option would be Shamir's Secret Sharing: https://github.com/amper5and/secrets.js

You would create the seed and then split it using a tool like this.
12  Bitcoin / Electrum / Re: Electrum Wallet format differences on: June 26, 2014, 02:26:19 PM
The repo is currently under active development for the 2.0 release.  The version number has not yet been updated, however the code has had significant changes recently.  Everything should be backwards compatible so that if you use an old wallet, it will still work, however, I'm not sure about the other way around.  Just make sure you back up your seed, and if anything goes wrong, you can restore on the 1.9.8 release version.

As for mBTC vs BTC, it is a configurable option in the preferences, so you can use whichever you prefer.  The new tabs are an attempt to make the wallet easier to use based on feedback of confused users.
13  Bitcoin / Electrum / Re: send all your coins on: May 28, 2014, 03:16:28 AM
yes, just select multiple addresses before right click to send from
14  Bitcoin / Electrum / Re: send all your coins on: May 28, 2014, 02:24:42 AM
I like it combined with the "send from" feature.  That way if the addresses have weird amounts you don't have to add it all up.
15  Bitcoin / Electrum / Re: [Electrum] Tor service at 4lhnnupincd3gyda.onion:50001 on: May 27, 2014, 04:13:55 PM
looks like electrumupzx5w5f.onion was down for a while. I think my tor daemon quit and I don't have a monitor on it. It should be up now and I'll try to find a way to monitor if it goes down so I can restart it.
16  Bitcoin / Electrum / Re: [Electrum] Tor service at 4lhnnupincd3gyda.onion:50001 on: April 23, 2014, 05:58:20 PM
If you use the -1 (number one) flag, it should only try to connect to 1 server.

Also, I have a server that should be running on this address: electrumupzx5w5f.onion

Let me know if it's not working, I think it may have been unresponsive on tor for the last week or two.

Edit, also you should probably turn off the exchange rate plugin to remain truly anonymous.  Since the exchange rate plugin queries several api's depending on the currency.
17  Bitcoin / Electrum / Re: used address disapear how to get them back or have them show.... on: April 23, 2014, 05:02:12 PM
theFork:

If you go to the receive tab, it should show a list of at least 5 unused addresses.  Your used addresses get put into a collapsed list and you need to select the arrow that is pointing to the right to see those.  Once you select that arrow, you should see all the addresses from your wallet.

Here's a screenshot of the arrow I'm talking about: http://imgur.com/VdOpEp1

If you can't see anything on the receive tab, that's a different problem.  Could you post a screenshot of what you see?  Please blur or black out any sensitive data.

Thanks
18  Bitcoin / Electrum / Re: Seeing output of 40 BTC when i'm trying to send 1 coin on: April 19, 2014, 10:57:44 PM
Another way to send from a certain address or addresses is to right click and "send from".  You can do this by selecting multiple addresses at once and using "send from".
19  Bitcoin / Electrum / Re: Help my Electrum Wallet on MAC has no 'File Wallet Tools Help' Menu on: April 18, 2014, 04:44:03 PM
Do you not see this in the bar at the top of the window?

http://imgur.com/9t9748P

I think it's in a slightly different place in OS X, but that's just how OS X works.

Also, make sure your version is updated.
20  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: May 12, 2013, 05:38:44 PM
Can someone please whitelist me?

=====signed message=========
Proof of transactions.
=====sig=================
G4Kwkyrpdq3QUNBIhukMIbI67Ybjcl8v4FzQRfsWyg8lcD2lk9shu6wPgkEA2IQr50Q+wTskpmOoR5QInLNdUzc=
=====address==============
https://blockchain.info/address/1PzbuhdNhuuEC3wmE2FwNpQ6VoX6GEHnX6
========================

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!