Veriblock miner ubuntu version release on FM2L patched.
You can download F300.7z
bitstream and unzip.
Bitstream program in VivadoLab / Hardware manager.
If you want to flashing permanantly bitstream, download *.mcs.zip and *.prm
and flashing it.
refer here
it takes long time for 5~10minutes.
And, also you need to connect Xilinx jtag driver , please contact our technical supports.
please care a JTAG Line direction carefully. it is shared our telegram and discord.
Connect usb ports to FM2L , and check what usb ports
lsusb
shows
/dev/usb0
/dev/usb1
updates 2019/06/14
Windows10 WSL (Windows Subsystem Linux) based VBK mining
updates 2019/06/13
adds ubuntu multi gui miner start scripts.
rungui.sh and runveri.sh has added for easy customization
after download above file
chmod +x rungui.sh runveri.sh
and customize your pool, wallet , workername , usbdevice name in rungui.sh
# edit rungui.sh
# ./runveri.sh {pool-url} {Your wallet} {workername} {usb device name}
** also
# you can check your device is connected by dmesg
# dmesg
#
cp210x is FM2L usb device.
ttyUSB0 is usb connected tty name
if you connect multiple FM2L card , ttyUSB? is increased
dmesg
.....
[524071.711459] cp210x 1-11:1.0: **cp210x** converter detected
[524071.713105] usb 1-11: cp210x converter now attached to ttyUSB0
[526407.725114] usb 1-11: USB disconnect, device number 12
# [526407.725378] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
# [526407.725430] cp210x 1-11:1.0: device disconnected
edit and customize rungui.sh
gedit rungui.sh
and run
./rungui.sh
rungui.sh examples.
#!/bin/sh
gnome-terminal -e " ./runveri.sh vbk.luckypool.io:9501 V6hhHVMxdcRzfT2rNFr1kmVq86riun FM2w1 /dev/ttyUSB0 "
gnome-terminal -e " ./runveri.sh vbk.luckypool.io:9501 V6hhHVMxdcRzfT2rNFr1kmVq86riun FM2w2 /dev/ttyUSB1 "
gnome-terminal -e " ./runveri.sh vbk.luckypool.io:9501 V6hhHVMxdcRzfT2rNFr1kmVq86riun FM2w3 /dev/ttyUSB2 "
gnome-terminal -e " ./runveri.sh vbk.luckypool.io:9501 V6hhHVMxdcRzfT2rNFr1kmVq86riun FM2w4 /dev/ttyUSB3 "
it is all.
Then change run.sh with veri_fm2l
(usb0 hard coded)
and change the wallet address for you.
and ./run.sh
Simple usages:: Ubuntu
sudo veri_fm2l -o vbk.luckypool.io:9501 -u V6hhHVMxdcRzfT2rNFr1kmVq86riun -p FM2C -nl /dev/ttyUSB0,/dev/ttyUSB1
Simple usages:: WINDOWS
veri_fm2l -o vbk.luckypool.io:9501 -u V6hhHVMxdcRzfT2rNFr1kmVq86riun -p FM2C -nl COM2,COM8,COM9
Supports Multiple USB FPGA Miners.