Bitcoin Forum
July 04, 2024, 06:40:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 409 410 ... 591 »
7181  Economy / Service Discussion / Re: Beginner Sig Campaign Suggestions? on: March 02, 2016, 02:33:47 AM
Any suggestions as to what Sig Campaign I should sign up with first as a beginner? Not looking for too much money, just some easy $.
Here is a list of sig campaigns: https://bitcointalk.org/index.php?topic=615953.0. Most won't accept newbies.

If you join a sig campaign, please make sure that you post with good quality. If you spam, shit post, or post for the sake of increasing your post count, you will be banned. Think about what you are going to post before you hit the post button; if someone already answered a question, don't post; if what you are posting doesn't add to the discussion, don't post; if you are only posting because you are greedy and want maximum payout, stop being greedy and rethink your life choices.
7182  Bitcoin / Bitcoin Discussion / Re: Core, how many connections is too few? can you have too many? on: March 02, 2016, 01:27:27 AM
If port 8333 is not forwarded, then 8 connections are the max and not contributing to the network.
Not true. Outbound connections are still contributing to the network since the node still relays all valid transactions and blocks to its 8 peers, even though they are outbound. More contribution can be done with allowing incoming connections, but they are not necessary to be "contributing".
7183  Bitcoin / Bitcoin Technical Support / Re: A question about confirmations during stress test on: March 02, 2016, 01:25:29 AM
A very simple question:

During stress test, it will take quite a while before a transaction gets the first confirmation, which will depend on the priority (fee, age of unspent input etc).

However, after getting the first confirmation, can I assume that the tx will receive the 2nd, 3rd and subsequent confirmations in every 10 minutes??
Yes. A confirmation simply means that a transaction has been included in a block. Once it is included in one block (one confirmation), the rest of the confirmations mean that the block it is included in is X blocks from the most recent block. The only way to get those is for more blocks to be found. Of course, due to randomness, blocks are not produced every 10 minutes. On average it is 10 minutes, but it isn't always exactly 10 minutes.
7184  Bitcoin / Bitcoin Discussion / Re: tracibility of bitcoins on: March 01, 2016, 11:58:19 PM
So if I understand you properly, you plan on telling people you work for to send fiat to a third party who in turn sends you Bitcoin. There is no prerequisite which states that you must have a bank account linked. If you can find an anonymous third party that you trust to do this, then you won't have your information revealed to that person. If you send the Bitcoin through a mixer and then cash it out at an exchange, then it will be very difficult to track you.
7185  Bitcoin / Armory / Re: Fee calculation in Armory on: March 01, 2016, 01:42:02 PM
Doesn't armory already use bitcoind's estimatefee for calculating fees? I thought that it only uses the default when bitcoind doesn't have enough data to estimate the fee.
7186  Bitcoin / Bitcoin Technical Support / Re: Why does bitcoin take so long to import a privkey??? on: March 01, 2016, 12:57:47 AM
I am waiting about 30 mins for core to import a privkey, why is that ?
Because it needs to rescan the entire blockchain to check for all of the transactions that involve the address associated with that private key. The blockchain is huge and this process takes a while.
7187  Bitcoin / Armory / Re: 0.94 preliminary testing phase on: February 29, 2016, 11:32:03 PM
Yeah, I get this error:

That's pretty severe, I should get this error too but I can't reproduce it. Anyone else running into this? Can you git stash git pull and try again?
Same error. Nothing was stashed and nothing was pulled.
7188  Bitcoin / Armory / Re: 0.94 preliminary testing phase on: February 29, 2016, 11:19:27 PM
Also, I am unable to open the Lockboxes and the Address Book dialogs.

Fixed the lockbox issue, can't reproduce the address book one. Do you have some Python error in your terminal when that happens?
Yeah, I get this error:
Code:
(ERROR) Traceback (most recent call last):
  File "/home/andy/bitcoin/armory/BitcoinArmory/ArmoryQt.py", line 3900, in execAddressBook
    DlgAddressBook(self, self, None, None, None).exec_()
  File "/home/andy/bitcoin/armory/BitcoinArmory/qtdialogs.py", line 8073, in __init__
    rowHeight = tightSizeStr(self.font, 'XygjpHI')[1]
  File "/home/andy/bitcoin/armory/BitcoinArmory/qtdefines.py", line 215, in tightSizeStr
    fm = QFontMetricsF(QFont(obj))
TypeError: QFont(): argument 1 has unexpected type 'builtin_function_or_method'

Traceback (most recent call last):
  File "/home/andy/bitcoin/armory/BitcoinArmory/ArmoryQt.py", line 3900, in execAddressBook
    DlgAddressBook(self, self, None, None, None).exec_()
  File "/home/andy/bitcoin/armory/BitcoinArmory/qtdialogs.py", line 8073, in __init__
    rowHeight = tightSizeStr(self.font, 'XygjpHI')[1]
  File "/home/andy/bitcoin/armory/BitcoinArmory/qtdefines.py", line 215, in tightSizeStr
    fm = QFontMetricsF(QFont(obj))
TypeError: QFont(): argument 1 has unexpected type 'builtin_function_or_method'

Quote
What about the links to bitcoinarmory.com like those on the dashboard when armory is offline? What should be done about those?

Comment them out. Just PR to dev if you have minor changes.
Alright, will do that shortly.
7189  Bitcoin / Bitcoin Technical Support / Re: Help- 2 Unconfirmed translations on: February 29, 2016, 10:49:28 PM
Your second transaction depends on the first one so it cannot be confirmed until the first is. The first transaction has a fairly low fee. Also there appears to be a lot of unconfirmed transactions so that is causing a backlog.
7190  Bitcoin / Armory / Re: Moving forward with Armory on: February 29, 2016, 10:22:15 PM
So a few weeks ago I emailed the people at the Free Software Foundation seeking some help about the licensing issue here, and they finally responded.

