Bitcoin Forum
June 16, 2024, 07:28:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 [117] 118 »
2321  Alternate cryptocurrencies / Altcoin Discussion / Re: <ANN> HoboNickels HBN Mandatory UPDATE to version 1.1 on: September 03, 2013, 09:38:39 AM
I updated the client, but I'm getting the follow error: "WARNING: Checkpoint is too old. Redownload Blockcharin. If warning persist contact the Development Team."
2322  Alternate cryptocurrencies / Altcoin Discussion / Re: [EZC] EZCoin Giveaway 1 EZC each on: September 03, 2013, 09:28:51 AM
EMj4hFhY5P1r7d8ZmLnoaeKpPoCjncQUWi

Thanks
2323  Alternate cryptocurrencies / Altcoin Discussion / Re: GIL Giveaway on: September 03, 2013, 08:18:39 AM
7NKNY2A5URZxQFEvBbfuz6nbztD5QSJ3u3

Thanks
2324  Alternate cryptocurrencies / Altcoin Discussion / Re: [IFC] Free IFC - Infinitecoin Giveaway! 4000 IFC to the 250 first users! on: September 03, 2013, 07:39:10 AM
iLN4ZzvceNkVBGt498g8CCfhGEa2emh1EA
2325  Alternate cryptocurrencies / Altcoin Discussion / Re: HoboNickel giveaway--Best karma! on: September 03, 2013, 07:33:16 AM
EyvNNs3tmVkt38Ze2Qq9QsdHpNogcY974X

Thanks
2326  Alternate cryptocurrencies / Altcoin Discussion / Re: GIL Giveaway on: September 03, 2013, 07:08:00 AM
7NKNY2A5URZxQFEvBbfuz6nbztD5QSJ3u3

Thanks
2327  Alternate cryptocurrencies / Altcoin Discussion / Re: [FTC] Free FeatherCoin Giveaway for Everyone! Over 700 coins left to give away! on: September 03, 2013, 06:56:57 AM
6iq8odCZHnLVRkA6FCFAPE2iAmWrsCTUVP

Thanks
2328  Alternate cryptocurrencies / Altcoin Discussion / Re: 50,000,000 ADT givaway on: September 03, 2013, 06:45:01 AM
24nfUpKX6cWnZyyQSx739GwHo4GfnwKFky

Thanks
2329  Alternate cryptocurrencies / Altcoin Discussion / Re: i0coin give away promotion - [50 Coins per person][0.003125 BTC FREE] on: September 03, 2013, 06:33:19 AM
i0coin: jMZWdQvBzvSfzNTrZ9oB8E8HzmmNccuasZ
Bitcoin: 1FVrsk3YYEWi626ckoj3fVjo5adNqSxfLA

Thanks

Why not try Cryptsy?
2330  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] LuckyCoin LKY | Free Coin Giveaway | 100 Coins on: September 03, 2013, 06:25:27 AM
Kxmc6ZoA3b9VG5BBUUTvCiEH7qHp1RPYgV

Thanks
2331  Alternate cryptocurrencies / Altcoin Discussion / Re: [ZET] Zetacoin Giveaway - 10 ZET per person on: September 03, 2013, 06:14:28 AM
ZZhYakEsFTD9hYsbih6kaWVNBZ4DkXZ79C

Thanks
2332  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] PrimeCoin Giveaway for trying new exchange - Update Can now Trade FTC/USD! on: September 03, 2013, 06:04:47 AM
Looks good and I registered. Here's my username: SpeedrUS
2333  Other / Beginners & Help / Re: What you will do with 1 BTC? Share your thought and win it on: September 03, 2013, 05:37:18 AM
Buy more mining hardware or invest in more Altcoins.
2334  Other / Beginners & Help / Re: trouble getting cg miner to run on: September 03, 2013, 05:08:51 AM
First off, complete newb to this.

I'm trying to mine on give-me-coins mining pool.

I installed cgminer via this guide: http://pfigue.github.io/blog/2013/03/01/installing-cgminer-on-ubuntu/

I get all the way through that and everything appears to be in order, but when i go to run it via this command:

Code:
./cgminer -scrypt -o ltc.give-me-coins.com:3333 -u [my pool username] -p [my pool password]

It returns:
Code:
./cgminer: -s: 'crypt' is not a number   

