Bitcoin Forum
July 06, 2024, 08:35:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to register file into blockchain with Ubuntu 20.04  (Read 77 times)
sampei7777 (OP)
Member
**
Offline Offline

Activity: 92
Merit: 18


View Profile WWW
November 29, 2020, 04:26:58 PM
 #1

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

Thanks

ByteStamp
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!