Skip to content

Blockchain project in Python. Noobcash is a simple blockchain system that records transactions between participants and ensures consensus using Proof-of-Work.

Notifications You must be signed in to change notification settings

SerTze/ntua-distributed-systems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntua-distributed-systems

This repository is for the project of the Distributed Systems course during the 9th semester at the National Technical University of Athens.

Team 1 - Members

Notes

General

passwd
sudo hostname <new-hostname>
sudo vim /etc/hosts

    192.168.2.1     node1
    192.168.2.2     node2
    192.168.2.3     node3
    192.168.2.4     node4
    192.168.2.5     node5

pip

pip install <package>
pip freeze > requirements.txt
pip install -r requirements.txt

ssh

ssh-keygen
ssh-copy-id user@snf-3529#.ok-kno.grnetcloud.net
./copy-script.sh

About

Blockchain project in Python. Noobcash is a simple blockchain system that records transactions between participants and ensures consensus using Proof-of-Work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TeX 61.1%
  • Jupyter Notebook 30.1%
  • Python 8.6%
  • Shell 0.2%