Search found 9 matches
- Tue Jan 09, 2024 10:41 pm
- Forum: Installation guide
- Topic: 06 - bpc.hyenasoft.com site overview and setup
- Replies: 0
- Views: 1444
06 - bpc.hyenasoft.com site overview and setup
1. Pools section (default page) https://bpc.forum.hyenasoft.com/img/mainsite_001.jpg 2. Workers section To access your workers stats you first will need to set them in settings panel : Get the ip list and associated port defined in .env.watchdog file -6613 by default- Put them in the form respectin...
- Mon Jan 08, 2024 3:31 am
- Forum: Proposals
- Topic: Request gpu settings change in database
- Replies: 0
- Views: 1327
Request gpu settings change in database
You can add proposal to add settings for card model in database. See this tutorial on how benchmark your cards and find best settings benchmark Once you have found best settings add in your proposals the values to use : CUDA : blocks / threads / points Power saving : mem clk / pwr limit Don't forget...
- Mon Jan 08, 2024 1:46 am
- Forum: Advanced tutorials
- Topic: 01 - Use benchmarker to find best settings for your video card
- Replies: 0
- Views: 1898
01 - Use benchmarker to find best settings for your video card
This tutorial aim is to find the best settings for the followings variables : Variable Location Usage BLOCKS_OVERRIDE .env.gpu.xx CUDA blocks count THREADS_OVERRIDE .env.gpu.xx threads per CUDA block POINTS_OVERRIDE .env.gpu.xx points per thread GPU_MEM_CLOCK_xx .env.watchdog Memory clock to use GPU...
- Fri Jan 05, 2024 11:40 pm
- Forum: Installation guide
- Topic: 01 - To read first
- Replies: 0
- Views: 1025
01 - To read first
Please take time to read carefully all the threads in this section, picking first the quick install for your operating system (Windows or Linux) that will show you every step. This should allow you to install, setup software and know basic user interaction using the watcher UI and Portainer containe...
- Fri Jan 05, 2024 10:15 pm
- Forum: Installation guide
- Topic: 02b - Linux quick install
- Replies: 0
- Views: 1279
02b - Linux quick install
Prerequiste are a computer with one more Nvidia gpu installed, this tutorial involve installing an OS from scratch Install ubuntu server distribution : Ubuntu server (My testing was done with 22.04.3 LTS server) Install nvidia drivers : (My testing was done with nvidia-driver-535-server) sudo add-a...
- Fri Jan 05, 2024 8:10 pm
- Forum: Installation guide
- Topic: 05 - Checking installation
- Replies: 0
- Views: 2094
05 - Checking installation
1. Check Portainer is working by opening a browser on localhost:9000 and selecting local environment. You should then see the stack state https://bpc.forum.hyenasoft.com/img/000_portainer.jpg 2. Open logs for benchmarker, you should see this kind of logs https://bpc.forum.hyenasoft.com/img/001_bench...
- Fri Jan 05, 2024 5:54 am
- Forum: Installation guide
- Topic: 04 - Setup docker-compose.yml
- Replies: 0
- Views: 1686
04 - Setup docker-compose.yml
docker-compose.yml if the file that will define all the services to run in the stack. Quickstart If python is installed on your host you can use the script generate_env.py to generate a minimalist config python generate_env.py If you can't run it, you can check the env/examples directory, 2 examples...
- Fri Jan 05, 2024 3:21 am
- Forum: Installation guide
- Topic: 03 - Setup .env files
- Replies: 0
- Views: 2213
03 - Setup .env files
.env.xx files are driving the whole client software and are referenced in docker-compose.yml There are 3 .env files categories, all must be correctly set up for your config : .env : general .env file .env.watchdog : watchdog configuration .env file .env.gpu.xx : gpu configuration .env file (one per ...
- Fri Jan 05, 2024 2:53 am
- Forum: Installation guide
- Topic: 02a - Windows quick install
- Replies: 0
- Views: 1470
02a - Windows quick install
Prerequiste are a Windows computer with one or several Nvidia gpu installed Install docker desktop if you don't have it already installed : Docker desktop Download latest client software : bitcoin-puzzle-worker releases then create installation directory and unzip file Setup .env files : for detail...