Simple Bash manager for running a Quip node in CPU or CUDA mode with a small terminal UI.
If you need a VPS or GPU server for Quip:
- Contabo: https://www.dpbolvw.net/click-101335050-17082114
- Servarica: https://clients.servarica.com/aff.php?aff=1242
quip.sh helps you install, configure, run, and manage a Quip node without doing everything manually through Docker and config files.
It supports:
- CPU profile
- CUDA profile
- profile switching without losing node identity
- node stats and wallet info
- cleaner miner log viewing
- GPU tuning prompts for CUDA mode
-
installInstalls Docker if needed, clones the Quip node repo, prepares config, opens required ports, and starts the node. -
startStarts the selected node profile. -
stopStops the selected node profile. -
logsLets you choose between:normal logs- raw logs as-isminer logs- filtered logs with noisy network spam hidden -
node infoShows node name, host, profile, secret, mining stats, and for CUDA also shows current GPU settings. -
updatePulls the latest repo/image and recreates the container. -
switch profileSwitches betweenCPUandCUDAwhile preserving the currentsecret,node_name, andpublic_host. -
removeStops containers and removes the local installation and saved manager state.
In CPU mode the script asks how many CPU cores to use.
Notes:
num_cpusis written into config- the selected core count is remembered
- when you switch back to CPU later, the script restores the saved value
When installing CUDA for the first time, or when switching from CPU to CUDA, the script asks for GPU settings.
-
utilizationGPU load ceiling from1to100.100means maximum allowed GPU load. -
yieldingFriendly GPU sharing mode. When enabled, the miner gives GPU resources to other applications when needed.
Current CUDA settings are shown:
- after CUDA install/switch
- in
node info
The log viewer has 2 modes:
-
normal logsFull container logs without filtering -
miner logsFiltered view that hides noisy lines from:node_client.pypeer_ban_list.pytelemetry.py
This makes it easier to watch actual mining activity instead of network spam.
When switching between CPU and CUDA, the script keeps:
secretnode_namepublic_host
This means your node identity is preserved during normal profile switching.
The secret changes only if you remove the installation or delete the config manually.
- Linux VPS or server
- root access
- Docker support
- NVIDIA GPU and drivers if you want CUDA mode
Run:
sudo bash quip.shThen use the menu to install and manage the node.
Download, make executable, and run:
curl -fsSL https://raw.githubusercontent.com/VaniaHilkovets/QuipNetwork-node-autoinstall/main/quip_manager.sh -o quip_manager.sh && chmod +x quip_manager.sh && sudo bash quip_manager.shOr with wget:
wget -O quip_manager.sh https://raw.githubusercontent.com/VaniaHilkovets/QuipNetwork-node-autoinstall/main/quip_manager.sh && chmod +x quip_manager.sh && sudo bash quip_manager.sh- CPU mode uses configurable CPU worker count
- CUDA mode uses one miner per detected GPU device
- if GPU settings are not explicitly saved yet, CUDA falls back to:
utilization = 100yielding = false
- Telegram Channel: https://t.me/SotochkaZela
- Telegram Chat: https://t.me/sotochkachat