Bitcoin Forum
July 05, 2024, 05:21:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 41 42 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 ... 590 »
1801  Bitcoin / Bitcoin Technical Support / Re: Lost all my bitcoin on the day of the fork in bizarre turn of events on: November 30, 2017, 05:37:22 AM
What are the addresses 3ATq4854DnkFoAMhKP5FTUCeJeHXgvWjYK and 3DhDTgW6G5CFaqbtK2UFGBJFkQk6sGkC63 for? Whatever they are, your coins are associated with those addresses. If those are addresses from an exchange, then go to their respective exchanges and your coins will be there.
1802  Bitcoin / Bitcoin Technical Support / Re: How to dump a bunch of addresses in empty wallet? on: November 30, 2017, 05:34:16 AM
Im trying to find this command in the wiki and it doesn't exist it seems:
The wiki is outdated (it is always outdated).

Use the help command to get help. If you do help importmulti, it will show you the help for importmulti.

In this wallet, I need all of my addresses as watch only. Im not sure if I should need to add the sending addresses too, but I think I should, if for example I want to deposit on Poloniex and I want to use 1xxxxxxxxxxxxxxxxxxxx4 one I think I will need it.
There are no such things as sending addresses. What Bitcoin Core calls sending addresses should really be called "Address book". You do not want to import those.

So please, how would the importmulti command look if I wanted to add these 5 addresses with their respective labels and to be sorted properly in "Receiving addresses" window and "Sending addresses" but everything watchonly to guarantee no private keys are saved? I just want a "read only" 1:1 copy of my wallet.dat to keep track of balances and keep my sending addresses list too in case I need to sign a transaction there.
Your command should look something like this:
Code:
importmulti '[{"scriptPubKey":{ "address":"1xxxxxxxxxxxxxxxxxxxx1"},"label":"Poloniex withdraw"},{"scriptPubKey":{ "address":"1xxxxxxxxxxxxxxxxxxxx2"},"label":"Donations"},{"scriptPubKey":{ "address":"1xxxxxxxxxxxxxxxxxxxx3"},"label":"Signature campaign"}]'
1803  Bitcoin / Bitcoin Technical Support / Re: Can anyone out there help me setup an algorithm to help find my lost Brainwallet on: November 30, 2017, 05:29:23 AM
I thought I would do the super secure thing and make a brainwallet!
Brainwallets are really not that secure, especially if you thought of the password yourself (versus letting a computer generate one for you).

So I made the brainwallet with a passphrase, and sent all my bitcoins there. I then wrote down my passphrase and off I went.
A few days later I went to check my wallet and I couldn't get the right private key. I was so mad, and I tried a few other people but nobody was able to help me get my coins back.
Anyway, now that BTC has hit 10k, I am really hoping I can get my hands on my wallet. I found some older threads about using some Ruby program or bitcoind or something to find your wallet, but I am a complete programming noob, and have no idea where to begin. Could anyone possibly help me out?
And yes, I know I am stupid for using a brainwallet and I deserve for my coins to be lost, but it was a long time ago and I had no idea what I was really doing.
There is no standard for generating brainwallets, so it entirely depends upon how you created the brainwallet in the first place. What website or software did you use? How much of the password do you remember? Do you know potential candidates for the password? Was the brainwallet salted? If so, what was the salt?

There are a lot of things that you need to know that you may not know before you can even start trying to guess the password, and if you don't know or don't remember those things, then you probably will not be able to get your coins.
1804  Alternate cryptocurrencies / Altcoin Discussion / Re: Many Coins Could you Mine if .... on: November 30, 2017, 05:24:19 AM
Pre-mining is frowned upon though is it not?
..
I am working on a project that we will take ICO
It is, and so is making an ICO.

Say you wanted to create a Crypto currency that was totally mined and not pre-mined would the coin be more popular or does it make no difference?
It makes no difference because it will just be another ICO token among millions of other ICO tokens that no one has ever heard of or cares about.

The time it would take to mine X number of coins of a yet to be created altcoin is entirely dependent on the parameters you set for that altcoin. It will depend on the difficulty (the Proof of Work target parameter that you begin with), the target block rate, the hash algorithm, etc.
1805  Economy / Exchanges / Re: why exchanges have dinosaurs names? on: November 30, 2017, 05:20:28 AM
What exchanges have dinosaur names?

They are probably named whatever they are named because the creators thought it sounded cool.
1806  Bitcoin / Bitcoin Technical Support / Re: Sending payments to Multiple addresses in a single transaction on: November 29, 2017, 09:07:59 PM
Can I use Electrum from mobile?
Electrum has a mobile wallet but it may not have the same features as the desktop version.

