Bitcoin Forum
July 02, 2024, 05:38:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 [190] 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 ... 590 »
3781  Bitcoin / Bitcoin Technical Support / MOVED: stuck transaction with 0.0002 fee on: March 13, 2017, 09:16:12 PM
This topic has been moved to Trashcan.

https://bitcointalk.org/index.php?topic=1825329.0

Duplicate
3782  Bitcoin / Bitcoin Technical Support / Re: microsoft visual c++ runtime library error on bitcoin core 0.14.0 on: March 13, 2017, 08:43:09 PM
Since you have such a low amount of ram, you need to set some parameters to reduce ram usage. Go to the Bitcoin Core data directory and either make or edit the bitcoin.conf file. Add in it these lines:
Code:
dbcache=150
maxmempool=150
and then start Bitcoin Core. It should use less RAM and thus not crash.
3783  Bitcoin / Armory / Re: how long should it take to show btc in my wallet after sending them? on: March 13, 2017, 07:40:39 PM
Indeed.
I do not understand how do I synchronize btc core apart from executing bitcoin-qt, which downloads blocks until it stops and looks synchronized.
That's all you need to do. When you open Core, you should not see any out-of-sync overlay or a green bar at the bottom. If you hover over the checkmark at the bottom right hand corner, it will tell you how many blocks it has synced. Compare that to a block explorer to check if you are in sync.

If Core is in sync, then Armory somehow got off sync. With Core running, start Armory. Go to Help > Rebuild and Rescan Databases and click Yes. Then restart Armory. This should fix your problems.
3784  Bitcoin / Bitcoin Technical Support / Re: Help! Lost Blocks from unpruned full chain after NFS-Disconnect on: March 13, 2017, 07:25:31 PM
thanks for the prompt reply!
reindex fails at the
moment at the missing block. I have reason to
believe that > 700 blocks are fine and only 2 missing.
I want to avoid starting from scratch.
regards Bag
Well unfortunately right now it won't work if you are missing blocks, so you will need to redownload those blocks. I don't think there is any mechanism yet to redownload only the blocks that are missing, so you will need to redownload the whole thing.
3785  Bitcoin / Armory / Re: how long should it take to show btc in my wallet after sending them? on: March 13, 2017, 06:58:20 PM
green number at the right bottom of armory shows 455311
Your node is behind by ~1.5 weeks. You need to be fully synced in order to see recent transactions. Shut down Armory and open up just Bitcoin Core and let it sync. If Bitcoin Core is synced, then Armory's databases have an issue, in which case you will need to rebuild and rescan the databases.
3786  Bitcoin / Development & Technical Discussion / Re: how to receive btc on xpub key on bitcond on: March 13, 2017, 06:56:58 PM
so basically through xpriv  i can get new address and it can be use to withdraw payments and for security of users accounts
Yes. However the xpriv is the master private key, so you should not be sharing that with anyone.
3787  Bitcoin / Development & Technical Discussion / Re: how to receive btc on xpub key on bitcond on: March 13, 2017, 06:42:27 PM
You cannot receive Bitcoin directly to an xpub. You use the xpub to derive new addresses which you use to receive Bitcoin. However, Bitcoin Core uses hardened xpub keys so you can only derive addresses by using the xpriv to derive the private key and then get the address from that.
3788  Bitcoin / Bitcoin Technical Support / Re: Changing wallet password, what happens? on: March 13, 2017, 05:43:07 PM
The wallet.dat contains your private keys. When you change your password, the private keys you have already used stay in the wallet so that you can spend your Bitcoin. However the look-ahead keypool is refreshed so that any new addresses you request after the password change are not in the old wallet with the old private keys. This means that if you don't spend your Bitcoin after you change your password, anyone with a copy of the original wallet with the old password can still steal your Bitcoin if they have the old password.
3789  Bitcoin / Wallet software / Re: Unconfirmed transaction electrum wallet (jaxx) on: March 13, 2017, 05:36:37 PM
here is the id

4d6d1072470c458b3770bc6538116a516f3911f1f3e7e3671efa954137c9e2b9
Your transaction pays a low transaction fee rate. Read the thread I linked to above.

will i get my monero? or what will changeless do when it recibes the money? they said i will get 15.99 monero will i get a different sum?
I do not know. I have never heard of that service, never used it before, and not affiliated with it in any way whatsoever. I cannot answer your questions about that service.
3790  Bitcoin / Wallet software / Re: Unconfirmed transaction electrum wallet (jaxx) on: March 13, 2017, 05:26:33 PM
Your transaction likely paid a low transaction fee. Can you please post the transaction id?

