Bitcoin Forum
June 20, 2024, 12:31:25 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 96 97 98 99 100 [101] 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 ... 192 »
2001  Bitcoin / Electrum / Re: Why is electrum seed have small entropy? on: June 07, 2016, 12:18:28 PM
Dabura667 is right on the money as usual.

However if you want to make a larger seed (like 256 bits) you *can* do that. The make_seed command line option will generate larger seeds:

Code:
electrum help make_seed

2002  Bitcoin / Electrum / Re: Electrum - Change address on: May 31, 2016, 04:04:20 PM
Why do you want to send all the bitcoins to one address? There is no benefit to it.
2003  Bitcoin / Bitcoin Technical Support / Re: Found old thumb drive with bitcoin-qt on it. on: May 31, 2016, 03:51:36 PM
HA!  Excellence, I found the wallet.dat file thanks to you.  Now what do I do with it?
 Lol, if this results in bitcoin, I'll send you a tip!

Did you find this file on your hard drive or the USB drive? When you run bitcoin qt on a computer with no wallet it will create a new wallet for you. So if you found it on your hard drive after you ran the bitcoin qt program on the USB then it'll be a new empty wallet.
2004  Other / Beginners & Help / Re: Are floppy disks safe to store wallets? on: May 18, 2016, 05:16:42 PM
No because floppies are notoriously unreliable. You just got lucky with those particular disks.
2005  Bitcoin / Electrum / Re: Lost Electrum Wallet Password and Recovery Seed on: May 03, 2016, 01:11:39 PM
This is the only reputable service that I know of

https://bitcointalk.org/index.php?topic=240779.0

You would need to know at least part of the password for Dave to even attempt recovery.
2006  Bitcoin / Electrum / Re: How do I sweep in multiple private keys automatically? on: April 28, 2016, 01:56:15 PM
Perhaps run a for loop? In bash on linux:

Code:
dest_addr="1somethingsom" #destination address from your wallet

for privkey in `cat my_list_of_keys_one_per_line`
do
electrum sweep $privkey $dest_addr
done
2007  Bitcoin / Electrum / Re: BITCOIN VOUCHER PROBLEM on: April 11, 2016, 02:03:51 PM
You can sweep a private key using this guide:

http://docs.electrum.org/en/latest/faq.html#can-i-sweep-private-keys-from-other-bitcoin-clients

Sweeping a private key is better than importing it.
2008  Bitcoin / Electrum / Re: Desktop version 2.6.1. How to set PIN? on: March 09, 2016, 06:28:39 PM
You can set a password using the wallet menu > password option. Note that the balance and transaction history will always be displayed regardless of whether you set a password or not. The password is only necessary when spending your bitcoins. At that point it will ask for the password to decrypt your seed and sign the spending transactin.

If you want privacy for your balance and transaction history then use the user account feature of your operating system. Create a separate user account for other users so that they don't bump into your stuff.
2009  Bitcoin / Electrum / Re: Case Sensitive custom Seed on: February 29, 2016, 11:03:34 AM
With the electrum multisig I made a wallet, but I can't restore it with just 2 pieces of information.  It may be 2-of-3 in terms of signing the transactions, but is it 2-of-3 in terms of restoring the entire wallet?

It should be 2 seeds and 1 xpub. That should be enough to restore the wallet.

Ok so I just tried it and this is exactly how you would restore if you didn't have all the seeds. 2 seeds and one xpub. If you have just one seed then 1 seed + 2 xpubs would create a watch only wallet.

Also the commands on the website initially didn't work for me with electrum 2.6.  I had to add the options after "make_seed" for it to work.
So "electrum --nbits=256 make_seed" had to be changed to "electrum make_seed --nbits=256"
and "electrum --entropy=123456 make_seed" had to be "electrum make_seed --entropy=123456"
maybe double-check and update the webpage?

Thank you for that. I've corrected the page.
2010  Bitcoin / Electrum / Re: Sent Bitcoin With Electrum Not Sure Which Address on: February 28, 2016, 09:51:26 AM
I do see the correct bitcoin address on the first line of outputs though which showed the exact amt of btc i sent to that address.  So that means i sent it to the right one correct?

Yes. Adjust the fees in the electrum preferences window so that transactions confirm faster in future.

You are a very high maintenance electrum user Smiley Do you have to create so many threads? Try figuring things out on your own for a change. Read the docs.
2011  Bitcoin / Electrum / Re: Case Sensitive custom Seed on: February 28, 2016, 09:46:41 AM
For OmegaStarScream and others who don't understand what's going: This is a legacy feature from back when Electrum wasn't HD. Back then seeds were generated differently and one encoding of them was in hex.

To rogertb obviously this is not working how it should. I don't think it is wise to rely on this old feature for a new electrum wallet. It has only been included for backwards compatibility with old wallets.

Electrum does have native m of n support. It's called multisig. I suggest using that instead.

If for some reason you need to create your own custom length seed then use the command line option for that. The new type of seeds cannot be crafted by hand. They have a checksum in them so it requires a computer to do it.

