Bitcoin Forum
June 25, 2024, 11:53:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 [306] 307 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 ... 590 »
6101  Bitcoin / Project Development / Re: Automatically catch transactioon made on: July 21, 2016, 03:14:22 AM
Your question is unclear. Are you asking how the merchant knows that he has been paid? If so, it does it the exact same way that every wallet does. It connects to a node (or is a node) and is notified when the node learns of a transaction which spends to the addresses it is watching for.
6102  Bitcoin / Bitcoin Technical Support / Re: Transaction stuck for 10 hours (used Bitcoin Core) on: July 20, 2016, 09:34:27 PM
Cool I will do that. But how come blockchain.info recommends way lower fees?
I don't know. Blockchain.info has a lot of problems in general.

Also the service I paid to says that they have received the money but I have to wait for confirmations and it doesn't let me generate a new address to sent Bitcoins at... when I cancel the transaction I guess I will be able to create a new sending address? Or do I send to the same address?
It depends on the service. Since addresses don't expire, you can still send to the same address. It's on the service to know that you attempted to bump the fee. If your transaction confirms but the service isn't recognizing it, then contact their support because that is on their end.

Damn this is insane, looks like its going to take forever rescaning it.. i want to sleep.
It will fix your problem. Rescanning should not take too long, but it does take a while since it has to scan through the entire blockchain.
6103  Bitcoin / Bitcoin Discussion / Re: Bitcoin Core version 0.12.1 released on: July 20, 2016, 08:27:31 PM
Is it me or this new version came out fast then the usual updates ?
The minor versions do not come out on a fixed schedule. They come out when there are urgent bug fixes or when a soft fork is ready to begin deployment. The major releases come out every 6 months or so. The next major release (0.13) is coming out very soon. The first release candidate has already been released, with the official version scheduled for August 1st.

anyone know when the "Segregated Witness" thing is going to happen btw ? I know that something is supposed to happen this April and the block thing on next year ?
It will happen after 0.13, in 0.13.1, and probably 0.12.2 as well. The release of it is still TBD.
6104  Bitcoin / Bitcoin Technical Support / Re: Transaction stuck for 10 hours (used Bitcoin Core) on: July 20, 2016, 08:24:28 PM
The amount of BTC being sent does not matter. What matters is the actual size of the transaction in bytes. If you send the same amount in two transactions but one has more inputs than the other (thus making it bigger), then it will require a higher fee. Also, the condition of the network is constantly changing, so what worked a month ago may not work now.

It is stuck probably because your fee is too low. According to https://bitcoinfees.21.co/ (which is known to be fairly accurate)
Quote
For the median transaction size of 258 bytes, this results in a fee of 20,640 satoshis (0.13$).

2800 satoshis is not enough.

Since you are using Bitcoin Core, you should just use the fee that Bitcoin Core recommends. If you choose the "Recommended" option and move the slider to "Fast", it will give you a fee that is usually enough to get the transaction confirmed in the next block.

To fix this, in Bitcoin Core, go to Help > Debug Window and then the Console tab. In the box at the bottom, type
Code:
abandontransaction <txid>
Where <txid> is the txid of your stuck transaction (when copying from the transaction list, make sure you remove the -000 that Bitcoin Core appends to the txid). Then hit enter. This will enable you to respend the inputs that you used in your stuck transaction so you can send it again but with a higher fee.
6105  Other / Beginners & Help / Re: Possible to double spend if 2 confirmations ? on: July 20, 2016, 08:00:55 PM
No i not try to doublespend (we talk about 20$) but someone scammed me he claim that even on 2 confirmation i can double spend.

Please only the real pro should reply here as i need strong evidence about this !
Theoretically yes, in practice, no.

In order to do that, you would need to be able to mine three blocks before the rest of the miners find the block for the third confirmation. Those three blocks would have to include the double spending transaction and be a small fork of the blockchain the began on the block before your first confirmation.

Ok so in theory it's for a single user impossible unless you have the hardware right ?!
Yes. Performing such an attack would require a lot of hardware. In order to have any probability of success, you would need to have greater than 50% of the hash rate. At the current network hashrate, that is incredibly expensive and pretty much impossible.
6106  Other / Beginners & Help / Re: Possible to double spend if 2 confirmations ? on: July 20, 2016, 07:31:14 PM
No i not try to doublespend (we talk about 20$) but someone scammed me he claim that even on 2 confirmation i can double spend.

Please only the real pro should reply here as i need strong evidence about this !
Theoretically yes, in practice, no.