If I try taking the "-scrypt" out, it doesn't return any errors, but doesn't appear to do anything either.

I run cgminer in CMD with the following: cgminer --scrypt - w 256 --lookup-gap 2 -I 18 --thread-concurrency 7500 -g 1 --gpu-engine 900 --gpu-memclock 1100 - o <pool URL:port number> -u <Username> -p <Password>
 
Looks like your missing just one dash "-", it's suppose to be "--" before the scrypt flag. ie. --scrypt

Just tried that, returned
Code:
./cgminer: --scrypt: unrecognized option 

Quote
# cgminer --scrypt -o http://foo.bar:#### -u cryptoAddress -p foobar


the abstraction layer defines your cryptography in OpenCL between CPU/GPU (an interface). aces.snu.ac.kr/~jlee/Jaejin_Lees_Home/Pact11_tutorial.html

That is complete greek to me. If i created a user on give-me-coins.com with username Phil_McKrackin with password ZOMG!Password! should the command look like
Code:
./cgminer --scrypt -o ltc.give-me-coins.com:3333 -u Phil_McKrackin -p ZOMG!Password!

Strange, should work. You can re-download cgminer again and maker sure it's the Scrypt base verson. If that give you trouble, try guiminer scrypt version: http://guiminer.org/guiminer-scrypt.html . Simple and easy to use. Gives you the option to either use cgminer or reaper with a gui interface instead.
2335  Other / Beginners & Help / Re: trouble getting cg miner to run on: September 03, 2013, 04:44:41 AM
First off, complete newb to this.

I'm trying to mine on give-me-coins mining pool.

I installed cgminer via this guide: http://pfigue.github.io/blog/2013/03/01/installing-cgminer-on-ubuntu/

I get all the way through that and everything appears to be in order, but when i go to run it via this command:

Code:
./cgminer -scrypt -o ltc.give-me-coins.com:3333 -u [my pool username] -p [my pool password]

It returns:
Code:
./cgminer: -s: 'crypt' is not a number   

If I try taking the "-scrypt" out, it doesn't return any errors, but doesn't appear to do anything either.

I run cgminer in CMD with the following: cgminer --scrypt - w 256 --lookup-gap 2 -I 18 --thread-concurrency 7500 -g 1 --gpu-engine 900 --gpu-memclock 1100 - o <pool URL:port number> -u <Username> -p <Password>
 
Looks like your missing just one dash "-", it's suppose to be "--" before the scrypt flag. ie. --scrypt
2336  Other / Beginners & Help / Can a RISC processor be used for mining and would it be competitive to ASIC's? on: September 03, 2013, 04:02:52 AM
Since ASIC's are specific and not upgradable as RISC, software-wise. Why has no one try to make something built on them?
2337  Other / Beginners & Help / Re: Is any hardware mining investment made today going to be profitable? on: September 03, 2013, 03:35:54 AM
To me, it's a mix bag. Since difficulty can change randomly and/or depending how many people mine. It mostly depends on hardware and power costs for GPU mining. I only $3 to $5 gross daily average, some days more, net I $2 to $4 a day. I only can afford at the moment the rig I'm running with 2 HD 5870's and a HD 5850, about 1000~1200 Kh/s. My power cost per Kw/h is $0.13 in my area. Everyone favors the HD 7950, as it is the best power to hash rate to cost value, unless you can get a hold of a HD 7990 for a decent deal. Most people run 3 to 4 HD 7950 per rig. I'd like to do that too, but money is an issue with me lately.
2338  Other / Beginners & Help / What are the best and quickly available ASIC miners to get? on: September 03, 2013, 03:27:32 AM
Thinking of getting a 10 GH/s or larger ASIC miner. Was thinking of the Monarch by Butterfly Labs, but heard they are sketchy. So, I would KNC and the other companies instead. Thanks in advance for the help.
2339  Other / Beginners & Help / Re: Has anyone else tried Coinbase lately? on: September 03, 2013, 02:58:14 AM
5 days is long for the first 30 days. Even BTC-e takes 3 days to wait on the first transaction, then it's instant after that.
2340  Other / Beginners & Help / Custom PC case for mining? on: September 03, 2013, 02:34:05 AM
Is there anyone that make one and is optimized for cooling? If not, I'll just build a custom one from old PC cases.
Pages: « 1 ... 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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 [117] 118 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!