Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

ipbc-dev/bittube-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitTube

Here lies all the code for the core. Based on Karbowanec, which is based on Cryptonote.

BitTube Whitepaper

What is BitTube

BitTube is a new streaming and data platform that returns the data sovereignty and ownership from companies and countries back to users. For more information, go to coin.bit.tube.

Build Instructions

These are kept very simple. Do not consider this an exhaustive guide.

Required:

  • CMake 2.8.6 or higher
  • Boost 1.55 or higher (system filesystem thread date_time chrono regex serialization program_options)
  • Git (For proper versioning)

Windows:

  • Clone this repository
  • Create a new directory to build in (i.e. "win_build")
  • Inside "win_build" run: 'cmake -G "Visual Studio 15 2027 Win64" ..' (Change version and platform as needed)
  • If everything went successfully, you should have "BitTube.sln" in "win_build", which you can open with Visual Studio to compile the solution
  • Once compiled, binaries should be in "win_build/src/Release" or "win_build/src/Debug"

Note: If cmake can't find boost, try downloading it from here and extracting it to "C:\Program Files\boost\boost_1_66_0"

Linux/Mac:

  • Clone this repository
  • Create a new directory to build in (i.e. "build")
  • Inside "build", run these commands: 'cmake ..', 'make'
  • Compiled binaries should now be found in "build/src", enjoy