Bitcoin Forum
June 19, 2024, 11:23:00 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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] 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 ... 192 »
1881  Bitcoin / Electrum / Re: Where does the Portable version of the wallet file located? on: December 12, 2016, 09:33:38 AM
The developer actually doesn't recommend the portable version. I suggest going with the windows installer version. Why are people so afraid of using that? On windows installing software is as easy as clicking next, next, next!
1882  Local / Other languages/locations / Re: Pakistan on: December 12, 2016, 02:51:11 AM
You guys need to go take a look at the mycelium thread:

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

Those guys still haven't gotten their own sub-forum although they very much deserve it. One of the top bitcoin wallets operates out of a single thread!
1883  Bitcoin / Electrum / Re: Can both watch-only wallet and a full wallet online at the same time? on: December 12, 2016, 02:46:32 AM
Thanks @longbob72

@Abdussamad, What are you trying to advise me from that link? Basically what I gather from that link is about backup and restoring at the wrong place.

I just wanted to point out that you can create shortcuts to open specific wallet files using electrum. That'll make it easier to run two different wallets at the same time. And because you will always be opening the wallets using the shortcuts you create you can never mistakenly use the wrong wallet (as the OP in that thread did).

Quote
From what @longbob72 had mentioned, I could just safely restore from seed, hence can ignore the backing up of wallet file and hence no headache from restoring at the wrong place. Am I right here?

Restoring your wallet from a seed backup does not restore labels for transactions and addresses. You can enable the labels plugin to store those labels encrypted on a remote server. But I think it is better to keep a copy of the wallet file too.
1884  Bitcoin / Electrum / Re: Can both watch-only wallet and a full wallet online at the same time? on: December 10, 2016, 09:00:30 PM
see here for some tips:

https://bitcointalk.org/index.php?topic=1710718.msg17143284#msg17143284
1885  Bitcoin / Electrum / Re: How can I change the default wallet? on: December 10, 2016, 08:58:32 PM
You can use the -w switch to make a shortcut to your specific wallet file:

Code:
electrum -w c:\path\to\wallet

I may have lost 3BTC because of this fucking shit.

Sorry to hear that. Others have complained about this too in the past. If you are not using the default wallet then you should just move it out of the electrum folder that btchris specified above.

Electrum does list the wallet file name in the window title so you should pay attention to that.
1886  Bitcoin / Electrum / Re: WINDOWS 10 64bit Unable to start up Electrum ! on: December 08, 2016, 12:52:00 AM
where are you downloading electrum from? the official site is at electrum.org

I'm having a really annoying problem, I was using an old version of Electrum and the program said I cant transfer bitcoins using versions under 2.5 build.

this sounds strange to me. when does the program say this?
1887  Economy / Service Discussion / Re: Skrill Allows BTC now? on: December 06, 2016, 08:39:51 PM
Actually skrill allows BTC deposits indirectly, let me explain you. You can open a neteller account and deposit with bitcoins there ( they take just 1% fees ) then then you can upload from neteller to skrill ( the fees is 3% ) so actually you get BTC to skrill at just 4% fees.

You can now directly deposit money via btc into your skrill account. The fee is just 1%:

https://i.imgur.com/MlEeA4n.jpg

1888  Economy / Service Discussion / Re: Skrill now lets you upload money via bitcoin on: December 06, 2016, 08:35:24 PM
Some days ago I saw a thread about it: https://bitcointalk.org/index.php?topic=1699023.0

But looks they just accept it informally via neteller or any other service offering itself as middle-man to complete the transaction. Do Bitcoin option appear directly in Skrill site for you? I can't see this. Or that is why what I said above, or because my country doesn't accept this.

yes it appears directly:

https://i.imgur.com/MlEeA4n.jpg
1889  Economy / Service Discussion / Skrill now lets you upload money via bitcoin on: December 06, 2016, 06:55:34 PM
Skrill now lets you upload money to your skrill account using bitcoin. The fee is 1%. The option is right there on the upload funds page. Go take a look if you have a skrill account!
1890  Economy / Currency exchange / Re: [WTB] Bitcoin with Skrill USD on: December 05, 2016, 12:19:59 AM
guys i can't afford your premiums. please take a look at my ad to see the sort of prices i'm looking for. if you can't sell at that price then please don't bother posting in this thread.
Skrill can chargeback- hence the premium

Yeah I'm aware of that but I've already purchased at that price before. I mean the price relative to bitstampusd.
1891  Economy / Currency exchange / Re: [WTB] Bitcoin with Skrill USD on: December 04, 2016, 08:51:34 PM
guys i can't afford your premiums. please take a look at my ad to see the sort of prices i'm looking for. if you can't sell at that price then please don't bother posting in this thread.
1892  Bitcoin / Electrum / Re: Electrum master private key on: December 04, 2016, 05:47:00 PM
I understand that the xprivkey (the master private key) is derived from the seed, and that no information is lost when calculating the xprivkey from the seed.

Well it's run through hashing functions so I wouldn't say no information is lost. By definition hashing functions will take input of arbitrary size and output a number of a fixed size. You can't convert the output of the hashing function back into its input. That's why they are also called trap door functions.

Quote
I believe that you can generate the same wallet from either the seed or the xprivkey

Yep that's true provided you know the algorithm used to generate the xprivkey from the seed.
1893  Bitcoin / Electrum / Re: Electrum master private key on: December 03, 2016, 07:55:29 PM
Hello, i have the following questions:

1. Is the master private key the same as the seed? If no then:

2. How to use the `getmasterprivate` in a linux command line, can somebody explain the syntax how to use it? For example if I put my wallet in the /home folder, how to retrieve it's master private key?

1. Strictly speaking it's not the same. The seed mnemonic is run through hashing functions and then out comes the master private key. So the seed is used to derive the master private key which is used to derive all the address specific private keys.

seed mnemonic > master private key > nearly unlimited addresses and associated key pairs.


2.
Code:
electrum getmasterprivate -w /path/to/wallet_file
. wallet files are in ~/.electrum/wallets. ~/ is your home directory.
1894  Economy / Currency exchange / [WTB] Bitcoin with Skrill USD on: December 03, 2016, 07:47:39 PM
Hi

I'm buying bitcoin with skrill USD. Please see my ad on localbitcoins:

https://localbitcoins.com/ad/220400/cash-out-your-bitcoins-moneybookers-skrill

Localbitcoins has automatic escrow which helps make transactions smooth and safe so please place your order there.
1895  Bitcoin / Electrum / Re: Electrum won´t send my bitcoins to another wallet! on: November 29, 2016, 04:53:33 PM
When I try to transfer, the status say: Partially signed. And no money gone.
If I type my 2FA code after my password, I get: Invalid otp


Can anyone please help!?

Thank you!!

iZ

Invalid otp means the 2fa code you typed in is incorrect. Usually this happens because the time on your PC and/or your mobile are wrong. So make sure the clock on both those devices is set correctly.

Hi, I get the same problem as you, i checked up the time on my pc and everything is okay? Could you help me please?

Gratefully

do you have the seed written down? In older versions it was 25 words. In the latest version i believe it is 12 words.

If you have the seed written down then use the file menu > new/restore option to restore your wallet. Be sure to select 2fa as the wallet type when asked. Use file > open to open this wallet in future.
1896  Bitcoin / Electrum / Re: Restoring Electrum Wallet on: November 27, 2016, 11:01:00 PM
Of course;: the solution , is when the wallet is restored with the seed, to ask for the generation of the hundred (for example) of the previously generated addresses, then ELECTRUM will search in the block chain the effective content of each of them...

what a wonderful world... something like... paradise ? Grin


Actually increasing the gap limit is something that advanced users do so there is no easy option for it. You have to restore your wallet as you normally would and then follow this:

Quote
The gap limit is the number of unused addresses Electrum keeps track of. To increase the gap limit open your wallet and go to the console tab. Type in wallet.change_gap_limit(50). Close Electrum and reopen your wallet to see new addresses listed on the receive tab.

Note that you shouldn't increase the gap limit to more than a 100 (I recommend 50 as above). Electrum slows down with thousands of addresses so you shouldn't burden it with a higher gap limit. Eventually if you do end up using thousands of addresses you would be well advised to create a new wallet and begin anew. You can always send your bitcoins from the old wallet to the new one.
1897  Bitcoin / Electrum / Re: Restoring Electrum Wallet on: November 26, 2016, 05:12:56 PM
You will get all your addresses.

All the addresses are generated from your seed in sequence. When you restore your wallet Electrum simply keeps generating new addresses in sequence until it finds 20 successive unused ones. A used address is any address that has received bitcoins to it. So don't worry you will never lose your bitcoins as long as you have the seed backup.
1898  Bitcoin / Electrum / Re: Problem with Portable Electrum wallet ... recover seed and / or private key ! on: November 26, 2016, 05:02:46 PM
the cert files are the ssl certs for electrum servers. they do not contain any wallet info so they are useless.

since you have the default wallet file and you do know the password it may be worth a try to hit up dave from walletrecoveryservices.com. maybe he can salvage something from the wallet file. could simply be a file encoding issue.
1899  Bitcoin / Electrum / Re: Noob question how to I get my bitcoin wallet address on: November 26, 2016, 04:59:25 PM
just go to the receive tab and you'll get an address there.
1900  Bitcoin / Electrum / Re: Help Me, I'm New and Lame and have no idea what I've done on: November 23, 2016, 11:27:49 AM
then you need to switch servers in electrum so that it can get the right picture of your transactions. i have no idea how this is done in the mobile version of electrum but i'm sure someone here will tell you or you could have a look around in the electrum interface yourself?
Pages: « 1 ... 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] 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 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!