Bitcoin Forum
June 21, 2024, 11:09:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 [358] 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 ... 590 »
7141  Bitcoin / Mining / Re: Empty transaction blocks on: March 08, 2016, 05:31:02 AM
Obviously empty blocks means that txs that otherwise could have been in those blocks are instead sitting in the memory pool (delaying their confirmation and reducing the effective TPS rate).

So, if it does decrease the effective TPS rate, at some point is it an effective limit on the blocksize as well? Or is the effect of empty blocks constant with respect to blocksize? If it does effectively limit the blocksize, what is the limit?
No. The size of a block does not matter in how quickly the block is solved. A block with no transactions and a full block both have the same probability of being the solution.
7142  Bitcoin / Development & Technical Discussion / Re: 7 transaction per second limit still true? on: March 08, 2016, 02:25:03 AM
Why bitcoin has 7 transaction per second limit? Do we have any plan to increase this limit any time soon?
I mean, 7 is very small number, you don't expect many people to use bitcoin if every second can only process 7 transactions.
In reality the network only handles around 2-3 transactions per second. 7 tps is only a theoretical maximum with optimal conditions; it's a scenario that never happens.

Yes there are plans on increasing this, it's the whole block size/scalability debate that is happening and has been for a while. In Bitcoin Core, the current plan is to implement Segregated Witness which has an effect of essentially doubling the block size limit which will increase the number of transactions the network can handle. Then later there will be additional scaling plans which may also include increasing the block size limit.
7143  Other / Beginners & Help / Re: can the input and output address be the same ? on: March 08, 2016, 12:18:34 AM
In the given transaction, the output that was sent to the same address was the change. I know the story about change.
 but I am asking is it possible to sent from address "A" to address "A" without any other output addresses ?
Yes. A transaction simply takes in inputs and spits out outputs, it doesn't care what the addresses are, so long as the input script properly spends the output script of the output it spends.
7144  Economy / Services / Re: [ANN] Knightdk's escrow service on: March 07, 2016, 09:04:54 PM
Hey Knightdk. Great to see you're starting in on the escrow biz. The project you helped me with before has been released at least at the alpha level. You should sign up to be a mediator as I would use you for a future job. http://reinproject.org Check it out. Also, if you have any ideas for jobs to post to help the project, I'm accepting suggestions.
Awesome, I'll check it out. It has come a long way since I last looked at that!
7145  Bitcoin / Armory / Re: 0.94 testing build on: March 07, 2016, 12:51:20 PM
I made a transaction that was Opt-In RBF but I didn't replace it. It confirmed, but that transaction, when I try to open up details from the transactions ledger, shows up with the same error mentioned by pop9119.

Edit: Rescanning the databases did not help

Edit 2: A rebuild and rescan didn't work either.

Did you send the coins to your Armory wallet or did you spend from an Armory wallet?
Sent from
7146  Other / MultiBit / Re: Transaction not executed after +24h (with .0001 fee) on: March 07, 2016, 01:18:48 AM
Can you post the raw transaction here? I don't see it in my node (not surprising). There are some instructions here: https://bitcointalk.org/index.php?topic=161311.0.
7147  Bitcoin / Bitcoin Technical Support / Re: Help NEEDED, bitcoin wallet was send to Nirvana. on: March 07, 2016, 01:12:40 AM
Please do not double post, instead post this in your original thread.
7148  Other / MultiBit / Re: Transaction not executed after +24h (with .0001 fee) on: March 07, 2016, 12:33:50 AM
Can you provide the txid?

The transaction may simply disappear, in which case the Bitcoin will simply appear to return to you as if you had never spent them.
7149  Bitcoin / Armory / Re: 0.94 testing build on: March 06, 2016, 11:52:12 PM
I made a transaction that was Opt-In RBF but I didn't replace it. It confirmed, but that transaction, when I try to open up details from the transactions ledger, shows up with the same error mentioned by pop9119.

Edit: Rescanning the databases did not help

