Bitcoin Forum
November 01, 2024, 06:17:25 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 152 153 154 155 156 ... 193 »
2101  Bitcoin / Electrum / Re: What is my bitcoin address? on: June 09, 2015, 05:03:09 PM
Can someone tell me what is the receiving address i should give a site when they ask for my bitcoin address to receive btc in the future?

On 2.x you can choose any address from the addresses tab. On 1.9.x it's the receiving tab. These are all your addresses.

Quote
So i could have 10btc at one address and 5 btc in another address in electrum?  Or its best to keep it all in one address?

Using a different address per transaction is recommended for privacy reasons. But you can reuse addresses. Addresses don't stop working just because you've used them in the past.

There is no advantage to consolidating all bitcoins in one address.
2102  Bitcoin / Electrum / Re: BIP 39 vs Electrum mnemonic seed on: June 09, 2015, 05:01:05 PM
To determine if a mnemonic is valid without using a word list, Electrum 2.x takes an HMAC of it (using a hardcoded key) and looks at the first byte. In pseudocode:
Code:
if hmac_sha512(key="Seed version", utf8_encoded_mnemonic_sentence)[0] ≠ 0x01:
    fail("invalid checksum")

The only way Electrum can create a mnemonic whose first byte of HMAC is the byte 0x01 is by generating different mnemonics and trying each's HMAC until it finds a valid one, similar to the way vanity address generators work.

Doesn't this reduce the entropy of the seed? If you are going to discard the majority of them and only use the one's that have a mnemonic with a hash beginning with 01 then that reduces the pool of all possible seeds.
2103  Bitcoin / Project Development / Re: 1,000,000 address generator - random keys from galactic radio noise on: May 19, 2015, 11:13:15 AM
Anyone who actually wants to generate lots and lots of private keys should read this thread:

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

It has advice on how to do it properly and for free.
2104  Bitcoin / Electrum / Re: Is Electrum A Good Choice of Wallet and Checking the PGP Signature on: May 13, 2015, 01:50:40 PM
Hi Guys

I am getting started in Bitcoin and have a few questions. 

Is Electrum a good choice of Bitcoin wallet?  I want something that has good usability. 

Can Electrum be trusted fully?  The reason I ask is because the Windows Installer is signed by someone called Animazing.  That is using a nickname rather than a real name, so how do I know they can be trusted?

How do I check the PGP signature of the Windows Installer download?  I believe I need the public PGP key of Animazing?  Is this given on this page?

http://bitcoin-otc.com/viewgpg.php?nick=Animazing

Thanks Cool

You will have to read up on the person's reputation. The chief developer is Thomas Voegtlin (ThomasV) formerly of INRIA. Animazing is another contributor and he signs the Windows releases.

If you know python you can go through the code. This way you are not trusting anyone.

The devs' public keys can be found on the git repo:

https://github.com/spesmilo/electrum/tree/master/pubkeys

Questions about electrum are best asked in the electrum forum:

https://bitcointalk.org/index.php?board=98.0
2105  Bitcoin / Electrum / Re: Unable to access my late husbands wallet on: May 13, 2015, 01:42:42 PM
My husband passed away last June and I'm unable to log into his wallet.  I have not come across the seed nor the password for the wallet.  Is there a way that I can get in touch with Electrum to access his wallet and reset info?  Any information would be helpful.

Electrum is software installed on a computer. It is not an organization with information about your husband's or any one else's wallets. If you have neither the seed nor the password there isn't much that we can do. Even the wallet recovery people need some idea of what the password is before they can attempt a bruteforce of the wallet encryption.

You should search for the seed. He may have written it down somewhere. It consists of 12-13 random English words.
2106  Bitcoin / Electrum / Re: How to make an Electrum 2.x seed using only dice? on: May 11, 2015, 04:46:19 PM
I'm basically looking for a way to make electrum seeds without having to trust a computer. I'm worried that my copy of electrum could be compromised and only generate predictable seeds.

If your computer is compromised then it doesn't really matter how you generate a seed. Mal-electrum could simply send the seed to the hacker after you've created a wallet with it.

I suggest shuffling a deck of cards and then making a string out of the result. Say some thing like
1s-2c-ad

for 1 of spades, 2 of clubs, ace of diamonds etc. for the whole deck

Then do an md5sum of that and restore your wallet using the resulting hex digits:

Code:
echo -n "1s-2c-ad..."|md5sum

This will create non-bip32 wallet but it can be done on electrum 2.x because it is backward compatible with 1.9.8 wallets.

2107  Bitcoin / Electrum / Re: safer pls read on: May 10, 2015, 04:41:13 AM
Is electrum safer than blockchain wallet for desktop wallets? Or what are the safer wallets for desktop pc? Undecided Undecided

blockchain.info wallet is not a desktop wallet. It is a web wallet.

Electrum is safer than the bc.i wallet.
2108  Bitcoin / Bitcoin Technical Support / Re: Set up a self-hosted wallet which will immediately forward to other wallets on: May 09, 2015, 01:06:45 AM
OP this is much easier to do using a hosted API. See chain.com or blocktrail.com.

Also you don't want to immediately split any receipts but wait for a minimum amount to be reached.
2109  Bitcoin / Development & Technical Discussion / Re: Should we just remove the wallet function of Bitcoin Core on: May 09, 2015, 01:00:49 AM
100-address trap? I'm not aware of such things, is it an exploit of some sorts? Private key extraction through social engineering?

