Download / Installation instructions for MacOS x64/Arm64

Step 1: Download BoincSpy

Those who want to get started quickly and conveniently may install BoincSpy using the following command.

Piping to bash is controversial, as it prevents you from reading code that is about to run on your system. Therefore, we provide this alternative installation method which allows code review before installation:

Alternative Install Method

		
 curl https://boincspy.ddns.net/bootstrap.sh -o bootstrap.sh
 bash bootstrap.sh	
		
	

Step 2: Configure BoincSpy

	
cd ~/BoincSpy/bin
./BoincSpy.Setup.Console 

SETUP NOTES: I will only use your email address for software updates and when your project
      has not written any Workunits after the specified timeout hours specified in setup program.
						
					

Step 3: Autostart BoincSpy.MQRabbit.Sender - This saves Workunits to a server in the cloud.

	

Follow the instructions from BoincSpy.Setup.Console.

If you do not want to run BoincSpy.MQRabbit.Sender as a service (Not recommended). Do the following everytime you login:


cd ~BoincSpy/bin
nohup ./BoincSpy.MQRabbit.Sender & 
						
					

Step 4: Running BoincSpy.Viewer.Uno

Startup a console then:

Troubleshooting tips if BoincSpy.MQRabbit.Sender does not start as a user process.

If the launchctl list does not show a pid, it means it did not start, check the following: