Bitcoin Forum
June 14, 2024, 09:27:55 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 74 75 76 77 78 79 80 81 82 83 84 85 [86] 87 88 89 90 91 92 93 94 95 96 97 »
1701  Alternate cryptocurrencies / Mining (Altcoins) / Re: 6 x 7970 in 3 PC's - Need help optimizing (middlecoin) on: January 16, 2014, 09:58:15 PM
Try adding "--scrypt" into your batch file before the -o command.

So, after the change your batch file should look like this:

cgminer.exe --scrypt -o middlecoin.com:3333 -u 17HjaGvN64UD28NMigjBbu7Ru6kHy26TZi -p 12345 -I 19 --thread-concurrency 25600 --scan-time 1 --queue 4 --no-submit-stale

Try and see if that fixes your problem.
1702  Alternate cryptocurrencies / Mining (Altcoins) / Re: 6 x 7970 in 3 PC's - Need help optimizing (middlecoin) on: January 14, 2014, 11:13:21 PM
Did the EU server do anything about your stale share issue?
1703  Economy / Digital goods / Re: [WTS] 30 Day PS+ Code, 30 Day Music Unlimited Code, $10 PSN Code (USA Only) on: January 13, 2014, 10:06:52 PM
Bump again! I'm open to offers!
1704  Economy / Digital goods / Re: [WTS] 30 Day PS+ Code, 30 Day Music Unlimited Code, $10 PSN Code (USA Only) on: January 12, 2014, 05:53:06 AM
Bump!
1705  Economy / Digital goods / [WTS] 30 Day PS+ Code, 30 Day Music Unlimited Code, $10 PSN Code (USA Only) on: January 11, 2014, 03:28:08 AM
Looking to sell all the following:
  • 30 Day PS+ Trial
  • 30 Day Music Unlimited Trial
  • $10 PlayStation Store Code
I purchased a new PS4 and it was confirmed by Sony that these vouchers wouldn't work for me, because the PS4 was purchased in the USA, but I'm a Canadian, and unfortunately they don't work on the Canadian PSN.
Looking for $10 for all three of these codes, and I'd be going by current BitStamp prices. So, that's basically like receiving the PS+ 1 month code for free, and the Music Unlimited 1 month trial for free.
The payment would have to be sent in full before any codes are sent, unless your Bitcointalk account is older than mine. In that case, I ask if you could send half before I send the code, and the half after I send you the code.

As for my trade history, I have one trade here with mufa23 (User profile link: https://bitcointalk.org/index.php?action=profile;u=49878) I also have a trade history on /r/BitMarket with a few users, I believe my largest trade there was 0.4BTC. I can provide references to these users if needed.

So, if you're interested send me a message and I'm sure we'll be able to work something out!

Picture proof: https://i.imgur.com/cpuEgzG.jpg
1706  Bitcoin / Pools / Re: [450 TH] Slush's Pool (mining.bitcoin.cz); TX FEES + VarDiff on: January 09, 2014, 01:30:27 AM
I just realized someone managed to work their way into my account on the pool, just a friendly head's up to everyone to use different passwords at all websites and use secure passwords as well. I thought it wasn't that important for strong pool passwords, clearly I was wrong. But, I guess if my funds were stolen they would have only made off with around $10, but still, that's around a week of mining with my ASICs. Watch out everyone!
1707  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: November 30, 2013, 09:05:03 PM
I just put the brute.rb file in the same directory as bitcoind, and opened it from there and it worked great. Perhaps you could try that?
1708  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: November 30, 2013, 01:25:17 PM
Will this work with feathercoin wallets?
I know feathercoins are worth peanutes compared to bitcoin and litecoins
But i have 2100 in my wallet and it's all i have!
Of course if i can get them back again i can trade some of them for bitcoin, litecoin and donate

I have a good idea of my password, infact i cannot believe i have screwed up
Must of mistyped something, been trying for 5 hours straight entering combinations of my passwords

I am using windows 7, downloaded the ruby program but really don't have a clue

Any help will be rewarded!, thanks
In the script he gave us, enter what you think your password is, and remove characters from the characters box. Here's the script as well:

Code:
#!/usr/bin/ruby -w

passphrase = "oops"
characters = " !\"\#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"

def test(phrase)
  print phrase, "\t"
  system("./bitcoind", "walletpassphrase", phrase, "20")
  case $?.exitstatus
  when 0
    puts "Found it!  #{phrase}"
    exit 0
  when 127
    puts "bitcoind not found in current dir"
    exit 1
  end
end

# transpose adjacent chars
(passphrase.length - 1).times do |i|
  testphrase = passphrase.dup
  testphrase[i] = passphrase[i+1]
  testphrase[i+1] = passphrase[i]
  test testphrase
end
1709  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: November 30, 2013, 01:01:17 AM
Revalin, I owe it to you man. I recovered my 18 LTC, currently worth about $820.

Please give me your bitcoin wallet address so I can tip you for your script and your help. The one below your name doesn't seem to show up on Blockchain.

Congrats and thanks.  Smiley  165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g


There doesn't seem to be a protosharesd.exe in my program files like there are with the other coins, just the main folder with protoshares-qt and the folder in the %appdata% containing the wallet.dat

Try this:  protoshares-qt -server -rpcpassword=some-password -rpcport=8332

If it's similar to Bitcoin, that should start it with both the GUI and the RPC interface.
Payment sent!
1710  Economy / Trading Discussion / Any experience with spendwithbitcoin.com? on: November 29, 2013, 01:16:39 PM
Does anybody have any experience with https://www.spendwithbitcoin.com ?

I'm looking to buy some computer parts I can't find anywhere for bitcoins and found this site, I'm just not sure the legitimacy of it.
1711  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: November 28, 2013, 08:04:19 PM
Revalin, I owe it to you man. I recovered my 18 LTC, currently worth about $820.

Please give me your bitcoin wallet address so I can tip you for your script and your help. The one below your name doesn't seem to show up on Blockchain.
1712  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: November 28, 2013, 02:05:26 PM
Mine worked too! I added an extra character. Now my question is, how do I find the private key? Like, now that I have the password to my Litecoin wallet, how do I import the private key? Using pywallet it says I've found the password, but I can't find the private key anywhere in the text document it saves.
1713  Alternate cryptocurrencies / Altcoin Discussion / Re: Help mining LTC with 6950 on: November 26, 2013, 01:53:06 PM
Have you tried removing the Nvidia card for testing?
No, I haven't done that yet. I'll try that this afternoon and see, but the GTX 670 is staying in this computer in the end, no matter what. If I can't get it to work right I'll probably sell the 6950.
1714  Alternate cryptocurrencies / Altcoin Discussion / Help mining LTC with 6950 on: November 26, 2013, 01:30:32 PM
Hi,

I'm looking for some help mining Litecoins with my 6950 (flashed to 6970)

I'm running it alongside my GTX 670 with a dummy plug. My GTX 670 is in the top slot closest to the CPU, and my 6950 is in the slot below it. I'm using NVIDIA drivers 327.23 and AMD drivers 13.11. Whenever I try to mine using CGMiner with this config:
Code:
"D:\Users\XXXX\Downloads\guiminer-scrypt_win32_binaries_v0.04\cgminer\cgminer.exe" --scrypt -u XXXXX -p XXXXX -o stratum+tcp://ltc.give-me-coins.com:3333 --gpu-platform 1 -d 0 -w 256 -v 1 -I 18 --shaders 1536 -g 1 -l 1 --auto-fan --temp-target 75 --thread-concurrency 8000

CGMiner opens, and then gives me this message: and then crashes a few seconds later with "CGMiner has stopped responding"

I've tried CGMiner and BFGMiner with basically the same settings and they both crash right off the bat. I'm currently using GUIMiner and it seems to work by using CGMiner (not sure what is going on, I tried using the bat guiminer generated for CGMiner, but it crashed too) but I would prefer CG or BFG because of their fan control, and then I don't need to use Sapphire Trixx or similar.

Do you have any suggestions about what I should try to do to fix this?
1715  Economy / Computer hardware / Re: [WTS] KNC Mercury Miner on: November 25, 2013, 03:07:58 PM
Yes come on


You shouldn't be talking, you're trying to sell a Jalãpeno for around $570 right now....

But around $2000 would be a much more fair price for this miner.
1716  Economy / Computer hardware / Re: Fs bfl jalapeņo 6.8 gh on: November 19, 2013, 03:01:16 AM
I offer 0.15BTC - a fair price for both of us.

But I'm guessing if you turned down 0.18 you'll turn down 0.15BTC as well.

If you want to sell them ask a fair price, why in the world would someone pay $532 for 5GH/s? Cex.io is cheaper plus you can trade hashes there quickly and easily if you ever want to quit mining.
1717  Economy / Computer hardware / Re: Fs bfl jalapeņo 6.8 gh on: November 18, 2013, 09:57:57 PM
No
He's offering $130 for 5GH/s, when there are 60GH/s machines selling for less than $800 now, I'd take that and be happy.
1718  Other / Archival / Re: Free steam and origan keys. on: November 18, 2013, 09:55:19 PM
Mind adding me? My steam name is cam51037

Thanks a bunch! Smiley
1719  Other / Beginners & Help / Re: Asic-technologies website on: November 15, 2013, 01:44:27 PM
I'd stay away from them, I've heard they've scammed other users here by not delivering, etc.

I'm not sure what websites from the UK, but you could check the classifieds on this site for ASICs.
1720  Other / Archival / Re: btt on: November 14, 2013, 09:50:06 PM
Hi,
I also sent PM. Could i please get an invite to the group?
You look extremely suspicious. You signed up yesterday and this was one of your first, if not your first, post.

Caution people.
Pages: « 1 ... 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 74 75 76 77 78 79 80 81 82 83 84 85 [86] 87 88 89 90 91 92 93 94 95 96 97 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!