Bitcoin Forum
June 17, 2024, 03:28:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4]
61  Economy / Computer hardware / Selling 2 Antminer D3 - $4400 - U.S. on: August 15, 2017, 10:40:13 PM
2 Available.  Nov 1 batch.  $4400 each (in Bitcoin, Dash, Eth, or Zec)  for miner only or $4600 with matching APW3++ PSU.
I will ship within 1 day of when I receive them.
Thanks!
62  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: July 29, 2017, 01:59:34 AM
After reading the ccminer readme.txt I just noticed that DMD and ZCOIN had the wrong algo commands in onebash:
DMD = dmd-gr
ZCOIN = lyra2z

Not that anyone is mining these anymore Smiley
63  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: July 25, 2017, 05:36:05 AM
Hi Fullzero! Great job!! Thank you.
New coin is out there  SIGT signatum. Can you add it please?

I see an awful lot of requests for Fullzero to add coins. Jeez people just add them yourself! He doesn't know or probably even care what coin your mining.
It's REALLY REALLY REALLY REALLY easy to add or even remove coins from 1bash.
I think of 1bash as a template that I can tailor to my own needs.

LOL just my opinion....

I will add it to the list.  

Anyone who uses a COIN they added themselves please post the code and save me time adding it in the future.  

Also if you want a COIN selection added please research and find a pool you want to use with that COIN; to save me the time doing that as well.

It is easy to add a coin to nvOC IF it uses the same algorithm as an existing coin.

To anyone who doesn't know how to add a coin.  First find out what algorithm it uses.  If it uses the equihash algo for example, find the following code about 2/3 to the end of 1bash and copy it and past it, then change all of the "ZEC" in the new code to the coin you want to mine (excluding HCD='/home/m1/zec/miner'-leave that alone):

if [ $COIN == "ZEC" ]
then
HCD='/home/m1/zec/miner'
ZECADDR="$ZEC_ADDRESS.$ZEC_WORKER"
until $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZEC_POOL --user $ZECADDR --pass z --port $ZEC_PORT;
   do
   echo "FAILURE; reinit in 5" >&2
   sleep 5
done
fi

So it would look like:

if [ $COIN == "NEWCOIN" ]
then
HCD='/home/m1/zec/miner'
NEWCOINADDR="$NEWCOIN_ADDRESS.$NEWCOIN_WORKER"
until $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $NEWCOIN_POOL --user $NEWCOINADDR --pass z --port $NEWCOIN_PORT;
   do
   echo "FAILURE; reinit in 5" >&2
   sleep 5
done
fi

Do the same for the address and pool area towards the beginning of 1bash.

However, I haven't figured out how to add a new algorithm to the mix.  I also wanted to try out this SIGT.  I downloaded the new version of ccminer 2.2 that others are using and followed their guide on adding the .bat file, but couldn't get it to run. 

Maybe a guide on adding new miner software would save you some time in the future.  This is a great mining OS.  The downside is that it attracts many newer miners like myself.  Smiley

Thanks for your help.


64  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0017 on: July 14, 2017, 08:31:27 PM
Does anyone know why all shares are being rejected because of "low difficulty share?"  It only happens with DMD and ZCOIN.  Every other coin works fine.  I've tried different pools and oc settings with no change.


Sometimes a pool will take an additional argument for default difficulty.  Check with the pool; an dif this is the case look up the code block for the coin section in 1bash (ctrl + f) then type the COIN name.



I was just using the DMD pool that you had on oneBash.  miningfield.  The person on their help forum didn't know how to help.
ZCOIN is suprnova.  I just used the stock settings you had on the oneBash, with my worker and id that work fine for other coins.
65  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0017 on: July 14, 2017, 01:37:14 AM
I just found out about Egifter.com.  You can use Bitcoin to buy gift cards to a bunch of places like Amazon, Best Buy, Target...  Its nice to be able to spend Bitcoin easier.  I just bought a Wemo on Amazon like that.  Thanks for the idea.
66  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0017 on: July 13, 2017, 08:05:01 PM
Does anyone know why all shares are being rejected because of "low difficulty share?"  It only happens with DMD and ZCOIN.  Every other coin works fine.  I've tried different pools and oc settings with no change.
Pages: « 1 2 3 [4]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!