Author

Topic: ★★DigiByte|极特币★★[DGB]✔ Core v6.16.5.1 - DigiShield, DigiSpeed, Segwit - page 921. (Read 3058816 times)

hero member
Activity: 756
Merit: 500
Community Liaison,How can i help you?
really good job arround here, amazing breaking 2015 services deployed, the project look really good, good luck people.
+1 Thank you for your opinion. Grin
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity
Yep you are missing the dependencies required to make the QT.

Try the following

Code:
sudo apt-get install  libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev

then run ./configure and make again.


I think I've got it. I've added libprotoc-dev, libprotobuf-dev, and protobuf-compiler to the list (libprotoc-dev might not be necessary though, I'll have to check that later), and I've got a good config done.

Doing another make. It takes time, but I'll let you know when I've got some news.
sr. member
Activity: 252
Merit: 250
https://digibytetip.com/ website is up but tipping does not work for me. i got two tips via twitter and it did not go through.

Yes,They are still updating the tipbot.

thanks for the fast reply. is it like dogetipbot where tips get forwarded after fixes?

This one is better Grin

use it on,

youtupe
reddit
twitter
Facebook?
sr. member
Activity: 252
Merit: 250
Lol, get Sudo-idontunderstand-apt  Grin

/Gofigure

Wow, you are on top of things! Is the avatar upload an Easter present, or is it back for good? Whatever the case, better make hay while you can.  Grin


Honestly i really dont know haha, Just saw it on the forum by a guy with the same level and just thought why not add it.

Damed i must wait till sr meber Lips sealed
legendary
Activity: 1176
Merit: 1000
really good job arround here, amazing breaking 2015 services deployed, the project look really good, good luck people.
hero member
Activity: 756
Merit: 500
Community Liaison,How can i help you?
https://digibytetip.com/ website is up but tipping does not work for me. i got two tips via twitter and it did not go through.

Yes,They are still updating the tipbot.

thanks for the fast reply. is it like dogetipbot where tips get forwarded after fixes?
No i dont think so but i tipped you.. Send me a reminder again Wink
sr. member
Activity: 280
Merit: 250
https://digibytetip.com/ website is up but tipping does not work for me. i got two tips via twitter and it did not go through.

Yes,They are still updating the tipbot.

thanks for the fast reply. is it like dogetipbot where tips get forwarded after fixes?
hero member
Activity: 756
Merit: 500
Community Liaison,How can i help you?
https://digibytetip.com/ website is up but tipping does not work for me. i got two tips via twitter and it did not go through.

Yes,They are still updating the tipbot.
sr. member
Activity: 280
Merit: 250
https://digibytetip.com/ website is up but tipping does not work for me. i got two tips via twitter and it did not go through.
hero member
Activity: 756
Merit: 500
Community Liaison,How can i help you?
Lol, get Sudo-idontunderstand-apt  Grin

/Gofigure

Wow, you are on top of things! Is the avatar upload an Easter present, or is it back for good? Whatever the case, better make hay while you can.  Grin


Honestly i really dont know haha, Just saw it on the forum by a guy with the same level and just thought why not add it.
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity
Lol, get Sudo-idontunderstand-apt  Grin

/Gofigure

Wow, you are on top of things! Is the avatar upload an Easter present, or is it back for good? Whatever the case, better make hay while you can.  Grin

HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity
Yep you are missing the dependencies required to make the QT.

Try the following

Code:
sudo apt-get install  libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev

then run ./configure and make again.


configure: WARNING: PROTOC not found; bitcoin-qt frontend will not be built

HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity
Yep you are missing the dependencies required to make the QT.

Try the following

Code:
sudo apt-get install  libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev

then run ./configure and make again.

I'm on it. Third time's a charm.

Add: looks like that was partially my mistake as well - appreciate your help!
hero member
Activity: 756
Merit: 500
Community Liaison,How can i help you?
Lol, get Sudo-idontunderstand-apt  Grin

/Gofigure
hero member
Activity: 750
Merit: 500
Yep you are missing the dependencies required to make the QT.

Try the following

Code:
sudo apt-get install  libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev

then run ./configure and make again.
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity

For those interesting in contributing over on the Asistec TI Forum, some recent topics of interest are:

Ubuntu wallet fixing - info, ideas, and contributions can be posted in the Linux thread in the Installation sub-forum.
http://asistec-ti.com/phpbb/viewtopic.php?f=9&t=12&p=184#p184


Code:
sudo apt-get install libdb4.8-dev Error: Package 'libdb4.8-dev' has no installation candidate

You are missing dependencies. Try the following steps in full.

This step will get you access to the above libdb4.8-dev package on Ubuntu.
Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update

If you are instead on Debian then the process is a little different you want to edit your sources.list and add the line beginning with deb to the bottom of the file replacing [mirror] with your closest debian mirror (you can copy from the urls already in this file, the important part is the "oldstable main" part). Make sure to apt-get update after adding the line!

Code:
nano /etc/apt/sources.list
deb http://[mirror]/debian/ oldstable main
sudo apt-get update

Next we download and all install all the required dependences. Note that if you are on Debian you may need to change the package "libboost1.54-all-dev" to "libboost1.49-all-dev".

Code:
sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libboost-all-dev libdb4.8-dev libdb4.8++-dev libboost1.54-all-dev libminiupnpc-dev libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev git nano

Now we clone the source code for digibyte and move into that directory

Code:
git clone https://github.com/digibyte/digibyte
cd digibyte

Now we can compile the source code into the Daemon (digibyted) and the GUI Wallet (Digibyte-Qt).

Code:
./autogen.sh
./configure
make

If you now check the src folder you will have digibyted and digibyte-Qt.

We're making progress, but it’s still a no go. At the end of the process, there’s no digibyte-qt to be found anywhere.

Here are the step-by-steps I took on a new Ubuntu 14.04 install (with errors commented):

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libboost-all-dev libdb4.8-dev libdb4.8++-dev libboost1

ERROR: Unable to locate package libboost1 (I eliminated that from the command and proceded.)

git clone https://github.com/digibyte/digibyte

On a new install, you get “The program 'git' is currently not installed. You can install it by typing: sudo apt-get install git”. Obviously, that is self-explanatory, and all you need to do is follow the instructions, and then repeat the git clone command.

sudo apt-get install git
git clone https://github.com/digibyte/digibyte
cd digibyte

./autogen.sh

./configure

ERROR (from config.log): WARNING: libprotobuf not found; bitcoin-qt frontend will not be built

make

digibyted is in ~/src, but there is no digibyte-Qt to be found anywhere.
sr. member
Activity: 308
Merit: 250
HR,
 I value your feedback and knowledge, so I thought I would ask. Do you see a retrace on the DGB charts?

YC





Very Short Term: bullish above 77, bearish below, and if it's bullish, that's all the pullback we should get.  Grin


Edit: This post had some other longer term horizontal support and resistance zones outlined that may also be of interest.
https://bitcointalksearch.org/topic/m.10317747


Very accurate as we can see and according to this analyze we will see a push up soon,Am i right HR?
What about a charts competition?  Open a new thread and let everybody show the charts they believe to see.
Start date-End date and a date set when the charts are compared to the actual market.
Winner gets some Digibytes.

If we hit the media with the visa match we go to 7$ Grin

Whats with the visa match?  Nah 7 dollar dgb is still far from reality.  Maybe in 10 years it may have a chance but not in the near future.  Cryptos are still young and would take time for mainstream adoption
legendary
Activity: 1106
Merit: 1000
The future is bright with DigiByte.
BUPM,

I have sold a few DGB batches, and still on. Thanks.
sr. member
Activity: 252
Merit: 250
HR,
 I value your feedback and knowledge, so I thought I would ask. Do you see a retrace on the DGB charts?

YC





Very Short Term: bullish above 77, bearish below, and if it's bullish, that's all the pullback we should get.  Grin


Edit: This post had some other longer term horizontal support and resistance zones outlined that may also be of interest.
https://bitcointalksearch.org/topic/m.10317747


Very accurate as we can see and according to this analyze we will see a push up soon,Am i right HR?
What about a charts competition?  Open a new thread and let everybody show the charts they believe to see.
Start date-End date and a date set when the charts are compared to the actual market.
Winner gets some Digibytes.

If we hit the media with the visa match we go to 7$ Grin
Jump to: