Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipbc-dev/bittube-old
BitTube Coin
https://github.com/ipbc-dev/bittube-old
cryptocurrency cryptonote ipbc
Last synced: 14 days ago
JSON representation
BitTube Coin
- Host: GitHub
- URL: https://github.com/ipbc-dev/bittube-old
- Owner: ipbc-dev
- License: gpl-3.0
- Archived: true
- Created: 2018-01-09T14:21:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T21:23:36.000Z (over 6 years ago)
- Last Synced: 2024-08-01T19:31:29.973Z (3 months ago)
- Topics: cryptocurrency, cryptonote, ipbc
- Language: C++
- Homepage:
- Size: 2.29 MB
- Stars: 14
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitTube
Here lies all the code for the core.
Based on [Karbowanec](https://github.com/seredat/karbowanec), which is based on [Cryptonote](https://github.com/cryptonotefoundation/cryptonote).[BitTube Whitepaper](https://coin.bit.tube/whitepaper.pdf)
## 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](https://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](https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.zip) 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