Bitcoin Forum
May 25, 2024, 12:16:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 100 »
441  Bitcoin / Bitcoin Technical Support / Re: Possible to use brute force to re-gain access to a wallet? All but 1 char known on: March 15, 2014, 07:12:20 PM
You need to allow command line access to bitcoind because the program needs to automatically check whether the password works.  See here:

https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File

Basically you need to create a textfile named bitcoin.conf in C:\Users\username\AppData\Roaming\Bitcoin\ (change username to your username)

In the textfile you probably only need:

rpcuser=somename
rpcpassword=somepassword

Make the password a long gibberish thing

Once you have that file, open a command window (start, type cmd in the box, and select cmd.exe)
then type:
cd C:\Users\username\AppData\Roaming\Bitcoin\  (replacing username)
bitcoind --daemon

Count to 10 and type
bitcoind getinfo

If it gives you some information (current block, etc) that means you're connected and you can then run the ruby script
If it says not connected then count to 10 and try again.
442  Bitcoin / Bitcoin Technical Support / Re: I need help with Bitcoin-QT transferring of BTC on: March 15, 2014, 06:42:36 PM
That's fine, either: 
use 0.0001 in the box and send all but 0.0003
or use 0.0002 in the box and send all but 0.0006

The first box tells you that it would like to send the fee that you typed in the box (0.0001).  The second box means that it realized your transaction is so large it needs a bigger fee and it would like to use 3 times what you typed in the box.
443  Bitcoin / Bitcoin Technical Support / Re: Possible to use brute force to re-gain access to a wallet? All but 1 char known on: March 15, 2014, 06:39:43 PM
Don't trust that recoinvery website.

First, what OS are you using?
444  Bitcoin / Bitcoin Technical Support / Re: Possible to use brute force to re-gain access to a wallet? All but 1 char known on: March 15, 2014, 03:23:58 PM
Look at this thread:  https://bitcointalk.org/index.php?topic=85495.0

You will find a whole lot of brute-forcing scripts by revalin. They rescued many, many coins...

There you go, check post #26.  You just need to install ruby.  You can delete the parts you don't need, since you just want to insert a character.
445  Other / Beginners & Help / Re: what do you call the money you plan to use for day-trading? on: March 15, 2014, 04:14:28 AM
They're not warning you about the dangers of daytrading.  They're warning of the possibility that your exchange could steal or lose all your coins like Mt. Gox.
446  Bitcoin / Bitcoin Technical Support / Re: I need help with Bitcoin-QT transferring of BTC on: March 15, 2014, 03:54:32 AM
Goto Settings -> Options and change the fee to 0.0001 then retry the transaction and accept the fee.  Make it 0.0002 if you really want to be sure it'll go through.
447  Bitcoin / Bitcoin Technical Support / Re: json rpc pass and username not working on: March 15, 2014, 03:51:25 AM
What does this return:
bitcoind getinfo
448  Bitcoin / Bitcoin Technical Support / Re: me wallet no update on: March 15, 2014, 03:48:44 AM
Why do people move 2 BTC when they're not sure how it works -- why not 0.01 first as a test?
449  Bitcoin / Bitcoin Technical Support / Re: Compiling from source on Debian, getting lboost error (Bounty) on: March 15, 2014, 01:38:20 AM
Do you have libboost_thread installed?
450  Bitcoin / Bitcoin Technical Support / Re: Possible to use brute force to re-gain access to a wallet? All but 1 char known on: March 15, 2014, 01:36:21 AM
It's a pretty simple program.  If you can install python I can probably whip something up tonight, or somebody else might beat me.
451  Bitcoin / Bitcoin Technical Support / Re: offline wallet on: March 15, 2014, 01:29:56 AM
There's no need to connect to the internet to make another offline wallet.  You shouldn't be connecting to the internet at all, even to make your first offline wallet.
452  Other / Beginners & Help / Re: How to encrypt wallet.dat on: March 12, 2014, 07:55:22 PM
Bitcoin-QT lets you encrypt your wallet, so you're all set already.
453  Bitcoin / Hardware / Re: antminer help on: March 10, 2014, 09:40:41 AM
What's the accepted number?
454  Bitcoin / Hardware / Re: antminer help on: March 10, 2014, 03:16:55 AM
OC'd so voids warranty

I can't imagine why they would warn against overclocking, it seems perfectly safe.  It's not like it's going to just die after awhile.
455  Other / Off-topic / Re: Suggestions for me? on: March 10, 2014, 12:21:41 AM
Honestly your best bet is to take $400 and buy the remaining BTC.

But if you're set on doing it pure-BTC style, maybe someone wants to pay you to design some graphics for a webpage?  I think the shitcoins sometimes pay for people to make a coin logo for them.
456  Bitcoin / Mining support / Re: Two difficulty on: March 09, 2014, 10:22:32 PM
When using a pool the difficulty is the quality of share you need to submit to get partial credit for a block that is found.  If 10,000 people each submit 1 1 difficulty share then they will each get 1/10000 of the block reward.

When solo mining you need to actually solve the block and so the difficulty is the actual solving difficulty.  You will get 100% of the block reward if you are successful.
457  Other / Beginners & Help / Re: Hello I'm a Beginner And I've Questions on: March 09, 2014, 10:07:43 PM
It's only worth it if you want to do it "for fun".  You'll never make $40 worth of bitcoins with those.  And you can't use them for altcoins.  Don't listen to anyone who tells you to mine PPC with them.
458  Other / Beginners & Help / Re: System freezes when mining with more then one GPU on: March 09, 2014, 10:05:45 PM
Is it possible your power supply isn't powerful enough for both at the same time?
459  Bitcoin / Bitcoin Technical Support / Re: Wallet address missing. on: March 09, 2014, 09:35:31 PM
Try bitcoin-qt -rescan
What is the error blockchain.info gives you?
What are the addresses you have bitcoins at?  Does getaddressbyaccount show those addresses? (I've never used this command, so not sure if it will tell you anything useful)
  Or can you use pywallet to list all the addresses that your wallet.dat contains private keys for?
460  Bitcoin / Armory / Re: Armory - Discussion Thread on: March 09, 2014, 09:26:03 PM
What does it say in the log file?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 100 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!