Bitcoin Forum
May 25, 2024, 06:17:39 AM *
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 »
561  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: July 20, 2012, 04:12:43 PM
Would it be acceptable to ask Ckolivas to do some updates in this thread and/or give donators a sneak preview at early versions. I know this was not part of the deal but it would be a nice bonus.

Is this bounty for a Litecoin GPU miner only or a CPU+GPU miner?

Last time I checked, CPU mining support was going to be removed from cgminer.

For simplicity I'll be making it a compile time selection for now, default off. This has already been committed to the git tree and will be in the next version. I will no longer be releasing binaries with CPU mining support built in and if it proves innocuous in this fashion, it will be left that way. Should issues arrive, it will be deprecated entirely in a future version.
562  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][LTC][Pool][PPS]notroll.in PPS Pool 4.8% | Pays For Stales on: July 20, 2012, 04:07:12 PM
Thanks, it looks better now.
I'll add more :

- Calculator should has difficulty field where people can enter the difficulty manually, so they can see how much they'll get when difficulty changed
- Calculator should has 1 day, 7 day, 30 days earning
- Calculator should has additional earning in BTC, USD
- Put latest LTC/BTC price from BTC-E
- Pool stats should have : total litecoin network speed, estimation time for the next difficulty, next difficulty.
- It should be possible to rename worker
- Put your pool's donation address at the footer in vanity style (LNoTroll...), some people may donate to your pool
- Put user's earning in latest 24 hour on Home and on pool stats for each top miner.
- Json / Mobile / HTML API, so people can monitor the miner's speed on mobile phone or with specific application
- Add DDos protection or find some way to deal with it, litecoinpool is ddosed heavily now.

Take a look at pooler's mining pool when it's not down, you'll get my idea.

So basically what you want is an exact clone of my pool.
I'll take this as an indirect compliment. Smiley
563  Alternate cryptocurrencies / Altcoin Discussion / Re: Pooshpoold seems to be working, minerd connects but cannot find a single share on: July 20, 2012, 02:22:52 AM
The target isn't being rewritten appropriately. Use the example configuration file distributed with ArtForz's fork and set rpc.target.bits to something like 18.
564  Alternate cryptocurrencies / Altcoin Discussion / Re: DDOS at litecoinpool on: July 18, 2012, 11:42:03 PM
Did you notice that that chart only considers 6 pools? And they are not even the largest ones.
In addition, many large miners have switched to solo because of the recent DDoS attacks against pools.
565  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The Litecoin PPS Pool - We pay for stale shares! on: July 18, 2012, 06:36:09 PM
DDoS attack in progress. Not sure what the attacker is trying to achieve.
566  Alternate cryptocurrencies / Altcoin Discussion / Re: [WTB] litecoinpool.org account on: July 17, 2012, 10:49:44 AM
For security reasons, accounts are tied to email addresses, so they should not be transferred from one person to another.
Please contact me directly, I think I can make an exception and create an account for you so that you can use the webminer.
567  Alternate cryptocurrencies / Altcoin Discussion / Re: Mining LTC on Android. on: July 16, 2012, 09:06:08 AM
The ARM core on Kindle Fire has 128-bit registers in addition to the usual 32-bit registers. This could give a 2-4 times speedup, depending on the exact details of the core used.

Unfortunately not. I have already written a version of the scrypt core that uses NEON (it will be released in the upcoming cpuminer 2.2.3), and the speedup is only about 40% in the best case. There are various technical reasons for this, most importantly the lack of an instruction for bitwise rotation and the fact that current NEON coprocessors can only execute one instruction per cycle, with rare exceptions.
The basic ARM instruction set, on the other hand, is pretty optimal for implementing this kind of hashing functions (thanks to the barrel shifter), but of course it cannot compete with the SIMD implementations of performance-oriented architectures.

An example: a Samsung Galaxy S II (dual-core Cortex-A9 at 1200 MHz) can do about 1.64 khash/s with the current cpuminer code (hand-written ARM assembly), and about 2.3 khash/s with the to-be-released NEON implementation. The speedup is even more modest on Cortex-A8 processors.
568  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: July 13, 2012, 12:34:28 PM
ufasoft's miner is the fastest for CPUs at the moment.

What other miners have you tried?
My fork of cpuminer is giving me better results, for both SHA-256d and scrypt.
569  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: July 13, 2012, 06:59:12 AM
Receiving this error with LTC

Code:
HTTP request failed: necessary data rewind wasn't possible

Any idea how I can fix it? Was working fine but then I had to restore my OS image this morning, and when did so, I started up LTC and got the error.

Could you please provide some more details, such as what options you are using?
Are you mining through a proxy?

No proxy.

Code:
minerd.exe --url http://litecoinpool.org/ --userpass removed:removed --threads 3

