Search content
Sort by

Showing 20 of 70 results by ipp2
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [BNRM] Binarium -100% POW CPU/GPU Minable (GhostRider) | SmartNodes
by
ipp2
on 10/02/2024, 02:27:07 UTC
source code is empty....this is likely the same as that other GR coin virus fun time.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] $DBTT: The Crypto Token You Absolutely Shouldn't Buy...But Might Want To!
by
ipp2
on 02/02/2024, 05:45:26 UTC
I enjoyed the graphic, "why am I here?". Well done.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CWTC] ColdWater - Algo GhostRider | PoW | Masternode
by
ipp2
on 01/02/2024, 04:04:57 UTC
No source code, discord link does not work and the QT.exe file has some red flags from totalvirus.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Radiant [RXD] - Layer1 blockchain 🔵 SHA512-256 - PoW - GPU/ASIC mining
by
ipp2
on 24/09/2022, 20:45:03 UTC
Now at 54TH....doubled over night.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PHI] Phiblock from PHI TECHNOLOGIES. NEW POW CURRENCY. NO ICO-NO PREMINED
by
ipp2
on 24/11/2021, 00:41:21 UTC
Well we need a CLI or some sort of wallet now. Also the pool needs to send payments.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [THX] Change the game - Thanksgiving Donation Token - Crazy Challenge
by
ipp2
on 22/11/2021, 00:18:08 UTC
but i like having a discord Sad
Post
Topic
Board Announcements (Altcoins)
Re: [ANTM] Antimony Coin - New Decentralized Coin with own genesis code
by
ipp2
on 15/04/2021, 18:52:03 UTC
I mined a block  Grin
Post
Topic
Board Mining (Altcoins)
Re: RX 6800 improvements
by
ipp2
on 13/04/2021, 21:45:30 UTC
Anyone figure out why multiple instances sometimes occur? Drives me insane.
Post
Topic
Board Mining (Altcoins)
Re: RX 6800 improvements
by
ipp2
on 11/04/2021, 01:36:59 UTC
NOTE FOR 6800 USERS:
   6800 users might also want to increase the SOC TDC limit in the same tab. It
   was 30A for our test 6800 which caused throttling. Increase it to 32 or 33A.
   Before doing so, you should verify in HWiNFO64 that you're really being
   throttled though by checking the "GPU SOC TDC Limit" row. If it hits 100%,
   you need to increase the power limit.


I did not read this previously and yeah, nice! My 6800 AND 6700xt are both hashing a bit harder. The 6700xt now hits 48.x which isn't a ton more but I'll take it.

I'm using phoenix miner still and see no need to change, even if the hash rate numbers aren't calculated as truthfully.

I find windows, the installing of drivers and the offsets in the drivers after applying the voltage mods to be rather annoying and very Polaris like in 2017.

Still they hash and I got them for a solid price.
Post
Topic
Board Mining (Altcoins)
Re: 6700 xt 12gb cpl for mining
by
ipp2
on 02/04/2021, 03:49:49 UTC
I'll get us back on track here.

https://cdn.discordapp.com/attachments/809781153828438017/827269729952727100/unknown.png

I'm getting 48 mh stable on a 6700xt, 100-105w at the wall.


This model is a XFX Merc so the cooling is kinda crazy and the fans rarely spin.
Post
Topic
Board Mining (Altcoins)
Re: PCIE Multiplier
by
ipp2
on 24/03/2021, 16:39:30 UTC
Most motherboards wont yield you 6 extra card slots...

Many of the 6 slot 2016/2017 mining boards wont give you any extra, some will give you 1 extra.

I know for example z270 MSI boards give you 2 extra (you lose the onboard video tho).

I think it comes down to the bios and chipset. Just don't expect to expand every board you have.
Post
Topic
Board Mining (Altcoins)
Re: New NoDevFee for Phoenix MInner
by
ipp2
on 23/03/2021, 05:02:32 UTC
Not a lot of code here. Just compile it yourself.

Just using windivert to inspect and change packet.
Post
Topic
Board Mining (Altcoins)
Re: Some questions, a dilemma and confusion...
by
ipp2
on 12/03/2021, 21:24:39 UTC
The moment someone says they have a budget for a build is the moment I'm confused.

Start small and expand as you see fit, don't budget yourself.
Post
Topic
Board Mining (Altcoins)
Re: pools for mining XHV
by
ipp2
on 10/03/2021, 19:30:13 UTC
well https://haven.herominers.com/# works fine for me.

Hardware wise...CPU mining. Of course no one would be so stupid to invest a bunch of Ryzens for CPU mining...
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 5.5c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
ipp2
on 26/01/2021, 18:14:29 UTC
here is my daggen.sh for HiveOS

#!/bin/bash

a=$(cat /run/hive/last_stat.json | jq '.params .miner_stats .uptime')

echo "$a"

if [[ "$a" -gt "120" ]];then
        echo "greater than 120 seconds, restarting"
        sudo reboot
fi

You need to install JQ first: sudo apt-get install jq (json parser)

Basically, if the miner has run for more than 2 minutes and sees a new dag, reboot the machine.

There is obviously a chance for a new dag to come before 2 minutes and you wont get a reboot, but this will solve the 99.9% situation as the dag is only generated once every 6000 minutes (100 hours).

Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 5.5c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
ipp2
on 26/01/2021, 16:01:07 UTC




What we need is daggen.sh to just reset the whole computer. Most of us are using HiveOS and such for overclocking. I guess I can use it like you've set. However just having -NewDagScript that runs NewDag.sh would be ideal. Let us handle it from there - let it be reset or just miner reset in HiveOS.

Where is this daggen.sh btw? should it have been in the compressed file?
   daggen.sh is provided by the user and you can place whatever you want there (including command to restart the rig, reset the overclock, etc.).



So on the first dag generation it runs daggen.sh? We need it to run on a new dag coming in, not all dags.
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 5.4c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
ipp2
on 26/01/2021, 05:36:58 UTC


The changes in this release (since 5.5b) include the following:

  • Added support for the latest AMD Windows driver 21.1.1 (still, we don't recommend using the 21.1.1 driver yet - we had some instability issues with it even when just idling on the desktop!)
  • Added new -mcdag parameter to reset the memory overclock on Nvidia cards during DAG generation. This may allow you to set higher memory overclock on your Nvidia cards without risking corrupt DAG buffer, which can lead to excessive number of incorrect shares. Use -mcdag 1 (by default the value is 0, which means turned off) to use this new feature.
    Under Linux -mcdag 1 will execute a shell script named daggen.sh (if present in the current directory) for each Nvidia GPU, passing the GPU index as the first argument, and PCIE bus ID as second argument. The miner will then wait for about 7 seconds before starting DAG generation to allow the script enough time to reset the memory overclock.


What we need is daggen.sh to just reset the whole computer. Most of us are using HiveOS and such for overclocking. I guess I can use it like you've set. However just having -NewDagScript that runs NewDag.sh would be ideal. Let us handle it from there - let it be reset or just miner reset in HiveOS.
Post
Topic
Board Mining (Altcoins)
Re: T-Rex 0.19.7 NVIDIA GPU miner (Ethash, Octopus, Kawpow, MTP)
by
ipp2
on 13/01/2021, 01:17:03 UTC
We need the option to just restart rig/miner at this point when the DAG grows.

I absolutely agree, T-rex can you implement this?
Just make a -dagrestart 1 command that goes to reboot.bat, which should be in the same folder as miner, at every DAG epoch change

Yes, we plan to implement it in one of the future versions

You got 4 days to do it lol Cheesy
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 5.4c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
ipp2
on 12/01/2021, 00:48:06 UTC
A little feedback:

-dagrestart <n> Restart the miner when allocating buffer for a new DAG epoch. The
      possible values are: 0 - never, 1 - always, 2 - auto (the miner decides depending on the driver version).
      This is relevant for 4 GB AMD cards, which may have problems with new DAG epochs after epoch 350.

This is good, but what we need is a -dagRunScript. Which of course, runs a script when a new DAG begins to build. Right now the 30 series works OK with the HiveOS "OC Delay" but we need to restart the miner when the new DAG hits to let HiveOS use it's OC Delay feature.
Post
Topic
Board Mining (Altcoins)
Re: T-Rex 0.19.7 NVIDIA GPU miner (Ethash, Octopus, Kawpow, MTP)
by
ipp2
on 12/01/2021, 00:45:01 UTC
We need the option to just restart rig/miner at this point when the DAG grows.