This is what I was told:
Quote
AGPL is a non-revocable license which allows anybody to keep using the code and build on it as long as they comply with the license requirements. ... If the code was published under the (non-revocable) AGPL, then it can continue to be used. ... Assuming the code was published under the AGPL, developers can continue to use it as long as they comply with the AGPL.
This means that any of the code published under AGPLv3 can be used regardless of whether the original developers pulled the original repository. Anyone who has access to that code is allowed to use it so long as they comply with the terms of the license.

To comply with the terms of the license though, any binaries that are published MUST be published under AGPLv3 since it is using the original AGPLv3 code base. Also, the entire project must be licensed under AGPLv3 because it is using AGPLv3 licensed code.
7191  Bitcoin / Bitcoin Technical Support / Re: this is my 5th payment after 4 unconfirmed ones.. where are miners? on: February 29, 2016, 10:11:54 PM
you just sent that tx like 10 minutes ago, dude. have patience.  Wink
This.

The last block found was at 2016-02-29 21:28:41. The transaction was broadcasted at 2016-02-29 21:51:59. A block has not yet been found, so the transaction cannot yet be confirmed. I would guess that the transaction will be included in the next block.

do you mean it's not going to be confirmed next 5 hours?

what can i do?
actually i'm little hurry because my site funds about to be empty  Grin
No. Confirmations occur when a transaction is included in a block and blocks are found every ten minutes on average. That means that there are some instances where blocks will not be found for a while. The longest I have seen is 1 hour, so I think a block will be found within the next 30 minutes. That block will probably include your transaction. All you can do is wait.
7192  Bitcoin / Armory / Re: 0.94 preliminary testing phase on: February 29, 2016, 10:06:44 PM
Merged in knightdk's changes around the ATI references and turning off the phone home code. Give it a spin, try to find broken dialogs (although I think I got them all). I'll be traveling tomorrow so the testing builds will have to wait for Thursday/Friday.
What about the links to bitcoinarmory.com like those on the dashboard when armory is offline? What should be done about those?

Edit: Also, I am unable to open the Lockboxes and the Address Book dialogs.
7193  Bitcoin / Bitcoin Technical Support / Re: this is my 5th payment after 4 unconfirmed ones.. where are miners? on: February 29, 2016, 10:02:51 PM
you just sent that tx like 10 minutes ago, dude. have patience.  Wink
This.

The last block found was at 2016-02-29 21:28:41. The transaction was broadcasted at 2016-02-29 21:51:59. A block has not yet been found, so the transaction cannot yet be confirmed. I would guess that the transaction will be included in the next block.
7194  Bitcoin / Bitcoin Technical Support / Re: Reindexing blocks (5 years...) on: February 29, 2016, 07:29:26 PM
Anyone know if there's any way to accelerate this reindex?
Get better hardware. Tongue

I think the setting the -dbcache=<n> where N is the size in megabytes of the cache to a larger size might make it faster.
7195  Bitcoin / Bitcoin Technical Support / Re: how to get back the bitcoins if I fail to send ? on: February 29, 2016, 04:32:28 PM
thanks a lot, can you tell me how to stop re-broadcasting it?

do you mean quit the bitcoin-qt?
Yes. If you still want Bitcoin Core open, then you need to start it with the option -zapwallettxes. Also you should upgrade to the latest Bitcoin Core 0.12.0 because 0.8.6-beta is old outdated software.
7196  Bitcoin / Bitcoin Technical Support / Re: Reindexing blocks (5 years...) on: February 29, 2016, 04:30:27 PM
How much Internet speed you have ? because downloading the whole block can take a few gigs
If you don't really want to download the whole block that can take gigs, you can use wallet like electrum where you don't need any block indexing and ready to go Wink
Though, you will need to import your old private key from Bitcoin core to Electrum, shouldn't be a problem for you right ?

Since he is reindexing, internet speed doesn't matter, hard drive and CPU do. The blockchain is not being redownloaded here.
7197  Bitcoin / Bitcoin Technical Support / Re: Reindexing blocks (5 years...) on: February 29, 2016, 03:09:14 PM
No, you do not have to wait 5 years. That just means the latest block that it had indexed is from 5 years ago. The reindexing should only take a few hours to a day or so.
7198  Bitcoin / Development & Technical Discussion / Re: The first successful Zero-Knowledge Contingent Payment on: February 29, 2016, 03:50:04 AM
How could an mp3 recording be verified to be what it is supposed to be?

If you hash the file you can post the hash, and retain the file. Anyone you send the file can verify it by using the same hash on it and comparing the result with the advertised one.
But that isn't a Zero-knowledge proof. The proof is the data itself, not some subset of the data which proves the data is legit but does not reveal the data itself.
7199  Economy / Service Discussion / Re: Mistakenly received a deposit in bitcoin . what should I do? on: February 29, 2016, 12:36:56 AM
that was my first intention , but : what happens if they take advantage of the situation and stay with the bitcoins ?
Who are "they"? Again, you should probably talk to support for the site.
7200  Economy / Service Discussion / Re: Mistakenly received a deposit in bitcoin . what should I do? on: February 29, 2016, 12:12:40 AM
I have an account on a page that buys and sells " bitcoin " . I never made ​​a deposit , and recently see a deposit of 4.19  bitcoins . I do not know the sender. What should I do?. What are the legal consecuencies if i spend it?
On what site? Can you provide a transaction id for the deposit? There are probably no legal consequences of spending the Bitcoin, but just to be safe, you should probably contact the site's support.
Pages: « 1 ... 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 409 410 ... 591 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!