Bitcoin Forum
June 19, 2024, 10:01:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 43 44 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 ... 178 »
1841  Economy / Speculation / Re: How long until $3000 or any other ATH whatsoever? on: July 20, 2017, 09:28:09 PM
BIP91 now is "almost locked in" as only about half of the remaining blocks of the current period (17/32) are needed to signal for it - miners could only revert it if more than 50% decide to change to a non-BIP91 client now.

So Segwit is practically a safe bet.

Taking into account this, I expect the price to rise a bit further, but today probably it will not break the ATH's still. I expect a small correction because of "sell the news" tomorrow, and because it's theoretically possible that Segwit still doesn't get activated if more than 50% of the miners conspire against it. The 3000$ in my opinion will be broken once it is safe to say Segwit is locked in.

Maybe I'm wrong and we break the ATH today - the fast rise surprised me. Wink

During the recent price rises it was usually going up by $300 a day at the most. Today it's up by over $500 which is a massive movement. If the upward pace stays the same it could just about hit $3000 today, and if it doesn't it will almost certainly do it tomorrow.
1842  Economy / Speculation / Re: Bitcoin price starting to rise on: July 20, 2017, 08:16:45 PM
I think we will get a generally increasing price for quite some time as the community is reaching consensus. Ten thousand dollars is less than a four times increase in the price, and I think that's not unrealistic for this year. We should see five digit coins after a block size increase to two MB.
1843  Bitcoin / Electrum / Re: About Sweeping Keys on: July 20, 2017, 05:56:55 PM

It still does not work. I am trying to sweep keys from blockchain.info, but electrum says: "No input found. (Note that inputs need to be confirmed)" But they are very old coins I have parked on blockchain.info for years and haven't made any transaction for a long period of time...

If you still have the wallet file that contains your keys try using this page to import it. If that doesn't work maybe the instructions I posted can help.

https://blockchain.info/wallet/import-wallet

Were the private keys from the legacy web wallet or the new HD web wallet?

Are your private keys 44 characters long like this example?

HtacbtAnGRxvecHkjf3Jia5r8TZRpnwZek1aU7CApYDi

If they are then they are probably from the legacy web wallet. This reddit thread might explain the problem.

https://www.reddit.com/r/BitcoinBeginners/comments/434tei/blockchaininfo_bci_new_beta_web_wallet_weird/

Quote
WIF is always base58, right? I'm used to those keys being 51-52 chars long, and always starting with 5, K, or L.
But these weird private keys are 44 chars long, and don't start with 5/K/L.

Unfortunately the simplest solution that reddit thread provides uses the old blockchain.info legacy web wallet login page, and that appears to be discontinued. It currently gives a 404 error.

https://blockchain.info/wallet-legacy/login

edit

I might have figured out a solution to the problem that doesn't need the old legacy wallet page.

Download and install multibit classic 0.4.18 from here.

https://multibit.org/releases/multibit-classic/multibit-0.4.18/

It supports importing those 44 character private keys from blockchain.info, but the newer releases don't.

Copy and paste this code into notepad, then delete HtacbtAnGRxvecHkjf3Jia5r8TZRpnwZek1aU7CApYDi and add your private key in its place. Delete 1Fqdu8waAy53dFKqjBgRgbciLjHQyDrdyY and add your private key's address in its place. Save it as a file named wallet.json

Code:
{
    "guid": "abf66471-fe0a-6820-8877-55d7e8c1f6b2",
    "sharedKey": "5ad12271-57d5-6ad8-79ce-49785a99f539",
    "keys": [
        {
            "addr": "1Fqdu8waAy53dFKqjBgRgbciLjHQyDrdyY",
            "priv": "HtacbtAnGRxvecHkjf3Jia5r8TZRpnwZek1aU7CApYDi",
            "tag": 2,
            "label": "Savings"
        }
    ],
    "extended_keys": [
        {
            "name": "Default",
            "master": "000102030405060708090a0b0c0d0e0f",
            "accounts": [
                {
                    "id": 0,
                    "name": "FirstAccount",
                    "xpub": "xpub68Gmy5EdvgibQVfPdqkBBCHxA5htiqg55crXYuXoQRKfDBFA1WEjWgP6LHhwBZeNK1VTsfTFUHCdrfp1bgwQ9xv5ski8PX9rL2dZXvgGDnw",
                    "xpriv": "xprv9uHRZZhk6KAJC1avXpDAp4MDc3sQKNxDiPvvkX8Br5ngLNv1TxvUxt4cV1rGL5hj6KCesnDYUhd7oWgT11eZG7XnxHrnYeSvkzY7d2bhkJ7",
                    "count": 2000
                },
                {
                    "id": 1,
                    "name": "SecondAccount",
                    "xpub": "xpub68Gmy5EdvgibQVfPdqkBBCHxA5htiqg55crXYuXoQRKfDBFA1WEjWgP6LHhwBZeNK1VTsfTFUHCdrfp1bgwQ9xv5ski8PX9rL2dZXvgGDnw",
                    "xpriv": "xprv9uHRZZhk6KAJC1avXpDAp4MDc3sQKNxDiPvvkX8Br5ngLNv1TxvUxt4cV1rGL5hj6KCesnDYUhd7oWgT11eZG7XnxHrnYeSvkzY7d2bhkJ7",
                    "count": 2000
                }
            ]
        }
    ]
}

