come faccio a lanciare un bat?
il bat è prerogativa di windows
in linux è sh, per lanciare il miner correttamente usa uno script del genere:
#!/bin/sh
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
cd /percorso/dove/hai/cgminer/
./cgminer -o poolserver -u username -p password (e aggiungi anche altre impostazioni se vuoi tipo intensity ecc..)
i driver ubuntu o xubuntu sono gli stessi