Edit 2: A rebuild and rescan didn't work either.
7150  Bitcoin / Bitcoin Technical Support / Re: is it possible to calculate total confirmed transactions till a block ? on: March 06, 2016, 10:40:41 PM
it's part of a bitcoin prized game in Turkish

LOL

So the OP is trying to get someone else give him the answer to a contest that will win bitcoins for himself, but is unwilling to share the prize with the person that gives him the answer?

Well, not entirely.
This is just a step of it, this answer will be used on next step.
There're more steps to get the prize Smiley
Well if this is for a prize, then I think that he should figure it out himself instead of asking for others to do it for him.
7151  Other / Beginners & Help / Re: Does anybody have any information sources explaining bitcoin? on: March 06, 2016, 09:35:18 PM
Try the documentation at bitcoin.org: https://bitcoin.org/en/developer-documentation.
7152  Bitcoin / Bitcoin Technical Support / Re: is it possible to calculate total confirmed transactions till a block ? on: March 06, 2016, 08:06:33 PM
ı don't use the bitcoin wallet. it will take so long to wait for bitcoind . and also ı have no  idea how to compile a programe from that code  Cry
It can be modified to work with other APIs like blockchain.info's.

Also, it isn't code, it is pseudocode which is just logic, not actual code.

Edit: what OS do you use? I can write you a batch or shell script (os dependent) that does this. I can do it in a few hours after I get to my computer.

ı use win 7 . Am not sure u asked this Smiley am not a computer genius. ı just see a few c++ lessons at universty its all.
I did ask for that. I can write you a command line script which does this.
7153  Bitcoin / Bitcoin Technical Support / Re: is it possible to calculate total confirmed transactions till a block ? on: March 06, 2016, 07:44:51 PM
ı don't use the bitcoin wallet. it will take so long to wait for bitcoind . and also ı have no  idea how to compile a programe from that code  Cry
It can be modified to work with other APIs like blockchain.info's.

Also, it isn't code, it is pseudocode which is just logic, not actual code.

Edit: what OS do you use? I can write you a batch or shell script (os dependent) that does this. I can do it in a few hours after I get to my computer.
7154  Bitcoin / Bitcoin Technical Support / Re: is it possible to calculate total confirmed transactions till a block ? on: March 06, 2016, 07:37:51 PM
ı need the total count of the confırmed transactions from 1-399000 th block.

İs that clear ??

1 block 1 transaction

2 block 2 transacktion

3 block 5 transaction

1-3 block total 8 transaction. ı need 1-399000

its in the hash (    000000000000000003d2548d4c19a5e91a8762c764f3195a7cb4be189bb1da48 ) ı think.. and also there is a graph in blockchain.info for total transactions but ı need the exact total valu at 399000 .

edit : https://blockchain.info/charts/n-transactions-total  this is the chart.
Shorena has already given you the pseudo code for it. You already have the logic, you just need to implement that in whatever programming language you want as a program or script which connects to bitcoind to get the data you want.
7155  Bitcoin / Bitcoin Technical Support / Re: 0.12.0 always crashes. on: March 06, 2016, 07:27:21 PM

also this time I get this error. this happens sometimes but not always.
Quote
bitcoin-qt.exe - Application Error
The instruction at "0x77c33509" referenced memory at "0x00000000". The memory could not be "read".
Based on this error I think that you may have a hardware problem with your memory. Maybe try doing a hardware diagnostic and see if it finds any problems
7156  Other / Archival / Re: HEEEELP ME, 2000$ R E W A R D FOR the right solution timestamp .bak wallet away on: March 06, 2016, 12:31:33 PM
Hi, thank you

but the file is not really deleted, the bitcoin core system send it somewhere, i dont think they delete it.
if you follow the steps you can see it in your wallet happen, its a Bug maybe

the bitcoin core app creates a new wallet.dat file and there is not my money, the bitcoin core program send 1. the wallet.dat (what was renamed to wallet.dat from the wallet-4343.dat) to nirvana, and i donīt know where it is