In order to do that, you would need to be able to mine three blocks before the rest of the miners find the block for the third confirmation. Those three blocks would have to include the double spending transaction and be a small fork of the blockchain the began on the block before your first confirmation.
6107  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-QT Error : Transaction too large on: July 20, 2016, 02:18:33 PM
But how about the 30BTC one .
Blockchain sais transaction rejected by our node because it has more than 250 inputs . The transaction is less than 1K in size . So even if i would put a ridiculously high transaction fee , it will never be processed , right ?
No, not necessarily. Blockchain.info has some strange node policies. Not all nodes will reject transaction with more than 250 inputs. AFAIK, it isn't even a standardness rule, so the transaction still can be confirmed.
6108  Bitcoin / Armory / Re: Armory 0.93.3 dowloading Blockchain since days! on: July 20, 2016, 01:43:16 PM
What about my stationary system?
Can I simply update from 0.93.3 to 0.94.1?
Can't find Info on the Homepage or GitHub about that.
Yes you can update from 0.93.3 to 0.94.1 without uninstalling anything. Just download 0.94.1 and install. Since 0.94.1 uses a different database than 0.93.3, you will be able to save a lot of space by deleting the old databases. Go to %appdata%/Armory and delete the folder there named "databases". Then run Armory again and it will rebuild them. The new database is much faster to rebuild, so it should be done in a few minutes.
6109  Other / Beginners & Help / Re: Newbie with few important questions! on: July 20, 2016, 01:40:24 PM
Hi
I`m considering using bitcoin but I heard some things that make me think otherwise and I want to know a few things before starting!
I`m getting money on paypal and I`d like to transfer this money to bitcoin in order to transfer it to Neteller:
1. Are there always people who will buy my money from paypal for bitcoins?
2. Are there always people who will buy bitcoins for Neteller?
There will usually be many people who are willing to exchange paypal or neteller for Bitcoin. However, in most cases, you need to be trusted because PayPal and Neteller are reversible. Also, you will usually end up paying a high premium due to the risk that the seller takes by exchanging Bitcoin for something reversible.

3. I heard people hack wallets - What is the best way to avoid it and how safe is it?
It is actually hard to hack a wallet. Never use a web wallet; many times those websites have poor security practices and end up being hacked and the Bitcoin stolen, or they run away with your Bitcoin, or the service is just plain bad (e.g. blockchain.info).

If you have a hot wallet (a wallet that is on a computer connected to an internet), make sure that you keep the wallet software up to date, keep your operating system up to date, have an antivirus software, and use different strong passwords for your computer and your wallet. Always encrypt your wallet.

If you have a cold wallet (a wallet on a computer not connected to the internet, recommended), make sure that the computer you have the cold wallet on is clean of any viruses, and that you plan on never connecting that computer to the internet ever again.

Also make periodic backups and keep them in a secure, offline place.
6110  Bitcoin / Development & Technical Discussion / Re: NEED HELP TO MAKE LINUX, MAC AND OSX WALLETS. on: July 20, 2016, 02:38:52 AM
Use gitian builds. If you are using some derivative of Bitcoin Core, it should be possible to adapt gitian to be used with it.
6111  Bitcoin / Development & Technical Discussion / Re: Double check my relative locktime script on: July 19, 2016, 11:08:41 PM
I can't verify your script since I am not sure on the behavior of OP_IF. However, there are some things that I can point out.

My understanding of the RLT BIP is that 2 weeks would translate to 0x40093a.  So the script I came up with is:
No. It has to be in Little Endian, so swap the bytes. It should be 0x3a0940.

Edit: Random thought... Could I remove the OP_DROP and the 1 from the OP_IF and use the OP_TRUE stack item produced by OP_CHECKSEQUENCEVERIFY as the OP_1 for the multisig m-keys-required?
No you cannot remove them. OP_CSV does not return an OP_TRUE, it acts as either a OP_NOP or it terminates the script execution with an error. If it passes, then nothing happens and it needs to be removed from the stack with OP_DROP. If it fails, then the transaction fails and is rejected.

Edit: Figured it out. Besides for the endianness, it all looks good.
6112  Bitcoin / Armory / Re: Armory to show full blockchain (workaround) on: July 19, 2016, 08:16:24 PM
If you go to File > Settings and uncheck "Let Armory start Bitcoin-Core in the background" and then restart Bitcoin Core and Armory, it should fix the problem. Also, always use the latest software.
6113  Bitcoin / Development & Technical Discussion / Re: Paper wallet printed on: July 19, 2016, 07:59:51 PM
and how people trust lealana or casascius that they don't use the priv key inside the physical coins?!
or there is another way to load and mantain the secureness of a coin?!
They are just trusting the company to not steal the private key or record it beforehand.
6114  Other / Beginners & Help / Re: NewBie | Bitcoin tickets, raffle & more on: July 19, 2016, 07:08:45 PM
Can you suggest some sort of these goods and servies??
If you have junk lying around in your house that you don't want but may be valuable to someone else (e.g. old computers), you can sell them on this forum or other marketplaces that accept Bitcoin.

If you have some sort of desirable skill, you can offer a service for Bitcoin. For example, if you can program, you can offer a programming service. Or if you fluently speak multiple languages, you can offer a translation service. Or if you can edit videos, you can make a video editing service.
6115  Other / Beginners & Help / Re: NewBie | Bitcoin tickets, raffle & more on: July 19, 2016, 06:59:59 PM
You should not try to get Bitcoin for free, it isn't worth the time nor will there be a big payout. Rather you should either buy Bitcoin with your fiat, or sell some sort of good or service and be paid in Bitcoin.
6116  Bitcoin / Bitcoin Technical Support / Re: Help Please, did I lose all? on: July 19, 2016, 06:57:58 PM
Quote
That means that you did not put the backup in the right place, or it is the wrong backup file since the file there was created today.

I pasted the wallet here C:\Program Files\Bitcoin and it's the last backup I have what would make it the wrong file?

Could this has something to do with the blockchain being on a different place than by default? its on a different drive than bitcoins installation?

I remember that before the wallet was on the C:\Users\USER\AppData\Roaming folder but now there is nothing in there
You put it in the wrong place. It belongs in C:\Users\USER\AppData\Roaming\Bitcoin. If there is no folder there after running Bitcoin Core, then you are using a custom data directory. If you don't know what it is, go to Help > Debug Window and click the button to open the debug.log file. Look for where it says your data directory is and then put the wallet.date file in that folder.
6117  Bitcoin / Bitcoin Technical Support / Re: Help Please, did I lose all? on: July 19, 2016, 06:40:24 PM
Weird thing is that I dont see any transactions at all. I've checked the "created" field and it shows a date from 5 minutes ago. Seems like if it wasnt there at all from the Bitcoin-qt client's perspective. Also I remember I've encrypted this wallet and the "lock" icon doesnt even appear on Bitcoin-qt
That means that you did not put the backup in the right place, or it is the wrong backup file since the file there was created today.
6118  Alternate cryptocurrencies / Altcoin Discussion / Re: How to restore cloakcoin wallet? on: July 19, 2016, 06:38:07 PM
Find the cloakcoin data directory and then replace the wallet.dat file in there with your backup.
6119  Bitcoin / Bitcoin Technical Support / Re: Help Please, did I lose all? on: July 19, 2016, 06:32:20 PM
Make sure that you are copying the backup to the right place. Right click the wallet.dat file in the data directory and click on properties. Make sure that the "Created" field has a date that makes sense for that wallet to have been created (e.g. 2013).

If you have made any transactions between when that backup was made and when you imported it to Bitcoin Core, it is possible that the backup does not contain the private keys that control your Bitcoin. Since Bitcoin Core is not a deterministic wallet yet, you need to have made a backup of the wallet every 100 transactions.

Do you see any transaction history?

Find an address that you know should have been on that wallet. Then go to Help > Debug Window and click the Console tab. Then in the box at the bottom, type
Code:
dumpprivkey <address>
where <address> is the address that you know should be on that wallet. This will give you the private key for that address. DO NOT SHARE IT WITH ANYONE. If you do get the private key, it should be in black text and begin with a "5", "K", or "L". If you get an error in red text, then that means the address is not in the wallet and you have the wrong wallet.

If you do have the wrong wallet, try copying the backup in again.

You should also try getting the wallet from the windows drive. Make a live CD or USB of another OS such as Ubuntu. Then boot from that on the windows pc and try to access the Windows hard drive. Then pull the wallet.dat file from there.
6120  Bitcoin / Mining speculation / Re: Is it worth it?... on: July 19, 2016, 06:03:02 PM
Thank you,

What would be the easiest way to go then to get enough Th/s?
Buy a more recent hardware such as the Antminer S9, which provides ~12 Th/s. However your electricity costs are too high and you will be mining at a loss. I do not know of any more energy efficient hardware than the S9.
Pages: « 1 ... 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 [306] 307 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 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!