Here is an edited version of my mining guide. I realised I had two step 3's.
Can SPR be mined on linux? If so, can you add the directions for that?
Ok fine. I guess i'll need to install it and figure it out but it shouldn't be too hard.
Can you pay me half now and the rest when it's done please?
Seems fair. Send me your address.
Actually I don't think i'll be able to get it to work on Linux. I tried to mine plain X11 on it before but I couldn't get it to work.
Edit:
Yeah I definately won't be able to get it to work since i'll need to compile the miners and all that stuff and it might not even work. I'd rather not waste my day.
Edit 2:
Are you going to pay me?
How about I pay you 400 now and 100 once you've gotten directions for linux added?
Ok sounds good! But I don't think i'll be able to add the linux directions. I'll have a go though.
My address is at the bottom of the guide.
Thanks MyFarm!
You don't necessarily have to figure it out yourself. Have someone else figure it out and send some SPR their way.
Should be pretty straightforward -- to confirm, you need miner and spread daemon both running on the same linux box?
Don't you also need to install the catalyst control centre drivers and compile the miner? Too much stuff to explain for me.
I might just fork an auto-config script that's already been written for darkcoin ;-)
I'll put a 200 SPR bounty on that.
https://github.com/snogcel/sgminer-install-scriptsThe following commands will get the daemon downloaded:
mkdir ~/spreadcoin64
cd ~/spreadcoin64
wget http://spreadcoin.net/files/spreadcoin64.tar.xz
tar -xvf spreadcoin64.tar.xz
mkdir ~/.spreadcoin
cat > ~/.spreadcoin/spreadcoin.conf << EOF
server=1
rpcallowip=*.*.*.*
rpcuser=user
rpcpassword=pass
EOF
./spreadcoind
You'll need to sync the blockchain before you can start mining, you can check progress by running ./spreadcoind getinfo
Disclaimer: I've not been able to test out the install script and won't be able to until the weekend -- 99% sure it will work as it was just a search and replace job, but need to boot my rig into linux to be sure... if you're feeling adventurous give it a try ahead of time :-)
Xubuntu / Ubuntu:
cd ~
git clone https://github.com/snogcel/sgminer-install-scripts
cd sgminer-install-scripts
chmod +x *.in
./INSTALL
Arch:
cd ~
git clone https://github.com/snogcel/sgminer-install-scripts
cd sgminer-install-scripts
chmod +x *.in
./INSTALL
Feel free to wait until I confirm install script, however... my address: ShAbDdueCdVuG3huNG9U2m7XFUqY4Hz9sS :-)