Search found 4559 matches

by Steve Sokolowski
Wed Dec 13, 2017 5:33 pm
Forum: News
Topic: First Website Improvements Released!
Replies: 59
Views: 34871

Re: First Website Improvements Released!

There's a minor issue with the fee estimator where the fees for bitcoin are showing zero now. We're looking into why this didn't appear in testing and should have a fix by the morning. Since the feature didn't exist before this release, it isn't a regression and we decided not to revert.
by Steve Sokolowski
Wed Dec 13, 2017 5:32 pm
Forum: News
Topic: First Website Improvements Released!
Replies: 59
Views: 34871

Re: First Website Improvements Released!

1099 forms have to be issued to users; there isn't any other way we are willing to operate. While I don't think that many people will leave, I'm sure you can understand that it would be better for the business to fold than for us not to issue these forms. We'll be requesting addresses and names begi...
by Steve Sokolowski
Wed Dec 13, 2017 4:52 pm
Forum: System support
Topic: GUI Miner says shares accepted, but profile has nothing?
Replies: 9
Views: 4439

Re: GUI Miner says shares accepted, but profile has nothing?

We also know that there are two issues with "live coin status" that we're investigating, which can cause the updates to "disappear" under some circumstances. We hope to have a fix for those tomorrow.
by Steve Sokolowski
Wed Dec 13, 2017 10:57 am
Forum: System support
Topic: no hashrate or shares on earnings screen
Replies: 3
Views: 3002

Re: no hashrate or shares on earnings screen

so ive tried for the past 8 hours to use cgminer bfgminer and sgminer to try and mine litecoin but on my earnings screen my worker shows no shares and no hashrate. ive looked at configs for my GPU and tried using those but i still get nothing. in the console it appears to be hashing away and other ...
by Steve Sokolowski
Wed Dec 13, 2017 9:47 am
Forum: Mining rig and connectivity support
Topic: Please read Cryptopia Exchange
Replies: 7
Views: 4851

Re: Please read Cryptopia Exchange

I have noticed last 3 or 4 days that at Cryptopia Exchange (because i dont go there but every couple of weeks) has not been crediting my wallets with the coins i have solo mined. After going thru my payments from PH and doing a little research on Cryptopia i have found that a bunch of their coin wa...
by Steve Sokolowski
Wed Dec 13, 2017 8:28 am
Forum: Development Discussion and Feedback
Topic: Status as of Wednesday, December 13, 2017
Replies: 4
Views: 2567

Status as of Wednesday, December 13, 2017

Good morning! We have a lot of great news to report today. We made significant advances yesterday, all of which were released in two server restarts yesterday. The first restart included a solution to the memory leak that I spent 30 hours tracking down. As a result, the only server restarts now will...
by Steve Sokolowski
Tue Dec 12, 2017 6:12 pm
Forum: News
Topic: Current known system issues
Replies: 41
Views: 19125

Re: Current known system issues

Still having the miner connecting issues. Check the graph of my hash rate! Miners disconnecting from the pool all the time! https://imgur.com/a/iMw4p That might have to do with an issue we just discovered with the system marking miners as idle. Chris will be releasing that tonight and we'll see if ...
by Steve Sokolowski
Tue Dec 12, 2017 3:09 pm
Forum: Mining rig and connectivity support
Topic: L3+ Solo EMC2
Replies: 7
Views: 5694

Re: L3+ Solo EMC2

wait 20-30 mins, check again. There is a max worker limit, it will take some time after applying the settings before your miner will get a spot from someone else rebooting or logging off and your miner gets their slot. That max worker limit was removed, and it is no longer active. If there's any co...
by Steve Sokolowski
Tue Dec 12, 2017 3:09 pm
Forum: News
Topic: Website wishlist
Replies: 36
Views: 20619

Re: Website wishlist

Foxx wrote:what happened to the electricity cost function?
It was moved into the p= and w= password arguments.

I'm working on fixing those now, as there is some sort of bug in the calculations. I hope to have that fixed by tonight.
by Steve Sokolowski
Tue Dec 12, 2017 12:34 pm
Forum: News
Topic: Got the memory leak
Replies: 0
Views: 851

Got the memory leak

I figured out the memory leak. It turns out that, when we upgraded to the parallel servers, a tuple of data was being returned to indicate success in inserting a share: the (id, and the id of the mining server). Before, since there was only one mining server, only the id of the share was needed for ...