Search content
Sort by

Showing 13 of 13 results by Lazy-66
Post
Topic
Board Announcements (Altcoins)
Re: [NENG]Nengcoin - A Decentralized Multi-Rig Solo Mining Scrypt Coin
by
Lazy-66
on 13/03/2023, 06:27:36 UTC



I see a payment made on my wallet page, but nothing received in the wallet yet and I write this 50 minutes after payment.


we have fixed the payment error Smiley and all should be ok Smiley payments have been sent Smiley

Thanks, all good now  Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [NENG]Nengcoin - A Decentralized Multi-Rig Solo Mining Scrypt Coin
by
Lazy-66
on 12/03/2023, 13:58:56 UTC
Had to reinstall the server as we had a Raid Fail So New Ports

Added to findblocks


! Solo Mining Available

Happy Mining

Code:
-a scrypt -o stratum+tcp://findblocks.net:3333   -u <WALLET ADDRESS > -p  c=NENG
[/size]

I see a payment made on my wallet page, but nothing received in the wallet yet and I write this 50 minutes after payment.
Post
Topic
Board Mining (Altcoins)
Re: Official FutureBit Moonlander 2 Driver and Support Thread
by
Lazy-66
on 02/03/2023, 19:55:42 UTC
Anyone else have similar experience? Can it be a sign of manipulation?

Yes. NO.

Pools calculate hash rate based in the number of share submitted. If you don't submit shares your hashrate is zero.
It has nothing to do with solo pool vs shared pool. High stratum difficulty will reduce share rate and make pool's reported hashrate more volatile.

Well, as far as I can tell, BFGMiner behaves the same both in shared mode and solo mode.
I'm talking about the same pool.
Shares are submitted and accepted and I hit blocks in shared mode, but as soon as I switch to solo mode in the same pool
it starts to look "erratic" at the pool's end. Can't see any big change my end (in BFGMiner). Apart from not hitting as many blocks as in shared mode.
I do know that hash rate is seldom exactly the same both ends.

Would you say that the small Moonlanders are less affected by the difficulty in shared mode?
I just see the same difficulty either way, but now I'm thinking perhaps shared mode is easier on these little buggers?

I'm just trying to understand how it works as I just started playing around with mining.
Thanks for trying to explain for a newbie like me  Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [NENG]Nengcoin - A Decentralized Multi-Rig Solo Mining Scrypt Coin
by
Lazy-66
on 28/02/2023, 16:33:35 UTC
how to set up p2pool to mine nengcoin solo?

There are no good known method to do solo mining with own nodes because popular home USB ASIC moonlander2  device main software bfgminer does not support mining directly into new version of NENG solo node through RPC.


The next best thing is to do solo mode mining through pools. Setting up own private pools is difficult to do because pool work is complicated.

NENG  is scrypt proof of work coin, any p2pool setup on scrypt could be used and tested out.

I know that you nowadays can't solomine neng on own node with moonlanders, but could you really do it earlier if the wallet/node/miner was in Windows?
If it were possible, what were the settings in the conf file and bat file?

BFGMiner version for Moonlander says only bitcoin is supported, that's why I ask and I can't make it work on any currency I've tried so far...
Mining neng in pools works just fine, I'm only curious  Smiley
Post
Topic
Board Mining (Altcoins)
Re: Official FutureBit Moonlander 2 Driver and Support Thread
by
Lazy-66
on 27/02/2023, 18:09:32 UTC
I experience that some pools offering both shared mining and solo mining behaves differently depending om what mode I choose.
Solo mining gives lower hash rate and fluctuates a lot more. Given hash rate even disappears sometimes and it looks like miner starts from zero again.

Anyone else have similar experience?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZET] Zetacoin - SHA256 - Upgrade to 0.13.2 (Segwit)
by
Lazy-66
on 27/02/2023, 14:12:00 UTC
I couldn't specify new location for the data folder or conf file. Is that disabled in the latest Windows Qt wallet?
Post
Topic
Board Announcements (Altcoins)
Re: [NENG]Nengcoin - A Decentralized Multi-Rig Solo Mining Scrypt Coin
by
Lazy-66
on 07/02/2023, 13:34:40 UTC
So... when do we reach 1 cent?  Cheesy
Post
Topic
Board Announcements (Altcoins)
Re: [NENG]Nengcoin - A Decentralized Multi-Rig Solo Mining Scrypt Coin
by
Lazy-66
on 03/02/2023, 08:48:22 UTC
Is it still possible to solo mine on own node with a Moonlander 2? (Windows 10)

I find blocks in a solo pool just fine, but would like to try against my own node.
All on same computer and without setting up own pool.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CPUchain Core - CPUfinex, CPU mining, Giga block, No premine!
by
Lazy-66
on 31/01/2023, 15:51:30 UTC
What working wallets are there now?
Only the Core after sync?

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CPUchain Core - CPUfinex, CPU mining, Giga block, No premine!
by
Lazy-66
on 30/01/2023, 12:50:27 UTC
Has anyone seen any news from the devs?
Website seems down and only wallet I could connect was the Core wallet, but syncing is superslow.

Feels a bit like whipping a dead horse unfortunately.
Post
Topic
Board Mining (Altcoins)
Re: Official FutureBit Moonlander 2 Driver and Support Thread
by
Lazy-66
on 27/01/2023, 18:32:53 UTC
Is it bad to stop bfgminer without hitting Q?

I'm working on some auto functions to restart bfgminer every other hour or so... and also if the date has changed I want a reboot.
The problem as I see it is that it will force stop bfgminer without key strokes, but that's perhaps OK?
Post
Topic
Board Mining (Altcoins)
Merits 3 from 1 user
Re: Official FutureBit Moonlander 2 Driver and Support Thread
by
Lazy-66
on 26/01/2023, 00:15:34 UTC
⭐ Merited by NotATether (3)
Is there comand in BFG to disable one COM port, i got Apollo in COM3, want it not to be adressed in BFG miner with moonlanders ( windonws ).

Late reply, so you may already have solved your issue, but check in Device Manager what COM ports your Moonlanders use.

In the start bat-file, change -S MLD:all (this means that all usb/com-ports are scanned for a miner)
to -S \\.\COM1 -S \\.\COM2 -S \\.\COM4 -S \\.\COM5 (this example is not scanning COM3, but 1,2,4 and 5)

I'm not sure if there is a delimiter to use... like -S \\.\COM1,\\.\COM2,\\.\COM4,\\.\COM5 so try the above method.

Hash away and good luck  Smiley
Post
Topic
Board Mining (Altcoins)
Re: Official FutureBit Moonlander 2 Driver and Support Thread
by
Lazy-66
on 14/12/2022, 15:00:29 UTC
Ran my Moonlander 2 for an hour with ~5 MHs/s (900 setting in the .bat-file).
I can put my finger on both heatsinks no problem and my IR temperature meter showed around 50 degrees celsius.
HW errors under 0.50% so I'm very happy with my new toy  Smiley

https://i.postimg.cc/kgHM6T2M/1hour5-MHs.jpg

Windows 11 and a powered USB3 hub and a 3 year old budget laptop.

Has anyone tried his own node and solo mining against own node?