Bitcoin Forum
May 23, 2024, 08:03:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 146 147 148 149 150 151 152 153 154 ... 590 »
2061  Bitcoin / Development & Technical Discussion / Re: Layman Terms - November Bitcoin Fork on: October 12, 2017, 04:16:21 AM
So basically the "fork" is just the creation of a near-identical bitcoin altcoin? And thus, all the buzz about a fork is the question if the new and improved bitcoin will overtake the original? Am I understanding this correctly?
Yes.
2062  Bitcoin / Bitcoin Technical Support / Re: New Hardware Wallet (Ledger Nano S) on: October 12, 2017, 12:08:22 AM
Send your coins from your Electrum wallet to an address in your Ledger. "Syncing your wallets" is impossible, ill advised, and insecure.

Also, the Ledger asked me if I wanted to use Segwit or not.  I selected "I don't know".  What do?  I think that's a "yes", right?
You should use segwit so long as it gives you addresses beginning with a '3'. If it begins with 'bc1', then don't use segwit yet (the 'bc1' addresses are not supported by most wallet software yet).

You can also use Electrum as the software side instead of Ledger's Chrome app.
2063  Bitcoin / Bitcoin Technical Support / Re: How many transactions in one block? on: October 12, 2017, 12:05:40 AM
Do this same type of block processing also applies to other altcoins that uses blockchain too?
It depends on the altcoin, but most are based on Bitcoin (and cloned from it) so they use the same mechanism.
2064  Bitcoin / Bitcoin Technical Support / Re: How many transactions in one block? on: October 11, 2017, 10:48:03 PM
Your assumption is completely wrong.

There is no "number of transactions needed to be confirmed before a block is added to the chain". That is not how Bitcoin works.

A block is a collection of transactions and transactions are confirmed by being included in a block. There is not a separate process that makes a transaction confirmed. It is part of block creation and mining. A block must have at least one transaction, the coin generation transaction (also called a coinbase transaction, not to be confused with transactions made by Coinbase the company). A block can have just the coinbase transaction, and any number of transactions until the block weight limit is reached. This means that it can have anywhere from one transaction to several thousands of transactions.

A good place to read about how Bitcoin works is the documentation on bitcoin.org
2065  Alternate cryptocurrencies / Altcoin Discussion / Re: 2X or not 2X. That is the question. on: October 11, 2017, 10:43:02 PM
Hardware wallets is not the safest because they can become corrupted and there is nothing that you can do if the company that you got it from went out of business.


can you explain further?
I have ledger and if they go out of business it still works. Or do i need coninously updates?
That statement is simply untrue.

The device and the wallet software that you connect it to (you don't need to use Ledger's software either) do not require Ledger to be in business for it to function. You just won't get any software updates and if a security vulnerability is found, it may not be fixed. Otherwise the device works fine without Ledger still existing.

The protection against device corruption is the 24 word seed that you wrote down when you first made the wallet. It follows the BIP 39 standard and private keys are derived using the BIP 32 and BIP 44 standards, so you can use that 24 word seed with any supporting wallet software or hardware wallet and be able to access your coins. There is no need for the company to be in business and you can still access your coins even if your device is corrupted, destroyed, damaged, or lost.
2066  Bitcoin / Development & Technical Discussion / Re: Layman Terms - November Bitcoin Fork on: October 11, 2017, 07:07:32 PM
Right, so it will go to 2MB, I see.
No, it will actually go to 8 MB. It changes the block weight to be 8 million which makes the largest theoretical block size to be ~8 MB.

However, my question is more simple than that. Basically, just like BBC, Bitcoin Gold creates a new coin. So, in essence, at Time 0 of the fork, we have 2 coins in existence as a very similar to each other, BTC and Bitcoin Gold (with the 2 MB segwit)? Right? And so at this point, either one can move to dominate the market?? Bitcoin Gold could theoretically overtake BTC in popularity and adoption? So Bitcoin Gold is just another Altcoin that we get free because the fork is from the same blockchain as BTC?
Bitcoin Gold and segwit2x are two completely different things. They are just like Bitcoin Cash in that they are just altcoins. Because they share a history with Bitcoin, anyone who holds Bitcoin at the time of the fork has the same amount of coins in the forked chain.
2067  Alternate cryptocurrencies / Altcoin Discussion / Re: 2X or not 2X. That is the question. on: October 11, 2017, 04:50:26 PM
Especially when there was a consensus (or so I understand from NYC). So it was OK some months ago and not ok now.
Segwit2x never had consensus and it was not ok some months ago.
2068  Bitcoin / Development & Technical Discussion / Re: Layman Terms - November Bitcoin Fork on: October 11, 2017, 04:47:14 PM
After activating the protocol Bitcoin will switch to the improved Segregated Witness technology.
No. Segregrated Witness is already active on the network and has been active since August. The fork in November is a hard fork that doubles the block weight limit that Segwit set when it activated.
2069  Bitcoin / Bitcoin Technical Support / Re: Prune setting in bitcoin.conf not working on: October 11, 2017, 03:10:04 AM
getblockchaininfo shows blocks: 251979
I put in the block hash for one of Satoshi's early blocks and it gives me error code: -5 Block not found.
I don't think that is right. You should be getting a "Block not available (pruned data)" error. Are you sure the hash was correct?

I put in the block hash for a block that is just behind my sync height and it gives all the details for that block.

So that suggests it is pruning, but then why does my getblockchaininfo show pruned=false,
Bitcoin Core does not think that it is pruned, and it probably isn't given that the variable it asks for that value is used elsewhere in the code to check for pruned-ness

and why is my data directory bigger than the limit I set?
Note that the datadir will be a few GB larger than the prune size because the datadir contains more than just the blockchain. It also holds the databases, your wallet file, and a few other files which consist of about 3-4 GB of additional space. The prune size only governs the blockchain data.


Can you post your debug.log file and the contents of your bitcoin.conf file?
2070  Bitcoin / Bitcoin Technical Support / Re: Prune setting in bitcoin.conf not working on: October 11, 2017, 02:13:44 AM
How large is your datadir?

What block is your node synced up to? If you call getblock on a block that is more than 9054 blocks behind the block height your node is synced up to, what does it respond with?
2071  Bitcoin / Bitcoin Technical Support / Re: Questions about running a node on: October 11, 2017, 12:32:34 AM
1. Should I only run a node if I have an educated opinion about protocol development?
No. Anyone and everyone should be running nodes.

i.e. if there is a proposed change and I don't know precisely if the proposal is a good thing for the network, would I be inhibiting the network?
Given that most protocol changes are soft forks, you would not be inhibiting the network. If a hard fork were proposed, you should continue running your node until you have studied the hard fork proposal enough to understand what it is doing and its ramifications before you upgrade to software that supports such a hard fork. Having node operators be critical about changes that are happening is a good thing and helps with the Bitcoin network's robustness.

2. Should I consider running node software that ISN'T core, so as to "decentralise" the network in that regard?
You should consider it, but there are very few alternatives to Bitcoin Core.

However different implementations of the consensus rules is not necessarily a good thing. All implementations must be bug-for-bug compatible with each other, and that is unlikely to happen given different implementations and languages. It is likely better for the network for all nodes to be simultaneously taken down (which is what would happen if everyone ran the same software) rather than it partitioned and the blockchain accidentally forked (which could happen with different implementations).

3. What are those alternatives called?
I only know of two other full node implementations: btcd and bcoin.

- What procedure do you recommend to scan my computer for viruses/malware? Is a reinstall of windows sufficient? Is it more secure to run linux as a second operating system for this purpose?
Running a anti-malware scanning software should be sufficient. If you are feeling particularly paranoid, then reinstall your operating system. Note that Windows 10 itself relays a lot of data back to Microsoft, so you should disable those settings.

- (although I don't see this scenario occurring for a little while) Is it possible to use the funds in that wallet away from home? (i.e. using a phone app or something?)
You could set up some sort of remote access (e.g. SSH, Remote Desktop, Teamviewer) and access your computer from your phone to spend your coins.

- As I have been advised to use a virtual machine: If my local computer is affected by some type of virus, wouldn't the virtual machine also be vulnerable?
Generally, no. A virus needs access to your wallet files. With a virtual machine, your wallet files are stored in a virtual machine disk file, which makes it harder for a virus to access the file and steal it. While they could do that, I find it unlikely to happen.
2072  Bitcoin / Bitcoin Technical Support / Re: One Payment "lost"...heeeelp on: October 11, 2017, 12:05:44 AM
But wouldn't that increase the KB size (and fee) of a transaction if I send it all from the different subwallets? Like the additionals coin control fee.
No. Bitcoin does not actually work with addresses or balances. It works on transaction outputs. Every time you receive a payment, it creates a transaction output. When you want to spend you spend those transaction outputs. Receiving 100 payments to one address creates 100 outputs, likewise receiving 100 payments to 100 addresses is still 100 outputs.
2073  Bitcoin / Development & Technical Discussion / Re: What will happen If I just hold my BTC (November fork)? on: October 11, 2017, 12:04:00 AM
is there an official announcement about it? or still predictions? many dear friends are arguing about it. fear of happening things that are not wanted. so my friends exchange in fiat in part, and some others remain in btc.
Official announcement of what? That segwit2x is going to happen? Or that the coin distribution will be like that? For the latter, it is guaranteed to happen because that is the nature of hard forks.
2074  Bitcoin / Development & Technical Discussion / Re: Why are Miner for Bigger Blocks and smaller fees and users against it? on: October 10, 2017, 08:45:25 PM
It is no so much that users are against larger blocks and lower fees but rather they are against the way that the fork was planned and is happening. The fork was planned without users or developers participating in the discussion. They were not invited to the agreement signing nor were they consulted in writing the agreement. Furthermore, the fork is not even well defined with a technical specification even though it is only a month away from activating. Users are opposed to the segwit2x fork more because it represents centralization and something similar to a corporate takeover of Bitcoin. And of course, some are opposing it because they follow the Bitcoin Core developers who are opposing it for a variety of technical reasons too.

Additionally, users who wish to run full nodes may not be able to with larger blocks and thus are likely to oppose the fork.
2075  Alternate cryptocurrencies / Altcoin Discussion / Re: 2X or not 2X. That is the question. on: October 10, 2017, 03:11:01 PM
NYA has much more money, power and scientists on board than you might know
That's strange, I don't see any scientists supporting segwit2x. In fact, most of the "scientists" in Bitcoin (i.e. the developers and technical community) do not support segwit2x.

- and the NYA is already active and saved the asses of the UASF minority fork ( no replay protection!!)  
If UASF were a minority fork, it would have hard forked anyways, NYA did not do anything to "save their asses". It is arguable that UASF is what caused the NYA to happen and caused segwit to be activated because it lit a fire under those businesses and miners' asses to activate segwit.

Also, a lot of the companies that support segwit2x claim that we need more block space, yet they so far have neglected to implement segwit in their transactions which would allow them to use the extra block space brought by segwit and take advantage of the lower transaction fees.

- due to this NO2X can fork off and look for hashpower left  (stagnation as I said above)  
And segwit2x can fork off and find that no one is actually using their coin.

or stay by allowing little more block_size - not a big deal.
That's not happening. It is a big deal to allow a little more block size because it can very negatively effect the network. Why should we stay and work on something we don't believe in and believe is detrimental to the network?
2076  Bitcoin / Development & Technical Discussion / Re: What will happen If I just hold my BTC (November fork)? on: October 10, 2017, 03:02:57 PM
for example:
if I hold 1 BTC, it will stay as 1 BTC(core) after the fork? 
or
it will be splitted?  0.5 B2X(hard fork) and 0.5 BTC(core) for example
You will have 1 BTC and 1 B2X after the fork. Note that B2X (segwit2x coin) is not the same as Bitcoin Gold which is a different altcoin that has different parameters and is forking at a different time.
2077  Bitcoin / Development & Technical Discussion / Re: KeepKey and the 2x Fork on: October 09, 2017, 06:20:09 PM
The hardware wallet itself does not really care about which network or blockchain is being used. It depends on the software that it is connected to on your computer. If your software has support for the KeepKey on whichever chain you want to use, then it should be fine. You may need a firmware update depending on what changes with 2X, but their current plan won't require a firmware update.
2078  Other / Beginners & Help / Re: Verifying Bitcoin Core on: October 09, 2017, 06:19:00 PM
This is probably a stupid question that is answered elsewhere, but since this is the beginner forum, I'll ask  Wink

Why would I need to download bitcoin core? I have been trading BTC and other crypo and moving my tokens to wallets but never had a need to download something called Bitcoin core. Again, probably a really obvious answer, but I'm new...
Bitcoin Core (and other wallet software) allow you to have full control of your Bitcoin by giving you full control of your private keys. You don't need to use it, but it allows for the some of the best security and privacy. Bitcoin Core is also a full node software. This means that it fully validates every single block and transaction. Bitcoin Core nodes make up the backbone of the Bitcoin network; without nodes, transactions and blocks would not be able to propagate well and the network would not be decentralized.
2079  Bitcoin / Development & Technical Discussion / Re: i had a doubt from a long time .............. on: October 09, 2017, 05:09:20 PM
An address is a visualization of a Public Key.
Each Public Key has ONE correspondending private key ("which holds the BTC").
That is untrue.  Each P2PKH public key has on average 296 possible private keys.  In all likelihood you will only ever know 1 of them, but many more exist.
No, that statement is true. Each ADDRESS has on average 296. Each public key has exactly one private key and vice versa. Public keys and addresses are not the same thing.
2080  Bitcoin / Bitcoin Technical Support / Re: Legacy vs Segwit wallets. Whats the difference ? on: October 09, 2017, 02:18:58 PM
So ive always had my bitcoin in my hardware wallet. Now there are 2 options: Legacy and Segwit. Whats the actual difference ?
Legacy means that you will be using addresses of the form 1... Segwit means that you will be using addresses of the form 3... or bc1... (one is for P2SH nested segwit and the other is for native segwit). Note that 3... addresses are for P2SH addresses in general and are not just for segwit. bc1... addresses are for segwit specifically but not all wallets support it yet.

1. Can i transfer my btc from Legacy to Segwit as a normal BTC transfer ?
Yes.

2a. Does it make a different where i hold my bitcoins ?
Yes. When you want to send money, transaction fees for spending a segwit output will likely be lower from spending a legacy output.

2b. Do they use the same hashpower ?
Hashpower and addresses are unrelated. In fact, addresses don't even exist on the network; they are just a human abstraction that tells the wallet what to put in the output script of an output.

3. Considering segwit was activated, why my BTCs are not automatically on the Segwit chain (are there actually 2 chains ?)
No, no there are not two chains. Segwit is activated on the Bitcoin blockchain.

4. Whats my play ?
If you want to use segwit, get some segwit addresses and begin giving them out to people when you want to be paid. You can also make a transaction sending your coins to segwit addresses in your wallet. If you don't want to use segwit, then do nothing. Either way is safe.
Pages: « 1 ... 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 146 147 148 149 150 151 152 153 154 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!