Bitcoin Forum
June 13, 2024, 01:19:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
Author Topic: Bytom Mining - ASIC algorithm now cracked by GPU miners? Big profits?  (Read 17574 times)
oomurashin
Member
**
Offline Offline

Activity: 195
Merit: 15


View Profile
May 19, 2018, 04:17:38 AM
 #81

working again for me  Wink Wink Wink
Vasttee
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 19, 2018, 05:17:13 AM
 #82

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.

[/quote]

I used your instructions to accomplish the miner shutdown but ended with an error.  Could you explain why?  No directory was given so I put it in the root .. or so I believe .. don't know much about Linux.
----------------------------------
root@simpleminer:~# ./killminers
xterm: no process found
screen: no process found
No Sockets found in /var/run/screen/S-root.


Usage:
 kill [options] <pid> [...]

Options:
 <pid> [...]            send signal to every <pid> listed
 -<signal>, -s, --signal <signal>
                        specify the <signal> to be sent
 -l, --list=[<signal>]  list all signal names, or convert one to a name
 -L, --table            list all signal names in a nice table

 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see kill(1).
root@simpleminer:~#
-------------------------------------------
Sevarchik
Member
**
Offline Offline

Activity: 420
Merit: 10


View Profile
May 19, 2018, 05:27:18 AM
 #83

thanks for sharing this, a pity what i am have only radeon cards.
I think its a first time when nvidia have specific mining software

MinedTangerine
Jr. Member
*
Offline Offline

Activity: 308
Merit: 4


View Profile
May 19, 2018, 06:45:45 AM
 #84


I bet its a nice virus inside.

