u/Proud_Variation_477

How to joint mine with multiple computers?

I have two computers, both mining monero. Currently they are mining under p2pool to separate addresses.

If I booted the same address from both computers and started mining under it, would it successfully combine my hash rates together?

reddit.com
u/Proud_Variation_477 — 2 days ago
▲ 3 r/NixOS

Format packages alphabetically?

Is there a way to format packages alphabetically? I've been using nixfmt for a little bit, but that didn't seem to have a way to do it. I've also heard of alejandra, but I wasn't sure if that did it either.

Ex of what I mean:

{
  environment.systemPackages = with pkgs; [
    vim
    nixfmt
    git
    pkgconf
  ];
}

becomes

{
  environment.systemPackages = with pkgs; [
    git
    nixfmt
    pkgconf
    vim
  ];
}
reddit.com
u/Proud_Variation_477 — 27 days ago

I'm trying to mine under p2pool mini, using xmrig. I believe that I have everything set up correctly, but I'm not sure what indications I should be looking for to confirm that that is the case.

Here's a screen shot of my terminal:

https://preview.redd.it/bsw03t4bozxg1.png?width=2942&format=png&auto=webp&s=385400095c14f8aac956c4b9f8c7c9abb1f1e81d

Am I correct for thinking that "accepted" means that I've found a pool share? I've tried to check https://mini.p2pool.observer/ but found that "No shares have been reported to this P2Pool network in the past for this miner."

If I just need to be patient, or I'm doing something wrong, please let me know.

reddit.com
u/Proud_Variation_477 — 2 months ago

For context I'm on a M3 Macbook Air with macOS Tahoe 26.2.

I've gone through the process of downloading the Monero GUI, starting in Advanced mode and creating my own wallet.

Monero GUI tells me that my wallet is synchronized. I've double checked this by running ./monerod from inside of my /Applications/monero-wallet-gui.app/Contents/MacOS folder, then checking with status. That gave me this information Height: 3661890/3661890 (100.0%) on mainnet, not mining, net hash 5.57 GH/s, v16, 9(out)+0(in) connections, uptime 0d 0h 0m 10s

Despite that I still get this error Monero 'Fluorine Fermi' (v0.18.4.6-release) Error: Couldn't connect to daemon: 127.0.0.1:18081

I'm not sure what else to try, but I'm open to any ideas

Edit:
When I first open the monero-gui. I get the Monero 'Fluorine Fermi' (v0.18.4.6-release) Error: Couldn't connect to daemon: 127.0.0.1:18081 message. If that's normal then it seems to not be an issue, as monero-gui auto connects to the network after a few seconds with no problems.

The problem is that when I try to mine monero using p2pool, monero-gui disconnects from the network before trying to connect again this time in mining mode. This is where the problem occurs, monero-gui tries to connect but this time hangs, before finally failing to connect at all.

I thought that the two of these might have been related but I wasn't sure.

Interestingly, I seem to have no problem solo mining, as everything appears to work, but I'm not sure how to double check this.

reddit.com
u/Proud_Variation_477 — 2 months ago