Bitcoin Forum
May 23, 2024, 07:41:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 35 36 37 38 39 40 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 ... 590 »
1681  Bitcoin / Development & Technical Discussion / Re: [JSON-RPC] Detecting RBF and CPFP with "listtransactions" on: December 22, 2017, 11:07:14 PM
A CPFP transaction is not a conflict and does not result in any additional transactions being listed in your wallet unless you are the one performing the CPFP. It does not affect you.

The safest thing for you to do would be to wait for one confirmation. After one confirmation, it does not matter whether a transaction was RBF'd or not; the conflicting transaction will be unconfirmed and you aren't counting those.
1682  Economy / Service Discussion / Re: How BTC Push service works? 1 confirmation or more? on: December 22, 2017, 11:04:25 PM
One confirmation means that your transaction has been included in a block. All subsequent confirmations happen with more blocks are found on top of the block your transaction was included in. Once you have one confirmation, more confirmations will come as blocks are mined; there is nothing that you need to do.

You only need to pay a transaction fee (or fee for that service) once in order to get the first confirmation.
1683  Bitcoin / Bitcoin Technical Support / MOVED: Lost Bitcoin from my Address on: December 22, 2017, 08:36:16 PM
This topic has been moved to Trashcan.

Begging
1684  Bitcoin / Development & Technical Discussion / Re: Lightning Network vs Bitcoin cash on: December 22, 2017, 04:33:04 AM
So, how will it be faster than the chain if the miners would stay in the main channel because the payment they will receive might be lower?
I'm looking forward to the Lightning Network and I don't want to use Bitcoin Cash just for a faster transactions.
THere is no "main channel". Miners are not involved in lightning except for confirming the on-chain opening and closing transactions. The transactions are faster through lightning because they can be done nearly instantaneously (well as fast as you can send data over a wire) with basically guaranteed security.
1685  Bitcoin / Armory / Re: Number of confirmations required to become confirmed on: December 22, 2017, 01:38:37 AM
A transaction is confirmed when it has at least one confirmation. If you don't see it in your wallet or it says "unconfirmed", that means that your wallet is either working improperly or not synced with the blockchain.
1686  Bitcoin / Development & Technical Discussion / Re: Lightning Network Centralizied? on: December 22, 2017, 01:33:52 AM
It won't be centralized in the sense of traditional banking centralization. Even if LN is dominated by most people connecting to just a few large hubs, those hubs don't have the level of control that a bank does. You as a user will still be in control of your money, and you can close a payment channel at any time you want. And you don't even have to have a channel with those hubs if you don't want to; LN lets you create payment channels with anyone else.
1687  Bitcoin / Bitcoin Technical Support / MOVED: Bitcoin/Bitcoin Cash match from fork on August 1st. 2017 on: December 21, 2017, 05:54:49 PM
This topic has been moved to Trashcan.

