Bitcoin Forum
October 03, 2025, 01:44:25 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: I had been using old bitcoin-qt and now I seem stuck on: August 25, 2016, 03:21:25 AM
I think I got it, needed walletpassphrase "your walletpassphrase here" 600 to unlock encrypted wallet.
2  Bitcoin / Bitcoin Technical Support / Re: I had been using old bitcoin-qt and now I seem stuck on: August 25, 2016, 03:14:28 AM
Blockchain.info import wallet feature via wallet.dat no longer works, at least to my wallet and experience.
My experience is the same. two browsers on my regular PC, and IE on two other different PCs all same experience.

If you want, you can just open Bitcoin Core, go to Help>Debug Window>Console and use
Code:
dumpprivkey "Address"
to extract the private key. Import the private key to another SPV wallet. Make sure that the correct wallet.dat is in the data directory.

it gives error: Private key for address (myaddress) is not known (code -4)
3  Bitcoin / Bitcoin Technical Support / Re: I had been using old bitcoin-qt and now I seem stuck on: August 23, 2016, 12:40:24 AM
I had found that doing some of my own research, when you attempt to drag/drop the wallet.dat the browser behaves like you've downloaded the file, eg. "do you want to open or save wallet.dat..." it dosn't make it into blockchain.info's web app. Tried in both internet explorer and firefox.
4  Bitcoin / Bitcoin Technical Support / I had been using old bitcoin-qt and now I seem stuck on: August 22, 2016, 11:33:43 PM
Years ago I used bitcoin-qt.exe and for a while would run it and let it update/download the blockchain in order to send any BTC. I had not done so for a very long time, and recently tried firing it up again but it was unable to fully update the blockhain, giving an i/o error or some such. Sence it was borked, I nuked the blockchain files to get some HDD space back. I have saved (from the distant past) my bitcoin_wallet_encrypted.dat. I was assuming I could import this into some new service/application, but I'm not finding any ability to do so. How can I get myself back access to my BTC?
5  Economy / Trading Discussion / Re: buying btc with moneypak how does it work on: August 07, 2013, 08:56:52 PM
If you escrow on someplace like localbitcoins.com only you can cancel the order.
You could do a balance check (I'm assuming this functionality exists) with time showing, and keep that to submit to the localbitcoins resolution staff in case they need to make a determination to resolve the escrow.
Other than that, pick the most reputable user and look carefully for negative feedback. Somebody with hundreds of positive transactions isn't likely to reverse that trend on you.
6  Economy / Service Announcements / Re: Bitmit - Bitcoin shopping mall - Bitcoin market place - Bitcoin auction house on: July 19, 2013, 12:09:15 PM
Are you not accepting new members? I've attempted to make an account for the last 3 days and every time I get "Sorry, registration is currently disabled. Please try again later (User not allowed)". No, I'm not accessing it through tor.
7  Bitcoin / Pools / Re: [31 Th/s] 50BTC.com - PPS|Stratum+Vardiff|Port 80|QIWI,Yandex,Mobile,LR,WM... on: July 02, 2013, 10:29:43 PM
Quick question on 50btc features like "Stratum"...

Does the pool automatically adjust what it sends the client, say, if they are using ASIC hardware?
Or do you need to set up and/or launch your miner different or with different settings?

I am mining on 50btc with a hashrate of about 5.7 GH/s with cgminer v3.3
I see on the webstite where you can adjust difficulty, that is independent of stratum, correct?
8  Bitcoin / Pools / Re: [31 Th/s] 50BTC.com - PPS|Stratum+Vardiff|Port 80|QIWI,Yandex,Mobile,LR,WM... on: July 02, 2013, 08:14:46 PM
are stats frozen?  or is it just me? 
Site's updating my stats just fine.
9  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple Giveaway! on: April 22, 2013, 04:53:51 AM
rLhc1goh6yDzR1TRbYrxEMZkmGow1Y4jkt
10  Bitcoin / Pools / Re: [3200 Gh/s] 50BTC.com - PPS, INSTANT payout (LR, qiwi, WM,...), API, no stales on: September 13, 2012, 02:39:40 AM
I have never had a payout from them (new to this). Not only is it showing that I have paid out BTC, that number is increasing as I mine. I hope that they get the proper reward rate, but also get the payout number fixed too. If I end up with any sort of number in the payout field when I've never taken a payout, well, then something's wrong.
11  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: September 12, 2012, 03:44:46 PM
I've made my few introductory posts and I've lurked for a while so I've got to be close to being able to post elsewhere, but if somebody wants to go ahead and approve me now, I'd be fine with that too Cheesy
12  Other / Beginners & Help / Re: Bitcoin Master Gambling List? on: September 12, 2012, 03:09:45 PM
I'm interested too, specifically Texas holdem with other players?
13  Other / Beginners & Help / Re: Trust No One on: September 12, 2012, 03:06:03 PM
Just minimize risk, you can never eliminate it.
14  Other / Beginners & Help / Re: How to earn BTC on: September 12, 2012, 02:58:10 PM
I'm going to start a new investment fund. you can invest in my fund to earn bitcoin.

You mean ponzi scheme?
15  Other / Beginners & Help / Re: Introduce yourself :) on: September 12, 2012, 02:56:31 PM
Yes, hi.
16  Other / Beginners & Help / Re: Newbie restrictions on: September 12, 2012, 02:42:40 PM
Well, posting 5 times isn't really hard, but it'll certainly result in spammy garbage posts.
17  Other / Beginners & Help / Re: Bincoin miner as a windows service on: August 29, 2012, 03:50:35 PM
(sorry for resurrecting and old thread, but this is one that I keep running into doing searches on the topic)

So, have people had success in getting scheduled tasks to start miners? I've been having the damnedest time. I love Redemption.man's batch file example and it works great when running it manually, but as any sort of scheduled task I can never get any mining to actually take place. When using a scheduled task, I can see that the miner starts, but upon checking GPU load I can see that no mining is taking place.  I am using poclbm, but will use any miner that works better with scheduled tasks if anybody can point me in the right direction. Here's the batch I run (run.vbs is commands to launch a given prompt hidden and run.bat is the commands to run poclbm username/password/flags)

Code:
tasklist /FI "IMAGENAME eq poclbm.exe" 2>NUL | find /I /N "poclbm.exe">NUL
if "%ERRORLEVEL%"=="0" GOTO end

wscript "c:\xyz\run.vbs" "c:\xyz\run.bat"

:end
edit: running Windows 7 x64, by the way.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!