About Web-3
The new internet, based on empowering the invividual with privacy tools operating in high trustability and resiliency distributed networks, leveraging blockchain technology.
About Web-3 wallets
Wallets are privacy-first programs that manage your "secrets", among them are your keys, used to unlock addresses and needed to move tokens around.
Script Network / Script Node
Script.tv crypto network is based on nodes and made only by the aggregation of more and more nodes, we call them lightning nodes because they are responsible for block finalization and blockchain settlement.
The accountability is trusted because the network is resilient against attacks or games executed by evil nodes without single-points-of-failure.
Blockchain implies nascent technology that leverages untrusted nodes that are publicly executing a distributed consensus algorithm in order to amazingly form a trustable, resilient and censorship resistant settlement system.
Benefits of running nodes:
Nodes are your tool for participating in consensus rounds, and obtain rewards based on staked amounts.
With a Node you can accept delegation requests, for which users that are not running nodes can participate in consensus with a profit-share model.
Control/automate anything related to your relation among other nodes in the Script Network and TV users
Use/customize your own wallet backend/frontend, e.g. automating interations with other's wallets.
Use/customize your own blockchain explorer backend/frontend.
For improved privacy run your node in trusted hardware, e.g. the preferred choice for privacy-exigent users is to run the node in dedicated hardware. A VM in a datacenter or computer at home is a good-enough option for many.
Node Hardware/OS requirements
16 Gb HD
2 cores
8 GB Ram
Debian/Debian-based GNU/Linux Operating System.
[Advanced]: Build from sources
For developers, code enthusiasts and those who might not trust our pre-compiled distribution consider visiting our github repository.
Downloads
Provides access to different method for running a Linux node.
Support for node installations has been discontinued for platforms Windows and Mac.
Build and run your node in console mode. Ideal for developers.
Follow instructions at our github page: https://github.com/scriptnetwork/script-4
Install a precompiled OS/image on a fresh Operating System. Fully featured with Web GUI Wallet/Explorer interface. Ideal for professional or stable node runners.
Follow on-screen instructions until you reach the 1-liner installer. Copy that line.

Major sequence of steps to follow for stable installations:
1.- get debian-12 VM at datacentre. (e.g linode.com, digitalocean.com)
2.- ssh as root. (Priviledged access to the VM command shell).
3.- paste the 1-liner installer you copied from downloads page. Press Enter. (watch: this process is showcased in manic_beret's asciinema video
4.- Provide your DNS domain (e.g. my_scriptnode.com) and public IP address.
5.- wait 1 minute... Voila! your node is up and running!.
5.5 - Play around with commands... it's your node! everything is transparent.
6.- Stake your node.
You have successfully completed your node setup.
All following items check out:
ssh as root to your node. This action is perfomed ideally by muscle memory, but much better providing seamless experience is to set up passwordless authentication
linux/Mac: `ssh root@<your node>` Windows: `putty` [download](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html)

switch to user 'stv' and go to home directory /home/stv (
su stv
,cd
)run the program
scriptcli

Keep upgrading The software
The program stv
described below provides a function for starting a software upgrade automatically.
##> node
Last updated