Author

Topic: Baikal Giant X10 - page 102. (Read 132901 times)

member
Activity: 142
Merit: 11
December 18, 2017, 11:26:21 AM
i got 2 from baikal today:

one has heavy voltage swings and sounds like a sportscar, but it works.
the other one worked stable at first but then only showed red lights.
i put the orange pi of my giant+ in it with the x10 sd card and now it works again.
thank god

cool miner, when they are working.
but still buggy, i wouldnt recommend them to everyone..
i hope they bring an firmware update soon.


by the way..
what model of orange pi is this and where do i get one..?

i think it is a orange pi zero (http://www.orangepi.org/orangepizero/)
full member
Activity: 374
Merit: 101
December 18, 2017, 11:10:47 AM
Hey,

I get last week an email to conform my delivery address but did not get and shipping information since that mail. Anyone else get the delivery confirmation mail or get any answer and shipping details?

Best regards


Same situation.
Got their email a week ago, then no more news.
newbie
Activity: 25
Merit: 0
December 18, 2017, 11:01:18 AM
I am sorry to ask you many times. Does anyone know the solution?


After turning on the power for a while, the green lamp turns off, the blue lamp flashes, even if you try to open it from the browser it will be Miner down.

Even if you press "Cgminer softu reset", the error message "Miner: 111 Connection refused" will be displayed.


Do not know if mining is done as it is, so can you tell me the solution?
Also, do you understand something from the flashing lamp?

Please.
newbie
Activity: 56
Merit: 0
December 18, 2017, 10:44:21 AM
i got 2 from baikal today:

one has heavy voltage swings and sounds like a sportscar, but it works.
the other one worked stable at first but then only showed red lights.
i put the orange pi of my giant+ in it with the x10 sd card and now it works again.
thank god

cool miner, when they are working.
but still buggy, i wouldnt recommend them to everyone..
i hope they bring an firmware update soon.


by the way..
what model of orange pi is this and where do i get one..?
newbie
Activity: 7
Merit: 0
December 18, 2017, 10:01:12 AM
Hey,

I get last week an email to conform my delivery address but did not get and shipping information since that mail. Anyone else get the delivery confirmation mail or get any answer and shipping details?

Best regards
newbie
Activity: 78
Merit: 0
December 18, 2017, 08:12:25 AM
I found something very interesting while poking around the x10 file structures.

I found these 2 lines:

Code:
poolAdd({url:'stratum+tcp://nist5.mine.zpool.ca:3833',pass:'x11=1,quark=1,qubit=1,groestl=1,nist5=1',priority:'6',algo:'nist5',extranonce:true});
poolAdd({url:'stratum+tcp://groestl.mine.zpool.ca:5333',pass:'x11=1,quark=1,qubit=1,groestl=1,nist5=1',priority:'5',algo:'groestl',extranonce:true});

So I am guessing either the 2 new algos are nist5 and groestl, or they originally had nist5 and groestl and decided to change the algos to skein and myr-groestl.


I also found this line:
Code:
sudo mv sgminer_300MHz_fix_NoHW  /opt/scripta/bin/sgminer
So I am assuming they have their own custom sgminer with a fixed clock rate so there goes the overclocking dream.

Guess someone at Baikal didn't remove all their traces. Now I wonder how would we get nist5 and groestl back on there. LOL.

can you tell me where do you finde the poolAdd lines?
I am also interested in this.  For what it's worth, I tried to manually add a 'groestl' pool to the pools config file.  It got work from the pool, but all shares were being rejected.

I assume this is somewhere in the webroot.  I believe poolAdd is a function in the php front-end.



i think it cant work
because they youe a modified sgminer with only the supported algos
I understand that.  It was definitely worth a shot though given the addPool() lines that were spotted on the system.  It may have been the case that they just hid the options to the user.  I can now report, that is not the case.
member
Activity: 142
Merit: 11
December 18, 2017, 02:04:19 AM
I found something very interesting while poking around the x10 file structures.

I found these 2 lines:

Code:
poolAdd({url:'stratum+tcp://nist5.mine.zpool.ca:3833',pass:'x11=1,quark=1,qubit=1,groestl=1,nist5=1',priority:'6',algo:'nist5',extranonce:true});
poolAdd({url:'stratum+tcp://groestl.mine.zpool.ca:5333',pass:'x11=1,quark=1,qubit=1,groestl=1,nist5=1',priority:'5',algo:'groestl',extranonce:true});

So I am guessing either the 2 new algos are nist5 and groestl, or they originally had nist5 and groestl and decided to change the algos to skein and myr-groestl.


I also found this line:
Code:
sudo mv sgminer_300MHz_fix_NoHW  /opt/scripta/bin/sgminer
So I am assuming they have their own custom sgminer with a fixed clock rate so there goes the overclocking dream.

Guess someone at Baikal didn't remove all their traces. Now I wonder how would we get nist5 and groestl back on there. LOL.

can you tell me where do you finde the poolAdd lines?
I am also interested in this.  For what it's worth, I tried to manually add a 'groestl' pool to the pools config file.  It got work from the pool, but all shares were being rejected.

I assume this is somewhere in the webroot.  I believe poolAdd is a function in the php front-end.



i think it cant work
because they youe a modified sgminer with only the supported algos
newbie
Activity: 78
Merit: 0
December 17, 2017, 07:50:33 PM
I found something very interesting while poking around the x10 file structures.

I found these 2 lines:

Code:
poolAdd({url:'stratum+tcp://nist5.mine.zpool.ca:3833',pass:'x11=1,quark=1,qubit=1,groestl=1,nist5=1',priority:'6',algo:'nist5',extranonce:true});
poolAdd({url:'stratum+tcp://groestl.mine.zpool.ca:5333',pass:'x11=1,quark=1,qubit=1,groestl=1,nist5=1',priority:'5',algo:'groestl',extranonce:true});

So I am guessing either the 2 new algos are nist5 and groestl, or they originally had nist5 and groestl and decided to change the algos to skein and myr-groestl.


I also found this line:
Code:
sudo mv sgminer_300MHz_fix_NoHW  /opt/scripta/bin/sgminer 
So I am assuming they have their own custom sgminer with a fixed clock rate so there goes the overclocking dream.

Guess someone at Baikal didn't remove all their traces. Now I wonder how would we get nist5 and groestl back on there. LOL.

can you tell me where do you finde the poolAdd lines?
I am also interested in this.  For what it's worth, I tried to manually add a 'groestl' pool to the pools config file.  It got work from the pool, but all shares were being rejected.

I assume this is somewhere in the webroot.  I believe poolAdd is a function in the php front-end.

member
Activity: 142
Merit: 11
December 17, 2017, 06:05:35 PM
I found something very interesting while poking around the x10 file structures.

I found these 2 lines:

Code:
poolAdd({url:'stratum+tcp://nist5.mine.zpool.ca:3833',pass:'x11=1,quark=1,qubit=1,groestl=1,nist5=1',priority:'6',algo:'nist5',extranonce:true});
poolAdd({url:'stratum+tcp://groestl.mine.zpool.ca:5333',pass:'x11=1,quark=1,qubit=1,groestl=1,nist5=1',priority:'5',algo:'groestl',extranonce:true});

So I am guessing either the 2 new algos are nist5 and groestl, or they originally had nist5 and groestl and decided to change the algos to skein and myr-groestl.


I also found this line:
Code:
sudo mv sgminer_300MHz_fix_NoHW  /opt/scripta/bin/sgminer 

So I am assuming they have their own custom sgminer with a fixed clock rate so there goes the overclocking dream.

Guess someone at Baikal didn't remove all their traces. Now I wonder how would we get nist5 and groestl back on there. LOL.

can you tell me where do you finde the poolAdd lines?
jr. member
Activity: 56
Merit: 1
December 17, 2017, 04:52:34 PM
I have a little question.

I can buy a baikal giant x10, but the seller tells is has only 3 algorithmes.
I thought they came with 5 from first batch.

Fabian
full member
Activity: 262
Merit: 100
December 17, 2017, 03:42:50 PM
Can anybody tell about daily profit on miningpoolhub?

1600-1700 DGB on qubit.
full member
Activity: 374
Merit: 101
December 17, 2017, 03:33:17 PM
Nobody complaining about not recieving their miner, does everybody got them already?  Huh

I asked baikal about my 2nd batch order they just told me to wait and be patient. Sad

we are still waiting for batch 1 delivery (we have waybill though)

Dont worry, Baikal is trust worthy and honest. You will get it.

I don‘t think about not getting it, i just want to recieve it finally. DGB price looks good.  Tongue

Indeed.
We would like to get it now.  Grin
member
Activity: 165
Merit: 11
December 17, 2017, 01:48:16 PM
Nobody complaining about not recieving their miner, does everybody got them already?  Huh

I asked baikal about my 2nd batch order they just told me to wait and be patient. Sad

we are still waiting for batch 1 delivery (we have waybill though)

Dont worry, Baikal is trust worthy and honest. You will get it.

I don‘t think about not getting it, i just want to recieve it finally. DGB price looks good.  Tongue
sr. member
Activity: 420
Merit: 255
December 17, 2017, 01:35:26 PM
Nobody complaining about not recieving their miner, does everybody got them already?  Huh

I asked baikal about my 2nd batch order they just told me to wait and be patient. Sad

we are still waiting for batch 1 delivery (we have waybill though)

Dont worry, Baikal is trust worthy and honest. You will get it.
legendary
Activity: 1894
Merit: 1087
December 17, 2017, 12:57:18 PM
Nobody complaining about not recieving their miner, does everybody got them already?  Huh

I asked baikal about my 2nd batch order they just told me to wait and be patient. Sad

we are still waiting for batch 1 delivery (we have waybill though)
member
Activity: 165
Merit: 11
December 17, 2017, 12:50:06 PM
Nobody complaining about not recieving their miner, does everybody got them already?  Huh

I asked baikal about my 2nd batch order they just told me to wait and be patient. Sad
newbie
Activity: 41
Merit: 0
December 17, 2017, 10:05:28 AM
Can anybody tell about daily profit on miningpoolhub?
newbie
Activity: 78
Merit: 0
December 17, 2017, 06:58:17 AM
Somebody mining on miningpoolhub?
Which ports are you using for profit switching? I tried the miningpool option on the miner but it isnt switchng, it only mines number 1.


I remember reading farther up in the thread that the port numbers that came with the x10 for miningpoolhub profit switching were incorrect.
sr. member
Activity: 420
Merit: 255
December 17, 2017, 05:19:47 AM
https://www.youtube.com/watch?v=XwHlO8LHEtw
I have made like this.
look at the video, it is easy. than you don't need any breakout

I am watching it, thanks
member
Activity: 168
Merit: 10
December 17, 2017, 04:55:06 AM
Somebody mining on miningpoolhub?
Which ports are you using for profit switching? I tried the miningpool option on the miner but it isnt switchng, it only mines number 1.
Jump to: