Author

Topic: How to register file into blockchain with Ubuntu 20.04 (Read 86 times)

member
Activity: 92
Merit: 58
1)  Install prerequisites:
   
Code:
sudo apt-get install libcryptx-perl jq

2)  install Bitcoin core
   
Code:
sudo snap install bitcoin-core

3) clone the ByteStamp repo
   
Code:
git clone https://github.com/bytestamp/bt.git

4) make the script executable
   
Code:
chmod +x bt/bt

5) depending on your environment, put the script in your path
   
Code:
sudo cp bt/bt /usr/bin

Done!

Now you can do

Code:
bt FILEs

This will list BlockChain information about FILEs

If no file is registered to BlockChain then register FILEs

The script is self-explained and can be used to understand how to connect to ByteStamp webservices with any programming language.

For a deeper insight: How to register file into blockchain with Ubuntu
Jump to: