Bitcoin Forum
May 11, 2024, 06:47:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 »
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.22 (Feb 23) on: February 23, 2018, 05:36:43 PM
By the way, how are the newer versions of the miner?

I am still using 0.12 as they update cut my hashrate in half when afk.
Also the filesize of the update is about 3 times they size of the previous, 0.12. Dunno about the newest versions though.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.22 (Feb 23) on: February 23, 2018, 05:32:44 PM
I have suggested this before. But now with suprnovas mnx pool down it is more important than ever.

Would you PLEASE stop the miner from reconnecting endlessly?
Or just implement "--retries" argument for how many times you would like it to retry, like I suggested before.
The quickest solution is to not have the miner reconnect at all and just exit so we could do something, where now the miner just stops ALL mining and waits forever for the pool to be up again, and hopefully it does.

I really don't want to have a script pinging the pool I am using all day again, just so I can exit the miner if it goes down, to switch pools automatically.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: Feb 14, 2018 on: February 15, 2018, 03:25:54 PM
Hi pool operator of minexpool here.
Dev, plz contact me on Telegram,  @Racquemis
The introduction of your miner is causing problems on the pool which should be resolved asap.
Let's work together to fix this.

What's the minimum amount to qualify for payout?
I have just under 0.1 MNX stuck in your pool for a couple of days.
I would've started mining there again after the "wrong parameters" issue was resolved, but I cannot seem to find minimum payout amount mentioned anywhere.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Minexcoin - A new era of payments on: February 14, 2018, 02:46:42 PM
Anyone here who have already scanned lolminer? I hesitate using it without it's source code available. I will wait for more reviews from the people testing it. Seems to be unstable release as of now.

It was scanned by a member in lolMiner thread.
deleted
*ScaNNed not scammed!!!! Read! Huh
Haha my bad Lips sealed

Wow, [ANN] [ICO] has been deleted from the thread title.
I think that [ICO] may be deleted, but I think [ANN] should be left and I should add [MNX].

Like Decred.
[ANN] [DCR] Decred - Community Governance | Bitcoin Devs | Lightning Network
https://bitcointalk.org/index.php?topic=1290358.0
I second this.
It is very important to keep the [ANN] tag atleast, since many bots look for this tag among others.
I hope you will reconsider the change.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) with GPUs on Windows & Linux on: February 14, 2018, 01:51:17 PM
@ Syth:

Currently the miner tries to re-connect too often when it things that connection is lost. Next version will reduce the number of attempts and also give the connection more time for recovering.

From my experiments with my 24 hours run the earnings were accurate (on Optiminer pool) according to the pool luck. On minexpool I did not test but I know that difficulty is higher there, so on the long term the earnings should fit, but it can be more volatile on the short term. As always it is important that the average sol/s detected by pool (over one hour or more) fit to whan the miner displays on command line. Then the miner works well. Everything else is in the responsibility of the pool.
Adding something like --retries and --retry-delay would be nice or even backup pool options.
If you just allowed the program to exit after failing to reconnect the specified amount of --retries consecutively, it would allow us to simply run a new instance trying another pool automatically.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) with GPUs on Windows & Linux on: February 14, 2018, 12:46:43 PM
After mining for over 24 hours split evenly on the two pools I have mined under 0.1 MNX on each pool. (12 hours on each)
That's 0.18 MNX after 24+ hours of mining using 10KSol/s.
I know the pool stats aren't always that accurate but it should give an estimate of how many coins you would mine given the current difficulty.
When I started mining the pool reported 1.9 MNX/day, was down to ~1.5 at some point and now at ~1.8/day.

Are the pool stats way off or is there something I am not seeing here?


Also not sure if these issues are unreported:

I think I only get this one on the eu.minexpool.nl pool:
Code:
Reconnecting in 500ms
Warning: read_until: A connection was disconnected by the software on the host computer

Reconnecting in 500ms
Connected!
Subscribed to stratum server
New target received: 0000555555555555540000000000000000000000000000000000000000000000
Warning: Received job has wrong number of parameters!
9

