Search content
Sort by

Showing 20 of 288 results by Arceny
Post
Topic
Board Mining (Altcoins)
Re: tdxminer lyra2z/XZC Miner for AMD GPUs on Linux
by
Arceny
on 11/06/2018, 23:29:49 UTC
Great. Thanks  ethOS for killing profit  Embarrassed Not profitable anymore
this is community patch, not official
Post
Topic
Board Mining (Altcoins)
Re: tdxminer lyra2z/XZC Miner for AMD GPUs on Linux
by
Arceny
on 11/06/2018, 13:03:14 UTC
EthOS mod for tdxminer support:

https://github.com/unrealjke/ethos-tdxminer
Post
Topic
Board Scam Accusations
Re: Stocks.exchange scam?... and one question :)
by
Arceny
on 07/02/2018, 00:27:31 UTC
Hi, I have an experience with cryptocurrences since 2011 and also have the same problem with GOA deposit of 402.66302806 coins, tx https://goacoin.be/tx/8aa11cbb13718de8750e585eadc9d6d805a4d6319f01639372717bb5669827e6 .

No support answers for 5 days, no nothing.

Please, be very careful and think before using this exchange.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ETH] Hydra DC — Blockchain-managed datacenter
by
Arceny
on 03/05/2017, 00:53:43 UTC
Hi, Hydra, any news and additional information Huh
Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v12.2 (Windows/Linux)
by
Arceny
on 01/03/2017, 13:25:19 UTC
Hi, I have some problems with memory leak on Linux, after 24h of work RES memory size increases from ~125mb to 600+mb at it continues to grow.

I have 7970 cards and Claymore 12.1 under ubuntu 14.04 with latest fgrlx drivers.
Post
Topic
Board Mining (Altcoins)
Re: Bad ETH performance after ZEC mining
by
Arceny
on 13/11/2016, 17:50:57 UTC
The same was with me, lol.
I played with dual mining ZEC/ETH and added -i 1 option to claymore's config.txt.
So after switching to ETH the performance was VERY low on 2 rigs of 3. I even reinstalled windos. Lol.
Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v5: Zcash miner, 115 sol/s on R9 Nano, 70 sol/s on GTX 1070
by
Arceny
on 13/11/2016, 00:03:43 UTC
Someone have a script .bat for reboot silentarmy-cywin on windows ? I have some crashs Sad

I'd like to see a linux script for rebooting after GPU crashes.  I don't know how to have the script detect a GPU crash so right now I just am using a script that restarts the rig and miner every hour or so.  But it would be much more efficient if it only rebooted the computer when a GPU crashed.

At first
# pip install sh
or
apt-get install python-sh

then follow output of the miner to log-file, for example /var/run/miner.output

start the watchdog.py loop:


#!/usr/bin/python
from sh import tail
import re
import subprocess
from datetime import datetime, timedelta

reg = re.compile('dev(\d) (\d+\.\d)')
fail_ = {}

for line in tail("-f", "/var/run/miner.output", _iter=True):
    solrate = {int(s[0]): float(s[1]) for s in reg.findall(line)}
    print '%.2f: %s' % (sum(solrate.values()),  solrate)
    for gpu in solrate:
        if solrate[gpu] < 10:
            if not fail_.get(gpu):
                fail_[gpu] = datetime.now()
            elif datetime.now() - fail_[gpu] > timedelta(seconds=60):
                print 'REBOOTING'
                print datetime.now()
                subprocess.call('reboot', shell=True)
                # TODO: edit your reboot command here
                exit(1)
        else:
            fail_[gpu] = None

Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v5: Zcash miner, 115 sol/s on R9 Nano, 70 sol/s on GTX 1070
by
Arceny
on 12/11/2016, 11:13:25 UTC
6 кapт GTX 1060 c paзгoнoм. 1 кapтa дaeт 60S/s
Пpoблeмa в CPU гpyзит нa 100% Фepмa тyпит и нe дaeт вce чтo дoлжeн.
Maйнep SILENTARMY R4 из пoд Windows 10
Кaк пoфикcить зaгpyз ЦП нa 100%
Bыpyчaйтe peбят.

P/S нa фepмe RX 470 Bce нopм в вoт Nvidia тyпит
Try the latest version from here: https://mega.nz/#F!iwYQhI6S!2vl0D3jz3fH3-bZxHUurBg

P.S. This is english-speaking thread
Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v5: Zcash miner, 115 sol/s on R9 Nano, 70 sol/s on GTX 1070
by
Arceny
on 12/11/2016, 04:26:05 UTC
If you are already running at the limit of your power and cooling budget, you may want to go over your power/cooling distribution layout before you make the v5 jump.
If ETH mining on a rig was OK, ZEC mining WILL OK too (I mean that ZEC power usesage will be less then ETH anyway)
Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v5: Zcash miner, 115 sol/s on R9 Nano, 70 sol/s on GTX 1070
by
Arceny
on 12/11/2016, 04:11:10 UTC
Yeah I can only run 1 instance (win), 2 slows hashrate down a lot.  just testing one card, cpu is a 4.5ghs i7-2700k.  480 4g nitro. 
The same here. Windows 10, 4Gb RAM + 16Gb swap file. 6x 470 8 Gb
Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v3.0
by
Arceny
on 09/11/2016, 20:32:07 UTC
Hi, Claymore. Could you please release Linux version of v.3.0 miner??? I think many Linux users will appreciate it!!! Thanks.
Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v3: now a full miner! multi-GPU, Stratum support (Linux only)
by
Arceny
on 04/11/2016, 16:04:58 UTC
You're probably overclocking your cards and/or have flashed a custom BIOS.  zcash mining is a lot different than eth mining.
https://bitcointalk.org/index.php?topic=1670132.0
No, I have stock bioses/clocks....
Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v1.0
by
Arceny
on 04/11/2016, 15:53:08 UTC
Where is LiNUX DOWNLOAD LINK???
Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v3: now a full miner! multi-GPU, Stratum support (Linux only)
by
Arceny
on 04/11/2016, 15:35:12 UTC
Hi, using ubuntu 14.04 + amd gpu pro 16.30 on 6-card-rig (stable on ethereum + claymore) rig I have 0.0 (zero) sols after few minutes of mining. Hardware is Asrock H97 anniversary + RX470 refs.

