Bitcoin Forum
July 04, 2024, 08:34:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 [409] 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 ... 591 »
8161  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: December 12, 2015, 05:04:25 AM
But look at my Avatar the posts etc are still wrong? so not quite there yet it shows 3530 you show 3467 so..
The site counts the posts by itself, it doesn't mirror from bitcointalk. This may lead to some discrepancies if any posts of yours were in a thread that is in a section that a normal account cannot access, like the trashcan. Since the bot can't read those posts, it won't know about them, but the forum still counts those posts since they are still stored in its databases.

Took a long time though ..about 4 min (unless that is normal just pointing it out)
Seems about right. I have to wait at least one second between requests to bitcointalk otherwise the forum will give the bot a temporary ip ban. To be safe it waits 1.01 seconds, so the minimum time it could possibly take is the number of pages of posts you have in your show posts page multiplied by 1.01. Of course it will take a little longer because fetching the page takes time and so does parsing it.

I have a feeling that the estimations are way too high compared to the actual market price. I think the developers should at least update the formula/code at least once every, say fortnight. Otherwise it's not even an estimation instead it's just misleading information.
It isn't misleading since there is more than just the price that is given. However if you think the prices are to high, suggest me a lower rate for the algorithm specified in the OP.
8162  Other / Meta / What can banned accounts do? on: December 12, 2015, 04:41:23 AM
What exactly can a banned account do? What can they read, what can they change, etc.

I want to know this because I may have the account that I use for part of my account price estimator banned (as in ask a staff member to give it a permaban). I would want this because I fear I may one day accidentally publish the password for the account on giving when I publish each new code update. I don't want random people to be able to access the account and post from it. However before making such a request, I need to know whether having that account banned will work for my purposes.

Also, having that account banned wouldn't get me banned for ban evasion since I will have requested that it be banned, right?
8163  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: December 12, 2015, 03:54:15 AM
edit: found the problem has me NOT as HERO MEMBER but as FULL with my ACTIVITY AT 196 my posts at 590 Smiley

  as you can see from my little Avatar on the side of this message I am a HERO member and my ACTIVITY IS  840 and posts are 3525 Smiley

quote below:

Name: Searing
Posts: 540
Activity: 196 (Full Member)
Potential Activity: 196 (Potential Full Member)
Post Quality: Very Poor
Trust: Neutral
Estimated Price: 0.11172000

so perhaps I have been 'vindicated' and it is all a bug Smiley


Heh. Whoops. I forgot to add the wait time code back in when I migrated the program to use JSoup earlier today. It probably got itself IP banned. I'll fix that now.

Edit: Should be fixed now.
8164  Bitcoin / Bitcoin Technical Support / Re: Why does a high-priority tx get delayed? on: December 12, 2015, 03:31:05 AM
Blockchain.info's priority thing is not particularly accurate. In fact anything that estimates the confirmation time is probably wrong.

The problem with your transaction was the small fee. You will need a higher fee in order to get transactions to confirm faster.
8165  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: December 12, 2015, 03:28:20 AM
Haha  Grin That service is a little bit amazing for me  Roll Eyes  Shocked
On which facts to the Site calculate the Price of an Account?
Read the OP for the algorithm details.
8166  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: December 12, 2015, 02:27:40 AM
i have idea to your site
if can you add bitcoin address have been posted of my bitcointalk account 
maybe like my stake address at meta or posted at games and round etc.
i think it's can help some people Smiley

it's just my opinion

That is a good idea. I think I can make it so that it would only get the addresses that you have posted in non quoted text, so it may grab an address that isn't yours. I would definitely make it so that it would only pull addresses from the stake your address thread and the marketplace section.
8167  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: December 12, 2015, 12:43:13 AM
Sounds like a great program,  sorry to be a total noob like. but how do you run it?  i have downloaded and extracted the files what do i do now?

Did you download a binary or the source?  If the source, run "make" (assuming you have a build environment set up).  If a binary, just run ./vanitygen



downloaded the binarys, which dont seem to work for me, i try run and select folder and application but it wont run.  would the source be easier?
The program is a command line program. You need to do Shift + Right Click in the directory where you extracted the files. Then select "Open Command window here". If you don't see that option, make sure you don't have anything in the folder selected. When you see the command prompt window open, type the name of the exe file that you want to run and it will run. You will need to specify the options in the command in order for it to work properly.
8168  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: December 11, 2015, 11:42:47 PM
The process of the estimator is getting faster than before
It made me member the first time I use this estimator, it was very slow that time.
Yeah, that is probably because I changed the HTML parser I was using. Previously it was using HTMLUnit and reading the HTML source files line by line. I am now in the process of migrating it over to use JSoup, which is probably working faster than before.
8169  Bitcoin / Bitcoin Technical Support / Re: Outputs on: December 11, 2015, 11:41:22 PM
Yes, the inputs to a transaction are the outputs of a previous transaction. You can use coin control to select which outputs you want to use as inputs in the next transaction.
8170  Alternate cryptocurrencies / Altcoin Discussion / Re: How To Convert A BTC Private Key (WIF) into another CryptoCurrency Private Key? on: December 11, 2015, 01:45:46 PM
Yes, it is. You need to reverse the base58check encoding to get the raw private key. Then you can apply the base58check encoding for the altcoin that you want.
8171  Bitcoin / Bitcoin Technical Support / Re: Does running a full node and opening port 8333 cause any vulnerabilities on: December 11, 2015, 01:37:16 PM
In networking, ideally each port corresponds to one service. Since port 8333 was not used for anything, it was chosen for bitcoin. That is why no other program used port 8333.