It's not an exploit. It means that backups are only good for 100 transactions from the time of backup. After that bitcoin core generates new private keys that are not in the backup you made so you must make a fresh backup. If you fail to do that and the wallet file on your hard drive is corrupted you lose money.

What's the argument against moving Bitcoin Core to HD?  Are the principle developers against it for some reason?

One of the principle developers invented the concept of HD wallets so they can't be more in favour of it.
2110  Bitcoin / Bitcoin Discussion / Re: It's Happening .... The secrets of 21 inc revealed, and its what we hoped for. on: May 09, 2015, 12:56:03 AM
If toasters and fridges start mining bitcoins then what do they need humans for? They can earn their own living and that'll be the start of the end of the human race!
2111  Economy / Services / Re: Wordpress plugin dev - bitcoin ecommerce specialists anybody can recommend? on: May 09, 2015, 12:24:38 AM
i wasnt particuarly thrilled that they were offshore.


Please mention your country so that only developers who are on-shore apply for this work.
2112  Economy / Services / Re: Anyone help me with SSL (high trust members only) on: May 08, 2015, 12:19:15 AM
I just installed it so now its:-

Code:
root@Squall:/# whereis sudo
sudo: /usr/bin/sudo /usr/lib/sudo /usr/share/man/man8/sudo.8.gz
root@Squall:/#

sudo is used to execute commands as another user. It's used on servers where root login is disabled and instead people login as an unprivileged user and use sudo to execute commands as root user.

In your case since you are already logged in as root you can omit the use of sudo.

Commodo has some excellent documentation that you should refer to instead of asking on random forums for help:

https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/637/37/certificate-installation-apache--mod_ssl

If you need someone to install it for you then PM me and I'll do it for a reasonable fee.
2113  Bitcoin / Electrum / Re: Electrum testnet on: May 07, 2015, 11:57:06 PM
Electrum testnet would require a testnet electrum server as well.

The chief dev has said he uses real coins for testing.
2114  Bitcoin / Electrum / Re: Have Seed, Lost password... please help on: May 07, 2015, 11:55:43 PM
If you are not seeing any addresses after a restore then that means there is a problem with the electrum server you are connected to. So open your old wallet, change to a different server and then try doing a restore again.
2115  Bitcoin / Electrum / Re: How do I verify downloaded electrum using signature files? on: May 04, 2015, 12:31:16 AM
I'm using Ubuntu, here what I have done:

The .exe file is for windows users. You should follow the instructions for linux and download the source tarball. That is signed by ThomasV.
2116  Bitcoin / Electrum / Re: Importing private key....i dont get it. on: May 02, 2015, 06:45:46 PM
how do i download the page?

You can save it using your browser or use git clone:

https://github.com/pointbiz/bitaddress.org/tree/v2.9.8

It's all self-contained in one html page.

Quote
Plus if i download that page to tails persistent volume, would that be a document? Like, should i configure it to save personal data or something else?

https://tails.boum.org/doc/first_steps/persistence/configure/index.en.html

You could save it if you like but if you are going online using tails anyway then might as well visit bitaddress.org to load the page and then disconnect from the net.



2117  Bitcoin / Electrum / Re: Importing private key....i dont get it. on: May 02, 2015, 01:30:12 PM
Oh yes i forgot to note that its a mini private key actually. So is it so that it cannot be imported to electrum as it is? Do i need to decrypt it or something? If so then i didnt realize that.

So simply put, everything i said + its a mini key, the kind that begins with an S, just like in that link it is described. Do i do something with that?

You can only import private keys in Wallet Import Format (WIF). You can convert to WIF using the wallet details tab of https://www.bitaddress.org . You can download this page and run it offline. It uses client side javascript for everything.

2118  Bitcoin / Electrum / Re: Importing private key....i dont get it. on: May 02, 2015, 01:21:33 PM
Further clarification: In the FAQ it says (about version 2.0, though) that you cannot import private keys to a seed wallet, the same thing was said in the previous topic where i asked for help. It was said instead that i should do as it is in the FAQ as well, creating a new wallet by restoring a wallet from seed, with the private key typed in as the seed. However, it simply disappears after pressing next and no new addresses have appeared in my electrum client, as if i did not do the whole process at all.

Seed is not the same as private key. Restore is done using seed not a private key.

Please answer my question above about what you are referring to as a private key. Is it really a private key or something else?
2119  Bitcoin / Electrum / Re: Importing private key....i dont get it. on: May 02, 2015, 01:14:03 PM
Why do you think this is spam? Im just trying to use my bitcoins, been trying for so long im starting to feel pretty stupid.

The version is 1.9.8, the version that comes with tails.

When i go to wallet>private keys>import and i enter the private key, it says error and that it could not be imported.

Private keys in WIF begin with 5, L or K. More details about what they look like:

https://en.bitcoin.it/wiki/Private_key#Base58_Wallet_Import_format

Is this what you are referring to as the private key?


2120  Bitcoin / Electrum / Re: error loading electrum on ubuntu on: May 02, 2015, 01:03:43 PM
As of version 2.1, we added atomic writes to save the wallet; it should prevent wallet file corruption.
https://github.com/spesmilo/electrum/blob/master/lib/wallet.py#L142
Unfortunately, atomic writes are only supported by posix sysytems, so that will not work on Windows.

Have you considered using sqlite? I just looked it up and it is ACID compliant.
Pages: « 1 ... 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 152 153 154 155 156 ... 193 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!