Search content
Sort by

Showing 20 of 40 results by arma33
Post
Topic
Board Mining (Altcoins)
Re: Baikal Giant X10
by
arma33
on 25/10/2018, 17:16:11 UTC
Hello!

I'd love to add support for Baikal miners to the miner monitoring project that I'm working on.  Unfortunately, I don't have a Baikal miner to test with.

Is there any way that I could get somebody to run the following commands and PM me the output?  I'd love you forever.  Smiley

Code:
echo '{"command":"stats"}' | netcat 4028
echo '{"command":"pools"}' | netcat 4028
echo '{"command":"devs"}' | netcat 4028

I believe this is what you want:

Code:
API command: devs
{
  "STATUS": [
    {
      "STATUS": "S",
      "When": 1533397884,
      "Code": 9,
      "Msg": "3 GPU(s)",
      "Description": "sgminer 5.6.6-l"
    }
  ],
  "DEVS": [
    {
      "ASC": 0,
      "Name": "BKLU",
      "ID": 0,
      "Enabled": "Y",
      "Status": "Alive",
      "Temperature": 47.0,
      "MHS av": 3111.0421,
      "MHS 5s": 3379.1931,
      "Accepted": 1277,
      "Rejected": 0,
      "Hardware Errors": 0,
      "Utility": 103.2529,
      "Last Share Pool": 1,
      "Last Share Time": 1533397884,
      "Total MH": 2308584.7347,
      "Diff1 Work": 158691.497589,
      "Difficulty Accepted": 130197.14096064,
      "Difficulty Rejected": 0.0,
      "Last Share Difficulty": 149.66147328,
      "No Device": false,
      "Last Valid Work": 1533397884,
      "Device Hardware%": 0.0,
      "Device Rejected%": 0.0,
      "Device Elapsed": 742
    },
    {
      "ASC": 1,
      "Name": "BKLU",
      "ID": 1,
      "Enabled": "Y",
      "Status": "Alive",
      "Temperature": 47.0,
      "MHS av": 3091.0,
      "MHS 5s": 3379.2005,
      "Accepted": 1262,
      "Rejected": 0,
      "Hardware Errors": 0,
      "Utility": 102.0401,
      "Last Share Pool": 1,
      "Last Share Time": 1533397884,
      "Total MH": 2293712.1997,
      "Diff1 Work": 158618.478538,
      "Difficulty Accepted": 127321.87427328,
      "Difficulty Rejected": 0.0,
      "Last Share Difficulty": 149.66147328,
      "No Device": false,
      "Last Valid Work": 1533397884,
      "Device Hardware%": 0.0,
      "Device Rejected%": 0.0,
      "Device Elapsed": 742
    },
    {
      "ASC": 2,
      "Name": "BKLU",
      "ID": 2,
      "Enabled": "Y",
      "Status": "Alive",
      "Temperature": 46.0,
      "MHS av": 3090.5468,
      "MHS 5s": 3379.1582,
      "Accepted": 1270,
      "Rejected": 0,
      "Hardware Errors": 0,
      "Utility": 102.6869,
      "Last Share Pool": 1,
      "Last Share Time": 1533397882,
      "Total MH": 2293375.913,
      "Diff1 Work": 161574.95538,
      "Difficulty Accepted": 128734.96687936,
      "Difficulty Rejected": 0.0,
      "Last Share Difficulty": 149.66147328,
      "No Device": false,
      "Last Valid Work": 1533397884,
      "Device Hardware%": 0.0,
      "Device Rejected%": 0.0,
      "Device Elapsed": 742
    }
  ],
  "id": 1
}
API command: pools
{
  "STATUS": [
    {
      "STATUS": "S",
      "When": 1533397884,
      "Code": 7,
      "Msg": "8 Pool(s)",
      "Description": "sgminer 5.6.6-l"
    }
  ],
  "POOLS": [
    {
      "POOL": 0,
      "Name": "hub.miningpoolhub.com",
      "URL": "stratum+tcp://hub.miningpoolhub.com:17016",
      "Profile": "",
      "Algorithm": "skein-sha256",
      "Algorithm Type": "Skeincoin",
      "Description": "",
      "Status": "Alive",
      "Priority": 3,
      "Quota": 1,
      "Long Poll": "N",
      "Getworks": 5,
      "Accepted": 10,
      "Rejected": 0,
      "Works": 379,
      "Discarded": 72,
      "Stale": 0,
      "Get Failures": 0,
      "Remote Failures": 0,
      "User": "ZZZZZZZZZZZZZZZZZZZZZZZ",
      "Last Share Time": 1533397250,
      "Diff1 Shares": 159.83552,
      "Proxy Type": "",
      "Proxy": "",
      "Difficulty Accepted": 159.83552,
      "Difficulty Rejected": 0.0,
      "Difficulty Stale": 0.0,
      "Last Share Difficulty": 16.90568,
      "Has Stratum": true,
      "Stratum Active": false,
      "Stratum URL": "",
      "Has GBT": false,
      "Best Share": 186.11316,
      "Pool Rejected%": 0.0,
      "Pool Stale%": 0.0
    },
    {
      "POOL": 1,
      "Name": "hub.miningpoolhub.com",
      "URL": "stratum+tcp://hub.miningpoolhub.com:17014",
      "Profile": "",
      "Algorithm": "qubit",
      "Algorithm Type": "Qubit",
      "Description": "",
      "Status": "Alive",
      "Priority": 0,
      "Quota": 1,
      "Long Poll": "N",
      "Getworks": 32,
      "Accepted": 3788,
      "Rejected": 0,
      "Works": 1921,
      "Discarded": 364,
      "Stale": 18,
      "Get Failures": 0,
      "Remote Failures": 0,
      "User": "ZZZZZZZZZZZZZZZZZZZZZZZZ",
      "Last Share Time": 1533397884,
      "Diff1 Shares": 478192.615987,
      "Proxy Type": "",
      "Proxy": "",
      "Difficulty Accepted": 385643.58659327,
      "Difficulty Rejected": 0.0,
      "Difficulty Stale": 1981.00918272,
      "Last Share Difficulty": 149.66147328,
      "Has Stratum": true,
      "Stratum Active": true,
      "Stratum URL": "hub.miningpoolhub.com",
      "Has GBT": false,
      "Best Share": 1860019.542141,
      "Pool Rejected%": 0.0,
      "Pool Stale%": 0.5111
    }
  ],
  "id": 1
}
API command: stats
{
  "STATUS": [
    {
      "STATUS": "S",
      "When": 1533397884,
      "Code": 70,
      "Msg": "sgminer stats",
      "Description": "sgminer 5.6.6-l"
    }
  ],
  "STATS": [
    {
      "STATS": 0,
      "ID": "BKLU0",
      "Elapsed": 742,
      "Calls": 0,
      "Wait": 0.0,
      "Max": 0.0,
      "Min": 99999999.0,
      "Chip Count": 64,
      "Clock": 300,
      "HWV": 29297,
      "FWV": 7500055,
      "Algo": "Qubit",
      "USB Pipe": "0",
      "USB Delay": "r0 0.000000 w0 0.000000",
      "USB tmo": "341199 0"
    },
    {
      "STATS": 1,
      "ID": "BKLU1",
      "Elapsed": 742,
      "Calls": 0,
      "Wait": 0.0,
      "Max": 0.0,
      "Min": 99999999.0,
      "Chip Count": 64,
      "Clock": 300,
      "HWV": 29297,
      "FWV": 7500055,
      "Algo": "Qubit",
      "USB Pipe": "0",
      "USB Delay": "r0 0.000000 w0 0.000000",
      "USB tmo": "11 0"
    },
    {
      "STATS": 2,
      "ID": "BKLU2",
      "Elapsed": 742,
      "Calls": 0,
      "Wait": 0.0,
      "Max": 0.0,
      "Min": 99999999.0,
      "Chip Count": 64,
      "Clock": 300,
      "HWV": 29297,
      "FWV": 7500055,
      "Algo": "Qubit",
      "USB Pipe": "0",
      "USB Delay": "r0 0.000000 w0 0.000000",
      "USB tmo": "11 0"
    }
  ],
  "id": 1
}


Doesn't respond to commands..

No such file or directory
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zurcoin - quark mining algo. - 3+ years old - Update Version 0.10.5.1
by
arma33
on 19/08/2018, 20:07:29 UTC
When will the exchanges work?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zurcoin - quark mining algo. - 3+ years old - Update Version 0.10.5.1
by
arma33
on 15/08/2018, 17:33:38 UTC
The exchange will be when??
Post
Topic
Board Альтернативные криптовалюты
Re: [Bounty][Pre-ICO] BUZCOIN - Messenger & Marketplace from Russian Star
by
arma33
on 17/04/2018, 20:21:31 UTC
А можно подробнее. Есть техничка, ссылку на гидхаб. А дальше что? Или это просто красивый скам??
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zurcoin - quark mining algo. - 3+ years old - Update Version 0.10.5.1
by
arma33
on 17/04/2018, 13:25:25 UTC
wallet seems to be working. deal with exchanges. and so sense?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zurcoin - quark mining algo. - 3+ years old - Update Version 0.10.5.1
by
arma33
on 17/04/2018, 13:01:14 UTC
no stock. there will be no coins.
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN][EXCHANGE] VICex.io - Coin listing is open.
by
arma33
on 12/04/2018, 21:37:04 UTC
 can't register on the stock exchange. Is there a problem?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zurcoin - quark mining algo. - 3+ years old - Update Version 0.10.5.1
by
arma33
on 12/04/2018, 20:56:12 UTC
you do not have a blockchain. yobit constantly opens wallet.