There may be vulnerabilities, but that would be a problem in bitcoin core. The vulnerabilities in ports only come from the program that opened them and the way that they handle the data from the port. If there is a vulnerability, it is a 0-day.
8172  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: December 11, 2015, 01:32:17 PM
The potential Activity is kinda buggy also. I checked my profile and this is what was shown!


Yep that's a bug. I'll fix it tonight

Edit: fixed
8173  Bitcoin / Development & Technical Discussion / Re: Is there a way to find which block your bitcoin was mined from? on: December 11, 2015, 03:52:45 AM
It is possible to trace the origins of the Bitcoin in your addresses, but they will not go back to the same block. It would all trace to a bunch of different blocks. All you have to do is follow the chain of inputs to outputs to find the block the Bitcoin was generated.

Your Bitcoin is not from the first block ever mined, or from any of the first couple hundred, since the bitcoin generated in those blocks have never been spent.
8174  Bitcoin / Bitcoin Discussion / Re: Is Google supercomputer a threat? on: December 11, 2015, 03:50:17 AM
Quantum computers only advantage against traditional computers with Bitcoin is that it can factor prime numbers much faster. This makes it faster at finding the private key to a known public key. I don't know how much faster, but I do not think it will be able to find the private key in less than 10 minutes. QC's are not significantly faster than classical computers when it comes to hashing.

Even so, there are built in mechanisms in Bitcoin which mitigate the effects of a QC. If you are using bitcoin addresses are they are supposed to be (without reuse) then you will mostly be fine. If the addresses are have 1 funding transaction and the second transaction is moving all of the funds out to another address, then it is safe because there will be nothing for the attackers to steal. This is because they will only know the public key after you send the second transaction, at which point there should be no funds left in that address. They can only get a private key if the public key is known.

The other aspect is with mining, and QCs are not known to have any significant advantage with hashing than classical computers. Even if they did, then when the difficulty adjusts, then the attacker would not be able to produce blocks faster than everyone else, they would still come out on average every 10 minutes.
8175  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT 11.2 keeps crashing on: December 11, 2015, 03:15:10 AM
Ok. I have no idea how to do this, it keeps saying the limit is 64000 characters. The debug file doesn't seem all that big...
Just post the bottom 100 lines then.
8176  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT 11.2 keeps crashing on: December 10, 2015, 11:32:53 PM
Hello again. Disk is not even close to full.

Not really sure how to post this much stuff, but here goes nothing. If it causes your eyes to bleed, I apologize ahead of time. Not sure where that window setting is to paste this into a scrollable window. Seems to be some kind of error in blk00135.dat
Well I don't see any error. Can you post the full thing. Put it in the quote brackets (button with pound (#) symbol above the reply box)
8177  Bitcoin / Bitcoin Technical Support / Re: Setting up Bitcoin Qt and opening port 8333 on: December 10, 2015, 10:24:55 PM
Cheers knightdk  i just sent you it, my node is only showing 8 outbound connections.  i think i'll phone my service provider tomorrw and make sure it not something to do with the router.  thanks for your help
Yeah, I can't even ping you, so something must be blocking you. It might be your ISP is blocking any connection that wasn't initiated by you.
8178  Other / Beginners & Help / Re: Making backup's suggestion on: December 10, 2015, 09:37:19 PM
oh i see!    i get it now..


i just transferred the wallet.dat file into my laptop to test, and which already has the block chain downloaded,  and volia!!  

it shows my bitcoins,  that's great, i will just keep copies of the wallet.dat file,


awesome! i'm starting to get the hang out it now,


one last thing i need to test,   i would like send you some bitcoins from my laptop,   this way i can test to see if it asks me for the passphrase and if my passphrase is correct.


I will send it to this address in 10 minutes:  16mT7jrpkjnJBD7a3TM2awyxHub58H6r6Z  (which i found on your profile)


Please let me know if you receive it so i know it works!   You can take it as a donation for your help.


After that, i feel i am confident with bitcoin, and can start buying more bitcoins and buying things online!



Thanks!
8179  Bitcoin / Bitcoin Technical Support / Re: Setting up Bitcoin Qt and opening port 8333 on: December 10, 2015, 09:26:35 PM
I have followed the instruction above to the letter, and still only 8 connections.  not sure what else i can try.  
Check if it is reachable. Go to the https://bitnodes.21.co and scroll down to check node. It will automatically full in your public IP address. If your node is reachable, then it will say so and all you can do is wait and hope people connect to you. If it is unreachable (shouldn't be) then you have done something wrong.

You can also give us your IP address and we can try to connect our nodes to yours. If it works then you've done everything correctly and just need to wait for other people to connect to you.

I Have checked it out on bitnodes and it is saying that it is unreachable.  i checked the ipconfig and put the ip addresses over, i've set up a rule to port forward 8333.  ive checked my firewall and everything there seems in order, obviously im missing something..... Huh
What is your node's ip address? You can PM me it if you don't want it publicly shared. I will try to connect to it with my node.
8180  Other / Beginners & Help / Re: Making backup's suggestion on: December 10, 2015, 09:23:58 PM
You only need the wallet.dat file. The wallet.dat file contains the private keys, and the private keys are what you need to spend the Bitcoin. The rest of the data that it uses from the blockchain can be downloaded later as it is all public. The roaming/Bitcoin folder contains the blockchain as well, but that is not necessary in a backup.
Pages: « 1 ... 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 [409] 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 ... 591 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!