liteminer7
Newbie
Offline
Activity: 5
Merit: 0
|
|
April 02, 2015, 11:00:07 PM |
|
can someone please help. when i start the digihash miner i get this error. All the correct info is in.
C:\Users\Demosky\AppData\Local\DigiHash\Miner\cpuminer-multi\1.0.9\cpuminer-multi-x86.exe: no URL supplied Try `cpuminer-multi --help' for more information. ** cpuminer-multi 1.0.9 by Tanguy Pruvot (tpruvot@github) ** [01;30m based on Lucas Jones fork of pooler cpuminer 2.4[0m
BTC donation address: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd If you know how to fix this let me know. I re-downloaded and installed lready so that wont work thanks.
It detects my cpu and gpu and starts before giving me the error.
|
|
|
|
HR
Legendary
Offline
Activity: 1176
Merit: 1011
Transparency & Integrity
|
|
April 02, 2015, 11:08:20 PM |
|
The direct link is a good idea, and I do understand everybody else's needs. However, does DigiByte really need third party download sites (not to mention third party download sites linked to pirated software)? Think of the negative PR that comes from that! (Both conscious and subconscious.) Don't we have www.digibyte.co and github that, between the two, can take care of all of our needs? I agree with you here and its why I suggested that Jared add a "Full Install" for the digibyte wallet. But you need to understand that bandwidth costs money and the current bootstrap.dat is 800MB. Often times when you buy a website hosting plan it comes with a limited amount of bandwidth and if you are hosting large files that people are downloading regularly you can quite often run over that limit. Whereas putting bootstrap.dat on a public tracker costs us nothing at all and it will be available for a long time to come! It's also worth noting that the official Bitcoin website doesnt host its own copy of the blockchain (or bootstrap.dat) for the above reasons. I and the Digibyte Team are in no way related to Kickass.to or any other torrent tracker and I was simply using it as a means to an end. The main thing to take away from this is that we are aware that the initial sync time can easily become a problem and are actively working towards solving that problem! 24hralttrade - This was the initial idea behind DigibyteWiki.com and I'd love to see you guys help me out with articles and downloads if you PM me your idea's I'm sure we can make it happen! Another idea is to just sync. What with zero, or next to zero, peers and seeds, the torrent will probably even take longer (I say "probably" tongue-in-cheek since I still haven't been able to download it). This on top of giving a very bad impression! Hey, tell folks that transfer speed is what THEIR "end-of-the-loop" transfer speed is, and leave it at that.
|
|
|
|
|
CryptoRaver
|
|
April 03, 2015, 08:17:02 AM |
|
Is Dash a competitor to Bitcoin or Digibyte?
It makes a lot things better than Bitcoin does e.g. instantX, anonym transactions, more nodes etc. but has only a total supply of 22m coins. So we are in a range with Bitcoin. Problem is the support for Bitcoin is too huge atm so I think Dash won't compete with BTC. more likely it competes with litecoin and the other altcoins that want to be number two behind Bitcoin.
So is it good or bad for DGB? (I know the higher usability because of the 1:1000 supply - argument)
I don't know i use Dash to wash my close http://www.dash.com/
|
|
|
|
halinyo
Legendary
Offline
Activity: 1106
Merit: 1000
The future is bright with DigiByte.
|
|
April 03, 2015, 08:34:06 AM |
|
Hahaha this made my day. Also some use Dark to clean their dirts.. Similar in use...
|
|
|
|
24hralttrade
|
|
April 03, 2015, 08:53:19 AM |
|
Is Dash a competitor to Bitcoin or Digibyte?
It makes a lot things better than Bitcoin does e.g. instantX, anonym transactions, more nodes etc. but has only a total supply of 22m coins. So we are in a range with Bitcoin. Problem is the support for Bitcoin is too huge atm so I think Dash won't compete with BTC. more likely it competes with litecoin and the other altcoins that want to be number two behind Bitcoin.
So is it good or bad for DGB? (I know the higher usability because of the 1:1000 supply - argument)
In my opinion there is no way that you can compare DRK/DASH with Digibyte. Totally diffrent coins and totally diffrent end goal.
|
|
|
|
|
|
24hralttrade
|
|
April 03, 2015, 09:16:35 AM Last edit: April 03, 2015, 10:05:57 AM by 24hralttrade |
|
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. Edit: This post had some other longer term horizontal support and resistance zones outlined that may also be of interest. https://bitcointalk.org/index.php?topic=408268.msg10317747#msg10317747Very 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.
|
|
|
|
esotericizm
|
|
April 03, 2015, 09:19:10 AM Last edit: April 03, 2015, 09:30:52 AM by esotericizm |
|
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. 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! 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". 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 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). ./autogen.sh ./configure make If you now check the src folder you will have digibyted and digibyte-Qt.
|
|
|
|
24hralttrade
|
|
April 03, 2015, 09:30:09 AM |
|
Untill tuesday Digibyte will not process any transactions. #Happyeasterjokes #F*ckyoubanks
|
|
|
|
halinyo
Legendary
Offline
Activity: 1106
Merit: 1000
The future is bright with DigiByte.
|
|
April 03, 2015, 10:22:14 AM |
|
HAHAHAHAHHAHAHAHAHAHHAHAHAHAHAHAHAHA, great fun man !
|
|
|
|
bram_vnl
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
April 03, 2015, 10:24:13 AM |
|
the man of the b movies lol
|
|
|
|
CryptoRaver
|
|
April 03, 2015, 11:02:02 AM |
|
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. Edit: This post had some other longer term horizontal support and resistance zones outlined that may also be of interest. https://bitcointalk.org/index.php?topic=408268.msg10317747#msg10317747Very 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$
|
|
|
|
halinyo
Legendary
Offline
Activity: 1106
Merit: 1000
The future is bright with DigiByte.
|
|
April 03, 2015, 12:08:14 PM |
|
BUPM,
I have sold a few DGB batches, and still on. Thanks.
|
|
|
|
vince232
|
|
April 03, 2015, 12:11:37 PM |
|
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. Edit: This post had some other longer term horizontal support and resistance zones outlined that may also be of interest. https://bitcointalk.org/index.php?topic=408268.msg10317747#msg10317747Very 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$ 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
|
|
|
|
HR
Legendary
Offline
Activity: 1176
Merit: 1011
Transparency & Integrity
|
|
April 03, 2015, 01:08:16 PM |
|
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. 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! 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". 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 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). ./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/digibyteOn 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/digibytecd digibyte ./autogen.sh ./configure ERROR (from config.log): WARNING: libprotobuf not found; bitcoin-qt frontend will not be builtmake digibyted is in ~/src, but there is no digibyte-Qt to be found anywhere.
|
|
|
|
esotericizm
|
|
April 03, 2015, 01:16:56 PM |
|
Yep you are missing the dependencies required to make the QT. Try the following sudo apt-get install libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev
then run ./configure and make again.
|
|
|
|
24hralttrade
|
|
April 03, 2015, 01:21:16 PM |
|
Lol, get Sudo-idontunderstand-apt /Gofigure
|
|
|
|
HR
Legendary
Offline
Activity: 1176
Merit: 1011
Transparency & Integrity
|
|
April 03, 2015, 01:24:13 PM |
|
Yep you are missing the dependencies required to make the QT. Try the following 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!
|
|
|
|
|