Run multibit classic, then click tools, then click "import private keys".



Click the button named "choose import file", then select "Blockchain.info (*.json")" from the drop down list labelled "files of type".



Afterwards select the wallet.json file you saved earlier, and click the open button.



Next click the button labelled "import private keys". If the import was successful you should be able to see two addresses in your multibit request window.



Click tools in the menu bar, then select "export private keys" from the drop down list.



Click the button named "choose export file" and create a file to export keys to. Check the radio button labelled "do not password protect export file", then click the button labelled "export private keys".



Open the file you exported the keys to in notepad. This is an example of what it should look like.

Quote
# KEEP YOUR PRIVATE KEYS SAFE !
# Anyone who can read this file can spend your bitcoin.
#
# Format:
#   <Base58 encoded private key>[<whitespace>[<key createdAt>]]
#
#   The Base58 encoded private keys are the same format as
#   produced by the Satoshi client/ sipa dumpprivkey utility.
#
#   Key createdAt is in UTC format as specified by ISO 8601
#   e.g: 2011-12-31T16:42:00Z . The century, 'T' and 'Z' are mandatory
#
5JG6wPGejvdYkt7qqzf4gTju2xBmouB8YmLBhCPjcNfSN2Y2JDx 2009-01-03T18:15:05Z
5Kioc2a2otQ1J59m5t6Mxk8rNsN754Qmz36y1yr1NGtw8eYuRCi 2009-01-03T18:15:05Z
# End of private keys

The characters in red are the private key from the blockchain.info wallet converted to a format normal wallets recognise.

This is the address blockchain.info gave for the key 1Fqdu8waAy53dFKqjBgRgbciLjHQyDrdyY
This is the private key blockchain.info gave HtacbtAnGRxvecHkjf3Jia5r8TZRpnwZek1aU7CApYDi


This is the key converted by multibit 5Kioc2a2otQ1J59m5t6Mxk8rNsN754Qmz36y1yr1NGtw8eYuRCi

If you check it in bitaddress you will see two addresses generated for the same private key, one of which is 1Fqdu8waAy53dFKqjBgRgbciLjHQyDrdyY from the blockchain.info wallet.

https://www.bitaddress.org/

Bitaddress shows two addresses for each private key because one is derived from a compressed private key, and the other is derived from an uncompressed private key.



1844  Bitcoin / Bitcoin Technical Support / Re: factory reset wiped my files dont have private key? on: July 19, 2017, 09:54:11 PM
wow you are lucky if you get back and the file is not corrupted. Make sure you are restoring on another computer and not overwriting the source disk.  

+1

You shouldn't run an operating system on the computer you lost the coins on. That could overwrite the bytes containing your coin's.

Put that computer's hard drive in an external USB case.

Even if your wallet.dat file is corrupt there is still a chance you can recover your coins.
1845  Bitcoin / Electrum / Re: About Sweeping Keys on: July 19, 2017, 09:21:11 PM
Electrum can import compressed and uncompressed private keys, but it can't import encrypted bip38 private keys.


Both compressed and uncompressed private keys are supported by Electrum. In fact electrum's own private keys are compressed.




It does not support bip38 private keys. Those have to be decrypted prior to use in electrum.

Electrum also imports both 30-character format mini private keys and 22-character format minikeys (as used in casascius coins).

However, if you want to import encrypted bip38 private keys you have to decrypt them first.

BIP38 format private keys start with '6P' and are 58 characters long.

Electrum should be able to sweep these formats, and also mini keys.

Quote
Private Key WIF
51 characters, starts with a '5'

Quote
Private Key WIF Compressed
52 characters, starts with a 'K' or 'L'

1846  Economy / Service Announcements / Re: BITCOIN ATM IN VILNIUS (LITHUANIA) on: July 19, 2017, 08:55:45 PM
Tell the operators of this website about it and you will probably get more customers.

https://coinatmradar.com/

That site lists most of the Bitcoin ATMs available worldwide (and shows them on a map). The only Bitcoin ATM it currently shows in Lithuania is at Jimmy Jumps House hostel (also in Vilnius).

Quote
Jimmy Jumps House hostel in Vilnius
Savičiaus gatvė 12-1

This is its listing page.

https://coinatmradar.com/bitcoin_atm/1374/bitcoin-atm-bitxatm-vilnius-jimmy-jumps-house-hostel/
1847  Bitcoin / Bitcoin Technical Support / Re: Check if a BTC transaction is dependent upon another unconfirmed transaction on: July 19, 2017, 08:41:00 PM
Hey everyone - I received a transaction a few hours ago, that is still unconfirmed. The person that sent it opted for a pretty low fee - 21 sat/b - is there any way to check if the transaction depends on a previous unconfirmed transaction?

I mean I know it can be done, but how do I do it exactly?



If it happens again and you want to check if a transaction is dependent upon another unconfirmed transaction then search for the transaction ID in this website.

https://blockchain.info/

When you get a result like the one below click the link named "Show scripts & coinbase" on that page. The advanced view will then open

https://blockchain.info/tx/defa67a4595348f0cb1387104d8cccca755a88d327717a36496f5be9ee6c2f31

Any input to a transaction that is dependent upon another unconfirmed transaction will be marked with a red letter U like the one in this screenshot. If you see a red letter U the transaction is dependent upon another unconfirmed transaction.



1848  Bitcoin / Bitcoin Technical Support / Re: factory reset wiped my files dont have private key? on: July 19, 2017, 07:08:21 PM
I found the wallet.dat file what is next step to take?

Test if it's corrupted by installing Bitcoin core and opening the wallet.dat file with it. You can do that after installing Bitcoin core by opening a folder called Bitcoin using the instructions in the quote. After the folder is open you should be able to see a file named wallet.dat inside it. Replace that file with the wallet.dat you recovered and start Bitcoin core. If it's not corrupt Bitcoin core should show addresses from the wallet.dat in its GUI.



Click the windows start button, then copy and paste the line of text below into the search box that appears, then press the enter key to open the hidden folder containing your Bitcoin wallet.dat file.

%appdata%\Bitcoin

This is what your search box should look like after you have copied and pasted the line above into it.



1849  Other / MultiBit / Re: Multibit 0.4.1 + 0.5.1: Old and new passwords do not unlock wallet anymore on: July 19, 2017, 06:55:53 PM
Your password problem is a well known bug. If you search through the old threads here you will find many of them are about the password bug. The simplest solution to it is to install bread wallet onto your phone and create a wallet in it using your multibit seed words. Even multibit support suggests that solution.

There are other solutions, but that's the easiest. The multibit devs have known about the bug for a long time and don't appear to be about to fix it any time soon. I would switch to using the electrum wallet after getting control of my coins back through bread wallet.
1850  Bitcoin / Electrum / Re: Unconfirmed Parent in Electrum on: July 19, 2017, 01:36:51 AM

txID is : 200f3478504ff4c1d3a013d0a03c14585f91b39559f39ee936eed441f210bb7f



That transaction's already confirmed. There must be a problem with your electrum wallet. Is there a red orb at the bottom right of your wallet's GUI like this one, or is it green?



If it's red your wallet can't connect to the network. If it's green your wallet might be connected to a server that doesn't have an up to date blockchain. You can try fixing it by double clicking the orb and unchecking "select server automatically" in the window that opens, then selecting a server from the list that appears.

Afterwards click the OK button to close the window and check if your transaction shows as confirmed. Try a few different servers and if it doesn't fix your transaction then the problem must be due to something else.
1851  Bitcoin / Electrum / Re: How to find my Electrum wallet see on: July 19, 2017, 12:05:44 AM
Iuse moble wallet is it the same ?

I don't know, as I said earlier I haven't used the mobile wallet yet. Maybe someone else who has used it can advise you.
1852  Bitcoin / Electrum / Re: generate more than 20 adresses on: July 18, 2017, 11:04:31 PM
...This one works great but i type first the gap limit code before the generate new address above..
But i just notice that they are marked as red well this method should be work with the op since its work fine with me.  and generate almost 50 new address.
I restarted the electrum wallet but why the other address generated was marked as red?


That's expected behaviour and nothing to worry about. Electrum will always show the extra addresses in red until the gap is filled. The electrum documentation explains it.



The electrum documentation explains the gap limit. After setup electrum has a default number of addresses it shows, that default number is the gap limit. You can make electrum show more new unused addresses using console commands, but any it shows will have a red background until the gap is filled.

http://docs.electrum.org/en/latest/faq.html#how-can-i-pre-generate-new-addresses

Quote
Electrum will generate new addresses as you use them, until it hits the gap limit