Why do you keep assuming that it renamed the file and moved it somewhere? Bitcoin core saw the file, tried a salvage and then deleted the file when it was done because it didn't need it anymore. That file is gone.

Since you said you have a backup of the old wallet, restore that and you will get some bitcoin back.

If the receiving addresses in your current wallet look familiar to you, then you probably have the private keys to your addresses so your can get your bitcoin back. You just need to initiate a rescan so it can find the transactions in the blockchain.

Can you please provide the entirety of your Debug.log file?
7157  Other / Beginners & Help / Re: 2 identical transaction - are they valid? on: March 06, 2016, 12:13:49 PM
Transactions do not work by balances, but rather inputs and outputs which have a certain amount.

If your first transaction spent from a 20BTC output as its input, then 10 BTC will go to one output which the vendor can spend from and 10 BTC to a change output that you can spend fun. Your second transaction would then spend from the change output. These two transactions are not identical, and identical transactions in bitcoin cannot exist because they are the same transaction and treated as such.

The two transactions can confirm in the same block but if they don't, the second must confirm after the first because it spends from the first transaction.

Rebroadcasting s transaction doesn't drain the balance of an address. It simply reminds the network that there is a transaction spending from some inputs to some outputs but the data is still the same so it is treated as one transaction.
7158  Other / Archival / Re: HEEEELP ME, 2000$ R E W A R D FOR the right solution timestamp .bak wallet away on: March 06, 2016, 12:02:09 PM
Unless you made a backup, there is probably a low chance of recovering the coins.

However the data might still be in the wallet.dat file since bitcoin core won't just delete it even if the data is corrupted. What you should try doing is starting button core with the salvagewallet option and see if that can salvage anything from the corrupted file.
7159  Other / Beginners & Help / Re: Does each wallet have only one private key? on: March 05, 2016, 04:46:08 AM
A wallet is a collection of different private keys. Public keys are derived from private keys. There are 2^256 - 1 possible private keys and thus that many public keys.

Some wallets are Hierarchical Deterministic which means that they have one master private key which other private keys are determined from.

It is possible to generate the private keys to someone else's addresses because technically they are all known, every single number from 0 to 2^256 - 1. However that range is so large that the likelihood of generating the private key to an address in use is very low unless the random number generators used is broken in some way like blockchain.info has done.
7160  Bitcoin / Development & Technical Discussion / Re: Luke Jr's HARDFORK proposal debunked on: March 05, 2016, 04:38:19 AM
Your fundamental assumptions are wrong.

First of all there is empirical evidence which directly relates the network hashrate to the difficulty. As the hashrate has increased so has the difficulty and vice versa.

Secondly, you have the wrong assumption that blocks will be found by a single pool every ten minutes on average. That is the wrong assumption.

There are 2^256 - 1 possible solutions. A pool will only  search through 2^64 hashes for each set of transactions that it includes in a block. Note that each pool will have a different transaction set due to choosing different transaction and setting different coinbase script text.

For the sake of simplicity let's assume that each pool has the same hashrate and that there are 10 pools (pools can also be interchanged with individual miners). In, say, 1 hashes, 10*2^64 hashes will be searched, way short of the 2^256 - 1 possible hashes. After 10 minutes, 100*2*64 hashes will be searched. With whatever difficulty is set, within that set of hashes, there will be at least 1 block solution (actually there will probably 1 solution).

Now if there are suddenly 5 pools but the difficulty stays the same, 100*2^64 hashes will need to be searched but only 50*2^64 hashes will be searched. That means there are 50*2^64 hashes that haven't be searched yet. In order to have a high probability of having found the block, each pool will have to search another (1/5)*2^64 hashes which will take an extra (1/5)*(10-5)=10 minutes to search the remaining space to find the block.

tl;dr you are assuming that pools are searching from the same place, but they don't and all start and search different areas of the hash space.
Pages: « 1 ... 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 [358] 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!