If you are making a lot of large recipient transactions, I suggest that you do so on a computer and not on mobile as it will be easier to not make mistakes.
1807  Bitcoin / Armory / Re: I haven't received my bitcoins on: November 29, 2017, 09:06:26 PM
So if I understand well I have two ways to get back my btc:
- download 150 gigabyte date
- export the keys from Armory and receive btc on another client like etherum
Yes.
1808  Bitcoin / Bitcoin Technical Support / Re: wallet.dat backup on: November 29, 2017, 09:05:46 PM
If I have an encrypted wallet.dat file under bitcoin core, and I frequently use the getnewaddress and addwitnessaddress commands, how often should I backup the wallet.dat file?
If you are using the latest Bitcoin Core, then you should make a new backup every 1000 addresses. That is the default keypool size and you should make a new backup whenever the keypool runs out. This should be done regardless of HD or non-HD wallet, and even more so because you are using addwitnessaddress.

Also, you will need to unlock your wallet every 1000 addresses so that the keypool can be refreshed.

This was the case with the old format, as far as I know, since bip32 was introduced (I think this is the bip for the current HD format) then you no longer need to be making backups each time, but I don't know how this would be the case to be honest.

Even if HD mode is enabled, and you make receive a transaction with a newly generated key, how can a former HD enabled wallet.dat know that this transaction was received, if the key was never generated? same goes for sent coins. This confuses me a great deal. I think it has something to do with pre-generated addresses that you don't see but already are there or something along the lines... it's weird to think for a non coder. I would like achow101 to explain this in laymans.

My advice is that even if you are using HD mode, you keep making backups and don't delete previous backups, just rename them.
You should keep making backups regularly. What HD wallets do is that you can still use old backups and still generate the private keys that are not in the keypool at the time of backup.

The wallet contains a field which has the latest block height that the wallet is synced up to (as in it has the transactions for the wallet up to that block height). So when restoring, Bitcoin Core will know where it should begin rescanning the blockchain to get any new transactions.

Because OP is also using addwitnessaddress, older backups will not know about those witness addresses (the scripts themselves must be added to the wallet) and addwitnessaddress will need to be called again on every single address generated.
1809  Bitcoin / Bitcoin Technical Support / Re: How to dump a bunch of addresses in empty wallet? on: November 29, 2017, 09:00:22 PM
Use the importmulti command. It lets you import multiple addresses or private keys in the same command. Just craft the command in a text editor and copy and paste it when entering.
1810  Bitcoin / Development & Technical Discussion / Re: Bitcoin Pay on: November 29, 2017, 07:33:07 PM
The name "Bitcoin Pay" is incredibly generic. From a quick google search, it seems like just another payment processor, not any particular approach to making Bitcoin transactions faster through layer 2 solutions or consensus rule changes. Can you perhaps provide a link to what you were looking at?
1811  Bitcoin / Bitcoin Technical Support / Re: Reading the Blockchain on: November 29, 2017, 07:31:23 PM
Fair enough. But if I want to sift through the data using my own software, how would I go about that? Is it possible?
It certainly is possible. You would do that by reading through the block files byte by byte. Each block is preceded by the network magic bytes and then a compact size unsigned integer representing the number of bytes of the block. Then the block itself in the network serialization format.
1812  Bitcoin / Armory / Re: 2 year old Armory wallet. Do I have to sync the entire blockchain? on: November 29, 2017, 07:30:00 PM
Could someone please clarify this statement from above? "We are planning on moving to BIP 32 which will thus deprecate the currently used stuff. However the legacy wallet systems will likely still be kept for backwards compatibility."

Does this mean that at some point the older paper backups will not be restorable into the newer clients?
Yes.

Has this happened yet?
No. We have not moved to BIP 32 yet. Once we do, it will still be a few versions before the legacy wallets are phased out entirely.

I also have some questions of compatibility around bitcoin core and Armory.
Currently, I have Bitcoin core 15.1 installed and finishing the sync of the blockchain. My main reason for updating was to take advantage of the big initial sync performance improvements. I'm now not 100% sure which versions of Armory support this.
For example, 96.0 says it supports 14.0+, does this mean 14.x only or does it include 15.x?
0.15.x is greater than 0.14, so it is supported. However you should use the latest version of Armory anyways, 0.96.3 or 0.96.4 RC1.

I'm running OSX and have Armory 95.1 installed, it seems 96.1 is the latest that has OSX support, is that correct?
0.96.3 has OSX binaries that I forgot to list on the website. You can get them from here: https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.3. You could also use 0.96.4 RC 1 which has a few bug fixes, available from here: https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.3.99