If you need to pre-generate more addresses, you can do so by typing wallet.create_new_address(False) in the console. This command will generate one new address. Note that the address will be shown with a red background in the address tab, to indicate that it is beyond the gap limit. The red color will remain until the gap is filled.


1853  Bitcoin / Electrum / Re: How to find my Electrum wallet see on: July 18, 2017, 10:59:46 PM
SO TELL ME PLS SOMEBODUYHOW CAN I SEND MONEY FROM MY WATCH ONLY WALLET TO NORMAL WALLET IF I HAVE PRIVATE KEYS BUT DO NOT HAVE SEED?


These webpage links explain how to import private keys into electrum.

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

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

Sweeping is better than importing, but it's not too important which technique you use, either will do.

This screenshot shows how to import multiple private keys into electrum at the same time.

1854  Bitcoin / Bitcoin Technical Support / Re: Transaction does not exist on block explorers on: July 18, 2017, 10:14:24 PM
It seems already confirmed right then you and ognasty says I see it. What it means? Please let me about that bros, I wish to learn about to identify it.
Then why some transaction not get confirmed in a week or month.

You can read all about it in this thread.

https://bitcointalk.org/index.php?topic=1802535.msg20069079#msg20069079

Probably the only reason it confirmed was because a user called HCP put a lot of work into rebroadcasting transactions using his node.
1855  Bitcoin / Electrum / Re: generate more than 20 adresses on: July 18, 2017, 10:05:01 PM
These instructions should work. Remember to restart electrum afterwards because the extra addresses won't show without a restart. If you ever restore your wallet from seed you will have to increase the gap limit again to see those extra addresses.

Quote

Click the console tab to open the console window, then paste the line of text below into it, then press your enter key.

wallet.change_gap_limit(50)

Restart electrum to view the extra addresses.

Adjust the number shown in red to increase or decrease the number of addresses you want.

If you ever restore your wallet from seed you will have to repeat that process to view those addresses.

1856  Bitcoin / Bitcoin Technical Support / Re: How to recover btc after windows reinstall on: July 18, 2017, 06:23:02 PM
Just in case anything messes up can I download and run electrum with core still running and console open etc?

Yes, running electrum at the same time as core shouldn't be a problem.

Before importing your key into electrum I recommend searching for its associated Bitcoin address here. If blockchain.info shows no funds in that address then there's not much point importing it into electrum.

https://blockchain.info/
No funds unfortunately, any idea on the BAK files that keep being created?.

I'm not very familiar with Bitcoin core, there are people here much better qualified than me to answer questions about it.

However, i think there's some kind of bug affecting the salvagewallet command, and that creates BAK files. I don't know how to fix the problem though.

https://github.com/bitcoin/bitcoin/issues/7463
1857  Bitcoin / Bitcoin Technical Support / Re: How to recover btc after windows reinstall on: July 18, 2017, 05:52:08 PM
Just in case anything messes up can I download and run electrum with core still running and console open etc?

Yes, running electrum at the same time as core shouldn't be a problem.

Before importing your key into electrum I recommend searching for its associated Bitcoin address here. If blockchain.info shows no funds in that address then there's not much point importing it into electrum.

https://blockchain.info/
1858  Bitcoin / Bitcoin Technical Support / Re: How to recover btc after windows reinstall on: July 18, 2017, 05:43:22 PM
Just ran dumprivkey in console with the one receiving address and it has shown a key beginning with k, would that be anything of interest?.

That's a Private Key in WIF Compressed format. You can import or sweep it into a wallet like electrum to spend any coins associated with it. These are the instructions explaining how to do it.

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

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

Sweeping's probably better than importing, but it doesn't really matter which technique you use.

You can download electrum from here.

https://electrum.org/#download
1859  Bitcoin / Electrum / Re: How to find my Electrum wallet see on: July 18, 2017, 05:08:41 PM
why when I install electrum wallet it is allways with seed  grey out?

How many times have you installed electrum?

The standard desktop software automatically detects old default_wallet files left over from previous installations. The default_wallet file gets written to a folder named Electrum that's in a hidden folder named appdata.
1860  Bitcoin / Bitcoin Technical Support / Re: Sending Using Outdated Bitcoin Core Instructions? on: July 18, 2017, 04:57:51 PM

What did I miss?

I don't think Windows has anything to do with it.


You are right about those two options. However the OP said his Bitcoins were stored on an old linux installation on a hard drive he hasn't used for ages. He hasn't said if he normally uses windows, or how familiar he is with linux.

It might be confusing if we give him highly technical instructions to use on an operating system he's not very familiar with.

I have bitcoin stored on a old hard drive with linux that i haven't used for a long time now.
Pages: « 1 ... 43 44 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 ... 178 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!