Search content
Sort by

Showing 17 of 17 results by crybo
Post
Topic
Board Marketplace (Altcoins)
Re: ZCOIN XZC Withdraw From Bittrex not appear in block explorer
by
crybo
on 02/10/2017, 12:30:05 UTC
This is the coin you are referring too?

https:/[Suspicious link removed]/Yh6BtuvxVv
We are aware of some transactions being not accepted by pools on new release. We're working furiously to fix this. Tq for your patience.

yes, that's the coin. you said "we", does it mean you speak for bittrex? thanks for advising, anyway
Post
Topic
Board Marketplace (Altcoins)
Re: ZCOIN XZC Withdraw From Bittrex not appear in block explorer
by
crybo
on 02/10/2017, 09:27:36 UTC
My tokens too are stuck on the blockexplorer as myetherwallet is updating its database. I guess that's the issue with your transaction as well.

I'm not sure it Zcoin related to myetherwallet?
Post
Topic
Board Marketplace (Altcoins)
ZCOIN XZC Withdraw From Bittrex not appear in block explorer
by
crybo
on 02/10/2017, 09:19:13 UTC
Hi all,

I'm experiencing frustrating situation where happen in Bittrex yesterday.. withdraw any coins usually without any issue. but this time it frustrates me. Bittrex has already given XZC tx id in the wallet page. but until now more than 12 hours, it doesnt appear in block explorer. submitted request ticket, 12 hours no respond from bittrex..

it's a small amount, but it's money.. any advice how to resolve this issue?

Post
Topic
Board Mining (Altcoins)
Re: ccminer with lyra2Z algo by djm34 error
by
crybo
on 22/09/2017, 20:53:50 UTC
Hello,
try ccminer 2.2.1 by tpruvot, for me it works on gtx 1060 (I use windows)
https://github.com/tpruvot/ccminer/releases



same error happens

Quote
*** ccminer 2.2 for nVidia GPUs by tpruvot@github ***
    Built with the nVidia CUDA Toolkit 8.0 64-bits

  Originally based on Christian Buchner and Christian H. project
  Include some algos from alexis78, djm34, sp, tsiv and klausT.

BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)

[2017-09-23 03:51:58] POOL 0: asia.lyra2z-hub.miningpoolhub.com:20581
[2017-09-23 03:51:58] Starting on stratum+tcp://asia.lyra2z-hub.miningpoolhub.com:20581
[2017-09-23 03:51:58] restart_threads
[2017-09-23 03:51:58] CUDA GPU 0 matches NVML GPU 0 by busId 6
[2017-09-23 03:51:58] NVML GPU monitoring enabled.
[2017-09-23 03:51:58] 1 miner thread started, using 'lyra2z' algorithm.
[2017-09-23 03:51:59] sleeptime: 500 ms
[2017-09-23 03:52:00] GPU #0: no data
[2017-09-23 03:52:00] sleeptime: 500 ms
[2017-09-23 03:52:01] GPU #0: no data
[2017-09-23 03:52:02] sleeptime: 500 ms
[2017-09-23 03:52:03] GPU #0: no data
[2017-09-23 03:52:03] sleeptime: 500 ms
[2017-09-23 03:52:04] Stratum session id: deadbeefcafebabe6546700100000000
[2017-09-23 03:52:04] GPU #0: no data
[2017-09-23 03:52:05] sleeptime: 500 ms
[2017-09-23 03:52:05] DEBUG: job_id=9c577d1 ab45 xnonce2=00000000 time=03:51:29
[2017-09-23 03:52:05] Stratum difficulty set to 10 (0.03906)
[2017-09-23 03:52:05] job 9c577d1 ab45 target change: 1999800000 (0.0)
[2017-09-23 03:52:05] GPU #0: start=00000000 end=0007ffff range=0007ffff
[2017-09-23 03:52:05] GPU #0: Intensity set to 15, 32768 cuda threads
[2017-09-23 03:52:05] GPU #0: Quadro 2000, 8755.19 kH/s
[2017-09-23 03:52:05] GPU #0: start=00080000 end=1f579d6c range=1f4f9d6c
[2017-09-23 03:52:05] GPU #0: invalid device function
[2017-09-23 03:52:05] GPU #0: start=1f579d6d end=ffffffff range=e0a86292
[2017-09-23 03:52:05] GPU #0: invalid device function

I found that using tpruvot release ccminer works when using scrypt and cryptopnight algorithm
Post
Topic
Board Mining (Altcoins)
Re: ccminer with lyra2Z algo by djm34 error
by
crybo
on 22/09/2017, 20:40:29 UTC
Hi All,

I'm testing my machine for mining XZC coin using ccminer v0.0.3 forked by djm34.

my machine is Linux Ubuntu 16.04.3 LTS. GPU card I tested for compiling ccminer is NVIDIA Quadro 2000 with CUDA 8 driver.

First, I didn't found build.sh file in the tarball file. But since I'm quite familiar with compiling source, I did by using configure and make

another ccminer are work in this machine, I did test XMR ccminer and it works. but this ccminer for ZXC returns errors like this

Code:
[2017-09-21 03:49:16] Starting on stratum+tcp://asia.lyra2z-hub.miningpoolhub.com:20581
[2017-09-21 03:49:16] 1 miner thread started, using 'lyra2Z' algorithm.
[2017-09-21 03:49:23] Stratum difficulty set to 10 (0.03906)
[2017-09-21 03:49:23] GPU #0: Intensity set to 16, 65536 cuda threads
[2017-09-21 03:49:24] GPU #0: Quadro 2000, 60.04 MH/s
[2017-09-21 03:49:24] GPU #0: invalid device function
[2017-09-21 03:49:25] GPU #0: invalid device function
[2017-09-21 03:49:25] GPU #0: invalid device function
[2017-09-21 03:49:27] GPU #0: invalid device function
[2017-09-21 03:49:29] GPU #0: Quadro 2000, 2090.72 MH/s
[2017-09-21 03:49:29] GPU #0: invalid device function
[2017-09-21 03:49:31] GPU #0: invalid device function
[2017-09-21 03:49:33] GPU #0: Quadro 2000, 2298.32 MH/s
[2017-09-21 03:49:33] GPU #0: invalid device function
[2017-09-21 03:49:35] GPU #0: invalid device function
[2017-09-21 03:49:37] GPU #0: Quadro 2000, 2106.16 MH/s
[2017-09-21 03:49:37] GPU #0: invalid device function
[2017-09-21 03:49:39] GPU #0: invalid device function
[2017-09-21 03:49:41] GPU #0: Quadro 2000, 2065.46 MH/s
[2017-09-21 03:49:41] GPU #0: invalid device function
[2017-09-21 03:49:43] GPU #0: invalid device function
[2017-09-21 03:49:45] GPU #0: Quadro 2000, 2172.89 MH/s
[2017-09-21 03:49:45] GPU #0: invalid device function

anyone found same issue? or any advice to solve this issue?

thanks in advance
No problems here with CCMiner lyra2Z from Djin34 and Cuda 8/Ubuntu 14.04 and 16.04.
But I don't use the same cards as you : no Quadro2000.
I use GTX 960 750, 1050Ti, 1070...
I think you have to see for the quadro driver...

I'm sure the driver works well, because the same gpu and driver works with zec miner and xmr, thanks for advicing
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zcoin (XZC) - Implementing Zerocoin technology for financial privacy
by
crybo
on 22/09/2017, 20:33:27 UTC
Hi All,

I'm testing my machine for mining XZC coin using ccminer v0.0.3 forked by djm34.

my machine is Linux Ubuntu 16.04.3 LTS. GPU card I tested for compiling ccminer is NVIDIA Quadro 2000 with CUDA 8 driver.

First, I didn't found build.sh file in the tarball file. But since I'm quite familiar with compiling source, I did by using configure and make

another ccminer are work in this machine, I did test XMR ccminer and it works. but this ccminer for ZXC returns errors like this

.......

thanks in advance

have you checked to see if that version supports your compute? might be the issue. i assume your talking about https://github.com/djm34/ccminer-msvc2015/releases? what quadro 2000? P? K? or just the normal Quadro 2000? haha
Check your compute version for compatibility i would say (if lower intensity didnt help),  good luck! Smiley

Yes, it's the latest version release from github. the card works well with ccminer. I'm sure the driver is okay