Lastly, is there any danger in restoring into a slightly older version of Armory. E.g, if I restore into 95.1, is this ok?
It should be fine, but the older versions have a variety of bugs and performance issues that were fixed in the new versions.
1813  Bitcoin / Bitcoin Technical Support / Re: Lost all my bitcoin on the day of the fork in bizarre turn of events on: November 29, 2017, 07:24:43 PM


Hopefully one of those worked.

The transactions are confirmed as you suggested. It seems it just hasn't arrive at my coinbase address and I don't know why it wouldn't have as I scanned the QR code to my account.
What are the addresses and txids of the top two transactions in that screenshot? Are those transactions confirmed or unconfirmed?
1814  Bitcoin / Project Development / Re: How to assign a bitcoin address for each new member in a website on: November 29, 2017, 07:16:59 PM
Is there an existing opensource software for it, or should I buy that software?
There are hundreds of open source libraries that you can use for doing Bitcoin things on websites and in other software. Just use Google and you will find them. There is no need to pay any money to use a library.
1815  Bitcoin / Development & Technical Discussion / Re: Why is Bitcoin the predominant one among forks? on: November 29, 2017, 06:33:21 AM
This thread is just becoming a place for people to spam. AFAICT, little to no meaningful discussion is happening here, so it is being locked.
1816  Bitcoin / Development & Technical Discussion / Re: Why do people hate segwit so much? on: November 29, 2017, 06:32:18 AM
So there is a group of people that are really against segwit and I don't really understand it.
A lot of the hate stems from either a fundamental misunderstanding of how segwit works (or misrepresentation of how it works) or from hatred towards the Bitcoin Core developers.

Honestly, I'm not even 100% sure I know what segwit is.
Segwit does multiple things. It essentially defines a new type of address which, when spent from, does not have its signatures in the txid calculation. It also redefines the block size limit as a thing called block weight. A lot of opposition is from this block weight re-definition. The block weight makes spending from segwit addresses cheaper (less block weight) than non-segwit addresses, and a lot of people did not like that for some reason. This re-definition also means that if more segwit addresses are being spent from, then transactions will take up less block weight and thus more transactions can fit in a block.

Also, somehow it allows atomic swapping which is a fancy way of exchanging coins quickly. So why all the hate on segwit?
Segwit allows for second layer solutions like the Lightning network to exist more easily. The Lightning Network is what would allow for atomic swaps, not segwit itself.
1817  Bitcoin / Bitcoin Technical Support / Re: Possibly recovered old Bitcoin wallet private keys... now what? on: November 29, 2017, 06:19:17 AM
I used bitaddress.org's software to decompress the private key locally and pasted the uncompressed key into Electrum.
Don't do that, you will get a different address. Compressed and uncompressed public keys result in different addresses. The private key has a flag that indicates whether it should use a compressed or uncompressed public key, so doing this will change the addresses that you get.

Instead of importing your private keys, you should sweep them. Create a new Electrum wallet and use the Wallet > Private Keys > Sweep function instead.
1818  Bitcoin / Bitcoin Technical Support / Re: Core temporarily marks past transactions as "offline"? on: November 29, 2017, 06:15:16 AM
That transaction had hundreds of confirmations at that stage.
Would it rewind that many?
It could happen. I have seen it rewind a few hundred blocks before due to unclean shutdown.
1819  Bitcoin / Bitcoin Technical Support / Re: Getting Private Keys out of mobile Bitcoin Wallet on: November 29, 2017, 06:09:17 AM
I assume that it is made on the base of core (it sas that it was programmed by the "Bitcoin Wallet developers - but who am I to know...).
That assumption is wrong. Core does not have an Android app and never has had one. Your wallet is written by different developers and uses different technology. The wallet file is completely incompatible with Bitcoin Core.

However, I try to get hold of my private keys of this wallet. Only question: How?
Bitcoin Wallet for Android uses Bitcoinj. If you are comfortable using the command line and installing JDK and maven packages, then you can use the bitcoinj wallet-tool to extract the data from your wallet file. The wallet-tool is part of the Bitcoinj repository here: https://github.com/bitcoinj/bitcoinj
1820  Bitcoin / Bitcoin Technical Support / Re: Date Stamp error on: November 29, 2017, 06:06:11 AM
You probably made the transaction without any fees so it was dropped by the network.

You can either update Bitcoin Core and allow it to sync and then send the Bitcoin. Or you can export the private key(s) and import them into Exodus.

To export the private keys, go to Help > Debug Window > Console and use the dumpprivkey <address> command where <address> is the address that you want the private key of. Do this for every address that has Bitcoin associated with it. Then import those private keys into Exodus.
Pages: « 1 ... 41 42 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 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!