Bitcoin Forum
June 17, 2024, 02:43:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 »
21  Economy / Marketplace / Re: sgornick's Job Board feedback on: July 05, 2011, 06:48:30 PM
http://www.bitcoinjobs.com/jobs/add/

I don't like solving captcha. Can I send you some bitcoin instead?

I love recaptcha, using the wasted billions of hours of work to actually do something useful, transferring books to digital format one word at a time.
22  Economy / Marketplace / Re: Bare-Games.com - 3BTC to win! on: July 05, 2011, 06:42:22 PM
When I saw the name, Bare-games, I immediately thought of nudity, mmmmmm, but somehow I doubt there is any.  Oh well.  I'll try it anyway.
23  Bitcoin / Development & Technical Discussion / Re: [PULL] private key and wallet export/import on: July 05, 2011, 12:33:19 AM
So, uhm, I'm not a developer, and I've never used GIT.  I'm downloading GIT for windows, msysgit, and I'm going to install it.  Will this enable me to somehow get a version of bitcoin running that will let me do dumpwallet, and import wallet?
24  Bitcoin / Bitcoin Discussion / Re: Bitcoin Fiat Advertising - Earn BTC for every Bitcoin advertising dollar. on: July 01, 2011, 08:17:18 PM
I ve done it too with 5 Euro.

Soon i ll get a stamp for that purpose  Cheesy

Ooo, post a pic, I wanna see. Smiley
25  Bitcoin / Development & Technical Discussion / Re: [PULL] private key and wallet export/import on: July 01, 2011, 06:54:50 PM
Hello?  Anyone ever look at this thread anymore?  I downloaded the tarball for this, extracted it into my bitcoin folder, and ran bitcoin, only to find that these new RPC commands are not included/installed.  What do I do?  I don't know C++, I'm not a great programmer, I don't know how to make this work.  Help?  Please?

For now, you need to recompile Bitcoin from its source code to use this. Hopefully this patch will be included in the next release.

But as for your corrupt wallet, I recommend bitcointools. There is a nice guide here: http://forum.bitcoin.org/index.php?topic=11331.0

Darn it, I don't know how to recompile things on windows.  It's easy on linux, just type make, and everything is pre-scripted and it just works.  On windows I have no clue.  As for bitcointools, I tried that already, those hung transactions still are not announcing and being processed, so I want them Gone, deleted, removed.  How do I do that with bitcointools?  The only way I can see is to dump my wallet as a text file, then import that into a new wallet, not including the hung transactions and whatever it is that is causing the problem.  But, I can't do that without "dumpwallet" and the other great RPC commands that I have no ability to use at the moment. Sad
26  Bitcoin / Development & Technical Discussion / Re: Command Line and JSON-RPC on: July 01, 2011, 06:53:33 AM
Unknown key type: bestblock
This error is not related to your problem. It's just that the wallet contain a new type of data that the bitcointools is not aware of. (namely, the most recent block that this wallet was synchronized with)

Do you have a thread where you describe the scenario that led to hung transactions ?
edit: I assume this is the one. My advice would be to wait a bit for the import/export private keys feature to be formally released in an official version. Then you can dump your keys to a text file and import back the relevant ones to a fresh wallet.

Yup, that's the one, and yes, those are the features I need.  I found the github branch with a download of stuff that supposedly patches those RPC commands into bitcoin, but, after extracting it nothing was installed or patched, and I don't know what to do.  I want to dump my wallet, and only have the stuff I want, not the hung or damaged stuff, and then import the good stuff into a new wallet, a fresh start.  Please please please, someone put it into the main branch so it gets included in the next official release!
27  Bitcoin / Development & Technical Discussion / Re: [PULL] private key and wallet export/import on: July 01, 2011, 06:50:08 AM
Hello?  Anyone ever look at this thread anymore?  I downloaded the tarball for this, extracted it into my bitcoin folder, and ran bitcoin, only to find that these new RPC commands are not included/installed.  What do I do?  I don't know C++, I'm not a great programmer, I don't know how to make this work.  Help?  Please?
28  Bitcoin / Development & Technical Discussion / Re: Command Line and JSON-RPC on: June 30, 2011, 06:29:31 PM
bitcointools has a fixwallet.py that can often fix broken wallet.dat files.
  https://github.com/gavinandresen/bitcointools/


If that works, I'll be very very happy, OMG!!  You're the best Gavin. Smiley

I finally managed to figure out how to run it, and then it spouted an error I don't understand.  Here is the text:

Code:
C:\Program Files\Bitcoin\bitcointools>fixwallet.py --datadir=m:\bitcoin --out=walletFixed.dat
Unknown key type: bestblock

Well, it didn't fix the wallet the way I wanted it to, it still had the hung transactions on it.  I want to Remove those hung transactions, and fix whatever caused them, Or fix whatever is causing it so that they will stop being hung. 
29  Bitcoin / Bitcoin Discussion / Re: Bitcoin Fiat Advertising - Earn BTC for every Bitcoin advertising dollar. on: June 30, 2011, 06:28:47 PM
I'm a bit strapped for cash right now, this is all the paper money I have. I certainly will do this to any further bills that I come across.


I don't see your picture. Sad  What went wrong?
let me just put the link in
http://cubeupload.com/im/QJGOB9.jpg

I see it now. Smiley  Good job, heck, I'd like to tip you something just for your taste in Sci-fi, Ha! Smiley
30  Bitcoin / Mining software (miners) / Re: [Announce] WhileIdle application - Stealth run miners only when computer is idle on: June 30, 2011, 06:23:41 PM
I don't understand why this is not working right.  Sure, it runs guiminer, but guiminer just sits there doing nothing.  Normally the task manager tells me the CPU is at 100% when a miner is running.  But the CPU just idles after guiminer starts.  Nothing happens.  How do I set guiminer to automatically start a miner?

I have the exact same issue although I'm trying to run the GPU instead.

Yah, I can't use my GPU, because even though I finally managed to get OpenCL installed, none of the OpenCL miners actually say I have an OpenCL capable GPU, so they just use the CPU anyway, might as well not have OpenCL. Sad

I just figured out how to make guiminer automatically start a miner, I had forgotten about something I saw back when I first started using guiminer.  Run guiminer manually, then click on View menu, and Show Summary, which shows you all your miners in one window... along with Auto Start checkboxes for them.  Click which ever ones you want to auto start as soon as guiminer starts, and there you go.  And now I'm wondering why whileidle always shuts itself off when the system stops being idle, I thought it would only shut off the guiminer, which it does brilliantly by the way.  So since whileidle shuts off every time, I can't count on it to always be running, so, I'm going to try using the built in Scheduled Tasks system for windows.  I've used it before, it always works great.  I've set it up just now to run guiminer Only when Idle, and to shut off guiminer when the computer is no longer idle.  Plus, it has a great feature of never running this CPU intensive process on battery power. Smiley

Ok, System Scheduler is great at shutting down guiminer when the system isn't idle anymore, but does not shut down the miners that guiminer is running, so, I changed it to run whileidle.exe instead, and that is working out great.  One problem with whileidle I forgot to mention, in the settings file for it, when I switch it to not hide the program it's running, well, it still hides it.  The guiminer icon appears in the system taskbar, but no window pops up so I can see the khash/s. Sad
31  Economy / Marketplace / Re: Bitcoin Double - Betting game with faster payouts. on: June 30, 2011, 06:21:15 PM
Ok, it's saying invalid email address, even though it IS a valid email address.  Go on, try sending an email to krepta3000+validemail@gmail.com.  I know for a fact that this is a valid email address format, the plus sign is not rejected by gmail, it's in fact a Feature.  A feature I like using now that I know about it.
32  Bitcoin / Bitcoin Discussion / Re: Bitcoin Fiat Advertising - Earn BTC for every Bitcoin advertising dollar. on: June 29, 2011, 10:24:10 PM
I'm a bit strapped for cash right now, this is all the paper money I have. I certainly will do this to any further bills that I come across.


