Bitcoin Forum
June 21, 2024, 05:57:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 157 158 159 160 161 ... 192 »
2201  Bitcoin / Electrum / Re: Any possibility of gaining access to my money? on: January 25, 2015, 02:23:39 AM
Thanks for your support, I'll immediately try this out.
Will keep you updated! Smiley

/Edit:
Entering "wallet.storage.put('gap_limit',200)" into the console somehow changes nothing at all - not sure if I'm too stupid to do it correctly, but just typing it into the console and pressing enter seems quite right to me. Cheesy
Please forgive me my noobishness.

//Edit:
Maybe I should note that I am using Ubuntu and restoring the seed does not work (I'm getting the same dialogue twice and an error afterwards, I know this is quite a common error) so I'm running Windows 7 in a virtual machine and try to restore my wallet there. But this shouldn't interfere with the restoring of the wallet, right?
Again, sorry for my noobish behaviour!

You can use Windows but re the ubuntu error you should be able to restore using the command line:

Code:
electrum -w /path/to/new_wallet_file restore


2202  Bitcoin / Electrum / Re: Electrum ERROR: u'message': u'', u'code': -25 on: January 16, 2015, 09:47:46 AM
Nope, not a miner.

Few other ideas:

- you are trying to send small amounts. Amounts less than 5430 satoshi.

- you are not paying enough transaction fees.
2203  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - Lightweight Bitcoin Client on: January 16, 2015, 09:43:52 AM
Hello,
I have problem with this wallet. I try to open a wallet, its start loading but thats it. I tried reinstall but after that its same.

What is the problem can be? I try open as normally, try open run as administrator and still nothing happen.

Delete the file named 'config' in your wallet directory:

https://en.bitcoin.it/wiki/Electrum#Wallet_File

Cant find any file named ''config''

What version of electrum are you using and what is your operating system?
2204  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - Lightweight Bitcoin Client on: January 16, 2015, 05:55:42 AM
Hello,
I have problem with this wallet. I try to open a wallet, its start loading but thats it. I tried reinstall but after that its same.

What is the problem can be? I try open as normally, try open run as administrator and still nothing happen.

Delete the file named 'config' in your wallet directory:

https://en.bitcoin.it/wiki/Electrum#Wallet_File
2205  Bitcoin / Electrum / Re: Import specific deterministic address; any way to do this? on: January 16, 2015, 05:49:54 AM
Assuming you are using electrum 1.9.8, find the file mnemonic.py and run it with your mnemonic:

Run this:

Code:
electrum getseed

It will spit out a hex number. Pass that onto pybitcoin tools and it will tell you the address specific private key which you can import into any wallet:

Code:
git clone https://github.com/vbuterin/pybitcointools
pybtctool electrum_privkey <seed in hex> <index number> 0
pybtctool electrum_privkey 484ccb566edb66c65dd0fd2e4d90ef65 0 0 #example


If you need to convert between hex encoded private keys and WIF ones just use encode_privkey. So again:

Code:
pybtctool electrum_privkey f45xxxx...xe3c  0 0  | pybtctool -s encode_privkey wif
2206  Bitcoin / Electrum / Re: Has anyone successfully used raspberry pi + Electrum as cold wallet? on: January 14, 2015, 09:47:47 PM
Electrum will work on practically any linux distro. You don't even need a GUI.
2207  Bitcoin / Electrum / Re: Should we backup the seed, encrypted wallet file, or both? on: January 14, 2015, 09:45:23 PM
Backing up both would be better.

I am curious as to why the program insists that you save the seed- it seems like that is the last thing I want saved in any form anywhere (except perhaps in my head). Surely a safer solution is to save the encrypted wallet file in various locations?

The rationale is that more people lose bitcoins because they forgot their wallet password or did not make soft copy backups than because they were hacked. So the seed on paper serves as a backup that always works.

If you feel you can remember the password then just backup the wallet.
2208  Bitcoin / Electrum / Re: Electrum ERROR: u'message': u'', u'code': -25 on: January 14, 2015, 09:41:55 PM
Are you a miner? This message usually means you have freshly mined coins in your wallet. Those need to be aged the equivalent of 120 confirmations before you can spend them.

2209  Economy / Currency exchange / Re: Need $152 In Payza, I can pay by Bitcoins on: January 11, 2015, 03:31:57 AM
You can deposit bitcoin directly in your payza account and get USD credited to it. No need to use an outside party.
2210  Bitcoin / Electrum / Re: Issue with wallet, restoring from seed creates a new wallet. on: January 11, 2015, 03:23:42 AM
Is this in-development version of electrum from github? FYI github master is used for development.
2211  Bitcoin / Electrum / Re: Electrum not sending coins or no confirmations after 10 hours!! on: January 11, 2015, 03:22:53 AM
Your transaction has already confirmed. Restart electrum and it will show the correct number of confirmations.
2212  Bitcoin / Electrum / Re: how to send Multiple payments on: January 04, 2015, 12:19:19 PM
Tools > create transaction > from csv text

Type like this:

address,amount
address,amount
2213  Bitcoin / Electrum / Re: "velvet cage" "green screen" "nerd paradise" ??? on: January 04, 2015, 12:14:55 PM
Actually this is a good time to look at what "random" actually means:

http://www.wired.com/2012/12/what-does-randomness-look-like/

I strongly recommend the above article.
2214  Bitcoin / Electrum / Re: Importing and exporting raw seed data on: December 31, 2014, 06:27:49 AM
The mnemonic is run through a hashing function so it is not possible to convert the seed back to the mnemonic:

https://github.com/spesmilo/electrum/blob/12e9e40fce489d0221b21261c8d7d771dc9db887/lib/mnemonic.py#L121

2215  Bitcoin / Electrum / Re: Error! No Seed on: December 30, 2014, 04:44:12 AM
You can use the command line to restore the wallet:

Code:
electrum restore

For documentation type:

Code:
electrum help #all commands
electrum help restore #command specific help
2216  Bitcoin / Development & Technical Discussion / Re: about price stability, lack of price/supply feedback & long run electrical cost on: December 29, 2014, 09:45:32 AM
If the subsidy varies according to past difficulty changes that would make it harder for miners to predict revenue and plan their investments.

I also don't think it is entirely accurate to say that supply is in-elastic. Production of bitcoins is constant but the number of bitcoins that miners are willing to sell can and does adjust according to price.

Mining is still profitable and that is why difficulty is rising again. The price will continue to decline for some time to come.
2217  Bitcoin / Electrum / Re: Brain wallet on: December 26, 2014, 12:39:07 AM
Hm, what you are suggesting sound kind of like when you have to study for a test the day before.
So lets say you can remember the seed, but for how long? Personally, am very certain I would not remember the seed 2 years later if the wallet was just kept in storage and not used. Perhaps Electrum is just for users that have a very good memory of random things Smiley

The only "storage" for a brain wallet is your memory. That is the entire idea behind it. If you want to be able to recall it years later you make sure you practice restoring the wallet on a regular basis like say once every 2 weeks or so. That way you'll never forget.

If you don't feel you can remember it then it is better to write down the seed on a piece of paper.

Note that human generated brain wallet phrases are a bad idea. See what gmaxwell one of the developers of bitcoin core has to say about them:

https://bitcointalk.org/index.php?topic=311000.msg3345309#msg3345309

2218  Bitcoin / Electrum / Re: Brain wallet on: December 25, 2014, 01:08:35 PM
But does it not defeat the purpose of the brain wallet a bit? Randomness is good, but the sequence of words generated is not that easy to remember since they have no meaning to them. Poems, quotations or even a couple of lines from a book at a specific page/line would be easier to keep in mind as they can be related to. Even if the line was modified with numbers and chars that are not in the original text.

It's not difficult to memorize an electrum seed. The key is repetition:

1. Restore the wallet by manually entering the seed.
2. Delete wallet
3. Repeat until you have the seed down pat.

Repeatedly typing in the wallet seed makes it easy to memorize. You also want to test your memory by doing a restore a few days after the original session. If you can still remember the seed and successfully restore the wallet then its time to send some coins to one of the wallet addresses. You can then gradually increase the amount until you are certain you will never forget the seed.
2219  Bitcoin / Bitcoin Discussion / Re: PBOC Ex-Deputy: No Space for Coexistence of BTC and CNY in China on: December 25, 2014, 11:49:32 AM
Such a misleading title. Change it already!
2220  Local / Other languages/locations / Re: Pakistan on: December 25, 2014, 11:41:38 AM
I am looking to buy bitcoins in Pakistan. Payment will be pay via online bank transfer or easy paisa:

Bank transfer: http://localbitcoins.com/ad/109360/cash-out-your-bitcoins-bank-transfer-pakistan
Easypaisa: http://localbitcoins.com/ad/139163/cash-out-your-bitcoins-easypaisa

All transactions will use localbitcoins escrow.

You can try us Smiley

https://www.urdubit.com

Due to the limits imposed on by easypaisa its accepted manually so you will have to call us for that.

In this thread there has been some talk about the need to verify one's identity in order to use your site. Is that true and if so why are there no details about it on your site? For instance the FAQ is pretty generic. If you can provide these details beforehand people can decide whether its worth their time and effort to sign up.
Pages: « 1 ... 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 157 158 159 160 161 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!