Bitcoin Forum
October 03, 2025, 08:54:28 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SUP] Supcoin, PLUCK algorithm, Just Launched, Mine Now! on: February 23, 2015, 06:10:15 PM
anyone here have a 6850? because I have no idea how to get the config right and was wondering if you could share your config  Smiley this is what I have so far but I dont know how to do the rest
Code:
sgminer -k pluck -o stratum+tcp://stratum.coin-miners.info:3637 -u ipwn7474.homegreg -p homegreg
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SUP] Supcoin, PLUCK algorithm, Just Launched, Mine Now! on: February 21, 2015, 07:54:13 PM
thanks it works perfect now  Smiley
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SUP] Supcoin, PLUCK algorithm, Just Launched, Mine Now! on: February 21, 2015, 07:39:48 PM
I have compiled the updated cpuminer for Windows using cygwin - i'll be honest, I don't really know what I am doing with linux/cygwin/compiling but it seems to have worked and has increased my hash by about 30% on an i5 (from 0.82kh to 1.15kh).

https://mega.co.nz/#!wwh3XZhZ!16uJRNLzeCFaOU5fpbmgmH90NrckRQnLLeCM6IJbIq4

Make sure you change your bat file from wolf-pluckminer-generic64-update1.exe to minerd.exe

cygwin1 and cygcurl-4.dll  absent error!!!
same with me

theres probably about 18 dll's you need, they'll all be in the cygwin directory (had the same issue after building)



I have updated the link with all the needed dll files
the link just brings us to the mega page and theres nothing there it says it was taken down or the url is wrong
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SUP] Supcoin, PLUCK algorithm, Just Launched, Mine Now! on: February 21, 2015, 07:29:11 PM
I have compiled the updated cpuminer for Windows using cygwin - i'll be honest, I don't really know what I am doing with linux/cygwin/compiling but it seems to have worked and has increased my hash by about 30% on an i5 (from 0.82kh to 1.15kh).

https://mega.co.nz/#!wwh3XZhZ!16uJRNLzeCFaOU5fpbmgmH90NrckRQnLLeCM6IJbIq4

Make sure you change your bat file from wolf-pluckminer-generic64-update1.exe to minerd.exe

cygwin1 and cygcurl-4.dll  absent error!!!
same with me
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SUP] Supcoin, PLUCK algorithm, Just Launched, Mine Now! on: February 21, 2015, 02:48:13 PM
Code:
	//note: off-by-one error is likely here...     
for(int i = size - 64 - 1; i >= 64; i -= 64)      
sha256_hash512(hashbuffer + i - 64, hashbuffer + i);
the minimize i is 127,and the last affect hashbuffer pos is 63
the target compare left 32byte
so this code is actually not used.

if skip this code, the cpu miner may be 10% faster.
sorry for the noob comment but how exactly would somone use this code to help with cpu miner because I have no idea whats going on here  Undecided

By removing it.
how would one go about removing this code?
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SUP] Supcoin, PLUCK algorithm, Just Launched, Mine Now! on: February 21, 2015, 02:41:26 PM
Code:
	//note: off-by-one error is likely here...     
for(int i = size - 64 - 1; i >= 64; i -= 64)      
sha256_hash512(hashbuffer + i - 64, hashbuffer + i);
the minimize i is 127,and the last affect hashbuffer pos is 63
the target compare left 32byte
so this code is actually not used.

if skip this code, the cpu miner may be 10% faster.
sorry for the noob comment but how exactly would somone use this code to help with cpu miner because I have no idea whats going on here  Undecided
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SUP] Supcoin, PLUCK algorithm, Just Launched, Mine Now! on: February 21, 2015, 03:15:40 AM
Does anyone know the status for the ati card miner, i have a 6850 that i want to mine on with 2 cpus to get the most out of this coin early on because i want to get what i can out of the setup i have i know its not good but its a new coin and it seems promising.
Edit: sorry lol didnt see your answer raskal
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!