And this is I think is coming at times of bad internet connection, so maybe not an issue with the miner:
Code:
Warning: Incomplete response
Submitting share
Average speed (5s): 9618.18 Sol/s
Average speed (5s): 9672.6 Sol/s
Warning: too long between share and accept. Trying to reconnect.
Reconnecting in 500ms
Connecting to stratum server eu.minexpool.nl:3333
Average speed (5s): Warning: read_until: A connection was disconnected by the software on the host computer
Warning: read_until: A connection was disconnected by the software on the host computer

Reconnecting in 500ms
Warning: read_until: A connection was disconnected by the software on the host computer
Reconnecting in 500ms
Warning: read_until: A connection was disconnected by the software on the host computer
Warning: read_until: A connection was disconnected by the software on the host computer
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) with GPUs on Windows & Linux on: February 14, 2018, 12:39:46 PM
Not worthless at all: you can use a shell script for an automatic relaunch:
 in a .bat:

echo -------------------------------------------------------------------
echo Simple script to restart your miner software after a period of time
echo -------------------------------------------------------------------
echo:

set executable=lolMiner-mnx.exe
set commandline= --server mnx.suprnova.cc --port 7076 --user xxxxx  --pass x    --platform 1
set /a counter=0
:start
%executable% %commandline%
echo:
echo Restarting the software  (%counter%)
set /a counter+=1
echo:
echo:
goto start
Did you test this script for hours mining?
If you look back in this thread you'll see a different script that I posted.

At first I ran lolMiner directly from the batch file like yours does and seemed to work fine, restarting when miner stopped.
The issue I had was after ~6 hours of run time the cmd window of the batch running the miner crashed or simply closed completely.
That's why I changed the script to open a new cmd process with the miner running inside instead. restarting this cmd instead aswell.

Although the script that I posted is for multiple GPUs, this was not for me and I am only running a single card.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Minexcoin - A new era of payments on: February 13, 2018, 08:50:05 PM
deleted
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) with GPUs on Windows & Linux on: February 13, 2018, 08:47:05 PM
here's a virus scan of the latest version (0.11)
https://www.virustotal.com/#/file/86ee695c995fa3027505a7df1f114c3c22f59bd7af16d5026277358bf07a9c85/relations
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) with GPUs on Windows & Linux on: February 13, 2018, 05:27:02 PM
can we solo mine with this miner? I get this error:


Connecting to stratum server 127.0.0.1:8335
Connected!
Warning: read_until: End of file

Reconnecting in 500ms
Connecting to stratum server 127.0.0.1:8335
Connected!
Warning: read_until: End of file
I think at the moment the miner only supports stratum.
you could try setting up a local stratum proxy.
I got this (https://github.com/BScrk/zecproxy) working after some tweaking and lower efficiency however.
I did use it for pool mining though, not solo mining.

EDIT: Unfortunately I don't think this proxy supports the getwork protocol either. you might have to search for one that does.
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) with GPUs on Windows & Linux on: February 13, 2018, 04:30:19 PM
dear friend of mine and you can write me examples of bat files that are valid for 2 GTX 1060. if not hard
I try and I for some reason do not work
Create two files. One for starting the miner and one starting the first file for each GPU, something like this:

(change the 'GPUs' variable to the number of GPUs you would like to use for mining mnx)
Code: (startminers.bat (default = 3 GPUs))
@echo off
set /A GPUs=3

set /A GPUs-=1
FOR /L %%i IN (0,1,%GPUs%) DO (
  ECHO Starting miner on GPU%%i
  start "lolMiner GPU%%i" "minexcoin.bat" %%i
)

Code: (minexcoin.bat)
@echo off
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
:MINE
lolMiner-mnx.exe --server mnx.suprnova.cc --port 7077 --user WorkerName.%1 --pass x --device %1
goto :MINE

This will start lolMiner-mnx for the number of GPUs specified and restart when/if the miner crashes.
thanks, you can learn how to run decryption files startminers.bat
I do not understand what you're asking or trying to tell me.
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) with GPUs on Windows & Linux on: February 13, 2018, 02:07:55 PM
I have 5 GTX 1060 but I only get one card. you can explain in detail how to run all 5 cards

