Set up an ScPrime Storage Provider on Windows for Passive Income

Опубликовано: 08 Сентябрь 2026
на канале: Hex Crypto
75,072
1.4k

If you want to set up an ScPrime Storage Provider on Windows to get paid for sharing your spare HDD space then this is the place to start! ScPrime is a project which allows you to set up a computer to run on the blockchain and share your spare HDD space for an incentive - the incentive being the SCP token. At the time of this video the current value of SCP is £2.04 ($2.77)

Please ensure you follow all steps slowly and don't rush setting up your provider - it's important you end up with a reliable system as ScPrime have the right to blacklist providers who have unreliable nodes. The hardware I have selected in this video is more than enough to run a node in a reliable manner. You can however (obviously) purchase bigger and better equipment depending on your current financial status and belief in the project.

Below are some Amazon UK and US affiliate links to the hardware I'm using and other suggested alternatives you could go for if you want more space.

===========
Amazon US
===========
Beelink PC 128GB SSD: https://amzn.to/3GfEG2s
Beelink PC 256GB SSD: https://amzn.to/3zJMBCD
2TB Seagate USB 3.0 HDD: https://amzn.to/33622sV
8TB Seagate USB 3.0 HDD: https://amzn.to/3FaqMx6
128GB USB 3.0 Flash Drive: https://amzn.to/3t9z4D4

You can also get a beefier mini PC if you want to splash out:
AMD Ryzen 9 4900H, 16GB RAM, 512GB
https://amzn.to/3tdgZnM

Other HDD storage sizes available:
6TB WD USB 3.0 HDD: https://amzn.to/3JV9mbG
10TB WD USB 3.0 HDD: https://amzn.to/3n6OCnd
12TB WD USB 3.0 HDD: https://amzn.to/3t5Xk9k
14TB WD USB 3.0 HDD: https://amzn.to/3qaxZZU
16TB WD USB 3.0 HDD: https://amzn.to/33gX2Sf
18TB WD USB 3.0 HDD: https://amzn.to/3r3Gaqg

===========
Amazon UK
===========
Beelink PC 128GB SSD: https://amzn.to/3r1ljUz
Beelink PC 256GB SSD: https://amzn.to/3tb5uNv
2TB Seagate USB 3.0 HDD: https://amzn.to/3f6LOST
8TB Seagate USB 3.0 HDD: https://amzn.to/3tc9OMr
128GB USB 3.0 Flash Drive: https://amzn.to/3JTyDTn

You can also get a beefier mini PC if you want to splash out:
AMD Ryzen 9 4900H, 16GB RAM, 512GB
https://amzn.to/3qV7yXm

Other HDD storage sizes available:
6TB WD USB 3.0 HDD: https://amzn.to/3JXpF7R
10TB WD USB 3.0 HDD: https://amzn.to/3tdg8DA
12TB WD USB 3.0 HDD: https://amzn.to/3f441AD
14TB WD USB 3.0 HDD: https://amzn.to/3tamXpq
16TB WD USB 3.0 HDD: https://amzn.to/3363cEN
18TB WD USB 3.0 HDD: https://amzn.to/34u75Ul

00:00 Intro
01:23: Cost of Setup
03:16 How we'll set up
03:49 Setup first HDD
06:16 Download SCPrime
06:56 Setup SCPrime Service
10:14 Test Blockchain Status
10:51 Create new wallet
12:53 Add folder storage
14:32 Storage Provider Settings
17:16 DuckDNS Setup
21:46 Check firewall setup
24:35 Add SCP to wallet
28:57 Startup script
34:16 Host announcement
35:20 Backup MetaData
43:47 Adding additional disks
46:17 Removing folders
47:30 Potential earnings

Here are the scripts used for backing up the MetaData:

SCRIPT TO BACKUP METADATA:

#Script to Archive the SCPrime METAData backup for 7 days.
#You can edit the variables as you see fit to meet needs

$time = (get-date -Format 'dd_MM_yyyy_HH_mm_ss')

#####VARIABLES#####
#Set the source and destination of your MetaData for backup
$SourceMetaData = 'P:\MetaData'
$DestinationForBackup = 'Z:\Backups\MetaData'

#Set a location for the log file
$LogFileLocation = 'Z:\Backups\SCPrimeBackup.log'
#####VARIABLES#####

#Run RoboCopy to backup your MetaData folder
robocopy $SourceMetaData $DestinationForBackup /MIR /R:10 /LOG+:$LogFileLocation


END OF SCRIPT. STOP COPYING ABOVE HERE


SCRIPT TO ARCHIVE METADATA:

#Script to Archive the SCPrime METAData backup for 7 days.
#You can edit the variables as you see fit to meet needs

$time = (get-date -Format 'dd_MM_yyyy_HH_mm_ss')

##########VARIABLES##########
#Set the source and destination of your Archive backup
$SourceForArchive = 'Z:\Backups\MetaData'
$DestinationForArchive = 'Z:\Backups\Archives\'

#Set a location for the log file and start logging
$LogFileLocation = 'Z:\Backups\MetaDataArchive.log'
Start-Transcript -Path $LogFileLocation

#Number of days you want to Zips to keep for
$days = 7
##########VARIABLES##########

#Make a copy of the copy into an archive folder (creating a zip can time-out)
$DestinationFolder = New-Item -Path $DestinationForArchive$time'_MetaDataArchive' -ItemType directory
robocopy $SourceForArchive $DestinationFolder /MIR /R:10

#Check for archives older than 'x days' and remove them if they exist
Get-ChildItem –Path $DestinationForArchive | Where-Object { $_.CreationTime –lt (Get-Date).AddDays(-$days) } | Remove-Item -Recurse

Stop-Transcript

END OF SCRIPT. STOP COPYING ABOVE HERE


ScPrime official website & docs here:
https://www.scpri.me

SCP from SouthXchange here:
https://main.southxchange.com/

DuckDNS Script
https://github.com/UpperHighway/Enabl...

Please don't forget to Like and Subscribe to my channel for more videos coming very soon!


Music: https://www.bensound.com

🔴No videos on this channel are to be considered financial advice🔴