Search content
Sort by

Showing 14 of 14 results by Maxus
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BTX] Bitcoin - The NeXt Generation /NEW ANN and WEBSITE !
by
Maxus
on 07/11/2017, 09:19:38 UTC
Stupid question, I read we are supposed to be able to claim BTC equivalent in BTX? How do we go about doing that?
Post
Topic
Board Mining (Altcoins)
Re: X11 Mue Mining Failing on Two Machines (SgMiner)
by
Maxus
on 30/06/2017, 08:44:48 UTC
Thanks! makes sense looks like my machine simply cant keep up. will investigate other options.
Post
Topic
Board Mining (Altcoins)
Topic OP
X11 Mue Mining Failing on Two Machines (SgMiner)
by
Maxus
on 30/06/2017, 07:59:49 UTC
Hi Everyone,

I have two machines, that keep getting mining errors when mining x11 MUE:

1. AMD R9 380
2. AMD 5450

I have tried the follow version of the miner:

Code:
sgminer-5-1-1-windows
sgminer-gm-5-5-5-windows
sgminer-5.6.1-nicehash-51-windows-amd64

With the following command:

Code:
sgminer.exe --debug --algorithm darkcoin -o stratum+tcp://x11.mine.zpool.ca:3533 -u 7bWGJppD9SQuo1dJq6EVJ9RAkxQqsuNo2c -p c=MUE
sgminer.exe --debug --algorithm x11 -o stratum+tcp://x11.mine.zpool.ca:3533 -u 7bWGJppD9SQuo1dJq6EVJ9RAkxQqsuNo2c -p c=MUE
sgminer.exe --debug -k darkcoin -o stratum+tcp://x11.mine.zpool.ca:3533 -u 7bWGJppD9SQuo1dJq6EVJ9RAkxQqsuNo2c -p c=MUE
and I have tried two other pools:

Code:
stratum.minertopia.org:3533
x11.mine.zpool.ca:3533
stratum.swtrse.eu:3533

I seem to constantly get:

Code:
[15:09:14] [THR0] Pushing work from x11.mine.zpool.ca to hash queue
[15:09:14] [THR0] Staged work: total (2) > max (1), discarding
[15:09:14] [THR0] Discarded work
[15:09:14] Selecting x11.mine.zpool.ca for work

Full Log: https://pastebin.com/V069eqiV

Any ideas what I'm doing wrong?

Thanks!
Post
Topic
Board Service Discussion (Altcoins)
Re: ByteCoin.Miner.Center Not Paying Out
by
Maxus
on 05/09/2015, 09:55:49 UTC
Great thank you for following up.
Post
Topic
Board Service Discussion (Altcoins)
Topic OP
ByteCoin.Miner.Center Not Paying Out
by
Maxus
on 04/09/2015, 00:21:49 UTC
Hi People,

Anyone have issues with Miner.Center not paying out? I have 40000 BCN and no payout over the last 2 weeks.

I've tried to contact them via their support link and via a PM on this site but no luck.

I know there other miners on there. If you are one are you getting payouts?

Thanks!
Post
Topic
Board Mining (Altcoins)
Re: Claymore CryptoNote GPU Miner v9.3
by
Maxus
on 16/07/2015, 07:05:02 UTC
Appears to work great, thank you!
Post
Topic
Board Mining (Altcoins)
Re: Claymore CryptoNote GPU Miner v9.3
by
Maxus
on 15/07/2015, 15:00:16 UTC
Thank you for the awesomely quick turn around! I will test it and provide feedback.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MDT] Midnight | BMW-256, 1-Click Nodes, Ongoing POW, POS [MODDED]
by
Maxus
on 15/07/2015, 09:16:53 UTC
Fair enough, can I suggest you put that information near the link on the first page. I'm sure many people will think that it works at least (that is my definition of experimental) but is buggy or crashes, not that it is completely non-functional.

Can you also provide a link or information to the intended implementation specification of the BMW-256 algo? I might be able to have a crack at it when I get a some time.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MDT] Midnight | BMW-256, 1-Click Nodes, Ongoing POW, POS [MODDED]
by
Maxus
on 15/07/2015, 02:20:04 UTC
Ahhh, well that explains it. I think it might be out of my league but might take a look.

Not sure why they put it up if its not working. Huh
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MDT] Midnight | BMW-256, 1-Click Nodes, Ongoing POW, POS [MODDED]
by
Maxus
on 15/07/2015, 02:04:15 UTC
None taken  Grin

You are 100% correct to warn people and I would have done the same thing. I had trouble finding a windows version so this worked for me.

I am still having issues with sgminer tho, it informs me its mining but when I check the pool it appears no results are coming through

Here is my command:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe --algorithm midnight -o stratum+tcp://mdt.suprnova.cc:5146 -u Maxus.user2 -p ******
pause

Any ideas why it isn't showing up in the pool? I'm using a AMD R9 380
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MDT] Midnight | BMW-256, 1-Click Nodes, Ongoing POW, POS [MODDED]
by
Maxus
on 15/07/2015, 01:50:53 UTC
Hi Djm34

That is fair, I have no way of really proving otherwise. I guess its up to people if they want to take the risk. I'm no genius C++ programmer I'm more of an business application developer. So this might not be perfect but it works for me.

For others who want to compile it themselves using Visual Studio 2013 without MingW:

do a

Code:
git clone https://github.com/ocminer/cpuminer-bmw

Then open the "cpuminer.sln" file.

Make the following changes:

in compat/cpuminer-config.h

Code:
/* Define to 1 if you have and it should be used (not on Ultrix). */
/* #undef HAVE_ALLOCA_H */

changed to (uncommented it):

Code:
/* Define to 1 if you have and it should be used (not on Ultrix). */
#undef HAVE_ALLOCA_H


In /miner.h

Find this line:

Code:
#undef USE_ASM  /* to fix */

and add this below it:

Code:
#undef HAVE_ALLOCA_H
#undef HAVE_SYSLOG_H

and finally make sure you build for x64 as the curl libraries are 64 bit from what I understand.



Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MDT] Midnight | BMW-256, 1-Click Nodes, Ongoing POW, POS [MODDED]
by
Maxus
on 15/07/2015, 00:32:41 UTC
Not sure if this was already posted but here is a window 64 build of the miner:

http://s000.tinyupload.com/index.php?file_id=62537288457890782834

You will need the visual studio 2013 c++ run time from here:

http://www.microsoft.com/en-US/download/details.aspx?id=40784

I've had it running all night and seems to be good:

cpuminer -a qubit -o stratum+tcp://mdt.suprnova.cc:5146 -u username.worker -p password
Post
Topic
Board Mining (Altcoins)
Re: Claymore CryptoNote GPU Miner v9.3
by
Maxus
on 15/07/2015, 00:23:47 UTC
Thank you good sir!
Post
Topic
Board Mining (Altcoins)
Re: Claymore CryptoNote GPU Miner v9.3
by
Maxus
on 14/07/2015, 06:09:48 UTC
Anyone had any luck getting their MSI AMD R9 380 to work with 9.3 version of the miner?

Mine keeps getting "LowDifficultyShare" which seems to be because of the catalyst 15.1 drivers (I've tired all of the -a options and the h option).

Sadly the 14.7 drivers don't support the card as its newish.

Thanks!