Bitcoin Forum
May 29, 2024, 09:59:24 PM *
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 »
101  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.5.6 (Linux / Windows) on: December 11, 2017, 02:40:31 AM
Getting this with a Titan V:

#  zm 0.5.6
#  GPU0 + TITAN V                  MB: 12288 PCI: 1:0

#  GPU0  connected to: eu1-zcash.flypool.org:3333
#  GPU0  server set difficulty to: 0004189374bc6a7ef9db22d0...
gpu_id 0 0 0 invalid argument
gpu 0 unresponsive - check overclocking
cudaMemcpy 1 failed
#  recv failed: 10038
#  reconnecting
102  Alternate cryptocurrencies / Tokens (Altcoins) / Re: 【ANN】⚡🚀 ETHEREUM LIMITED TOTAL COIN【ELTCOIN】 ⚡🚀 on: November 19, 2017, 03:04:14 PM
Looking good so far, What are the advantages of this coin compared to others?
103  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.5.4 (Linux / Windows) on: November 08, 2017, 09:30:54 AM
I like this project so far, great work.
104  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Which is the best anonymous coin to buy for long term? on: November 07, 2017, 02:12:34 AM
HUSH, of course for long term, think of zencash but much more innovative and better.
105  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 28, 2017, 08:39:28 AM
Could anyone help me on how to mine sha-3(keccak) algo with ccminer? Or if it isn't possible yet, maybe add support for it in the near future?

What coin you want to mine??

Please let me know the below details, i will create a quick guide on how to add that coin.

COIN :
ALGO : Keccak
POOL :

Once i have these details I will get back to you as soon as I can.



Hey, thanks for helping out  Cheesy

COIN : SMART (SmartCash)
ALGO : Keccak
POOL : https://smartcash.cc/ (EU server)

As promised here you go;

To mine this you need an account here

https://pool.smartcash.cc/

 and they ask for an address too, they have web wallet as well (but use it at you own risk).

Quote
COIN="SMART"

Add this in 1bash;

Quote
SMART_WORKER="yourWorkerName"
SMART_ADDRESS="yourPoolLoginName"
SMART_POOL="stratum+tcp://pool-eu.smartcash.cc:3333"
SMART_INTENSITY="25"

Add this in 3main;

Quote
if [ $COIN == "SMART" ]
then
HCD='/home/m1/ASccminer/ccminer'
ADDR="$SMART_ADDRESS.$SMART_WORKER"

screen -dmSL miner $HCD -a keccak -o $SMART_POOL -u $ADDR -p x -i $SMART_INTENSITY

if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi

BITCOIN="theGROUND"

while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi

Tested this various ccminer forks, ASccminer seems the best one.

I have used 150 cc, 1500 mc, 78 PL getting 440MH per card on average (GTX 1060 - samsung memory).

Hope this helps!

You are welcome Smiley



Thank you so much for your quick reply, i was able to modify settings just before my trip.

It seems to work well on all my rigs.  Smiley

106  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 27, 2017, 07:20:26 PM
Could anyone help me on how to mine sha-3(keccak) algo with ccminer? Or if it isn't possible yet, maybe add support for it in the near future?

What coin you want to mine??

Please let me know the below details, i will create a quick guide on how to add that coin.

COIN :
ALGO : Keccak
POOL :

Once i have these details I will get back to you as soon as I can.



Hey, thanks for helping out  Cheesy

COIN : SMART (SmartCash)
ALGO : Keccak
POOL : pool.smartcash.cc (EU server)

Edit: corrected address
107  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 26, 2017, 11:48:10 AM
Could anyone help me on how to mine sha-3(keccak) algo with ccminer? Or if it isn't possible yet, maybe add support for it in the near future?
108  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 24, 2017, 12:58:47 PM
Nvidia driver updated today on one of my rigs
A reboot fixed my problem
The other one already had latest 384-90

run update / upgrade again

Code:
sudo apt update && sudo apt upgrade && sudo reboot

Thank you, this worked for me Cheesy. If you're using a keyboard press control + alt + f1 to get to terminal and first input login credentials(login: m1 password: miner1 by default)
109  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 24, 2017, 11:49:19 AM
So for those who are now reaching the login screen and cannot login even when you type in your password. SSH into your rig and run the following commands:

Code:
sudo apt-get purge nvidia*
sudo dpkg --configure -a
sudo shutdown -r now

Now everything's working back to normal. Not sure why it did that for me. Also, I don't know if the first commmand is necessary, it's just what I typed in initially so I included it.

Too bad I don't have ssh configured/enabled.
110  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 24, 2017, 11:14:26 AM
I managed to grab an image:

This is happening on both my rigs
111  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 24, 2017, 11:04:54 AM
This is all of a sudden asking me a login password on both my rigs and when i input miner1 it does nothing.
112  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 20, 2017, 09:53:25 AM
Hi, is there a way to set a resolution in headless mode? The resolution always defaults to 640x480 after start up without a monitor plugged in, but i can change it manually with the command xrandr --fb 1920x1080 . I'm really new with linux and any help would be great. I'm using Teamviewer
113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] HUSH Secure Private Messaging and Transactions [Equihash] on: October 16, 2017, 04:16:59 AM
Hello why the price it's so low compare other Equihash ?

Because now it takes a drone to spy for one of the devs' window if you want to know the project isn't actually dead.


What are you on about?  Smiley Just join their discord, there's lots of activity there, Discord Invitation: https://discord.io/hush
114  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: October 13, 2017, 05:32:39 AM
Under Zcash.flypool.org 
It says 'To save your settings complete the public IP Address of your worker given:'    ..... do I need this?,. . Also ewbf isn't giving me any ip address.  I did do the ipconfig under windows 10, and added a few ip's but not accepting.

Go here https://whatismyipaddress.com/ and try that ip?
115  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: October 13, 2017, 05:30:35 AM
Sorry for the stupid question, I am a complety newbie on this, what does the values of letter A and R means?

Those are how many shares you have submitted to the pool, Accepted and Rejected.
116  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: October 08, 2017, 08:42:19 PM
People, what is the best you can do with 1080ti? I get 760sols with my Asus rog strix power limit 106, core clock +160, memory +580.

 780 sol/s more or less with my Aorus set to 105 % power limit (250 factory default TDP), +150 core, +100 memory - occasional peaks a hair over 790 but the average was closer to 780.

 Higher or lower memory settings LOWERED the hashrate (I noticed the higher settings were causing the core clock to DROP a little in Afterburner monitoring, and that appears to have been hurting hashrate).



770 with my ZOTAC Amp's

Mine does 800 when not using the PC. I have an MSI Gaming X.
117  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] HUSH Secure Private Messaging and Transactions [Equihash] on: October 06, 2017, 05:27:09 PM
Hello everyone here at bitcointalk.

You can now join us at Discord, if you want more relevant information and updates about HUSH: https://discord.io/hush
118  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019 on: September 14, 2017, 11:51:26 PM
I'm loving this os so far.

So what happens when my gpu crashes? does it restart nvOC(even at "soft" crash) or what?
I'm also assuming it'll handle network connection loss as well?  

Thank you all.

Edit:

NOTE: If you are connecting a monitor directly to the motherboard (don't do this);
only connect a monitor to the primary GPU (the one in the 16x slot closest to the CPU)


if someone can tell me the reason for this, please let me know, because it seems to work fine.
119  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019 on: September 14, 2017, 10:41:04 PM
Guys I cant see the mining stats, instead on my screen it says "
Process in screen miner; attach with: screen -r miner

press F12 and write screen -r miner and it'll show you
120  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019 on: September 14, 2017, 10:22:36 PM
Hi

I'm having a problem where nvoc mines xmr instead of HUSH which i configured in 1bash. It does not utilize my GPUs at all. please help.

I found a solution, there are 2 1bash files one at "home" and the other at "9.4 MB volume", i edited the wrong one
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!