AppFeed/templates/lnxdsRepository/lnxd/PhoenixMiner-AMD.xml
2021-04-02 00:02:41 -04:00

27 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>PhoenixMiner</Name>
<Repository>lnxd/phoenixminer</Repository>
<Registry>https://hub.docker.com/r/lnxd/phoenixminer</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>true</Privileged>
<Support>https://forums.unraid.net/topic/104589-support-lnxd-phoenixminer-amd/</Support>
<Overview>Containerised version of PhoenixMiner. Helps turn your Unraid server into an Ethereum / cryptocurrency mining rig. Contains AMD drivers. Not affected by the AMD reset bug as it doesn't rely on vfio. Works with most Nvidia GPUs as well via Open Source drivers. Check the support link for detailed installation instructions.</Overview>
<WebUI>http://[IP]:[PORT:5450]</WebUI>
<Icon>https://raw.githubusercontent.com/lnxd/docker-phoenixminer/main/phoenixminer-logo.png</Icon>
<DonateLink>https://github.com/lnxd</DonateLink>
<DonateText>If you like my work please consider donating.</DonateText>
<Config Name="Wallet Address" Target="WALLET" Default="0xe037C6245910EbBbA720514835d31B385D76927f" Mode="" Description="Wallet address for receiving mined coin" Type="Variable" Display="always" Required="true" Mask="false">0xe037C6245910EbBbA720514835d31B385D76927f</Config>
<Config Name="Pool Address" Target="POOL" Default="asia1.ethermine.org:4444" Mode="" Description="Address for your mining pool" Type="Variable" Display="always" Required="true" Mask="false">asia1.ethermine.org:4444</Config>
<Config Name="Pool Password" Target="PASSWORD" Default="x" Mode="" Description="Most pools just use 'x' as password, some pools treat this variable as a worker ID" Type="Variable" Display="always" Required="true" Mask="false">x</Config>
<Config Name="WebUI" Target="5450" Default="" Mode="tcp" Description="Used for basic monitoring over http/https built into PhoenixMiner" Type="Port" Display="always" Required="false" Mask="false">5450</Config>
<Config Name="Safety: Target Temperature" Target="TT" Default="75" Mode="" Description="Target temperature for fans (only works if privileged mode is enabled)" Type="Variable" Display="always" Required="false" Mask="false">75</Config>
<Config Name="Safety: Stop Temperature" Target="TSTOP" Default="85" Mode="" Description="PhoenixMiner will pause mining on a GPU if it hits this temperature (only works if privileged mode is enabled)" Type="Variable" Display="always" Required="false" Mask="false">85</Config>
<Config Name="Safety: Resume Temperature" Target="TSTART" Default="80" Mode="" Description="PhoenixMiner will resume mining on a GPU if it hits this temperature after being paused (only works if privileged mode is enabled)" Type="Variable" Display="always" Required="false" Mask="false">80</Config>
<Config Name="Additional PhoenixMiner Arguments" Target="ADDITIONAL" Default="-amd" Mode="" Description="Additional PhoenixMiner arguments" Type="Variable" Display="always" Required="false" Mask="false">-amd </Config>
<Config Name="GPU Device" Target="" Default="" Mode="" Description="GPU passthrough from host to container. This Isn't necessary if privileged mode is enabled, but won't hurt." Type="Device" Display="always" Required="false" Mask="false">/dev/dri:/dev/dri</Config>
<Description>Containerised version of PhoenixMiner. Helps turn your Unraid server into an Ethereum / cryptocurrency mining rig. Contains AMD drivers. Not affected by the AMD reset bug as it doesn't rely on vfio. Works with most Nvidia GPUs as well via Open Source drivers. Check the support link for detailed installation instructions.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/lnxdsRepository/lnxd/PhoenixMiner-AMD.xml</templatePath>
</Container>