AppFeed/templates/PTRFRLLsRepository/trex-miner/trex.xml

73 lines
3.4 KiB
XML
Raw Normal View History

2021-01-27 21:22:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>trex-miner</Name>
<Repository>ptrfrll/nv-docker-trex</Repository>
<Registry>https://registry.hub.docker.com/r/ptrfrll/nv-docker-trex</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
2021-01-27 23:10:04 +00:00
<Support>https://forums.unraid.net/topic/101947-support-ptrfrll-docker-images</Support>
2021-01-27 21:22:32 +00:00
<Project>https://github.com/trexminer/T-Rex</Project>
<Overview>T-Rex is a versatile cryptocurrency mining software. It supports a variety of algorithms and we, as developers, are trying to do our best to make it as fast and as convenient to use as possible.&#13;
&#13;
2021-01-27 23:10:04 +00:00
Requires Unraid-nvidia (now deprecated) or nvidia-driver plugin (6.9+)</Overview>
2021-01-27 21:22:32 +00:00
<WebUI>http://[IP]:[PORT:4067]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/PTRFRLL/unraid-templates/master/trex-miner/trex.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/PTRFRLL/unraid-templates/master/trex-miner/trex.png</Icon>
<ExtraParams>--runtime=nvidia</ExtraParams>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>Buy me a beer</DonateText>
<DonateLink>https://www.paypal.me/ptrfrll</DonateLink>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>4067</HostPort>
<ContainerPort>4067</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
2021-01-28 21:10:08 +00:00
<Data>
<Volume>
<HostDir>/mnt/user/appdata/trex</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
2021-01-27 21:22:32 +00:00
<Environment>
<Variable>
<Value></Value>
<Name>WALLET</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>SERVER</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>WORKER</Name>
<Mode></Mode>
</Variable>
2021-01-27 23:10:04 +00:00
<Variable>
<Value>ethash</Value>
<Name>ALGO</Name>
<Mode></Mode>
</Variable>
2021-01-27 21:22:32 +00:00
</Environment>
<Config Name="WebUI" Target="4067" Default="" Mode="tcp" Description="Container Port: 4067" Type="Port" Display="always" Required="false" Mask="false">4067</Config>
2021-01-28 21:10:08 +00:00
<Config Name="Wallet address" Target="WALLET" Default="" Mode="" Description="Username/Wallet address" Type="Variable" Display="always" Required="true" Mask="false"></Config>
2021-01-27 23:10:04 +00:00
<Config Name="Server" Target="SERVER" Default="" Mode="" Description="URL of the mining pool" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Worker Name" Target="WORKER" Default="" Mode="" Description="Worker name" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="algorithm" Target="ALGO" Default="ethash" Mode="" Description="Specify the hash algorithm" Type="Variable" Display="always" Required="true" Mask="false">ethash</Config>
2021-01-28 21:10:08 +00:00
<Config Name="Config" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/trex</Config>
<Date>1611861685</Date>
2021-01-27 21:22:32 +00:00
<Description>T-Rex is a versatile cryptocurrency mining software. It supports a variety of algorithms and we, as developers, are trying to do our best to make it as fast and as convenient to use as possible.&#13;
&#13;
2021-01-27 23:10:04 +00:00
Requires Unraid-nvidia (now deprecated) or nvidia-driver plugin (6.9+)</Description>
2021-01-27 21:22:32 +00:00
<templatePath>/tmp/GitHub/AppFeed/templates/PTRFRLLsRepository/trex-miner/trex.xml</templatePath>
</Container>