Code:
Total 197.1 sol/s [dev0 39.4, dev1 38.8, dev2 0.0, dev3 37.5, dev4 37.8, dev5 44.1] 35 shares
Total 197.3 sol/s [dev0 38.0, dev1 40.5, dev2 0.0, dev3 37.0, dev4 32.7, dev5 44.0] 35 shares
Total 194.5 sol/s [dev0 37.4, dev1 39.0, dev2 0.0, dev3 38.4, dev4 27.4, dev5 45.5] 35 shares
Total 192.3 sol/s [dev0 38.3, dev1 39.0, dev2 0.0, dev3 39.3, dev4 24.9, dev5 45.4] 35 shares
Total 190.8 sol/s [dev0 37.0, dev1 40.0, dev2 0.0, dev3 38.3, dev4 21.0, dev5 45.6] 35 shares
Total 191.1 sol/s [dev0 38.9, dev1 39.2, dev2 0.0, dev3 37.6, dev4 16.8, dev5 46.0] 35 shares
Total 189.3 sol/s [dev0 37.6, dev1 38.2, dev2 0.0, dev3 39.5, dev4 13.0, dev5 43.1] 35 shares
Total 187.1 sol/s [dev0 37.2, dev1 36.8, dev2 0.0, dev3 40.4, dev4 8.9, dev5 43.8] 35 shares
Total 187.2 sol/s [dev0 36.9, dev1 40.1, dev2 0.0, dev3 38.9, dev4 6.7, dev5 42.1] 35 shares
Total 186.2 sol/s [dev0 37.4, dev1 39.7, dev2 0.0, dev3 39.1, dev4 2.5, dev5 43.5] 35 shares
Total 184.4 sol/s [dev0 37.6, dev1 38.2, dev2 0.0, dev3 37.7, dev4 0.0, dev5 42.2] 35 shares
Total 183.4 sol/s [dev0 36.3, dev1 34.3, dev2 0.0, dev3 41.4, dev4 0.0, dev5 41.2] 35 shares

If stop and restart miner threads could not been initialized, so I need to reboot. I am using zec.nanopool.org

Here is dmesg output: http://pastebin.com/fg5ZEiai
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)
by
Arceny
on 28/10/2016, 20:00:32 UTC
Code:
threads: 8192, work size: 256
Connecting to frontend: coinsforall.io:6668 ...
ZCash GPU miner thread 4 started
ERROR: invalid hostname and/or port.

Why it is? On the same second rig it is OK
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480)
by
Arceny
on 25/10/2016, 22:23:22 UTC
Code:
# ./zcashgpuclient
madPrimeMiner-v1.1
ClientName = '992633'  ClientID = 1258063883  InstanceID = 1164660007
Address = 'zthTb2ToG5kuAc11Ni6NxoYjoxQdEr2XvST7XEdLvmHG9k7kotEcwYCaAn1SH4zRdPoXn9kNeFm8CQok9SNtNgn8d9WcdTK'
found platform[0] name = 'AMD Accelerated Parallel Processing'
found 3 devices
Using device 0 as GPU 0
Using device 1 as GPU 1
Using device 2 as GPU 2
compiling ...
source: 0 bytes
source files not found or empty

What does "source files not found or empty" message means?
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480)
by
Arceny
on 25/10/2016, 02:00:07 UTC
Problems with building on 14.04:

Code:
[ 80%] Building CXX object CMakeFiles/zcashcpuclient.dir/zcashcpuclient.cpp.o
/root/src/xpmclient/zcashcpuclient.cpp:8:38: fatal error: /data/build/inc/printhex.h: No such file or directory
 #include "/data/build/inc/printhex.h"
                                      ^
compilation terminated.
make[2]: *** [CMakeFiles/zcashcpuclient.dir/zcashcpuclient.cpp.o] Error 1
make[1]: *** [CMakeFiles/zcashcpuclient.dir/all] Error 2
make: *** [all] Error 2

Can't locate printhex.h anywhere
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480)
by
Arceny
on 24/10/2016, 17:45:56 UTC
Hi, when are you planning to add stratum support?
Post
Topic
Board Трейдеры
Re: +1.5% ПРЕМИЯ! ПОКУПАЮ BTC-e RUB / BITCOIN. РАБОТА ЧЕРЕЗ ГАРАНТА!
by
Arceny
on 12/04/2015, 09:16:28 UTC
Успешно завершили в несколько этапов обмен 5500 BTC-E RUB на QIWI с бонусом в 1.5%.
Доволен.
Post
Topic
Board Обменники
Re: обмен Bitcoin,Btc-e кодов на Приват гривну и Liqpay usd.wmz
by
Arceny
on 28/07/2014, 09:51:19 UTC
Провел успешный обмен приличной суммы WMZ на BTC-E CODE, всё хорошо, человеку можно доверять.