Bitcoin Forum
May 24, 2024, 04:02:06 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 460 461 462 463 464 465 466 467 468 ... 590 »
8341  Other / Beginners & Help / Re: How can I make a Vanity Paper wallet? on: November 23, 2015, 02:05:04 AM
You can take a look at https://www.bitaddress.org/. The site can be downloaded and used offline from their github at https://github.com/pointbiz/bitaddress.org. It can create paper wallets, although they may not look all that great with a vanity address since their paper wallet generator is for new addresses. You would have to use the wallet details tab and print out the qr codes.

Another option is https://bitcoinpaperwallet.com/ and you can download its source code for offline from https://github.com/cantonbecker/bitcoinpaperwallet. This one has the option of creating good looking vanity address paper wallets.
8342  Bitcoin / Electrum / Re: I set an add. on electrum to expire in a day bt it's gng to take 48 hrs to prcss on: November 23, 2015, 01:57:39 AM
Bitcoin addresses don't expire. What expires is the payment request. There is a thing called a Payment Request, specified in BIP70. The request itself can expire, but the address cannot. That address can still receive Bitcoin and you will still be able to spend them. The expiration time does not matter unless you sent them the BIP70 payment request. In order to have sent someone that request, you would have had to save the request file and manually send it to them, so unless you did that, the expiration time does not matter.
8343  Bitcoin / Development & Technical Discussion / Re: bitcoin-cli listtransactions not working for watch-only address on: November 22, 2015, 11:08:08 PM
This is a little confusing. I just tried and imported the address as watching only. List transactions did return  some transactions, but not all gave me the receiving  transactions.
8344  Other / Beginners & Help / Re: Okey, so there is this guy..... on: November 22, 2015, 06:48:57 PM
But he said that he only wants to use clearnet escrow....
This is the clearnet. Go to the service section and find someone offering escrow services. Here is a list of some escrows: https://bitcointalk.org/index.php?topic=855778.0 Choose one and pm him. Ask him if he also does multisig escrow and if he does, you can arrange the transaction.
8345  Other / Beginners & Help / Re: Okey, so there is this guy..... on: November 22, 2015, 06:29:16 PM
There are many escrow services that you can pick in the marketplace on this forum. Some of them may allow multisig escrow.

This guy is probably not a scammer, he probably thinks you are the scammer, given that he wants multisig escrow.
8346  Bitcoin / Bitcoin Technical Support / Re: "fatal internal error" while syncing on: November 22, 2015, 04:56:11 PM
Update:
I have tried Win 7 with Virtualbox.
No luck. Error while syncing.

Now I'm going to write my own program to test the RAM.
Do you happen to have an antivirus enabled? It is known that antivirus software can be corrupt the database files by reading the files at the same time Bitcoin Core is. If you do have an antivirus, be sure to add the data directory to its exceptions list. Also check that Windows Defender (or whatever the OS antivirus is) is either disabled or also has the data directory as an exception.
8347  Other / Meta / Re: You are banned from using this forum! on: November 22, 2015, 04:53:40 PM
Sure, you can send it to knightdk@mailinator.com
Email sent.

Do you know why it cannot be verified once it is sent through email? Undecided

#stillwaiting #verybusy
Ah. I see. The problem is that your email is putting line breaks in places where it shouldn't. It probably has to do with screen width or something on the server that reads multiline text as actually having line breaks when it really doesn't. If you remove those line breaks, then it verifies.
8348  Bitcoin / Development & Technical Discussion / Re: Why sha256(sha256()) ? on: November 22, 2015, 04:25:05 PM
1. priv/pub key
2. SHA-256
3. RIPEMD-160
4. Add version byte 0
5. SHA-256
6. SHA-256
7. Take 4 bytes
8. Add 4 bytes to result of 4
9. Convert to base 58

The double SHA-256 is only for the 4 check bytes. Why is this important for security reasons?
It is used for mining. The mining algorithm is sha256d
8349  Bitcoin / Development & Technical Discussion / Re: bitcoin-cli listtransactions not working for watch-only address on: November 22, 2015, 03:08:14 PM
Listtransactions does not work by address. It works by accounts. The command should instead be
Code:
bitcoin-cli listtransactions "" 100 0 true
Since this command has no defined account, it will list all the transactions for all the addresses in your wallet.

EDIT: Sorry, typo. Forgot the quotes.
8350  Other / Meta / Re: You are banned from using this forum! on: November 22, 2015, 03:02:41 PM
You should send them more often. What do you mean that the signed message cannot be verified after you send it?
I will try to send them messages more often if I am not too busy. Smiley
Sorry, but I do not know the exact word to describe it... Perhaps I can send a signed message to your email and you can check it for yourself?

#stillwaiting #verybusy
Sure, you can send it to knightdk@mailinator.com
8351  Other / Beginners & Help / Re: Newbie back up on: November 22, 2015, 05:47:24 AM
So in a situation that the multibit wallet crash and don't  have a new version, your wallet will be gone forever? What wallet i can use that the back up format is accessible to different wallets? thank you
AFAIK there is no wallet format that is universal. The wallet formats are pretty much specific to that wallet. However, there are tools available that can allow you to extract the private keys from those wallet files to import them to another wallet.
8352  Other / Meta / Re: You are banned from using this forum! on: November 22, 2015, 02:23:11 AM
Have you been sending them weekly PMs and Emails?
I have send quite a lot (only 10 though Tongue) of private messages to theymos and BadBear to date.
And some to the email address provided, and I'm not sure if it is only me or what because after I send the signed message it cannot be verified.

Is it a good idea if I send a private message and an email once every two days to theymos and/or BadBear?

#stillwaiting #verybusy
You should send them more often. What do you mean that the signed message cannot be verified after you send it?
8353  Bitcoin / Bitcoin Technical Support / Re: Lost Bitcoins into thin air? on: November 21, 2015, 10:48:31 PM
Nice thanks.
And where do I get test coins?

Post your address (still have 25) or from a faucet -> https://en.bitcoin.it/wiki/Testnet#Faucets
If you post your testnet address, make sure that it starts with an 'm' or 'n' because those are the prefixes for testnet addresses.
8354  Bitcoin / Bitcoin Technical Support / Re: Lost Bitcoins into thin air? on: November 21, 2015, 10:22:59 PM
Where is this test net?
Does it use the same software as bitcoin?
If it is different, it will not be useful.
Yes. It is in Bitcoin Core. To start Bitcoin core in testnet mode, you will need to open up terminal. The command is
Code:
bitcoin-qt -testnet
This starts in in testnet mode and you will be using the testnet network, the testnet blockchain, and a different wallet file to spend testnet coins. Everything is the same, just the blockchain is different and the prefixes are different to distinguish the testnet from the mainnet. Since the testnet is its own blockchain, you will need to download the whole thing and sync it, but the testnet blockchain is less than 5 Gb since the testnet isn't actually used that much for transactions.
8355  Bitcoin / Bitcoin Discussion / Re: Transactions speed prevent us from going to Mainstream ? on: November 21, 2015, 10:19:56 PM
I always thought a payment can not go thru if it doesn't have at least 1 confirmation no matter how small it is.
Even below the miners fee.
No. Transactions can occur and your balance can change. Confirmations are only there to guarantee that the transaction cannot be reversed or changed. There is no such thing as a transaction "going thru", a transaction either occurs or it does it. Once it occurs, it confirms, or it does not. Both are different things.

Hmmm. So, bitcoin transactions take quite long time to confirm. As reported 15-20 minutes for confirmation. Now, as we have an example, when you are out at McDonald's for a lunch and at payment counter you keep standing for about 15 minutes waiting for your transaction to confirm? Well this can cost you and to the person whom you are paying some precious time. This is a hindrance for bitcoins on the path to becoming mainstream.
Solution to this cannot be done by us. It fully depends on our wallet providers. They should do some amendments in their system to make the process quicker. As definitely, no one can wait in this pace moving world.
That is why 0 confirmation transactions can be used for those small transactions. In reality, 0 conf is safe for many transactions. There is practically no risk with accepting unconfirmed transactions in most cases. Double spending an unconfirmed transaction is still incredibly hard due to the way the network works. It will reject any such double spends and that double spending transaction doesn't get relayed. The only thing to be careful about with accepting unconfirmed transactions is to check the fee that it is high enough to get confirmed and the outputs to make sure there are no dust outputs which can prevent it from being confirmed. Those two things just need to be checked and if everything is high enough, then an unconfirmed transaction can be accepted for payment with little risk of it being double spent.
8356  Bitcoin / Wallet software / Re: importing priv keys into Breadwallet on: November 21, 2015, 10:10:00 PM
Hi all

i just imported a paper wallet private key into bread wallet app for IOS.  should i now consider that address compromised and not use it again? does anyone know if breadwallet stores that private key now?
Breadwallet should store that private key. You should move all of the Bitcoin stored in that address to another address. Although the address is probably safe, it is good practice to not reuse addresses. Each address should really only have 2 transactions ever, one going in, and one going out.
8357  Bitcoin / Bitcoin Technical Support / Re: How do I import transactions, receiving and sending addresses in Bitcoin Core? on: November 21, 2015, 09:39:54 PM
All of the receiving addresses and transactions are saved in the wallet.dat file. I think that the sending addresses are also stored there as well. To import them all, just put the file in the data directory. It may be replacing a wallet.dat file already there, but if that one is empty, you can delete it. Then when you start up Bitcoin Core, everything should be just as it were prior to you upgrade.
8358  Other / Meta / Re: You are banned from using this forum! on: November 21, 2015, 03:22:15 PM
It's been two months since September 20, 2015 you post this thread. Still not give up I am proud of you. Hope admin or theymos see this.
We also waiting for our account get unlock
It has been 63 days (or 9 weeks) since I post this thread and surprisingly theymos or BadBear is yet to noticed it.
To be honest, I am proud of myself too. Tongue

And I still cannot believe that this new account is already a Jr. Member.

#stillwaiting #verybusy
Have you been sending them weekly PMs and Emails?
8359  Bitcoin / Project Development / Re: [ANN] AcctBot - Open source automated trading platform on: November 21, 2015, 03:21:42 PM
Will this work on other exchanges? I have been hearing that Cryptsy is starting to go down. I have heard that they aren't allowing withdrawals and that strange things are happening.
8360  Bitcoin / Bitcoin Technical Support / Re: Lost Bitcoins into thin air? on: November 21, 2015, 04:51:13 AM
Don't be sorry when you are giving good advice.

What the heck is the test net?  lol
I code JSON and all that on the live blockchain.
There is a separate bitcoin network exclusively for testing. The coins are easily gotten from testnet faucets and they are worthless so that if you screw something up like you did here, nothing of value is actually lost.

What do you mean there are no timestamps on transactions?
Yes, there are timestamps on transactions.
Look at blockchain.info  They have dates, and times.  Even the value at the time of trnsaction is logged.
Transactions do not have time stamps. There is no field in a transaction for a time stamp. They are not necessary. The timestamps you see in blockchain.info are the timestamps that their node first saw your transaction. This can be completely inaccurate.

What is it with people "registering their child's birth on the block chain"  How do you add messages into the block chain?
There are a lot of ways to put data in the blockchain
Some people use OP_RETURN. Others create special addresses and the data is stored as hex.
Pages: « 1 ... 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 460 461 462 463 464 465 466 467 468 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!