I also, doubled checked to make sure the time was synced with the internet.

You forgot to specify the port.

minerd.exe --url http://litecoinpool.org:9332/ --userpass removed:removed --threads 3
570  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: July 13, 2012, 01:27:28 AM
Receiving this error with LTC

Code:
HTTP request failed: necessary data rewind wasn't possible

Any idea how I can fix it? Was working fine but then I had to restore my OS image this morning, and when did so, I started up LTC and got the error.

Could you please provide some more details, such as what options you are using?
Are you mining through a proxy?
571  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The Litecoin PPS Pool - We pay for stale shares! on: July 13, 2012, 12:45:39 AM
If you experience difficulties connecting to the pool, don't worry, it's just an ongoing DDOS attack.

Edit: The attack only lasted a few minutes. Everything back to normal.
572  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Litecoin - a lite version of Bitcoin. Launched! on: July 12, 2012, 10:19:39 PM
sorry again but how can I install it? There are no .exe files  Huh

There is still no official Windows distribution of the latest version of Litecoin, but one will be released soon.
573  Alternate cryptocurrencies / Altcoin Discussion / Re: What happened to the litecoin wiki? on: July 12, 2012, 04:37:02 PM
The wiki has moved to https://github.com/litecoin-project/litecoin/wiki.

https://bitcointalk.org/index.php?topic=47417.msg1025238#msg1025238
574  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer - Bounty required on: July 12, 2012, 11:45:38 AM
Would the new code become part of the main branch of cgminer or would it just be a separate fork? If the former (which I hope is the case), would scrypt support be included in official builds?
I'm asking this because I know that compiling cgminer on anything other than Linux can require some serious skills, and is definitely not something that everyone can do.
575  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] NEW LTC Pool LTC.Nushor.net PPLNS Reward system on: July 11, 2012, 05:02:24 PM
Hey Pooler is the pool doing longpull for ya?

It seems to be working fine, yes.
576  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: July 11, 2012, 03:34:45 PM
Got an error with cpuminer:
Last login: Wed Jul 11 16:05:18 on ttys000
/Users/film2240/Downloads/CPUMINER-2/minerd ; exit;
Film2240s-MacBook-Pro:~ film2240$ /Users/film2240/Downloads/CPUMINER-2/minerd ; exit;
dyld: Library not loaded: /opt/local/lib/libcurl.4.dylib
  Referenced from: /Users/film2240/Downloads/CPUMINER-2/minerd
  Reason: Incompatible library version: minerd requires version 7.0.0 or later, but libcurl.4.dylib provides version 6.0.0
If I remember correctly, the OS X binary available at GitHub was compiled on OS X 10.7, so this is probably just a version compatibility problem.

I'm not sure what this means and how to fix this easily.Can this app be made with a gui? As I really struggle with terminal.Maybe someone or pooler can make a quick gui that I can use to just start/stop and add pool/login info.Thanks

I'm running OSX 10.6.8 on my MBP and can a gui be made for windows as well please?
A portable GUI already exists.
https://bitcointalk.org/index.php?topic=62414.0
Linux and Windows binaries are available, and I'm sure it can also be compiled for OS X.

Alternatively, the Litecoin QT client has a mining page you can use to pool mine. Just put the cpuminer executable (minerd) in the same directory as litecoin-qt.
577  Alternate cryptocurrencies / Altcoin Discussion / Re: litecoinpool down for the count! on: July 10, 2012, 08:40:45 PM
For my miners and I thought it was the govt fooking with shit, with their dns crap. So I decided to check the pools website, sure enough, it's down and out.

http://www.litecoinpool.org/

Oh please. That was a perfectly normal downtime of just a few minutes. It's not the first and it won't be the last.
578  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] NEW LTC Pool LTC.Nushor.net on: July 10, 2012, 07:41:19 PM
public a pool before is working is not good, sorry to say that..
Care to elaborate? It seems to be working.

Just one question, what is the reward system?
579  Alternate cryptocurrencies / Pools (Altcoins) / Re: [POOL] -- Coinotron - GPU mining LTC using Reaper fixed ! on: July 08, 2012, 05:12:56 PM
Reports of Coinotron's death have been greatly exaggerated Tongue

Old pools never die; they just become stale.
580  Alternate cryptocurrencies / Altcoin Discussion / Re: litecoinpool.org is far over 51 % of the network-hashrate on: July 08, 2012, 01:42:46 PM
But it isn't very healthy, when 1 pool has more then 51 %

I can only agree with you about that.
Yesterday I closed the pools to new users, and put a link to the list of Litecoin pools on the registration page.
Let me repost the link here: https://github.com/coblee/litecoin/wiki/Comparison-of-mining-pools
As you can see there is a wide selection to choose from.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!