Bitcoin Forum
June 21, 2024, 01:19:05 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Cast XMR] high speed XMR/CryptoNight miner for RX Vega GPUs (2 KHash/s) on: November 18, 2017, 02:42:43 PM
How to save the settings of the graphics card driver after rebooting the windows?
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Cast XMR] high speed XMR/CryptoNight miner for RX Vega GPUs (2 KHash/s) on: November 15, 2017, 04:01:44 PM
How to save the settings of the graphics card driver after rebooting the windows?
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: AMD Radeon RX Vega 56 in Ubuntu howto? on: November 10, 2017, 06:40:04 PM
up!
4  Alternate cryptocurrencies / Mining (Altcoins) / AMD Radeon RX Vega 56 in Ubuntu howto? on: November 10, 2017, 08:57:02 AM
I tried with the driver amdgpu-pro-17.40 and with the driver for the mining http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-Pro-Beta-Mining-Driver-for-Linux-Release- Notes.aspx, clinfo does not see Vega 56 and claymore does not see either ...
How to run the mining on AMD Radeon RX Vega 56 d Ubuntu 16.04?
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] rxOC easy-to-use Linux AMD Mining v_stopgap on: November 08, 2017, 08:28:07 PM
Does rxOS support Radeon Vega 56?
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: November 01, 2017, 10:22:53 AM
Hi! I recorded the image on a flash drive as described in the first post of the topic. But I get the compand string grub. The image is not loaded. What am I doing wrong?
Screenshot https://cdn1.savepice.ru/uploads/2017/10/31/5205d8dee4f2371e5a84d12d54231a0b-full.jpg
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: November 01, 2017, 05:43:43 AM
Hi! I recorded the image on a flash drive as described in the first post of the topic. But I get the compand string grub. The image is not loaded. What am I doing wrong?
Screenshot https://cdn1.savepice.ru/uploads/2017/10/31/5205d8dee4f2371e5a84d12d54231a0b-full.jpg
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] rxOC easy-to-use Linux AMD Mining v_stopgap on: October 31, 2017, 02:42:12 PM
Hi! I recorded the image on a flash drive as described in the first post of the topic. But I get the compand string grub. The image is not loaded. What am I doing wrong?
Screenshot
9  Local / Новички / Re: Как достать seed из bitcoin wallet 5.28 под андроид? on: October 15, 2017, 06:07:35 PM
Всем привет! Подскажите как получить seed из кошелька bitcoin wallet 5.28 под андроид?
Есть файл бекапа но как достать seed для получения bcc я не знаю...

Скрин кошелька(не мой)

Ссылка на скрин не работает, но как правило создание резервной копии кошелька выдает новую секретную фразу,в твоем вопросе просто не понятно какой у тебя кошель,и поддерживает он вообще эту функцию

Кошелек на андроиде из плей маркета. Такой https://play.google.com/store/apps/details?id=de.schildbach.wallet
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: August 29, 2017, 02:39:11 PM
Try:
Code:
sudo chmod +x  /etc/rc.local
then reboot.

I checked it's executable.



The problem was in the hostname. I did blind sleep 20 in rc.local before the command to run the miner and it all worked.
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: August 29, 2017, 08:20:30 AM
Ubuntu-server 16.04 x64.
3xGPU gtx1060

I added to /etc/rc.local
Code:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

/home/sergey/zecminer2/miner --server zec.suprnova.cc --user myuser.myworker --pass xxx --port 2142  --cuda_devices 0 1 2

exit 0

And after a reboot nothing happens. EWBF's will not start. I checked the command line it is correct, and from the command line the miner starts and works well.
Please help.

Ubuntu uses systemd so create a service file.

I tried and it did not work. Do you have an example of such a file? And how do the developers of the EWBF recommend that they start autoloading in Linux?
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: August 28, 2017, 05:35:47 PM
Ubuntu-server 16.04 x64.
3xGPU gtx1060

I added to /etc/rc.local
Code:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

/home/sergey/zecminer2/miner --server zec.suprnova.cc --user myuser.myworker --pass xxx --port 2142  --cuda_devices 0 1 2

exit 0

And after a reboot nothing happens. EWBF's will not start. I checked the command line it is correct, and from the command line the miner starts and works well.
Please help.
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: August 23, 2017, 04:23:39 PM
How do you enable the startup of the miner in Linux?

USE A STARTUP BASH SCRIPT--

Schedule a startup BASH script to run.  There are detailed instructions for a "start.sh" script at the following link:

STARTUP SCRIPT HOW-TO-  https://github.com/OpenLabTools/OpenLabTools/wiki/Launching-bash-scripts-at-startup

Just take the time to read, and cook your own "start.sh".


My startup script reads something like this:

=====start script=====

!# /bin/bash
./cpuminer.sh
./gpuminer.sh

=====start script=====

My cpuminer and gpuminer scripts are tested and proven to work.  They include full path statements to the miner directory, and all environmental variables that may be required.  The start script itself does not include the dashed "cut lines" above, of course.

Depending on your system, it may be more or less complicated.  The link above should provide enough information so that you can code your own script in your personal Linux rig.  In ethOS, I start my CPU miner with "custom.sh", which is hard-coded by the system to run immediately after system boot.  The ethOS mining OS does not officially support CPU mining, and must be modified to run a CPU miner.  However, it launches your choice of GPU miner automatically according to your configuration file.  It also monitors mining statistics and reports them to a website.  Custom drivers and utilities are included in the ethOS operating system, which is currently in release v1.2.3.

The developers work hard to keep an up-to-date mining environment.

--scryptr



I added the startup script to /etc/rc.local string /home/user/zecminer/start.sh but autorun on reboot does not happen. And I tried to create autorun scripts according to the ubuntu standard, but it did not work either. What am I doing wrong?
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: August 23, 2017, 01:18:08 PM
How do you enable the startup of the miner in Linux?
15  Local / Новички / Re: Как достать seed из bitcoin wallet 5.28 под андроид? on: August 18, 2017, 06:14:40 PM
Up
16  Local / Новички / Как достать seed из bitcoin wallet 5.28 под андроид? on: August 18, 2017, 09:08:37 AM
Всем привет! Подскажите как получить seed из кошелька bitcoin wallet 5.28 под андроид?
Есть файл бекапа но как достать seed для получения bcc я не знаю...

Скрин кошелька(не мой)
17  Local / Трейдеры / Re: Торговый автомат Bitcoin: купля-продажа BTC на metabank.ru on: January 18, 2014, 06:13:48 PM
А сейчас реально заказать и получить?
Только с рук покупать.
А есть те кто продает?
18  Local / Трейдеры / Re: Торговый автомат Bitcoin: купля-продажа BTC на metabank.ru on: January 17, 2014, 06:39:13 PM
А сейчас реально заказать и получить?
19  Local / Трейдеры / Re: Торговый автомат Bitcoin: купля-продажа BTC на metabank.ru on: January 16, 2014, 05:48:09 PM
Bitfury ASIC удалось кому-нибудь заказать и получить?
20  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox и BTC-e для Mac/Windows/Linux] on: November 14, 2013, 05:38:05 PM
Извиняюсь, не заметил. Всё скомпилилось))
Только надо ещё пакет g++ доустанавливать, по умолчанке в убунте он не установлен.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!