One bat per card, selecting the right gpu

But it crashes often with more than 1 instance running
thanks for the answer, but so far nothing has helped. I turn on the second bat file, it divides the power of one video card in half

Lol

Of course, te second bat should point to another GPU, not the first one
dear friend of mine and you can write me examples of bat files that are valid for 2 GTX 1060. if not hard
I try and I for some reason do not work
Create two files. One for starting the miner and one starting the first file for each GPU, something like this:

(change the 'GPUs' variable to the number of GPUs you would like to use for mining mnx)
Code: (startminers.bat (default = 3 GPUs))
@echo off
set /A GPUs=3

set /A GPUs-=1
FOR /L %%i IN (0,1,%GPUs%) DO (
  ECHO Starting miner on GPU%%i
  start "lolMiner GPU%%i" "minexcoin.bat" %%i
)

Code: (minexcoin.bat)
@echo off
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
:MINE
lolMiner-mnx.exe --server mnx.suprnova.cc --port 7077 --user WorkerName.%1 --pass x --device %1
goto :MINE

This will start lolMiner-mnx for the number of GPUs specified and restart when/if the miner crashes.
13  Alternate cryptocurrencies / Bounties (Altcoins) / Re: Minexcoin (ICO started) on: June 13, 2017, 12:21:38 AM
Hello Dev,

My application for bitcointalk signature campaign is still Pending
Bounty ID: 8670
Please update it Its been 2 days
Hello.
Ok. We will update.
Hi. My bitcointalk and twitter bounties are both still pending as well.
14  Economy / Digital goods / Re: Sell Star Citizen Aurora LN $45 packages for 0.09 BTC on: February 16, 2016, 09:59:02 AM
Do you have any accounts left for sale?
15  Economy / Digital goods / Re: [WTS] Star Citizen - Rear Admiral (LTI) Pledge Package on: February 16, 2016, 09:01:24 AM
Did you sell this?
16  Economy / Digital goods / Re: [Selling] Star Citizen Ship Packages AND Accounts. Best prices around! on: February 16, 2016, 08:55:44 AM
If I were to buy a Rear Admiral LTI pack, would you ship the physical goods too?
17  Economy / Digital goods / Re: [Selling] Star Citizen Ship Packages AND Accounts. Best prices around! on: February 16, 2016, 08:35:34 AM
Tried to reach you on Skype.

Can you post a list of your accounts with early backer rewards? I am looking for a Rear Admiral package with the golden ticket preferably.
18  Economy / Digital goods / Re: Giving Away OkayFreedom VPN 1 Year/Premium [$29 Worth] Flat Keys .. on: December 29, 2015, 08:23:09 AM
Is this still available? I want to try the vpn service
I was wondering the same thing.
However I am interested too.
19  Bitcoin / Group buys / Re: [SIDEHACK STICK] Official sales thread for everywhere not already covered on: November 15, 2015, 03:49:38 PM
First sticks of the second round are out. I should be caught up with all current orders probably tomorrow.

Also, prototype PCBs for the pod miner came in.
I might be interested in buying one or two sticks from you, as it's quite expensive at bitshopper.de.
Can I do this if I'm currently located in Europe?

I got my 6 from asicpuppy and I live in France.
You got to factor in the shipping cost, but they arrive fast and are the original ones Smiley
Bitshopper got the schematics and build their own version... and I think they're out of stock at the moment...
I don't see the sticks for sale on asicpuppy.com though.
20  Bitcoin / Group buys / Re: [SIDEHACK STICK] Official sales thread for everywhere not already covered on: November 13, 2015, 02:50:01 AM
First sticks of the second round are out. I should be caught up with all current orders probably tomorrow.

Also, prototype PCBs for the pod miner came in.
I might be interested in buying one or two sticks from you, as it's quite expensive at bitshopper.de.
Can I do this if I'm currently located in Europe?
Pages: [1] 2 3 4 5 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!