I don't see your picture. Sad  What went wrong?
33  Bitcoin / Mining software (miners) / Re: [Announce] WhileIdle application - Stealth run miners only when computer is idle on: June 29, 2011, 10:19:39 PM
I don't understand why this is not working right.  Sure, it runs guiminer, but guiminer just sits there doing nothing.  Normally the task manager tells me the CPU is at 100% when a miner is running.  But the CPU just idles after guiminer starts.  Nothing happens.  How do I set guiminer to automatically start a miner?
34  Bitcoin / Bitcoin Discussion / Re: Printing bitcoins, an implementation on: June 29, 2011, 07:59:25 PM
I'm so confused trying to read this thread.  I really like BitBills, plastic cards containing Bitcoins, very cool concept. Smiley
35  Bitcoin / Mining / Re: Windows Screensaver RPC Miners (CPU/4way/CUDA/OpenCL) on: June 29, 2011, 07:57:31 PM
Thanks SleepMachine!  Grin

Oh, I forgot to mention that since my attempt at installing OpenCL on this computer, and installing the newest RPC screensavers, the 4way screensaver is only able to do about 20 khash/s, rather than the 300 or so it was doing before.  Huh

I don't know why.  But GUI miner, loading the 4way RPC miner executable works fine, it's just that I can't do much of anything while that's running, even on Lowest CPU priority, it hogs the system somehow, still.  I don't understand how.

As for the program you made SleepMachine, will it shut off when Dad switches to his desktop, the way the screensaver does?
36  Bitcoin / Development & Technical Discussion / Re: Command Line and JSON-RPC on: June 29, 2011, 07:53:48 PM

Yay, thanks. Smiley  Now I just need to figure out how to dump my broken wallet, and import only the good stuff into a new wallet.  Grrr!
37  Economy / Marketplace / Re: Bitcoin Double - Betting game with faster payouts. on: June 29, 2011, 07:51:53 PM
Nothing happens.  Nothing at all, no error code, no next page of any kind.  I fill out the things to register, I click register, and all the stuff I filled in just vanishes and I'm just on the same page, no change at all.  Nothing Happens.  I wish I could figure it out from here.
38  Bitcoin / Development & Technical Discussion / Re: [PULL] private key and wallet export/import on: June 29, 2011, 07:38:38 PM
I don't understand how to use these RPC commands to dump my screwed up wallet, and import the undamaged portion into a new wallet.  In other words, manually construct a wallet that doesn't include the hung transactions.  I have looked at the RPC commands my bitcoin client accepts, and these commands you list on this thread are not included.  What do I do?
39  Bitcoin / Bitcoin Discussion / Re: Bitcoin Fiat Advertising - Earn BTC for every Bitcoin advertising dollar. on: June 29, 2011, 04:44:06 PM
Err, why dont you just create a new account on the site then use the messaging system to reference your old account?

I could, I just don't want to, because I'm very irritated by that site now.  Is it really worth having a second account on a site that's not working?  Fine, it's not that difficult, I'll make another account on the fraking site.
40  Bitcoin / Bitcoin Discussion / Re: Bitcoin Fiat Advertising - Earn BTC for every Bitcoin advertising dollar. on: June 29, 2011, 06:09:15 AM
This is the first time I've ever vandalized a USD bill, believe it or not.  At least that I can remember.  Maybe when I was really little, but I dunno.

These pictures are from the same $5 bill, the only USD money I have.  And if you feel like it, you can send bitcoins to my Bit-Bank.org address, http://bit-bank.org/user/Krepta3000# 19ABdEVj3hoP98phetsUkCypdcXimTaY1F.  I had an account on Mybitcoin.org, but am no longer able to log in for some reason, and the only method of Contacting anyone there requires me to log in, soooooo, since my account is empty, I don't care anymore, I'm no longer going to use that site.

Pages: « 1 [2] 3 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!