This is output when running xmrMiner, it works
Quote
   *** xmrMiner 0.2.1 (64 bit) for NVIDIA GPUs by psychocrypt
    *** Built with GCC 5.4  using the Nvidia CUDA Toolkit 8.0

 psychocrypt's XMR donation address:
   43NoJVEXo21hGZ6tDG6Z3g4qimiGdJPE6GRxAmiWwm26gwr62Lqo7zRiCJFSBmbkwTGNuuES9ES5Tga VHceuYc4Y75txCTU
 for more donation addresses please read the README.md
-----------------------------------------------------------------
[2017-09-23 03:26:13] Using JSON-RPC 2.0
[2017-09-23 03:26:13] Starting Stratum on stratum+tcp://pool.supportxmr.com:5555
[2017-09-23 03:26:15] 1 miner threads started, using 'cryptonight' algorithm.
[2017-09-23 03:26:15] GPU #0: Quadro 2000 (4 SMX), using 24 blocks of 19 threads
[2017-09-23 03:26:19] Pool set diff to 5000
[2017-09-23 03:26:19] Stratum detected new block
[2017-09-23 03:26:20] GPU #0: Quadro 2000, 92.17 H/s
[2017-09-23 03:27:18] Stratum detected new block
[2017-09-23 03:27:20] GPU #0: Quadro 2000, 98.95 H/s
[2017-09-23 03:27:39] Pool set diff to 2727
[2017-09-23 03:27:39] Stratum detected new block
[2017-09-23 03:27:43] GPU #0: Quadro 2000, 99.08 H/s
[2017-09-23 03:28:01] GPU #0: Quadro 2000, 98.75 H/s
[2017-09-23 03:28:01] accepted: 1/1 (100.00%), 98.75 H/s (yay!!!)
[2017-09-23 03:28:08] Stratum detected new block
[2017-09-23 03:28:08] Stratum detected new block
[2017-09-23 03:28:11] GPU #0: Quadro 2000, 99.08 H/s

it also works when tested to run zec miner, also works well
Quote

   ==================== www.nicehash.com ====================
      Equihash CPU&GPU Miner for NiceHash v0.4b
   Thanks to Zcash developers for providing base of the code.
          Special thanks to tromp, xenoncat, mbevand
                and eXtremal-ik7 for providing
         optimized CPU, CUDA and AMD equihash solvers.
   ==================== www.nicehash.com ====================

Setting log level to 2
[03:29:05][0x00007f71d0ffd740] Using SSE2: YES
[03:29:05][0x00007f71d0ffd740] Using AVX: YES
[03:29:05][0x00007f71d0ffd740] Using AVX2: NO
[03:29:05][0x00007f71cde0e700] stratum | Starting miner
[03:29:05][0x00007f71c7fff700] miner#2 | Starting thread #2 (cpu_xenoncat_STUB)
[03:29:05][0x00007f71c6ffd700] miner#4 | Starting thread #4 (cpu_xenoncat_STUB)
[03:29:05][0x00007f71cce0c700] miner#1 | Starting thread #1 (cpu_xenoncat_STUB)
[03:29:05][0x00007f71cd60d700] miner#0 | Starting thread #0 (cpu_xenoncat_STUB)
[03:29:05][0x00007f71c77fe700] miner#3 | Starting thread #3 (cpu_xenoncat_STUB)
[03:29:05][0x00007f71c5ffb700] miner#6 | Starting thread #6 (cpu_xenoncat_STUB)
[03:29:05][0x00007f71c67fc700] miner#5 | Starting thread #5 (cpu_xenoncat_STUB)
[03:29:05][0x00007f71c57fa700] miner#7 | Starting thread #7 (CUDA-TROMP) Quadro 2000 (#0) BLOCKS=28, THREADS=64
[03:29:05][0x00007f71cde0e700] stratum | Connecting to stratum server zec.f2pool.com:3357
[03:29:11][0x00007f71cde0e700] stratum | Connected!
[03:29:12][0x00007f71cde0e700] stratum | Subscribed to stratum server
[03:29:12][0x00007f71cde0e700] miner | Extranonce is 00000000000000000000000000000000
[03:29:12][0x00007f71cde0e700] stratum | Target set to 0007ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
[03:29:12][0x00007f71cde0e700] stratum | Received new job #GMUYIvi8UY
[03:29:12][0x00007f71cde0e700] stratum | Authorized worker t1SRQQYMBeBCavFkxzPDYioQqih3yTLCxDb
[03:29:15][0x00007f71d0ffd740] Speed [300 sec]: 0.298626 I/s, 0.298626 Sols/s
[03:29:25][0x00007f71d0ffd740] Speed [300 sec]: 1.09453 I/s, 1.8408 Sols/s
[03:29:27][0x00007f71cde0e700] stratum | Received new job #GMUYIvileg
[03:29:30][0x00007f71cde0e700] stratum | Received new job #GMUYIvisWE
[03:29:34][0x00007f71cde0e700] stratum | Received new job #GMUYIvj2FK
[03:29:35][0x00007f71d0ffd740] Speed [300 sec]: 1.19383 I/s, 2.02288 Sols/s

