Search content
Sort by

Showing 8 of 8 results by DTMiner
Post
Topic
Board Mining (Altcoins)
Re: Bytom Mining - ASIC algorithm now cracked by GPU miners? Big profits?
by
DTMiner
on 18/05/2018, 13:34:52 UTC
Any way to find the setup for gpu mining this? I would love to test it out.

You can load the miner on a linux box and run it.  I converted one of my SMOS miners over to it.

The link to http://uupool.cn/course/btm is not working - can you load it on some other site for download to help us out?  Thank you in advance

The site seems to be working now - anything special to do for installing the miner ... youtube video you've seen in the past (obviously not this miner but a how to .. otherwise I can check .. just hoping you had a better resource than random looking around.

I downloaded and extracted the miner on (smos/Ubuntu)
     wget http://7fvi19.com1.z0.glb.clouddn.com/btm-miner-1.0.tar.bz2
Changed the address.txt file to my wallet.
I killed the miners that were running. (SMOS Only)
Ran the miner.
Watch the performance 'tail -fn 1 /var/tmp/miner.log'

I had some help with killing the miners. I had to create a bash script to do that. If you are running SMOS then let me know and I will show you how.


Im in the process of dl smos now
Fairly new to Linux
- How do you kill miners with a bash script? (I assume is some sort of startup.sh in some folder?)
- I currently have HiveOS guess no one has tested on it yet?
- Once you have the kill scrip, how do you run btm-miner from the web interface? or are you doing it all on the actual mining box?

So I used SMOS just because it was convenient. I had to create a bash script to kill the miners and keep them dead. Then it's just a pure manual process. The web interface is pretty much dead except I can tell if the rigs are on.

Create the file
touch killminers

Edit the file
sudoedit killminers

Paste this text and save.
#!/bin/bash
killall xterm -9
killall screen -9
screen -wipe
ps -efw | grep CRON  | grep -v grep | awk '{print $2}' | xargs kill
ps -efw | grep fanspeed  | grep -v grep | awk '{print $2}' | xargs kill
ps -efw | grep watchdog  | grep -v grep | awk '{print $2}' | xargs kill
ps -efw | grep update_status  | grep -v grep | awk '{print $2}' | xargs kill
ps -efw | grep emergency  | grep -v grep | awk '{print $2}' | xargs kill

Add execute to the file
chmod +x killminers

Execute the script
./killminers

If you have monitor on the rig then you will see some errors on the screen.
I was logged in as root for all of this so I logged as 'miner' and ran 'screen -wipe' and that cleared it up.


can you do all this this by ssh?  using miner@192.168.0.12  password: miner

I did it as root
Post
Topic
Board Mining (Altcoins)
Merits 5 from 1 user
Re: Bytom Mining - ASIC algorithm now cracked by GPU miners? Big profits?
by
DTMiner
on 18/05/2018, 13:10:33 UTC
⭐ Merited by suchmoon (5)
Any way to find the setup for gpu mining this? I would love to test it out.

You can load the miner on a linux box and run it.  I converted one of my SMOS miners over to it.

The link to http://uupool.cn/course/btm is not working - can you load it on some other site for download to help us out?  Thank you in advance

The site seems to be working now - anything special to do for installing the miner ... youtube video you've seen in the past (obviously not this miner but a how to .. otherwise I can check .. just hoping you had a better resource than random looking around.

I downloaded and extracted the miner on (smos/Ubuntu)
     wget http://7fvi19.com1.z0.glb.clouddn.com/btm-miner-1.0.tar.bz2
Changed the address.txt file to my wallet.
I killed the miners that were running. (SMOS Only)
Ran the miner.
Watch the performance 'tail -fn 1 /var/tmp/miner.log'

I had some help with killing the miners. I had to create a bash script to do that. If you are running SMOS then let me know and I will show you how.


Im in the process of dl smos now
Fairly new to Linux
- How do you kill miners with a bash script? (I assume is some sort of startup.sh in some folder?)
- I currently have HiveOS guess no one has tested on it yet?
- Once you have the kill scrip, how do you run btm-miner from the web interface? or are you doing it all on the actual mining box?

So I used SMOS just because it was convenient. I had to create a bash script to kill the miners and keep them dead. Then it's just a pure manual process. The web interface is pretty much dead except I can tell if the rigs are on.

Create the file
touch killminers

Edit the file
sudoedit killminers

Paste this text and save.
#!/bin/bash
killall xterm -9
killall screen -9
screen -wipe
ps -efw | grep CRON  | grep -v grep | awk '{print $2}' | xargs kill
ps -efw | grep fanspeed  | grep -v grep | awk '{print $2}' | xargs kill
ps -efw | grep watchdog  | grep -v grep | awk '{print $2}' | xargs kill
ps -efw | grep update_status  | grep -v grep | awk '{print $2}' | xargs kill
ps -efw | grep emergency  | grep -v grep | awk '{print $2}' | xargs kill

Add execute to the file
chmod +x killminers

Execute the script
./killminers