SUQA - A new open source peer to peer digital currency
 (https://suqa.org/)
MinedTangerine
Jr. Member
*
Offline Offline

Activity: 308
Merit: 4


View Profile
May 19, 2018, 06:50:00 AM
 #85


Have you looked? Show us your screen and earning url.

DO NOT RUN IT...IT MAKES FILES IN THE BACKGROUND ALL ARE TROJAN.AGENT.VBS

What a surprise. I mean its dumb to clain 250% increase. Noone in their right mind would beleive that. And lol neural network? Like that helps with raw hash caluclations. ROFL.

SUQA - A new open source peer to peer digital currency
 (https://suqa.org/)
nu2mlock
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
May 19, 2018, 06:58:16 AM
 #86

Is there no way to register on uupool without a Chinese cell phone? Can't give this a try otherwise.
monkins1010
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
May 19, 2018, 10:18:47 AM
 #87

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.


Are you getting paid from UU pool?
Mandeep148
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
May 19, 2018, 10:33:23 AM
 #88

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.


Are you getting paid from UU pool?
it says paid but how to check, the wallet showing nothing on block explorer,
the link on offcial website, is not even clickable, can you provide me link of block explorer so ican check status?
i can check thro personal wallet too but its taking long to sync.. and its eating my hashrate..
monkins1010
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
May 19, 2018, 11:16:00 AM
Last edit: May 19, 2018, 11:59:24 AM by monkins1010
 #89

Are you getting paid from UU pool?
[/quote]
it says paid but how to check, the wallet showing nothing on block explorer,
the link on offcial website, is not even clickable, can you provide me link of block explorer so ican check status?
i can check thro personal wallet too but its taking long to sync.. and its eating my hashrate..
[/quote]

you can download about 90% of the block chain off the bytom website and paste it into your wallet appdata directory to speed the sync up

use tunnel bear free edition and VPN to hongkong you get a faster experience

-edit

now getting this error


root@simpleminer:~# tail -fn 1 /var/tmp/miner.log
0-62.9 1-73.1 2-75.8 3-78.0 Total: 289.8 H/s  2018/05/19 13:44:55 0 - Yay, solution found!
0-72.4 1-71.8 2-70.9 3-68.7 Total: 283.8 H/s  2018/05/19 13:45:05 0 - Error submitting solution - Timeout
0-77.7 1-82.1 2-83.9 3-79.3 Total: 323.0 H/s  2018/05/19 13:47:54 0 - Yay, solution found!
0-79.7 1-81.4 2-82.3 3-77.4 Total: 320.8 H/s  2018/05/19 13:48:04 0 - Error submitting solution - Timeout
0-82.9 1-76.4 2-85.0 3-82.8 Total: 327.0 H/s

[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x5cace2]

goroutine 100 [running]:
github.com/leifjacky/btmgominer/clients/stratum.(*Client).Close(0x0)
        /data/go/src/github.com/leifjacky/btmgominer/clients/stratum/stratum.go:94 +0x22
github.com/leifjacky/btmgominer/algorithms/bytom.(*StratumClient).Start(0xc420454500)
        /data/go/src/github.com/leifjacky/btmgominer/algorithms/bytom/siastratum.go:98 +0x7aa
created by github.com/leifjacky/btmgominer/algorithms/bytom.(*StratumClient).Start.func1
        /data/go/src/github.com/leifjacky/btmgominer/algorithms/bytom/siastratum.go:75 +0x104
leoncryp
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
May 19, 2018, 01:54:26 PM
 #90

I had this working on HIVEos then suddenly after rebooting kept getting a runtime error... even after reformatting HIVEos, still get the same issue...


root@aa:~# panic: runtime error: invalid memory address or nil pointer dereference                                                                                                                               
        panic: runtime error: invalid memory address or nil pointer dereference                                                                                                                                   
[signal SIGSEGV: segmentation violation code=0x1 addr=0x330 pc=0x636a26]   

how did you even get it runing on HiveOS?
I tried it with SMOS but failed,

On HiveOS, this is what i did so far
- miner stop (stop the default miner)
- /hive/btm miner (that is the name of the folder of the miner)
- ./run.sh (and i get the below message)
"Driver = 390 , CARD COUNT=7 , WK=1x3"


- type in miner on another terminal and this is what it shows
2018/05/19 21:31:44 fserver : true
2018/05/19 21:31:51 unknown error%!(EXTRS srting=xxx)

i have not change anything in the folder not even the address yet. i assume the miner will just mind to the default address settings.
once its mining i will change the address.

CjMapope
Legendary
*
Offline Offline

Activity: 1820
Merit: 1092


~Full-Time Minter since 2016~


View Profile WWW
May 19, 2018, 02:10:33 PM
 #91

something changed in hive Sad
it was working in previous versions, now it wont
prob that ninja "0.52" update Sad

im too lazy to downgrade to see if "0.5" or earlier still works but it might be worth a try

i switched to vm Tongue  cant make it utilize more than 40% of my 1080ti's tho Sad

you can use antpool, just use your desktop wallet address, seems to work for me (i couldnt recieve the SMS to register @uupool)


~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~
~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~
Prohashing  -- Simply the best Multipool!
monkins1010
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
May 19, 2018, 03:09:50 PM
Last edit: May 19, 2018, 04:13:29 PM by monkins1010
 #92

something changed in hive Sad
it was working in previous versions, now it wont
prob that ninja "0.52" update Sad

im too lazy to downgrade to see if "0.5" or earlier still works but it might be worth a try

i switched to vm Tongue  cant make it utilize more than 40% of my 1080ti's tho Sad

you can use antpool, just use your desktop wallet address, seems to work for me (i couldnt recieve the SMS to register @uupool)



How did you change to the antpool stratum? I changed the run.sh to include -url stratum+tcp://stratum-btm.antpool.com:6666 but it didnt work
monkins1010
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
May 19, 2018, 06:33:45 PM
 #93

could you create a dns mask on ubuntu to redirect btm.uupool.cn:9220 to stratum-btm.antpool.com:6666

not sure how you would change the port?




The easiest way to come about this is properly installing dnsmasq (which is a DNS cacheing server) then in the folder /etc/dnsmasq.d add a file for each domain you want to redirect.

For instance this is the contents of /etc/dnsmasq.d/hotmail.com on my system:

address=/hotmail.com/127.0.0.1
address=/www.hotmail.com/127.0.0.1
If I then ask the DNS server for the IP of hotmail.com i get 127.0.0.1 like this:

llp@cerberus:~$ nslookup hotmail.com
Server:     192.168.0.10
Address:    192.168.0.10#53

Name:   hotmail.com
Address: 127.0.0.1

llp@cerberus:~$
There are a bit more options you can set, they can all be found described in /etc/dnsmasq.conf
Ballscack
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
May 21, 2018, 10:17:00 AM
 #94

Any updates on this?
monkins1010
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
May 21, 2018, 08:58:42 PM
 #95

Any updates on this?

Update
You don't have to register on uupool to get paid out.
They pay out a minimum of 1 btm
The miner is poorly optimised im guessing 4x 1060 could match the speed of the antminer if it was optimised as well as say x17 on ccminer.
I don't have time to code the miner but there are people probably already mining on better versions. And we just get the previous versions for now.
VoskCoin (OP)
Sr. Member
****
Offline Offline

Activity: 1414
Merit: 487


YouTube.com/VoskCoin


View Profile WWW
May 21, 2018, 11:17:39 PM
 #96

Any updates on this?

Update
You don't have to register on uupool to get paid out.
They pay out a minimum of 1 btm
The miner is poorly optimised im guessing 4x 1060 could match the speed of the antminer if it was optimised as well as say x17 on ccminer.
I don't have time to code the miner but there are people probably already mining on better versions. And we just get the previous versions for now.

Yeah I’ve gotten reports of 4x 1050 ti equaling the antminer b3

Check out my Crypto YouTube channel
https://www.youtube.com/VoskCoin
If you enjoy my content click Subscribe
yrk1957
Member
**
Offline Offline

Activity: 529
Merit: 29


View Profile
May 22, 2018, 05:14:10 AM
Merited by CjMapope (1)
 #97

I tested this a lot.

First, you need a VPN connection to Hongkong based server using OpenVPN. Otherwise most of the time you will get a memory error on startup, as reported by many above.

Second, the miner is not optimized as reported by others. And it needs a strong CPU. With 7700k and 6x1080ti the max I could manage is 1400h/s. At this rate it’s not worthwhile over other options.

Third, probably the best OS to try this is with HiveOS, it has GUI interface accessible via VNC, making it much more easier to use than Putty on Windows.

Fourth, it does not swap space. A default HiveOS setup on 64GB stick should work.

Hope this helps anyone wanting to stick it to the Bitmain ASICs;)
dnssandbox
Jr. Member
*
Offline Offline

Activity: 57
Merit: 5


View Profile
May 22, 2018, 12:42:13 PM
 #98

I have seen some people running 2 sessions of this on the same machine essentially doubling the hash rate.
does anyone know how to do that?
CjMapope
Legendary
*
Offline Offline

Activity: 1820
Merit: 1092


~Full-Time Minter since 2016~


View Profile WWW
May 22, 2018, 05:41:18 PM
 #99

I have seen some people running 2 sessions of this on the same machine essentially doubling the hash rate.
does anyone know how to do that?

you need to fuck with the script a bit, ive pm'd you some instructions Smiley

good luck!

(as buddy said above tho, its not very optimized, not really profitable right now Sad )


~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~
~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~
Prohashing  -- Simply the best Multipool!
monkins1010
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
May 22, 2018, 05:56:29 PM
 #100

I have seen some people running 2 sessions of this on the same machine essentially doubling the hash rate.
does anyone know how to do that?

you need to fuck with the script a bit, ive pm'd you some instructions Smiley

good luck!

(as buddy said above tho, its not very optimized, not really profitable right now Sad )



Can you PM them me too please?
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!