That's why I'm sure driver and gpu card is okay..

but when using djm34 miner it doesn't work
Quote
*** ccminer 0.0.2-djm34 for nVidia GPUs by djm34 ***
    Built with the nVidia CUDA Toolkit 8.0

  Originally based on Christian Buchner and Christian H. project based on tpruvot 1.8.4 release
  Include algos from alexis78, djm34, sp, tsiv and klausT.
  *** News (02/08/2017): lyra2Z algo for ZCoin

BTC donation address: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze (djm34)
ZCoin donation address: aChWVb8CpgajadpLmiwDZvZaKizQgHxfh5 (djm34)

[2017-09-23 03:31:58] Starting on stratum+tcp://asia.lyra2z-hub.miningpoolhub.com:20581
[2017-09-23 03:31:58] 1 miner thread started, using 'lyra2Z' algorithm.
[2017-09-23 03:32:05] Stratum difficulty set to 10 (0.03906)
[2017-09-23 03:32:05] GPU #0: Intensity set to 16, 65536 cuda threads
[2017-09-23 03:32:06] GPU #0: Quadro 2000, 7498.56 kH/s
[2017-09-23 03:32:06] GPU #0: invalid device function
[2017-09-23 03:32:06] GPU #0: invalid device function
[2017-09-23 03:32:09] GPU #0: invalid device function
[2017-09-23 03:32:12] GPU #0: Quadro 2000, 1495.94 MH/s
[2017-09-23 03:32:12] GPU #0: invalid device function
[2017-09-23 03:32:16] GPU #0: Quadro 2000, 1247.49 MH/s
[2017-09-23 03:32:16] GPU #0: invalid device function
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zcoin (XZC) - Implementing Zerocoin technology for financial privacy
by
crybo
on 20/09/2017, 21:29:20 UTC
Hi All,

I'm testing my machine for mining XZC coin using ccminer v0.0.3 forked by djm34.

my machine is Linux Ubuntu 16.04.3 LTS. GPU card I tested for compiling ccminer is NVIDIA Quadro 2000 with CUDA 8 driver.

First, I didn't found build.sh file in the tarball file. But since I'm quite familiar with compiling source, I did by using configure and make

another ccminer are work in this machine, I did test XMR ccminer and it works. but this ccminer for ZXC returns errors like this

Code:
[2017-09-21 03:49:16] Starting on stratum+tcp://asia.lyra2z-hub.miningpoolhub.com:20581
[2017-09-21 03:49:16] 1 miner thread started, using 'lyra2Z' algorithm.
[2017-09-21 03:49:23] Stratum difficulty set to 10 (0.03906)
[2017-09-21 03:49:23] GPU #0: Intensity set to 16, 65536 cuda threads
[2017-09-21 03:49:24] GPU #0: Quadro 2000, 60.04 MH/s
[2017-09-21 03:49:24] GPU #0: invalid device function
[2017-09-21 03:49:25] GPU #0: invalid device function
[2017-09-21 03:49:25] GPU #0: invalid device function
[2017-09-21 03:49:27] GPU #0: invalid device function
[2017-09-21 03:49:29] GPU #0: Quadro 2000, 2090.72 MH/s
[2017-09-21 03:49:29] GPU #0: invalid device function
[2017-09-21 03:49:31] GPU #0: invalid device function
[2017-09-21 03:49:33] GPU #0: Quadro 2000, 2298.32 MH/s
[2017-09-21 03:49:33] GPU #0: invalid device function
[2017-09-21 03:49:35] GPU #0: invalid device function
[2017-09-21 03:49:37] GPU #0: Quadro 2000, 2106.16 MH/s
[2017-09-21 03:49:37] GPU #0: invalid device function
[2017-09-21 03:49:39] GPU #0: invalid device function
[2017-09-21 03:49:41] GPU #0: Quadro 2000, 2065.46 MH/s
[2017-09-21 03:49:41] GPU #0: invalid device function
[2017-09-21 03:49:43] GPU #0: invalid device function
[2017-09-21 03:49:45] GPU #0: Quadro 2000, 2172.89 MH/s
[2017-09-21 03:49:45] GPU #0: invalid device function

anyone found same issue? or any advice to solve this issue?

thanks in advance
Post
Topic
Board Mining (Altcoins)
ccminer with lyra2Z algo by djm34 error
by
crybo
on 20/09/2017, 20:58:43 UTC
Hi All,

I'm testing my machine for mining XZC coin using ccminer v0.0.3 forked by djm34.

my machine is Linux Ubuntu 16.04.3 LTS. GPU card I tested for compiling ccminer is NVIDIA Quadro 2000 with CUDA 8 driver.

First, I didn't found build.sh file in the tarball file. But since I'm quite familiar with compiling source, I did by using configure and make

another ccminer are work in this machine, I did test XMR ccminer and it works. but this ccminer for ZXC returns errors like this

Code:
[2017-09-21 03:49:16] Starting on stratum+tcp://asia.lyra2z-hub.miningpoolhub.com:20581
[2017-09-21 03:49:16] 1 miner thread started, using 'lyra2Z' algorithm.
[2017-09-21 03:49:23] Stratum difficulty set to 10 (0.03906)
[2017-09-21 03:49:23] GPU #0: Intensity set to 16, 65536 cuda threads
[2017-09-21 03:49:24] GPU #0: Quadro 2000, 60.04 MH/s
[2017-09-21 03:49:24] GPU #0: invalid device function
[2017-09-21 03:49:25] GPU #0: invalid device function
[2017-09-21 03:49:25] GPU #0: invalid device function
[2017-09-21 03:49:27] GPU #0: invalid device function
[2017-09-21 03:49:29] GPU #0: Quadro 2000, 2090.72 MH/s
[2017-09-21 03:49:29] GPU #0: invalid device function
[2017-09-21 03:49:31] GPU #0: invalid device function
[2017-09-21 03:49:33] GPU #0: Quadro 2000, 2298.32 MH/s
[2017-09-21 03:49:33] GPU #0: invalid device function
[2017-09-21 03:49:35] GPU #0: invalid device function
[2017-09-21 03:49:37] GPU #0: Quadro 2000, 2106.16 MH/s
[2017-09-21 03:49:37] GPU #0: invalid device function
[2017-09-21 03:49:39] GPU #0: invalid device function
[2017-09-21 03:49:41] GPU #0: Quadro 2000, 2065.46 MH/s
[2017-09-21 03:49:41] GPU #0: invalid device function
[2017-09-21 03:49:43] GPU #0: invalid device function
[2017-09-21 03:49:45] GPU #0: Quadro 2000, 2172.89 MH/s
[2017-09-21 03:49:45] GPU #0: invalid device function

anyone found same issue? or any advice to solve this issue?

thanks in advance
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT | CPU mining | scrypt² | Scaling | New Roadmap Released
by
crybo
on 18/09/2017, 18:56:46 UTC
poolinat0r.com - Withdraw limitations

After haveing a talk with a friend of mine (small miner) and after receiveing some messages about withdraw limits the withdraw limits will be lowered on both pools. Your current set auto-withdrawlimit will not be touched so the miners can decide by themselves if they want to lower withdraw limit or not. Network fee will have to remain, but withdraw limit will get lowered for about 33%.  So people should be able to withdraw 10VRM as a minimum limit.

If you wish i can also lower this 10VRM limit again if you think it is better,but please keep in mind that you will loose about 0.2VRM on each withdraw.
I will also post this on slack and hope to receive some feedback as DM/PM on slack.

New limits:

vrm.poolinat0r.com:
auto 7-78
manual 100
fees auto 0.21
fee manual 2.5