If you have monitor on the rig then you will see some errors on the screen.
I was logged in as root for all of this so I logged as 'miner' and ran 'screen -wipe' and that cleared it up.
Post
Topic
Board Mining (Altcoins)
Re: Bytom Mining - ASIC algorithm now cracked by GPU miners? Big profits?
by
DTMiner
on 18/05/2018, 12:13:09 UTC
Got it working on my 6x1060, hashrate isn't great at 500+ h/s. Temps are really low though, looks like the miner can be optimized more.

What is your intensity set to?
Post
Topic
Board Mining (Altcoins)
Re: Bytom Mining - ASIC algorithm now cracked by GPU miners? Big profits?
by
DTMiner
on 18/05/2018, 12:03:31 UTC
Can confirm that this works!
ca 500-600 H/s on 5x 1060:

https://image.ibb.co/jCkbDy/bminer.jpg

Quote

How did you get uupool in english?
Also do you know how often they payout?
Post
Topic
Board Mining (Altcoins)
Re: Bytom Mining - ASIC algorithm now cracked by GPU miners? Big profits?
by
DTMiner
on 18/05/2018, 05:36:39 UTC
Well the mining room is much cooler. Need to figure out how to make the cards work harder with this miner.


+-----------------------------------------------------------------------------+
| NVIDIA-SMI 384.59                 Driver Version: 384.59                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+=================|
|   0  GeForce GTX 106...  On   | 00000000:01:00.0 Off |                  N/A |
| 40%   31C    P8     4W /  80W |    127MiB /  6072MiB |     42%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 1070    On   | 00000000:03:00.0 Off |                  N/A |
| 44%   32C    P8     5W /  80W |    149MiB /  8114MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
|   2  GeForce GTX 106...  On   | 00000000:05:00.0 Off |                  N/A |
| 30%   29C    P8    14W /  80W |    127MiB /  6072MiB |     80%      Default |
+-------------------------------+----------------------+----------------------+
|   3  GeForce GTX 1070    On   | 00000000:06:00.0 Off |                  N/A |
| 41%   29C    P8    11W /  80W |    149MiB /  8114MiB |     50%      Default |
+-------------------------------+----------------------+----------------------+
|   4  Graphics Device     On   | 00000000:07:00.0 Off |                  N/A |
| 41%   34C    P8    13W /  90W |    171MiB /  8114MiB |     65%      Default |
+-------------------------------+----------------------+----------------------+
|   5  Graphics Device     On   | 00000000:09:00.0 Off |                  N/A |
| 40%   31C    P8    16W / 115W |    171MiB /  8114MiB |     76%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID  Type  Process name                               Usage      |
|===============================================|
|    0     32080    C   ./miner                                        117MiB |
|    1     32080    C   ./miner                                        139MiB |
|    2     32080    C   ./miner                                        117MiB |
|    3     32080    C   ./miner                                        139MiB |
|    4     32080    C   ./miner                                        161MiB |
|    5     32080    C   ./miner                                        161MiB |
+-----------------------------------------------------------------------------+
Post
Topic
Board Mining (Altcoins)
Re: Bytom Mining - ASIC algorithm now cracked by GPU miners? Big profits?
by
DTMiner
on 18/05/2018, 05:20:29 UTC
Any way to find the setup for gpu mining this? I would love to test it out.

You can load the miner on a linux box and run it.  I converted one of my SMOS miners over to it.

The link to http://uupool.cn/course/btm is not working - can you load it on some other site for download to help us out?  Thank you in advance

The site seems to be working now - anything special to do for installing the miner ... youtube video you've seen in the past (obviously not this miner but a how to .. otherwise I can check .. just hoping you had a better resource than random looking around.

I downloaded and extracted the miner on (smos/Ubuntu)
     wget http://7fvi19.com1.z0.glb.clouddn.com/btm-miner-1.0.tar.bz2
Changed the address.txt file to my wallet.
I killed the miners that were running. (SMOS Only)
Ran the miner.
Watch the performance 'tail -fn 1 /var/tmp/miner.log'

I had some help with killing the miners. I had to create a bash script to do that. If you are running SMOS then let me know and I will show you how.
Post
Topic
Board Mining (Altcoins)
Re: Bytom Mining - ASIC algorithm now cracked by GPU miners? Big profits?
by
DTMiner
on 18/05/2018, 04:44:40 UTC
Any way to find the setup for gpu mining this? I would love to test it out.

You can load the miner on a linux box and run it.  I converted one of my SMOS miners over to it.

what kind of hashrates are you getting and with what equipment / power draw?

(6) GTX 1060 3G |  ~430 H/s | 135W
Post
Topic
Board Mining (Altcoins)
Re: Bytom Mining - ASIC algorithm now cracked by GPU miners? Big profits?
by
DTMiner
on 18/05/2018, 04:14:40 UTC
Any way to find the setup for gpu mining this? I would love to test it out.

You can load the miner on a linux box and run it.  I converted one of my SMOS miners over to it.