Jump to content

Search the Community

Showing results for tags '215+'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • BlockForums Announcements
    • Denarius Announcements
    • Kronos Wallet Announcements
    • The Crypto News Feed
  • Cryptocurrency Discussions
    • Cryptocurrencies
    • Altcoin Announcements
    • General Discussion
    • Tutorials & Help
  • Denarius Discussions
    • General Discussion
    • Tutorials & Help
    • Marketing & PR
    • Development
    • Mining & Staking
    • Trading & Exchanges
    • Marketplace
  • Programming & Design
    • Development QA
    • Design QA
  • Gaming
    • Bot Downloads & Discussion
    • Gaming Discussion
  • Classifieds
    • Buy Sell and Trade
  • Other Discussions
    • Element 115
    • The Lounge
    • Hardware & IoT
    • Tutorials & Guides
    • Domains & Hosting

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


BTC Address

Found 1 result

  1. 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
×
×
  • Create New...