Bitcoin Forum
June 22, 2024, 06:30:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Teleport/Telepathy Privacy Tech--SuperNET Core Coin on: December 28, 2014, 09:36:28 PM
Better do

$ sudo apt-get update

first bro

Ok I did this.  Looks like the list of errors is now shorter:

- Input:

Code:
apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \
    build-essential libboost-dev libboost-system-dev \
    libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
    libssl-dev libdb++-dev

- Output:

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package  build-essential
E: Unable to locate package  libboost-filesystem-dev
E: Unable to locate package libssl-dev

However, when I went to install each package individually, it appeared to work:

Input:

Code:
sudo apt-get install build-essential

Output:

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version
0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded

Input:

Code:
sudo apt-get install libboost-filesystem-dev

Output:

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libboost-filesystem-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded.

Input:

Code:
sudo apt-get install libssl-dev

Output:

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libssl-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded.

This big input still says it is unable to find packages though.

Input:

Code:
apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \
    build-essential libboost-dev libboost-system-dev \
    libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
    libssl-dev libdb++-dev

Output:

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package  build-essential
E: Unable to locate package  libboost-filesystem-dev
E: Unable to locate package libssl-dev


I guess maybe I have all the packages I need?  What is the next step?
2  Bitcoin / Bitcoin Discussion / Re: Proof of stake mining of bicoin on: December 28, 2014, 07:16:45 PM
BitcoinDark is an interesting proof-of-stake coin that I am just getting into.

Its most groundbreaking feature, in my opinion, is the teleport feature.

This feature will allow you to teleport BTC between addresses without leaving any connection between the addresses.

This will eliminate the need for using centralized mixers to conceal BTC movements.


https://bitcointalk.org/index.php?topic=684090.0
3  Alternate cryptocurrencies / Altcoin Discussion / Re: Give me your best sales pitch why I should buy your PoS coin. on: December 28, 2014, 07:05:51 PM
BitcoinDark is a proof-of-stake coin that will allow you to teleport BTC between addresses without leaving any connection between the addresses.

Bitcoindark has other features, but teleporting BTC imo is the most groundbreaking and useful one ^^^


https://bitcointalk.org/index.php?topic=684090.0

4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Teleport/Telepathy Privacy Tech--SuperNET Core Coin on: December 28, 2014, 06:52:39 PM
Can anyone help me get Bitcoindark-qt running on Ubuntu 14.10?

Here are the steps I have taken so far:

- go to github.com/laowais/bitcoindark

- click "Download ZIP" on right-hand side of page and save file "bitcoindark-master.zip" to a new flash drive

- purchase cheap laptop with cash from random store

- install Ubuntu 14.10 on new laptop

- insert flash drive with "bitcoindark-master.zip" into new Ubuntu laptop

- open terminal

- run command:

Quote
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \ build-essential libboost-dev libboost-system-dev \ libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \ libssl-dev libdb++-dev

- output:

Quote
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package qt5-default is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'qt5-default' has no installation candidate
E: Unable to locate package qt5-qmake
E: Unable to locate package qtbase5-dev-tools
E: Unable to locate package qttools5-dev-tools
E: Unable to locate package  build-essential
E: Unable to locate package libboost-dev
E: Unable to locate package libboost-system-dev
E: Unable to locate package  libboost-filesystem-dev
E: Unable to locate package libboost-program-options-dev
E: Unable to locate package libboost-thread-dev
E: Unable to locate package  libbssl-dev
E: Unable to locate package libdb++-dev
E: Couldn't find any package by regex 'libdb++-dev'


I am connected to the internet.  Anyone know how to locate these packages?

Would it be easier to use a different version of linux, other than Ubuntu?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Teleport/Telepathy Privacy Tech--SuperNET Core Coin on: December 27, 2014, 08:51:37 PM
2 threads on the front page of Bitcoin Discussion about proof of stake right now....interesting:


"Proof of stake mining of bicoin"

https://bitcointalk.org/index.php?topic=905385.0


"Give me your best sales pitch why I should buy your PoS coin."

https://bitcointalk.org/index.php?topic=906225.0
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!