Post
Topic
Board Mining (Altcoins)
Topic OP
[TW][CPU MINER] TeamWork decentralized cloud platform
by
vmahina
on 18/12/2023, 12:21:48 UTC
TeamWork decentralized cloud platform

Miner https://hub.docker.com/r/teamw/tw
Telegram https://t.me/teamwork_official
Official site https://teamwork.su
TW token https://bscscan.com/token/0xffeDC525736B8b761ba3168e21E960daF44CbAe9
Swap https://pancakeswap.finance/swap?chain=bsc&inputCurrency=0x55d398326f99059fF775485246999027B3197955&outputCurrency=0xffeDC525736B8b761ba3168e21E960daF44CbAe9

We use Docker to provide services. Install Docker Engine
The CPU where you run the TeamWork must support AVX2 or AVX512 CPU instructions. Only x64 architecture.

Start miner:
1. Install docker https://docs.docker.com/engine/install
2. Run
  
Code:
docker run -d \
--name tw \
-e ADDRESS=0x7e5f4552091a69125d5dfcb7b8c2659029395bdf \
-e THREADS=1 \
--restart=unless-stopped \
teamw/tw:latest

ADDRESS - address to receive payment. You can create an address in the MetaMask wallet
THREADS - number of CPU threads used