Jump to content

Acorn SQRL 215+ Tribus Ubuntu 20.04


buzzkillb
 Share

Recommended Posts

Had to ask in the FPGA discord for how to make this work.

Download the linux driver from here http://www.squirrelsresearch.com/get-started-acorn/
https://download.squirrelsresearch.com/sqrldma.run.gz

untar and run

sudo ./sqrldma.run --noexec --target sqrldma_modified
sudo nano sqrldma_modified/sqrldma/cdev_xvc.c

ctrl+w to find mmiowb() and change this line to

// mmiowb()

now run in the sqrldma_modified folder

sudo ./build-install-run.sh

Then get the tribus miner
https://discordapp.com/channels/439880012183896075/517996741761564684/613008385050411030
https://acorn-miner.s3.us-east-2.amazonaws.com/AcornMiner-linux64-r6.tar.xz

untar the miner and in the release/AcornMiner-linux64 folder run

./start.sh

say Y to let this flash, once that is done exit out and power off the PC, wait 10 seconds, and power back on.

now run that again to start mining.
sample start.sh

#!/bin/bash

while true
do
	# ./AcornMiner <Hostname> <Port> <Wallet address> <Worker name> <Password> <Clock [MHz] (optional)>
	./AcornMiner mining.cafe 8533 DCMRvR6MUppPgP8vrMKuni4FL5de8SjicG acorn c=D 125

	echo "Restarting the miner in 10 seconds..."
	sleep 10
done

image.thumb.png.2befd9ed10c93e84610f128b0642b113.png

  • Like 1
Link to comment
Share on other sites

  • 6 months later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...