See https://bitcointalk.org/index.php?topic=1802212.0 for what you can do about your transaction.
3791  Bitcoin / Bitcoin Technical Support / Re: Help! Lost Blocks from unpruned full chain after NFS-Disconnect on: March 13, 2017, 05:10:58 PM
A reindex may fix the problem. However you still may need to redownload the entire blockchain.
3792  Bitcoin / Development & Technical Discussion / Re: Bitcoin transaction mapping on: March 13, 2017, 01:22:26 PM
You would need to know what industry each address corresponds to, and that is something that can't really be found out.
3793  Bitcoin / Development & Technical Discussion / Re: I've upgraded to 0.14.0 on: March 13, 2017, 01:21:32 PM
There have been significant performance upgrades so it will appear to run faster but not use more bandwidth.
3794  Bitcoin / Development & Technical Discussion / Re: Malleated Transactions on: March 13, 2017, 01:19:55 PM
Seriously - I think what happened is when SegWit was developed, it was developed with the design constrain that it must be doable with a soft fork and that is why it became overly complex.
Segwit was originally developed as a hard fork. It only became a soft fork after luke-jr figured out that the way it was as a hard fork could be fairly trivially done as a soft fork.

Can you please explain how Segwit is more complex than FlexTrans (with specific details about the proposal, not just hand wavy analogies)? I don't think it is more complex, in fact, I think it is simpler than FlexTrans as everything in the transaction is in a known location, you don't need to go searching for tags.

To prevent a false dichotomy, I would like to note that Christian Decker's BIP 140 (https://github.com/bitcoin/bips/blob/master/bip-0140.mediawiki) also fixes maleability.

In my opinion in better way then both FlexTrans and SegWit.
BIP140 does not do as much as Segwit or FlexTrans does.
3795  Bitcoin / Development & Technical Discussion / Re: Why not tie difficulty to number of transactions on: March 13, 2017, 01:14:02 PM
First of all, that would mean that the inflation rate is not stable, it would depend on the number of transactions. Secondly, it becomes extremely difficult to predict roughly when a certain blockchain event will occur, like the halvings. Next, this is something that is very easily gamed. A miner could make and broadcast a ton of transactions so that they can lower the difficulty and thus mine more blocks and earn more money. Faster blocks also means more orphans.

Lastly, and most importantly, the number of unconfirmed transactions and what the unconfirmed transactions are varies from node to node. There is no way to fix the difficulty to the number of unconfirmed transactions because every node would then calculate the difficulty differently since not all nodes would have the exact same transactions in the mempool. If you were to tie it to the size of the block, then that is extremely easily gamed by a malicious miner because then they could risk no money of their own, and just make massive blocks to decrease the difficulty.
3796  Other / Beginners & Help / Re: how to transfer from a paper wallet on: March 13, 2017, 01:07:36 PM
It depends on what wallet software you are using for your digital bitbox. Most wallet software allow you to sweep or import private keys into your wallet.
3797  Bitcoin / Development & Technical Discussion / Re: "Operation not valid with the current stack size" when spending from 2of3 on: March 13, 2017, 02:15:16 AM
Well that's interesting and probably a bug. It looks like this happens because the script is verified after signing, and a partially signed script is not valid.

Edit: Can you try this with older versions of Core, particularly 0.11.x and 0.10.x? The change to verify scripts was first introduced in 0.11.0, so I want to see if that is what's causing the issue.
3798  Bitcoin / Development & Technical Discussion / Re: Who moderates bitcoin-dev mailing list? on: March 13, 2017, 01:30:39 AM
I think the reason that your emails are being rejected is that you are not adding anything to the topic. Your posts are not constructive, you don't provide any reason except "You're stupid/wrong/insane". This is both toxic and not conducive to discussion, so your mails are being denied. You say that it won't work, but provide no additional reasoning or arguments to back up that statement. The mailing list is for discussion, so you have to have arguments that people can discuss, not just "You're wrong".

How is it not constructive to say that their system just isn't going to work and all their further efforts do not have to be wasted?

It is true - trust me.

How otherwise should I be trying to say it? Smiley
Explain WHY it won't work. Just saying that it won't work with no additional reasoning as if you are some all-knowing power better than everyone else is not conducive to discussion. Explain WHY, give reasoning, give an argument.
3799  Bitcoin / Development & Technical Discussion / Re: Who moderates bitcoin-dev mailing list? on: March 13, 2017, 01:24:29 AM
This email should have what you want: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-October/011591.html

I don't think that list of moderators has changed.

I think the reason that your emails are being rejected is that you are not adding anything to the topic. Your posts are not constructive, you don't provide any reason except "You're stupid/wrong/insane". This is both toxic and not conducive to discussion, so your mails are being denied. You say that it won't work, but provide no additional reasoning or arguments to back up that statement. The mailing list is for discussion, so you have to have arguments that people can discuss, not just "You're wrong".
3800  Bitcoin / Development & Technical Discussion / Re: Transaction malleability 2017 on: March 12, 2017, 08:31:59 PM
so how "malleation attack" fucked up Mt Gox ? they were complaing about that if i good remember that they lost BTC in that process.
Chains of unconfirmed transactions can be invalidated by malleating a transaction in that chain and having that malleated transaction confirm. So it is possible that people send an exchange like Mt. Gox Bitcoin being spent from an unconfirmed transaction, and one transaction in the chain is malleated thus invalidating the whole chain and the service never actually receives the Bitcoin.
Pages: « 1 ... 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 [190] 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!