Yes.
(Twenty Characters)
Yes.
(Twenty Characters)
Nice keep up the good work. No rush. The launch is delayed anyways for almost a month.
?!.
? where you got this
I assume adaseb is talking about slow start. Which makes you question wether or not to turn your rig on right away?
to me it sound mining is delayed 1month
Yeah sorry, been a long day.
Meant the slow start.
Launched is scheduled in 31 hoursâŚ
New kernel is promising ~23H/s in my tests⌠if i can hammer out this bug.
Also stabilizing is going to take some time, we may not be ready for launch but we are close.
ever taught of sia gominer +str4d python solver ?
For me that sounds like ânext morningâ, not ânext monthâ:
It takes some time to generate the genesis block, and build the binaries. Weâre going to mint the genesis block and prepare binaries and things the night before (i.e. tomorrow evening, Thursday, Oct 27). Then go to sleep. Then get up and release it the next morning, San Francisco time. Keep an eye on our twitter feed: x.com
Wow!! Nice job. And multi GPU?
In time yes. We need to get one card stable first then open up the devices. But I donât think we will stop improving until we are at least 30H/s. Still a few more good ideas to put in.
you are doing a lot of work, sleep a little too ![]()
Use this solver please!!! Miner- SILENTARMY v5 - #59 by cryptomined
Sry for noob question: Does multi-GPU in this context mean âbeing able to mine with multiple GPUs at allâ or âbeing able to mine with multiple GPUs with one instance of miner softwareâ?
They are working on it
??? It means simply to use a mining rig with a motherboard with several graphics cards (GPU). To this day this mining can only work with a GPU, but we are working so it can work with multiple GPU at a time.
Hi, the Ubuntu 16.04 Setup guide has no instructions for NVIDIA cards. How are CUDA drivers installed?
Thank you
Install CUDA on Ubuntu 16.04 LTS:
sudo apt install ca-certificates-java default-jre default-jre-headless fonts-dejavu-extra freeglut3 freeglut3-dev java-common libatk-wrapper-java libatk-wrapper-java-jni libdrm-dev libgl1-mesa-dev libglu1-mesa-dev libgnomevfs2-0 libgnomevfs2-common libice-dev libpthread-stubs0-dev libsctp1 libsm-dev libx11-dev libx11-doc libx11-xcb-dev libxau-dev libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-present-dev libxcb-randr0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb1-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxi-dev libxmu-dev libxmu-headers libxshmfence-dev libxt-dev libxxf86vm-dev lksctp-tools mesa-common-dev x11proto-core-dev x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev x11proto-xf86vidmode-dev xorg-sgml-doctools xtrans-dev libgles2-mesa-dev nvidia-modprobe build-essential
cd Downloads/
wget http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_7.5.18_linux.run
chmod 755 cuda_7.5.18_linux.run
sudo ./cuda_7.5.18_linux.run --override
Do you accept the previously read EULA? (accept/decline/quit): accept
You are attempting to install on an unsupported configuration. Do you wish to continue? ((y)es/(n)o) [ default is no ]: y
Install NVIDIA Accelerated Graphics Driver for Linux-x86_64 352.39? ((y)es/(n)o/(q)uit): n
Install the CUDA 7.5 Toolkit? ((y)es/(n)o/(q)uit): y
Enter Toolkit Location [ default is /usr/local/cuda-7.5 ]:
Do you want to install a symbolic link at /usr/local/cuda? ((y)es/(n)o/(q)uit): y
Install the CUDA 7.5 Samples? ((y)es/(n)o/(q)uit): y
Enter CUDA Samples Location [ default is /home/kinghorn ]: /usr/local/cuda-7.5
Installing the CUDA Toolkit in /usr/local/cuda-7.5 âŚ
Finished copying samples.
sudo apt-get install emacs
sudo emacs -nw /etc/profile.d/cuda.sh
export PATH=$PATH:/usr/local/cuda/bin
sudo emacs -nw /etc/ld.so.conf.d/cuda.conf
/usr/local/cuda/lib64
source /etc/profile.d/cuda.sh
sudo ldconfig
sudo emacs -nw /usr/local/cuda/include/host_config.h
line: 115 comment out error
//#error â unsupported GNU version! gcc versions later than 4.9 are not supported!
sudo reboot
cd /usr/local/cuda/samples/1_Utilities/deviceQuery && sudo make
/usr/local/cuda/samples/1_Utilities/deviceQuery/deviceQuery
if you obtain â Result = PASS
your CUDA work!
And thatâs all ![]()
Wow, thank you! ![]()
Actually Iâm a bit afraid of messing things up by installing some wrong version. Is there any specific reason to use 7.5 instead of the latest 8.0?