piccolobit
Newbie
Offline
Activity: 43
Merit: 0
|
|
August 07, 2018, 02:41:13 PM |
|
I am testing whether I can use other algorithms from baikal n+.
what algorithms are you testing?
|
|
|
|
afrodisio
Newbie
Offline
Activity: 17
Merit: 0
|
|
August 08, 2018, 11:27:46 AM |
|
I am testing whether I can use other algorithms from baikal n+.
what algorithms are you testing? I confirmed that other algorithms can be executed on n+. The X11 algorithm can be executed on n+. Like BKX, there can be 10G Harsh But the machine will automatically recover to cryptonight after a while I need people who are interested in using c language to study and test together.
|
|
|
|
piccolobit
Newbie
Offline
Activity: 43
Merit: 0
|
|
August 08, 2018, 12:53:28 PM |
|
I am testing whether I can use other algorithms from baikal n+.
what algorithms are you testing? I confirmed that other algorithms can be executed on n+. The X11 algorithm can be executed on n+. Like BKX, there can be 10G Harsh But the machine will automatically recover to cryptonight after a while I need people who are interested in using c language to study and test together. I have 2 N + to be used for testing, but I do not know the C language, I have updated the firmware with the custom cod3gen ones, if I can be useful let me know ...
|
|
|
|
afrodisio
Newbie
Offline
Activity: 17
Merit: 0
|
|
August 08, 2018, 08:33:30 PM |
|
I am testing whether I can use other algorithms from baikal n+.
what algorithms are you testing? I confirmed that other algorithms can be executed on n+. The X11 algorithm can be executed on n+. Like BKX, there can be 10G Harsh But the machine will automatically recover to cryptonight after a while I need people who are interested in using c language to study and test together. I have 2 N + to be used for testing, but I do not know the C language, I have updated the firmware with the custom cod3gen ones, if I can be useful let me know ... I am currently testing n + and n A few days ago, one of the N+ machines burned out during the test. I also don't use the c programming language, but I am also trying to refer to it. X10, N+ configuration documentation. If we want to discuss, we need a software that can chat instantly. Maybe wechat or line
|
|
|
|
elmond
Newbie
Offline
Activity: 49
Merit: 0
|
|
August 11, 2018, 09:59:32 AM |
|
@cod3gen
do this portion of code really working in x10? //#if 0 Removed to allow test of other algos ALGO_ALIAS("groestlcoin", "groestl"); ALGO_ALIAS("talkcoin", "nist5"); ALGO_ALIAS("talkcoin-mod", "nist5"); ALGO_ALIAS("x11gost", "x11-gost"); ALGO_ALIAS("sibcoin", "x11-gost"); ALGO_ALIAS("sibcoin-mod", "x11-gost"); //#endif 0 Removed to allow test of other algos
|
|
|
|
afrodisio
Newbie
Offline
Activity: 17
Merit: 0
|
|
August 12, 2018, 06:21:07 PM Last edit: August 12, 2018, 06:53:39 PM by afrodisio |
|
@cod3gen
do this portion of code really working in x10? //#if 0 Removed to allow test of other algos ALGO_ALIAS("groestlcoin", "groestl"); ALGO_ALIAS("talkcoin", "nist5"); ALGO_ALIAS("talkcoin-mod", "nist5"); ALGO_ALIAS("x11gost", "x11-gost"); ALGO_ALIAS("sibcoin", "x11-gost"); ALGO_ALIAS("sibcoin-mod", "x11-gost"); //#endif 0 Removed to allow test of other algos
I measured that gn can execute x11 to 10gh/s, but it will restart every 5~6 minutes. Can someone test the 1751 carrier board? Can someone teach me how to post a picture on a reply?
|
|
|
|
elmond
Newbie
Offline
Activity: 49
Merit: 0
|
|
August 13, 2018, 01:27:25 AM |
|
@cod3gen
do this portion of code really working in x10? //#if 0 Removed to allow test of other algos ALGO_ALIAS("groestlcoin", "groestl"); ALGO_ALIAS("talkcoin", "nist5"); ALGO_ALIAS("talkcoin-mod", "nist5"); ALGO_ALIAS("x11gost", "x11-gost"); ALGO_ALIAS("sibcoin", "x11-gost"); ALGO_ALIAS("sibcoin-mod", "x11-gost"); //#endif 0 Removed to allow test of other algos
I measured that gn can execute x11 to 10gh/s, but it will restart every 5~6 minutes. Can someone test the 1751 carrier board? Can someone teach me how to post a picture on a reply? interesting. can yo udescribe in detail how you do that? x11 is using 630watt on x10, what is yours? you can you some free upload webiste then paste the link here https://imgur.com/uploadhttps://imgur.com/a/enuN1VY
|
|
|
|
afrodisio
Newbie
Offline
Activity: 17
Merit: 0
|
|
August 14, 2018, 10:09:37 PM |
|
@cod3gen
do this portion of code really working in x10? //#if 0 Removed to allow test of other algos ALGO_ALIAS("groestlcoin", "groestl"); ALGO_ALIAS("talkcoin", "nist5"); ALGO_ALIAS("talkcoin-mod", "nist5"); ALGO_ALIAS("x11gost", "x11-gost"); ALGO_ALIAS("sibcoin", "x11-gost"); ALGO_ALIAS("sibcoin-mod", "x11-gost"); //#endif 0 Removed to allow test of other algos
I measured that gn can execute x11 to 10gh/s, but it will restart every 5~6 minutes. Can someone test the 1751 carrier board? Can someone teach me how to post a picture on a reply? interesting. can yo udescribe in detail how you do that? x11 is using 630watt on x10, what is yours? you can you some free upload webiste then paste the link here https://imgur.com/uploadhttps://imgur.com/a/enuN1VY https://imgur.com/5cg8bkISorry, I don't know English, I only use google translation This is the test today, I made some changes on N, trying to let the machine mine aeon, but the data presented in the figure is as follows: 1. The power cannot achieve the performance of asic 2. But be sure to connect with aeonpool on algorithm changes 3. I am even more skeptical that baikal is decoded from the control board to the asic blade for computational analysis. Does anyone change the algo menu at the front desk? Can you pm me, make one for me...? Ps. If you have difficulty reading the word, it must be a google translation problem, please understand.
|
|
|
|
elmond
Newbie
Offline
Activity: 49
Merit: 0
|
|
August 15, 2018, 02:51:42 AM |
|
@cod3gen
do this portion of code really working in x10? //#if 0 Removed to allow test of other algos ALGO_ALIAS("groestlcoin", "groestl"); ALGO_ALIAS("talkcoin", "nist5"); ALGO_ALIAS("talkcoin-mod", "nist5"); ALGO_ALIAS("x11gost", "x11-gost"); ALGO_ALIAS("sibcoin", "x11-gost"); ALGO_ALIAS("sibcoin-mod", "x11-gost"); //#endif 0 Removed to allow test of other algos
I measured that gn can execute x11 to 10gh/s, but it will restart every 5~6 minutes. Can someone test the 1751 carrier board? Can someone teach me how to post a picture on a reply? interesting. can yo udescribe in detail how you do that? x11 is using 630watt on x10, what is yours? you can you some free upload webiste then paste the link here https://imgur.com/uploadhttps://imgur.com/a/enuN1VY https://imgur.com/5cg8bkISorry, I don't know English, I only use google translation This is the test today, I made some changes on N, trying to let the machine mine aeon, but the data presented in the figure is as follows: 1. The power cannot achieve the performance of asic 2. But be sure to connect with aeonpool on algorithm changes 3. I am even more skeptical that baikal is decoded from the control board to the asic blade for computational analysis. Does anyone change the algo menu at the front desk? Can you pm me, make one for me...? Ps. If you have difficulty reading the word, it must be a google translation problem, please understand.you shall explain how you make the change. the algo menu list can be modify in /var/www/partials/miner.html
|
|
|
|
kineda
Newbie
Offline
Activity: 51
Merit: 0
|
|
August 15, 2018, 12:07:28 PM |
|
you shall explain how you make the change.
the algo menu list can be modify in /var/www/partials/miner.html
thanks! i've been wondering where this was
|
|
|
|
afrodisio
Newbie
Offline
Activity: 17
Merit: 0
|
|
August 22, 2018, 11:54:33 AM |
|
http://imgur.com/a/Wa7HaxBWhere do these coded codes find other algorithmic use addresses? Suppose I want to add a lyra2z
|
|
|
|
piccolobit
Newbie
Offline
Activity: 43
Merit: 0
|
|
August 22, 2018, 12:54:22 PM |
|
Does anyone change the algo menu at the front desk? Can you pm me, make one for me...?
you need change the file in the /var/www root
|
|
|
|
afrodisio
Newbie
Offline
Activity: 17
Merit: 0
|
|
August 23, 2018, 04:11:48 AM Last edit: August 23, 2018, 04:46:37 AM by afrodisio |
|
Does anyone change the algo menu at the front desk? Can you pm me, make one for me...?
you need change the file in the /var/www root The menu is already a trivial matter. Currently testing cnv7, In a known file Cn0 is 0x20 CN-lite is 0X22 Some people know what to use Lyra2Z, cnv7 ====================================================== #define VARIANT1_PARAMS , const uint tweak1 #define VARIANT1_1(p) \ do \ { \ uint table = 0x75310U; \ uint index = (((p).s2 >> 26) & 12) | (((p).s2 >> 23) & 2); \ (p).s2 ^= ((table >> index) & 0x30U) << 24; \ } while(0) #define VARIANT1_2(p) \ (p) ^= tweak1_2 #define VARIANT1_INIT() \ uint2 tweak1_2; \ tweak1_2.s0 = tweak1; \ tweak1_2.s1 = get_global_id(0); \ tweak1_2 ^= as_uint2(states[24]);
|
|
|
|
piccolobit
Newbie
Offline
Activity: 43
Merit: 0
|
|
August 23, 2018, 04:14:54 PM |
|
You are testing cnv7 on baikal N series?
|
|
|
|
afrodisio
Newbie
Offline
Activity: 17
Merit: 0
|
|
August 24, 2018, 04:28:27 AM |
|
You are testing cnv7 on baikal N series?
yes https://i.imgur.com/rl6Am8s.jpgI don't have the basics of a programming language, so it's very difficult. I hope that users with c can help me. In this picture, baikal should be reserved for the upgrade of v7 in sgminer
|
|
|
|
piccolobit
Newbie
Offline
Activity: 43
Merit: 0
|
|
August 24, 2018, 09:04:54 AM |
|
You are testing cnv7 on baikal N series?
yes https://i.imgur.com/rl6Am8s.jpgI don't have the basics of a programming language, so it's very difficult. I hope that users with c can help me. In this picture, baikal should be reserved for the upgrade of v7 in sgminer very interesting .... also I am not practical of the language c ... but I'm trying some changes
|
|
|
|
afrodisio
Newbie
Offline
Activity: 17
Merit: 0
|
|
August 24, 2018, 03:52:34 PM |
|
You are testing cnv7 on baikal N series?
yes https://i.imgur.com/rl6Am8s.jpgI don't have the basics of a programming language, so it's very difficult. I hope that users with c can help me. In this picture, baikal should be reserved for the upgrade of v7 in sgminer very interesting .... also I am not practical of the language c ... but I'm trying some changes Unfortunately, we don't know baikal's engineers, or masters of c programming languages; they can only test themselves.
|
|
|
|
kineda
Newbie
Offline
Activity: 51
Merit: 0
|
|
August 29, 2018, 01:17:45 AM |
|
the algo menu list can be modify in /var/www/partials/miner.html
i edited /var/www/partials/miner.html but my changes don't show up in the dashboard? i even rebooted and looked at all of the php files but no change. am i missing something? thanks!
|
|
|
|
elmond
Newbie
Offline
Activity: 49
Merit: 0
|
|
August 29, 2018, 02:09:50 AM |
|
the algo menu list can be modify in /var/www/partials/miner.html
i edited /var/www/partials/miner.html but my changes don't show up in the dashboard? i even rebooted and looked at all of the php files but no change. am i missing something? thanks! it's a cache problem, you might need to press ctrl + F5 on chrome, for other bowser please ggole it.
|
|
|
|
kineda
Newbie
Offline
Activity: 51
Merit: 0
|
|
August 29, 2018, 12:09:12 PM |
|
the algo menu list can be modify in /var/www/partials/miner.html
i edited /var/www/partials/miner.html but my changes don't show up in the dashboard? i even rebooted and looked at all of the php files but no change. am i missing something? thanks! it's a cache problem, you might need to press ctrl + F5 on chrome, for other bowser please ggole it. worked thanks!
|
|
|
|
|