Show Posts
|
Pages: [1] 2 3 4 5 6 7 »
|
what are you guys mining on anyways? anything better than suprnova?
At least these pools are mining Zen: Miningspeed Zenmine.Pro Cryptobroker Minez.Zone ZenCash.Cloud Miningpool.io Blockoperations The list is far from exhaustive. I'd maybe take a look at Minez.Zone, Blockoperations or Miningspeed, if you're looking for a Suprnova replacement.
|
|
|
So much for the 'firm ETA' and ample notice for all time zones.
The trading is actually open, like they promised. At 12:30 EDT/EST they dropped maintenance from Zen wallets and proceeded opening trading right after.. https://bittrex.com/Market/Index?MarketName=BTC-ZEN
|
|
|
Is Zen listing on Bittrex tomorrow? Or just rumor.
ZEN Slack general -channel has the following pinned: UPDATE: Trading will most likely commence on @BittrexExchange expected Monday morning 12.30 EDT to give everyone fair start with at least 8 hours notice.
That's supposedly around 9 hours 15 minutes from now.
|
|
|
Nearly 86% of mining speed is concentrated on only just one pool - suprnova.cc
That is incorrect from where I am standing, but suprnova.cc seems to be a huge pool for Zen miners, yes. You're right that miners should reduce the weight on this particular pool, until there is more hashing power in the network (which seems to be growing at a huge rate, btw).
|
|
|
Hello, how many coins are there at the moment, from what I see in Witepaper, the maximum that can exist is 21Mi?
12.5 * 110782 (block height) = 1384775, right?
|
|
|
clone source and rebuild wallet
Worked. I am at Block 110533 now. I had a problem with (zend) blockchain (transaction validation) and peers myself, mined a couple of blocks which became orphans. The following steps fixed the issue for me: - rm ~/.zen/peers.dat
- ./src/zend -reindex
The reindex takes currently around 1-2 hours. But after this things started working well. Didn't need to do a full git clone and rebuild.
|
|
|
Hi, Miner only works through the stratum protocol. I think the easiest way is to use something like a stratum proxy.
Thanks for the quick answer. I've found only the ZCashProxy so far ( https://github.com/sammy007/zcash-proxy ). Anyone have other suggestions?
|
|
|
Dear EWBF_, I've been trying to get your lovable Zec miner 0.3.3b Windows 64-bit version to work with the Radix42 ( https://github.com/radix42) Windows port of Zcashd version 1.0.8-1 (running it as zcashd -daemon). My zcash.conf (in %appdata%\Zcash) addnode=mainnet.z.cash rpcuser=aaxa rpcpassword=axaa rpcport=8232
I'm running miner as: miner --server localhost --port 8232 --user aaxa --pass axaa --pec
Result: +-------------------------------------------------+ | EWBF's Zcash CUDA miner. 0.3.3b | +-------------------------------------------------+ INFO: Server: localhost:8232 INFO: Solver Auto. INFO: Devices: All. INFO: Temperature limit: 90 INFO: Api: Disabled --------------------------------------------------- ERROR: Cannot connect to the server. 7
Debugging: - I have a 100% synched blockchain and can connect to Zcashd with the Zcash Desktop GUI wallet 0.69 Beta from https://github.com/vaklinov/zcash-swing-wallet-ui/blob/master/docs/Readme-Windows.md
- I can telnet to port 8232 on localhost (from a Linux VM), so I know something is responding there
- I can mine on pools such as Luckpool with "miner --server luckpool.org --port 3357 --user t<address>.m1 --pass x --pec
- I can mine with the local Zcashd and CPUs, but as you can figure this is not the method I want to use
Unless I'm doing something wrong here, please enable solo mining for your miner. I'm more than happy to e.g. have it connect to a pool for the devfees.
|
|
|
up to 85F is no problem for both S2 and S3.
No problem with S2 at 160F, but if you go somewhat beyond it will shutdown.
|
|
|
Congratulations, BITMAIN.
I have to disagree with the 'wait and see' part, while this was true for S2 for quite a time, there was a massive amount of units sold without any problem. Yes, we did see a lot of horrific pictures of UPS having played volleyball with the S2 deliveries (and BITMAIN maybe not having the perfect packaging strategy), but most of the deliveries had no issue.
I actually still have a couple of S1 units from the very first two auctions BITMAIN held back in 2013. Yes, those are the earlier revisions, I have actually given away some of the later revisions, because none of the S1's ever had any serious problems and are still running to this day. It's great to see an upgrade path for them, as I've been thinking of various options what to do with them.
However, the main point boils down to one word: Price.
The S2 was massively overpriced at launch, even with the coupons (but yes, I ordered, too, for support). With the S3 and especially the S1 to S3 upgrade, BITMAIN can really outprice themselves. They want margin, that's fine, but us miners are quite on the spot when it comes down to how much should the gear cost and that's a very fine line. Yes many will say it is too expensive, but BITMAIN have to win the majority over....rest will always complain.
Sidenote: Why BITMAIN and not the competition? Two words: Operating temperature. You can run these things in +70'C. Wow.
|
|
|
Thanks for the tip, but adding --btc-address [insert bitcoin wallet address here] to the command-line does not change the picture. As said, cgminer 3.12.3 worked out of the box with these settings.
Solving this myself, the previous version did work without -o http:// . So to anyone who's wondering, running 4.3.4 successfully will simply require: cgminer.exe -o http://localhost:8332 -u something -p something --btc-address insertbitcoinwalletaddresshere
|
|
|
I've been solo mining with cgminer 3.12.3 and now updated to 4.3.4.
However, the same setup (BITMAIN AntMiner U1) which worked on the earlier version, no longer seems to work on the new. (Startup simply: "cgminer.exe -u blah -p blah -o 127.0.0.1:8332")
Did you tell it which bitcoin address to mine for? If not read the readme. Thanks for the tip, but adding --btc-address [insert bitcoin wallet address here] to the command-line does not change the picture. As said, cgminer 3.12.3 worked out of the box with these settings.
|
|
|
I've been solo mining with cgminer 3.12.3 and now updated to 4.3.4.
However, the same setup (BITMAIN AntMiner U1) which worked on the earlier version, no longer seems to work on the new. (Startup simply: "cgminer.exe -u blah -p blah -o 127.0.0.1:8332")
Running a --debug gives the following:
Popping work from get queue to get work Testing pool stratum+tcp://localhost:8332 Succeeded delayed connect Socket closed waiting in recv_line Closing socket for stratum pool 0 Failed to parse a \n terminated string in recv_line Initiate stratum failed Closing socket for stratum pool 0 Waiting for work to be available from pools
I tried starting it with the --fix-protocol -option, but to no avail.
|
|
|
Anyone have any idea as to why my S2 is reporting zero as the BestShare?
Received the miner last night. Usual case of boards all over the place. Pulled everything out. Checked all cables. Reseated all boards. Fired it up and configured it. It's been hashing perfectly all night. Right around the 1000GH/s mark, 53C, posting shares to BTCGuild as would be expected. Just zero BestShare value. Not that I'm concerned about this. I'm getting paid for the shares I am submitting. Just curious.
Thanks!
I have the same issue (BestShare at 0), latest firmware. Been hashing fine for a week otherwise. Any clues?
|
|
|
My AntMiner S2 doesn't show any BestShare, the figure remains at 0.
The miner has been mining 100% fine otherwise for weeks. Has latest firmware. All my S1's show a BestShare and screenshots from other people's S2's seem to have a BestShare...
Any clues?
|
|
|
What do you mean by "the original mining pool"?
They mean it was the first public mining pool.
|
|
|
Agree, I detest this "Batch x, shipping on yy of month" crap.
Either have stock or don't. That'd be more the kind of way we've grown to expect BITMAIN to do business. Besides, it was fun.
|
|
|
And to put it simply , I did not ask for your opinion , I asked for a refund  You're almost begging for our opinions when asking for a refund on a forum, which really isn't a support channel of BITMAIN.. 
|
|
|
Only one of my Orders was for 0.002 Bitcoin the Other 2 Orders were from 0.069 Bitcoin and just under 0.02 Bitcoin.
Dude, honestly, what on earth where you trying to accomplish with the 3 orders that you made? All I see is that you sent them a partial payment without any intention to really complete the payment for them. For.. what? To be able to re-sell them to some other dude on this forum with a mark-up, should they get sold-out like KnC and other pre-order vendors?
|
|
|
I couldn't give a rats ass about nanometers or "sexy" miners (seriously you guys need to get out more). All I care about is price, delivery, reliability, hash rate, and power usage.
Obviously, I don't have to agree with you 100% (except for the part that I should get out more).. but you're right on the money with that fact that the ASIC doesn't need to look "pretty". To get the job done is the right attitude and it's not like we'd look like poster boys ourselves either. Furthermore, it left me thinking about the 1.25U competitor.. If they consume between 1.2 - 1.35kW power, why bother with such a small factor (and risk with not being able to dissipate the heat effectively, hence more noise for fans spinning at max)? Yes, it is the coolest looking kid on the blockchain, but as most Data Centers can normally only facilitate up to between 8 to 12 kW of power per rack (including the equivalent in cooling), where lies the benefit in 1.25U when you can only fit 10 of those into a 42U rack maximum, leaving 70% of the rack unpopulated from a density point of view? Data Centers that could facilitate more power are few and far between. In this sense, BITMAIN seems to be spot on with the sizing - but it does come down to the price and how well they can position themselves on the market. No doubt more competition is coming and the big names of the past are looking to regain their position.
|
|
|
|