Bitcoin Forum
May 08, 2024, 04:28:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 220 »
21  Bitcoin / Bitcoin Discussion / Re: Bitcoin + Bitcoin Cash.... on: October 18, 2017, 09:21:10 PM
Redundant. If that's the solution, why not just use an altcoin for that? Tongue
22  Bitcoin / Bitcoin Discussion / Re: US to ban BITCOIN EXCHANGES SOON , 2nd after CHINA on: October 18, 2017, 09:20:03 PM
Source? Can't find anything with a quick search.
23  Bitcoin / Electrum / Re: 2 BTC Reward / Electrum.dat password recovery (have seed) on: October 18, 2017, 09:56:07 AM
I am also using Electrum desktop wallet for windows and i think if you have the seed key with you then you dont need the password because when you install the electrum wallet that time it ask to create new wallet or import the wallet with seed key and when you insert the seed key your wallet is generated and it ask you to input the password newly so your old password dont work. This is what i am using this way and restoring my electrum wallet in other places and access my address. So i think you are missing something in the seed key. Try this option and see that you are getting your solutions.


No, it won't work since OP is looking for private keys that have later been imported to the wallet, and those aren't going to be included in the normal seed.

With the  seed you will only be able to recover the private keys that have been created with the seed/wallet, not the imported ones.

^ This is exactly my quandary. This is an imported key to a main wallet that was never SWEPT. Realistically, I could release this wallet seed to the internet for the password?

As stated before, and as you've said, the funds were never swept, so they're not backed up with that seed. If you have nothing there, you could release it and that would be of no help for recovering the funds you want. Have you tried any recovering tools so far (including the one stated above)?
24  Economy / Exchanges / Re: Bittrex Support - or total lack of on: October 16, 2017, 12:31:03 AM
As far as I've read, the fastest way to get in touch with them is via their Slack channel. Support can be indeed quite unresponsive, however last I've heard they were hiring folks throughout America so you may want to wait until their working hours today over there, and then maybe resubmit or enter their Slack...

You can also post in their thread here, they sometimes read it.
25  Bitcoin / Bitcoin Discussion / Re: Korea To Tax Bitcoin Use on: October 15, 2017, 11:47:50 PM
Regulation and laws from authorities are a two sided knife, they can empower Bitcoin or hinder its progress. Bitcoin is in direct competition with the traditional banking system, so it's more likely that regulation hinders Bitcoin... Which is extremely sad and bad. So we're better off not being noticed and having no regulation at all. We can't afford the risks that this brings.
26  Bitcoin / Bitcoin Discussion / Re: A perfect bitcoin use-case on: October 15, 2017, 11:41:56 PM
Funny tweet Smiley Immediately questioned myself how is it like to have that much money and not be able to get out and enjoy some of it haha. Although funds are probably not his, personally, and they are used to fund everything Wikileaks related...

Anyways, in a more serious tone... Great way to show how to make something negative a really positive thing.
27  Economy / Exchanges / Re: Help: Bitcoin Exchange Shutdown on: October 15, 2017, 07:12:12 PM
Most likely no. Hence why it's recommended to not have any funds on exchanges...
28  Other / Meta / Re: bitcointalk blog on: October 15, 2017, 05:53:13 PM
Pretty redundant. We already have the News headline on top and Meta...
29  Bitcoin / Bitcoin Discussion / Re: What will happen to BTC after hardfork? on: October 15, 2017, 05:19:56 PM
Bitcoin will remain exactly the same. As for price, we can only do guess work... I have no crystal ball, but I'd say the impact on the price is going to be negligible...
30  Bitcoin / Bitcoin Discussion / Re: Laptop or desktop security on: October 15, 2017, 05:18:09 PM
I'm looking to purchase a new laptop and I want to know, which brand would be best compatible with #Bitcoin core wallets and upgrades.

Any brand. It's irrelevant...

What security services should I use?

Depends on the platform, but mostly your brain and a disconnected ethernet cable if you want a cold storage Cheesy


Judging how no one is letting up in this fork debate I see that in the future bitcoin wallet providers will be speaking out on which chain they will be a part of. I just want to be as close to correct as possible.