2012  Bitcoin / Electrum / Re: How to fix dust transactions? on: February 23, 2016, 02:44:29 PM
Its donations for some of the coding that I do. Yes, the donations are small but they add up. Where can I find a wallet that consolidates the inputs into 1 output?


To sweep dust you need to raise transaction priority. Transaction priority is a function of the age of the inputs and the size of the inputs. If you want to spend the dust you can either wait for the inputs to age a lot. Say a year or two. Or you can include a larger input in your transaction. So I suggest sending yourself 1 or 2 BTC to an address in your wallet, waiting a few days and then sending all the bitcoins including the dust transactions to another address in your wallet. The 1-2 btc input will push up the transaction priority and you won't have to spend as much in tx fees.
2013  Bitcoin / Electrum / Re: Lost Seed for electrum wallet on: February 23, 2016, 02:39:52 PM
Your wallet file is in your electrum data dir:

http://docs.electrum.org/en/latest/faq.html#where-is-my-wallet-file-located

Run electrum and use the file menu > open option to open the wallet file.
2014  Economy / Services / Re: [FOR HIRE] WordPress developer and server admin on: February 23, 2016, 02:38:01 PM
bump
2015  Bitcoin / Electrum / Re: multisig and regular transactions on the same electrum wallet? on: February 23, 2016, 02:32:02 PM

Is it possible to set up a multisig electrum wallet and also do regular transactions, on the same wallet? Or would I have to have a second electrum running on a virtual machine or something like that? I wish electrum would enable multiple accounts on the same HD wallet, like mycelium does. That would be very useful.

You need different wallet files, but there is no need for a VM. You can open several electrum wallets at the same time.

Thanks. How do I create extra wallets after setting up the first one? Do I have to import them from another device? I haven't seen that option in the menus before, but I haven't used electrum in awhile.

file > new restore
file > open
2016  Bitcoin / Bitcoin Technical Support / Re: Are old core wallet backups useless to a third party ? on: February 16, 2016, 03:03:49 PM
-snip-
Great help, thank you, so thats why it is always best to use a new address for sending and receiving Bitcoin  Grin

But its wrong!. Bitcoin core keeps (by default) 100 unused private keys and addresses pre generated for you. This would only work if you would use all 100 (change)addresses.


Yeah exactly. You would need to exhaust the keypool and then send the bitcoins to a new randomly generated address for your old backups to be worthless.

It would actually be safer to just let core generate a new wallet for you. It will do that if it finds there is no wallet.dat file in the data dir. Then you send your bitcoins from the old wallet to the new.
2017  Bitcoin / Electrum / Re: Electrum password in memdump? on: February 16, 2016, 02:50:32 PM
Yep they probably could if they took it while you are sending bitcoins. In the process you would have to enter your password and for a while that would be in memory. Electrum uses python so it doesn't have the low level hardware access that say bitcoin core does. Core can scrub the memory after its done while electrum probably can't. It has to rely on the OS to do that.
2018  Economy / Services / [FOR HIRE] WordPress developer and server admin on: February 16, 2016, 02:42:26 PM
Hi,

I'm a WordPress developer and I know PHP, HTML and CSS. If you need a WordPress site customized or a WordPress plugin developed then I can do that for you. Some of the plugins I've made are listed here.

In addition to web development I am also proficient with Linux server management. If you need someone to manage your VPS or dedicated server, install, configure and optimize software then I'm your guy. I'm well versed with Apache optimization, installing Nginx and PHP and MySQL, securing SSH access, setting up a full bitcoin node, firewall configuration and so on.

So if you need someone to work on your WordPress site or manage your server please PM me and I'll see what I can do for you.

Regards,
Abdussamad
2019  Bitcoin / Electrum / Re: I rebooted my computer, will I retrieve my addresses when I'll enter my seed ? on: February 12, 2016, 05:21:22 PM
I suggest that you backup your wallet file instead of relying on the seed to restore your wallet. The reason is that seed will not contain the labels for your addresses and transactions that you've entered in your wallet file. However, restoring a backup of the wallet file will restore the labels too.

To create a backup go to file menu > save copy

To open the wallet file after resinstallation you can use the file menu > open command.

I would have loved to know this before Undecided. I've kept a copy of the data that was in the Roaming folder, will I be able to keep the labels with it ?

Yep. That's exactly where it's stored:

http://docs.electrum.org/en/latest/faq.html#where-is-my-wallet-file-located

So all you have to do is restore the Roaming folder and install electrum. It should pick up your wallet file automatically.

2020  Bitcoin / Electrum / Re: I rebooted my computer, will I retrieve my addresses when I'll enter my seed ? on: February 12, 2016, 01:26:01 PM
I suggest that you backup your wallet file instead of relying on the seed to restore your wallet. The reason is that seed will not contain the labels for your addresses and transactions that you've entered in your wallet file. However, restoring a backup of the wallet file will restore the labels too.

To create a backup go to file menu > save copy

To open the wallet file after resinstallation you can use the file menu > open command.
Pages: « 1 ... 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 96 97 98 99 100 [101] 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!