Bitcoin Forum
June 21, 2024, 06:55:09 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 ... 590 »
6601  Bitcoin / Bitcoin Technical Support / Re: Sent Bitcoins i can't receive on: May 10, 2016, 03:45:12 PM
Enable pruning. Go to the data directory (see https://en.bitcoin.it/wiki/Data_directory for the default locations) and create a bitcoin.conf file. In the file, have a line with
Code:
prune=550
This will prune the blockchain and make the size or takes about 2Gb.
6602  Bitcoin / Development & Technical Discussion / Re: Bitcoin Core 0.11.3 on: May 09, 2016, 11:39:40 PM
It probably won't be released. It was never tagged. If you want it yourself, checkout the branch and build it yourself.
6603  Bitcoin / Bitcoin Discussion / Re: How many nodes? on: May 09, 2016, 10:47:59 PM
It depends on what you mean by "control the network". All that an attacker can do with a lot of nodes is conduct a sybil attack on other nodes. They cannot change the blockchain without any mining power, they cannot make coins move that they don't have the private keys for. All an attacker can do is feed bad information to a node and keep that node from the rest of the network.
6604  Bitcoin / Bitcoin Technical Support / Re: Bitcoins to wrong address, help? on: May 09, 2016, 10:41:56 PM
As --Encrypted-- said, nothing can be done at this time. However, what you should do is scan your computer with antivirus software to check that there is no malware on your computer. There are viruses known to hijack the clipboard and replace an address with an attacker's, so you should scan your computer to make sure you don't have that.

You can also try to figure out who owns that address and see if you can get that person to return you your money.
6605  Bitcoin / Armory / Re: Wallet constantly needs rebuilding on: May 09, 2016, 09:45:19 PM
Thanks for the really quick reply, I will try that and confirm if it resolves the issue.
I forgot to mention that 0.94.1 will build new databases. However, these databases are significantly smaller than the old ones (several Gb vs ~200 Mb). However it does not remove the old databases, so you will have to go to the armory data directory and delete the old ones yourself in order to get that additional space. The old databases will not have any effect on the new ones.
6606  Bitcoin / Armory / Re: Wallet constantly needs rebuilding on: May 09, 2016, 09:33:27 PM
Everytime Armory loads my wallets show over 184467440000 bitcoins and they need rebuilding. Even if Armory is left running a day or so later the balance returns to over 184467440000. Any ideas how to prevent this happening? Running 0.93.3 with core 0.11.1. Any help much appreciated.

Use 0.94.1 https://github.com/goatpig/BitcoinArmory/releases/tag/v0.94.1 and Core 0.12.1 https://bitcoin.org/en/download. IIRC 0.94.1 fixes this problem.
6607  Other / Beginners & Help / Re: is it possible to make a paper wallet without the password? on: May 09, 2016, 09:00:26 PM
If your paper wallet is unencrypted, your Bitcoin can be stolen. Likewise, if your backup on a USB is unencrypted, someone can steal your Bitcoin. The solution is to use encryption. Paper wallets can be encrypted just like a digital backup can be encrypted. If you go to the paper wallet tab of bitaddress.org, there is an option to BIP38 encrypt. Check that and enter your encryption password. The private key will be encrypted and can only be decrypted if you know the password.

Also, the private key IS NOT the same as a password. They are not synonymous and do not use them interchangeably. Refer to the private key as the private key and the password as the password.
6608  Bitcoin / Development & Technical Discussion / Re: [solved]How decode raw transaction? on: May 09, 2016, 08:12:44 PM
1. How to fast find address in this case?
The same speed that it takes to find any address.

2. Keys in 33 byte from instead of 65 can this same way https://en.bitcoin.it/wiki/Technical_background_of_version_1_Bitcoin_addresses create Base58 address?
Yes.
6609  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: May 09, 2016, 08:07:28 PM
It seems that your site is down. I would check if the activity new round is tomorrow, but I can't since it seems that it crashed and is no longer online. I get some blank pages after a lot of loading.
Yeah, I just got back to my computer where I can access the server. It looks like the server crashed. I'm currently trying to figure out what went wrong and to get it back up and running.

Edit: We're back online!!
6610  Bitcoin / Electrum / Re: FORGOT PASSWORD AND SEED, STILL HAVE WALLET FILE on: May 09, 2016, 03:15:57 PM
Hello,
  Can anyone please help me retrieve my electrum wallet password?
I will give 1 btc to anyone who can get the password/seed back for me Smiley

Regards
If you have no idea what the password is, then nothing can be done and the bitcoin is lost. Otherwise, write down everything you can remember about the password and that may help you recall it.
6611  Bitcoin / Bitcoin Technical Support / Re: core won,t download to my external drive. on: May 09, 2016, 01:35:05 PM
core won,t download to my external drive.

A stupid question, assuming you're talking about the core qt wallet, you did start it from the commandline like this:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" -datadir=d:\BitcoinData

(given that you're using windows, and d:\ is you external drive)
You can also right click on the shortcut and add the -datadir option to the command in the target box so that you don't need to start it from the command line every time.
6612  Economy / Web Wallets / Re: blockchain.info problem transaction help me!!! on: May 09, 2016, 01:10:08 PM
Service problem, contact their support. Users here cannot help you.

Also, you should stop using bc.i. I recommend that you get a desktop wallet like Electrum.
6613  Bitcoin / Bitcoin Technical Support / Re: What is the easiest way to generate a few dozen addresses with tiny amounts? on: May 09, 2016, 11:48:58 AM
I rather not want to do this manually.
Obviously, I also would like to use open source solution only.
Try https://www.bitaddress.org. They have a bulk address part of the site. You can also download the code to the site and run it offline.

I know that site very well, but as far as I know you can only generate the addresses, but not the actual transactions which are also required.
You could use those addresses in a script which uses RPC commands to create the transactions that fund them.
6614  Bitcoin / Bitcoin Technical Support / Re: Is there any cure for my cack-handed idiocy? on: May 09, 2016, 11:44:58 AM
Could you tell us which address you gave the person who was paying you? You could easily use  blockchain.info or blockr.io to check if the coins are at least in the correct address.
If they are in the correct address, it might be wise to make a backup of your wallet and keep it safe while you try to fix your issues, but at least you know your problem will be "fixable". If the coins didn't show up on the address, there is no use in trying...

Thanks for the advice.

The address I provided and which the funds were sent to was: 1L1T35UsuL63acp93HszTMi5xbzgizu6az

A check on blockchain.info shows that the transaction did indeed go through to this address! So that's something to start with I suppose...
Check that your wallet has the private key to that address. Go to Help > Debug Window > Console. In the box, type
Code:
dumpprivkey 1L1T35UsuL63acp93HszTMi5xbzgizu6az
Then hit enter.

If the private key to your address is in your wallet, then you will see a string that starts with a 5, K, or L. The text will be in black. If it is successful, DO NOT SHARE THE PRIVATE KEY WITH ANYONE.

If the command fails, your will see red text with an error. If the error is something like" address not in wallet" then you do not have the private key in your wallet. In that case, if you don't have a backup of your wallet, then you have lost your bitcoin.

Edit: also, did you have a custom data directory set? The reset options button is known to revert it to the default data directory.
6615  Bitcoin / Bitcoin Technical Support / Re: What is the easiest way to generate a few dozen addresses with tiny amounts? on: May 09, 2016, 11:37:18 AM
I rather not want to do this manually.
Obviously, I also would like to use open source solution only.
Try https://www.bitaddress.org. They have a bulk address part of the site. You can also download the code to the site and run it offline.
6616  Bitcoin / Bitcoin Technical Support / Re: Is there any cure for my cack-handed idiocy? on: May 09, 2016, 04:34:16 AM
The reset options button should not affect your wallet like that, although someone in the past has mentioned that it has.

However, as long as you did not delete your wallet, all of your Bitcoin should be safe. Try starting the wallet with the -rescan option. Right click the shortcut to start Bitcoin Core and select properties. In the box labeled "target", add -rescan to the end of whatever is already in there. Make sure that there is a space between what is there and what you add. Then click OK and double click the shortcut to start Bitcoin Core. It will rescan and you should see your Bitcoin in your wallet. Rescanning can take a while. Once it is done, you can go back to the shortcut's properties and delete the -rescan.

Also, you should upgrade to the latest version of Bitcoin Core. AFAIK, the issue with needing to reindex on a hard shutdown or crash was only with older versions of the software.
6617  Other / Meta / Re: Account Farmers are the new Ponzis on: May 09, 2016, 02:20:57 AM
What about a very simple solution such as not allowing signature space until an account is 1 year old.  If you put a time limit on it rather than an activity limit, then there would be no incentive to spam (until the year is complete).  If a year sounds too long, it could be 6 months.  I think this could deter people that don't want to wait to get a signature.
They would just buy an account that is older than one year and spam on that.




Here's an idea that could work but probably won't happen because of the complexity:

In order to have a signature, an account must be, say, at least full member and the user must give 2BTC to the forum. However, instead of that 2BTC being a donation, it would rather be a security deposit. After the user posts at least 1000 posts over the course of two years, he can get 1.5BTC back, the remaining 0.5BTC becoming a donation. However, in order to get that 1.5BTC back, the user must also not have more than 25 posts deleted over the two years, and no more than 10 instances where more than 20 posts are made in a twenty four hour period. He must also never receive a ban within those two years. Only when these requirements are met can the user receive the 1.5BTC back.

I think this would work to reduce spam, increase the constructiveness of posts, and also maintain traffic for the forum. Users are incentivized to stick around for a few years, and post constructively in order to get their money back.
6618  Bitcoin / Development & Technical Discussion / Re: Towards better consumer protection in bitcoin on: May 09, 2016, 01:21:30 AM
On the other hand, customers can choose to deal only with known merchants. I have no worries about sending bitcoin to a merchant because I only deal with reputable vendors. Bitcoin works perfectly here too.
But then how does a new merchant become reputable? The problem is the new vendors who want to be able to sell goods for Bitcoin but if no one trusts them because they are new, then they can't become reputable merchants. This mentality prevents newcomers to the market.
6619  Other / Meta / Re: How do i change my avatar? on: May 08, 2016, 05:39:46 PM
Only Full Members and up can have avatars. To get to full member, you need to post (but not spam) to increase your activity. You can only earn 14 activity points every two week period.

Also, please use the search function, this question has been asked by others literally thousands of times. Just search if you have a question and if you can't find the answer, then ask.
6620  Other / Meta / Re: Account Farmers are the new Ponzis on: May 08, 2016, 05:00:45 PM
Coming to the topic, whats Ognasty's 1/2 BTC suggestion by the way? Didn't have the time to go through the whole thread, but it seems well accepted.
tl;dr pay 2BTC to get a special rank that can have a signature, everyone else either has super stripped down signature or none.
Pages: « 1 ... 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 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 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!