Whatever your hardware choice, it will be irrelevant for any fork...
31  Bitcoin / Bitcoin Discussion / Re: peaceful coexistence of governemnts and the Bitcoin community on: October 15, 2017, 04:17:31 PM
Yes. They leave us alone doing our own thing and we'll keep ignoring them.
32  Other / Beginners & Help / Re: Please guys Suggest to me a good Wallet for Bitcoin with little fees ! on: October 15, 2017, 04:05:08 PM
Pretty much any wallet. Fees aren't wallet dependent and quite a few of them allow you to set your own custom fees. Widely used wallets for desktop are Bitcoin Core and Electrum, for example. You can see more on the Alternative clients section of the forums...
33  Bitcoin / Bitcoin Discussion / Re: BTC or BCC or BTG on: October 15, 2017, 03:47:47 PM
We don't... There's only one version of Bitcoin. I have seen some posts regarding this or taking into account "several versions" of Bitcoin. I don't see where people find those, it's not possible.
34  Bitcoin / Electrum / Re: Did I just lose all my BTC transferring from Bread to Electrum? on: October 15, 2017, 02:59:04 PM
No, you didn't lose coins. breadwallet is still syncing and thus probably did not calculate the correct fee for a next block confirmation while you sent the coins. They'll arrive but might take time...
35  Bitcoin / Electrum / Re: 1 BTC Reward / Electrum.dat password recovery (have seed) on: October 15, 2017, 01:58:46 PM
This is very close to a solution and thank you! I'm not touching those D/L links out of safety. However, provide a public donation address and I will send .01 btc for your effort. Once a total solution is found: Smiley

P.S. Bounty is to walk me through this or find a total solution.

We can guide you, but we need to know exactly in what steps you got stuck while setting up btcrecover. If you follow the tutorial on their github page you should be able to set it up quickly.

To begin with you should download the program:

Code:
wget https://github.com/gurnec/btcrecover/archive/master.zip

And then unzip it

Code:
unzip master.zip

You should then install needed dependencies. You can begin with python, first check if it already installed with:

Code:
python --version

If it's not installed and if you use Ubuntu I think you can install it in a very straightforward way

Code:
sudo apt-get update
sudo apt-get install python

Then off to coincurve

Code:
sudo pip install coincurve==5.2.0

If this returns an error you probably don't have pip, install it like this... Otherwise just skip this

Code:
sudo easy_install pip
or
Code:
sudo apt-get install python-pip

Then PyCrypto

Code:
sudo apt-get install python-crypto

After this you should have everything needed. I don't remember the last time I used this tool, but after a quick read on the instructions I think this is all that's needed. Do this and post if you have any issues. After this, we can proceed.

36  Bitcoin / Electrum / Re: 1 BTC Reward / Electrum.dat password recovery (have seed) on: October 15, 2017, 01:02:50 AM
If you think you know at least some of the password, you may want to try btcrecover. There's a tutorial on the github page. BTW, there's an Electrum subforum, you might want to try and post there instead.

Thank you unamis76 - I've read through BTCRecover and cannot get it to work. Do you think it will help here?

Yes, I think it can probably help. What troubles are you having setting it up?
37  Bitcoin / Electrum / Re: 1 BTC Reward / Electrum.dat password recovery (have seed) on: October 15, 2017, 12:44:11 AM
All you need is the seed. Download the latest electrum and click file>new/restore.

Then name your wallet.
Select "standard wallet"
"I already have a seed"
And paste the seed in the next box.

Then follow the rest of the steps and your coins should be recovered.

The user is looking for recovery of imported keys, as stated, those aren't included in the seed.
38  Bitcoin / Electrum / Re: 1 BTC Reward / Electrum.dat password recovery (have seed) on: October 15, 2017, 12:41:45 AM
If you think you know at least some of the password, you may want to try btcrecover. There's a tutorial on the github page. BTW, there's an Electrum subforum, you might want to try and post there instead.
39  Bitcoin / Armory / Re: Restored Offline Wallet, Waching Only Wallet and Password Protected Paper Backup on: October 15, 2017, 12:38:02 AM
The watching only wallet will always correspond to the offline wallet you created it from.

If it is a single backup, yes. You can have a SecurePrint code and store it separately, it would achieve what you're looking for (I don't think setting a password on top of the backup is possible)
40  Bitcoin / Armory / Re: Armory from an Electrum user on: October 15, 2017, 12:16:41 AM
Is there anyway to use an air-gapped way ( no USB sticks) to somehow get the watch-only wallet onto the online computer from the offline computer? Anyway to do this using QR codes?

Yes. If you want qr codes, you can use something like QtQr. You can also use minimodem to communicate via audio.

Anyway to use QR codes to create the unsigned transaction and use QR codes after the transaction is signed using offline computer?

Yes, just transform the transaction data into a qr using qrencode.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 220 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!