vrm2.poolinat0r.com:
auto 5-19
manual 100
fees auto 0.21
fee manual 2.5

Manual withdrawlimit and fees will remain high as i have had discovered an exploit like feature back in december 2016.l

Hi..
can you explain why after the web down, pool statistic mentioned that last block is 125,136 while in my mine keep sending accepted hashes. also in fact we can see in the block explorer that block
125454
125452
125447   
125428
125427

are actually found by poolinat0r.

is this something wrong with the web statistic? or just wasting my resource mining at the pool without getting paid??
Post
Topic
Board Mining (Altcoins)
Re: what is a good coin to mine with cpu
by
crybo
on 18/09/2017, 18:22:10 UTC
most popular CPU mined coin is Monero. but you can try also Verium
Post
Topic
Board Mining (Altcoins)
Re: rig 6x gtx1070 mining eth+sia...help pls
by
crybo
on 18/09/2017, 17:55:15 UTC
crytocompare mining calculator computes profitability based on conditions. some which important and fluctuates are:
1. difficulties
2. average market price during certain period

so, the calculator is actually estimates your earning, let's say based on last 7 days data. again, it's an estimation.
Post
Topic
Board Mining (Altcoins)
Re: Mining CPU algos with GPU
by
crybo
on 18/09/2017, 17:46:02 UTC
it's not impossible, for example cryptonight. it uses large amount of memory that will reduce advantage of GPU. reducing doesn't mean make it impossible.

there's ccminer forked that works for mining monero using CUDA. I don't know if there's available for AMD
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT | CPU mining | scrypt² | Scaling | New Roadmap Released
by
crybo
on 18/09/2017, 02:16:28 UTC
today my miner worker almost hit 10 VRM threshold which I set automatic payment on VRM2 poollinat0r. I remember the earning is around 9.97 ish.. then suddenly miner constantly disconnected with error message

Code:
[2017-09-17 23:10:28] Stratum connection timeout
[2017-09-17 23:10:28] Stratum connection interrupted
[2017-09-17 23:10:35] Stratum difficulty set to 0.055


vrm2 poollinat0r web also unaccessible.. anyone find same issue as it's happening now? I hope payout will going well..

If it's not an issue with your own connection I'd suggest trying another pool obviously that's more reliable, hopefully you'll get paid though for what you've earned so far.

obviously it's not an issue with my connection, because another miners in the same network consistently getting Yeay!! from XMR pool.. I think will leave the miner one more day.. let's see if I get paid.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT | CPU mining | scrypt² | Scaling | New Roadmap Released
by
crybo
on 17/09/2017, 16:15:55 UTC
today my miner worker almost hit 10 VRM threshold which I set automatic payment on VRM2 poollinat0r. I remember the earning is around 9.97 ish.. then suddenly miner constantly disconnected with error message

Code:
[2017-09-17 23:10:28] Stratum connection timeout
[2017-09-17 23:10:28] Stratum connection interrupted
[2017-09-17 23:10:35] Stratum difficulty set to 0.055


vrm2 poollinat0r web also unaccessible.. anyone find same issue as it's happening now? I hope payout will going well..
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT | CPU mining | scrypt² | Scaling | New Roadmap Released
by
crybo
on 20/08/2017, 18:28:00 UTC
I tried to mine at poolinat0r but was never credited for anything in a few days so decided to stop, tried the second pool Blockster but they're not taking new registrations  Roll Eyes

did you set auto-payment?

started mine at this pool, seems their statistics in the web gives correct information about my worker. but wanna know there's update about their payment issue.
Post
Topic
Board Mining (Altcoins)
Re: Bitmain looks like they're releasing a 15GH/s DASH miner called the AntMiner D3
by
crybo
on 10/08/2017, 12:39:57 UTC
apparently what they mean by "unexpected technical difficulties" is an unanticipated rise of bitcoin price and decline of litecoin price. cmiiw
Post
Topic
Board Hardware
Re: Is it possible to be notified when a new batch of Antminers is released
by
crybo
on 07/08/2017, 07:19:53 UTC

create an @bitmain only twitter account and set all notifications on your smartphone, then you will be awaken in the night when they announce they are available.

I think this is the best and simplest way to get notified