Bitcoin Forum
July 07, 2024, 08:56:22 PM *
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 »
121  Bitcoin / Development & Technical Discussion / Re: X action with no validations after a number of days on: September 16, 2012, 09:25:36 PM
Sure enough, the network doesn't see it.  What was the From address?
122  Bitcoin / Development & Technical Discussion / Re: How do bitcoin clients agree on what time it is? on: September 16, 2012, 03:38:41 PM
Yes, a corrupt operator can slightly manipulate the timestamps for a marginal benefit.

Doing a it would in a big way would require a significant 51% attack where considerable amounts of history were rewritten in order to achieve a moderate benefit. It is theoretically a problem, but the risk/cost/reward is poor.  As such I don't think anyone has ever bothered.
123  Bitcoin / Development & Technical Discussion / Re: X action with no validations after a number of days on: September 16, 2012, 03:26:25 PM
Would you mind posting the address or txid so we can have a look?
124  Bitcoin / Development & Technical Discussion / Re: How do bitcoin clients agree on what time it is? on: September 16, 2012, 04:15:38 AM
https://en.bitcoin.it/wiki/Block_timestamp

Timestamps are checked against network time and your local time.  Nodes refuse to relay if the block's time is too far off.
125  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: September 13, 2012, 05:21:32 PM
No problem!  I'm always glad to help.  Smiley
126  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: September 13, 2012, 04:47:34 PM
Try:

mv ~/.bitcoin ~/.bitcoin-old
mkdir ~/.bitcoin
cp ~/.bitcoin-old/wallet.dat ~/.bitcoin
echo rpcpassword=somerandomjunk > ~/.bitcoin/bitcoin.conf
./bitcoind -daemon



edit: Fixed the echo line
127  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: September 13, 2012, 04:29:20 PM
Did you actually get and install bitcoin?  Try this:

wget http://softlayer.dl.sourceforge.net/project/bitcoin/Bitcoin/bitcoin-0.6.3/bitcoin-0.6.3-linux.tar.gz
tar -xf bitcoin-0.6.3-linux.tar.gz
cd bitcoin-0.6.3-linux/bin/32/
mv ~/.bitcoin/brute.rb .
echo rpcpassword=somerandomjunk > ~/.bitcoin/bitcoin.conf
./bitcoind -daemon

... wait a minute while it starts up ...

ruby brute.rb

And it should start cracking.
128  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: September 13, 2012, 04:18:38 PM
Is bitcoind in the .bitcoin dir?  To be clear, it needs to be in the directory with the Satoshi client program goes, not the one where the wallet.dat goes.
129  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: September 13, 2012, 04:13:03 PM
Did you put it in the same dir as bitcoind?  Smiley

It needs to be able to run it and it only looks in the current dir.
130  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: September 13, 2012, 12:36:39 PM
Don't forget:  set an RPC password

Also, do it while disconnected from the net so it's not trying to download the blockchain while it runs.  That'll just slow things down.
131  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: September 13, 2012, 11:09:26 AM
If you want to use my script:

Install Ruby - http://www.ruby-lang.org/en/downloads/
Save the script to brute.rb in the same directory as bitcoind
Edit the script to change the passphrase from "oops" to your best guess
Start up bitcoind
run: ruby brute.rb

The script was originally for Linux but it should work on OSX or Windows with some small changes.
132  Alternate cryptocurrencies / Altcoin Discussion / Re: [CLC] Cloud Coin Idea on: September 13, 2012, 06:39:45 AM
https://bitcointalk.org/index.php?topic=52155.0;all
https://bitcointalk.org/index.php?topic=60703.0;all
https://bitcointalk.org/index.php?topic=86589.0;all

tl;dr: You need to find a problem that is: 1) very hard to solve (about 20,000 GPU-hours per solution); 2) trivial to verify it was done correctly (less than 1 GPU-second per check); 3) politically neutral (we have to agree on the problem being solved, and some people will object to using their GPUs to solve some problems).

No one knows a useful problem in this category, so we're using SHA256.  Feel free to suggest something better, but criteria #2 is the hard one.
133  Bitcoin / Bitcoin Technical Support / Re: Need help to not lose bitcoins on: September 13, 2012, 01:21:10 AM
Thanks.  Smiley  Glad to hear it worked out.
134  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-qt crashes at startup on: September 13, 2012, 01:06:11 AM
Start by looking in the db.log and debug.log.  Post them here if you want us to have a look.
135  Bitcoin / Bitcoin Technical Support / Re: Need help to not lose bitcoins on: September 12, 2012, 04:57:12 AM
It's just so that it wraps into the available width.  Delete the space.  Smiley

Edit: 165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g
136  Bitcoin / Bitcoin Technical Support / Re: Need help to not lose bitcoins on: September 12, 2012, 04:53:31 AM
Yeah, I've seen that on blockexplorer sometimes.  I suspect it happens occasionally when it's busy.

<-  My address is right over there.  Smiley

And no problem, always glad to help.
137  Bitcoin / Bitcoin Technical Support / Re: Need help to not lose bitcoins on: September 12, 2012, 04:43:58 AM
http://blockchain.info/ or http://blockexplorer.com/

Just enter your address in the search box.
138  Bitcoin / Bitcoin Technical Support / Re: Need help to not lose bitcoins on: September 12, 2012, 04:41:06 AM
10 is plenty.  The update is usually limited by the speed of your CPU and disk, not the number of connections.

0.6.2 should update faster than 0.3.23.  Just give it a bit.
139  Bitcoin / Bitcoin Technical Support / Re: Need help to not lose bitcoins on: September 12, 2012, 04:28:29 AM
%APPDATA%\Bitcoin

On Windows 7, that means C:\Users\(username)\AppData\Roaming\Bitcoin

But you shouldn't have to do anything manually.  Upgrading won't delete the wallet.dat, so it'll already be there when you start it up again.
140  Bitcoin / Bitcoin Technical Support / Re: Need help to not lose bitcoins on: September 12, 2012, 04:22:06 AM
Actually, the sourceforge blockchain is only to block 170k.  If you're already within 10k blocks of finished then there's no point in downloading it again.

All you have to do is exit, update to 0.6.2, then fire it up again.  It will pick up where it left off.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!