so will the coin work or not?Huh?
Post
Topic
Board Mining (Altcoins)
Re: Baikal X10 ⚡OVERCLOCK⚡ Claim reward 0.2 BTC for TUTORIAL HOW TO :)⚡⚡⚡⚡
by
arma33
on 27/03/2018, 11:01:02 UTC
put a new update management program BaikalMonitor. Two days one of the Baikal began to glitch ( became often turn on the fan). Turned off, turned on and as wrote above Hashrate av showed 44 GH. Within a few minutes fell to 16 GC. Then another few minutes went down to 14 GC. And smoothly fell to 10.14 GH. Neither of which is not pierced. The question, maybe already from the factory to have the firmware and how to find it? But you can get to see the traffic from each machine. Possible hidden traffic, that is, the main to another address..

If you read back in this topic, then you can find the firmware of the X10. Still don't expect to edit the binary file without a hex editor.



So it is not clear if the actual machine produces such power. Why once they have been declared. And as all??? their include. Or in part include?
Post
Topic
Board Mining (Altcoins)
Re: Baikal X10 ⚡OVERCLOCK⚡ Claim reward 0.2 BTC for TUTORIAL HOW TO :)⚡⚡⚡⚡
by
arma33
on 27/03/2018, 10:06:19 UTC
put a new update management program BaikalMonitor. Two days one of the Baikal began to glitch ( became often turn on the fan). Turned off, turned on and as wrote above Hashrate av showed 44 GH. Within a few minutes fell to 16 GC. Then another few minutes went down to 14 GC. And smoothly fell to 10.14 GH. Neither of which is not pierced. The question, maybe already from the factory to have the firmware and how to find it? But you can get to see the traffic from each machine. Possible hidden traffic, that is, the main to another address..
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] INSTACASH [ICH] | v1.2 Released! | Listed on CryptoBridge!
by
arma33
on 19/03/2018, 09:54:36 UTC
Support
Hi! Unfortunately all BKT, SLN and ICH transactions are temporarily suspended until receiving confirmations from developers upon stabilizing their network. Any questions arising in relation with this matter must be addressed to the developers of corresponding coins.

less than a minute




Let me know when you set up the network..
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] INSTACASH [ICH] | v1.2 Released! | Listed on CryptoBridge!
by
arma33
on 16/03/2018, 20:48:28 UTC
What about exchanges? Not one exchange does not accept coins...

you can trade this coin at cryptobridge and graviex my friend, another exchange will follow  Wink
https://wallet.crypto-bridge.org/market/BRIDGE.ICH_BRIDGE.BTC
https://graviex.net/markets/ichbtc

https://graviex.net/markets/ichbtc  ---  Wallet's been closed for two days.

https://wallet.crypto-bridge.org/market/BRIDGE.ICH_BRIDGE.BTC -- Weighs two transactions a day.


Is this a joke??
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] INSTACASH [ICH] | v1.2 Released! | Listed on CryptoBridge!
by
arma33
on 16/03/2018, 16:44:23 UTC
What about exchanges? Not one exchange does not accept coins...
Post
Topic
Board Announcements (Altcoins)
Re: 🔥LILICOIN🔥 [POW][POS][MASTERNODES][NOICO]🔥THE GREEN REVOLUTION !
by
arma33
on 07/03/2018, 14:04:59 UTC
Where are the other exchanges? Soon will be zero.
Post
Topic
Board Announcements (Altcoins)
Re: LiteQuark----LTQ----quark algo----Less than 1% premine
by
arma33
on 07/03/2018, 08:38:15 UTC
is the exchange somewhere else?
Post
Topic
Board Announcements (Altcoins)
Re: 🔥LILICOIN🔥 [POW][POS][MASTERNODES][NOICO]🔥THE GREEN REVOLUTION !
by
arma33
on 06/03/2018, 00:40:08 UTC
Is that NiceHash coin?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zurcoin - quark mining algo. - 3+ years old - Update Version 0.10.5.1
by
arma33
on 01/03/2018, 06:50:17 UTC
They included a few wallet times. The blockexplorer does not work.. I've still weighs the output..
Post
Topic
Board Mining (Altcoins)
Re: Baikal X10 ⚡OVERCLOCK⚡ Claim reward 0.2 BTC for TUTORIAL HOW TO :)⚡⚡⚡⚡
by
arma33
on 26/02/2018, 11:02:39 UTC
Without stupid hashrate limitter its running pretty fast. But only for 10sec. I asked Baikal If there is some hashrate limit - and they say yes.
https://i.imgur.com/DQazDza.jpg


So how much time such indicators. Then still the power drops to the factory?It turns out in pizero written?
Post
Topic
Board Альтернативные криптовалюты
Re: [SPL] Simplicity Proccess Infrastucture Grounding MasterNodes PoS [SPL]
by
arma33
on 25/02/2018, 21:06:31 UTC
Как по поводы обмена? Когда и где?
Post
Topic
Board Альтернативные криптовалюты
Re: [ANN][FRM] Ferrum Coin - POW/POS - Masternodes [Skein]
by
arma33
on 22/02/2018, 20:32:07 UTC
Можно для чайников пояснить. Если на бирже монеты еще нет, и вы даже не знаете на какой она будет. То, за чей счет банкет?
 Да кстати, это не только к этой монете..