Duplicate of https://bitcointalk.org/index.php?topic=2621437.msg26677881#msg26677881
1688  Bitcoin / Development & Technical Discussion / Re: Concerns regarding SegWit + Lightning Network? on: December 21, 2017, 05:53:56 PM
During adoption, there will be a fee in the form of the on chain transaction to stake your coins and open a channel? So basically we are asking the userbase to endure a one time "adoption fee" in the name of lowering overall fees long term.  When lightning network is operational, and transactions are largely off chain, then the on chain demand is reduced creating the fee reduction.  That seems to be the biggest barrier to adoption, the requirement for "paying a fee to reduce fees". 
Not everyone is going to suddenly start using LN at the same time. Some people will suck it up and be the first people to open a channel and pay higher fees. As their transactions move off chain, the fee will decrease, and more people will then join. That will happen so on and so forth; the fee will decrease gradually as more people use LN and more people will begin using LN as it becomes more widely accepted and the barrier to entry (i.e. the funding transaction's transaction fee) decreases.
1689  Bitcoin / Bitcoin Technical Support / Re: Getting private keys from a BIP 39 seed. on: December 21, 2017, 05:11:39 PM
XEM is not on the list of coins on that source. When I enter that and the seed all I get is more Bitcoin addresses and private keys. Same goes for anything else I select. It's coin dependent.

It must require some type of input of initial code from whichever coin to give you results back.
It is only the encoding of the private key that is coin dependent. The private key itself is not coin dependent. You can decode the Bitcoin WIF private key into hexadecimal form, drop the extra encoding bytes, and just get the raw private key in hexadecimal. Then encode that with whatever coin encoding you want to use. Sites like bitaddress.org will do all of this decoding for you.
1690  Bitcoin / Development & Technical Discussion / Re: Concerns regarding SegWit + Lightning Network? on: December 21, 2017, 05:09:24 PM
The problem I see with the "just not use LN" argument, is that once Lightning network is widespread and we have channels all over the world filling flocks with all these microtransactions, the overall on-chain fee will be higher than ever, at some point it will be non-viable for most people to transact on-chain. For people using LN, it wouldn't matter, as their transactions will eventually go into a block mixed with the rest of LN transactions (btw, who sets the fee for an "LN-tx filled block"?) but for people that want to transact on-chain, it will be extremely expensive, unless im missing something here.

PS: Im not saying "make blocks bigger as soon as they get filled" and such nonsense are a solution, im just pointing out at how widespread LN usage could lead to unusable on-chain transactions.
What? No! That is not how LN works. There won't be "filling blocks with all these microtransactions" because the microtransactions are happening off chain. LN moves transactions off chain so there will be more block space for other transactions. Fees should be lower with LN, not higher.
1691  Bitcoin / Bitcoin Technical Support / Re: ERROR: ConnectBlock: Consensus::CheckBlock: bad-txnmrklroot, hashMerkleRoot mism on: December 21, 2017, 05:02:22 PM
unfortunately it happened again, this time at 5%
Since this is continually happening, this may be a sign of hardware failure. You should run diagnostics on your RAM and hard drive to make sure that there are no errors.
1692  Bitcoin / Bitcoin Technical Support / Re: bitcoin address Masking on: December 21, 2017, 04:59:26 PM
It depends on the wallet software you are using. Most will have RPC commands so you can interact with them programmatically.
1693  Bitcoin / Development & Technical Discussion / Re: if I use qt creator. Whether I can compile bitcoin qt wallet on: December 21, 2017, 04:48:18 PM
thanks
what is the name and location of the created exe file
The files will be src/bitcoind.exe, src/bitcoin-cli.exe, and src/qt/bitcoin-qt.exe (well a few others, but these three are the only ones that people actually care about).
1694  Bitcoin / Bitcoin Technical Support / Re: Getting private keys from a BIP 39 seed. on: December 21, 2017, 04:59:48 AM
This is the derivation path on the Trezor - m/44'/43'/0'/0'/0'  . I have the seed. Beyond that I'm stumped.
Go to https://iancoleman.io/bip39/. Choose the BIP 32 tab. Enter that derivation path. You will then get the private keys.
1695  Bitcoin / Development & Technical Discussion / Re: if I use qt creator. Whether I can compile bitcoin qt wallet on: December 21, 2017, 01:04:11 AM
After I run the make on Ubuntu there is not an exe file,under src there is bitcoind bitcoin-cli
But how can I get the wallet with interface and run under Windows ?
Did you follow the documentation exactly (i.e. go into depends and build the dependencies)? Also, if you have built any part of Bitcoin Core before, you will need to use make clean before performing make.
1696  Other / Meta / Re: Watchlist on: December 21, 2017, 01:00:35 AM
The actual watchlist link will only show threads which have had a new post since the last time you visited the thread. You can see what threads are actually being watched by clicking the "edit watchlist" link.
1697  Bitcoin / Development & Technical Discussion / Re: if I use qt creator. Whether I can compile bitcoin qt wallet on: December 20, 2017, 09:55:28 PM
Follow the instructions provided in the build-*.md files here: https://github.com/bitcoin/bitcoin/tree/master/doc, depending on your OS. You don't need to have qt creator in order to build Bitcoin Core (bitcoind or bitcoin-qt).
1698  Bitcoin / Development & Technical Discussion / Re: Concerns regarding SegWit + Lightning Network? on: December 20, 2017, 09:51:19 PM
Lets say all the non-mining full nodes reject the block.  Why would the miners care?  the miners are the one creating the blockchain.  You can cry foul all day long but unless you can vote with your hashpower on which chain is correct, you are yelling to the wind.
Miners care because the businesses that accept Bitcoin run full nodes. Businesses will choose to run the nodes that the users are using otherwise they would not have any other customers and would thus be making no money from accepting a different chain. If no one accepts the miner's chain, then they are mining something has no value. Bitcoin is not ruled by miners.
1699  Bitcoin / Bitcoin Technical Support / Re: Readme-qt.rst does not have Windows version on: December 20, 2017, 06:24:46 PM
For what? Bitcoin? There is no readme-qt.rst file in the Bitcoin Core source docs.
1700  Bitcoin / Development & Technical Discussion / Re: What percentage of full nodes are running upgraded segwit code? on: December 20, 2017, 06:24:08 PM
Thanks for that.  Is there any way of knowing if people are running modified code?
No.
Pages: « 1 ... 35 36 37 38 39 40 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 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!