Author

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

full member
Activity: 157
Merit: 100
sr. member
Activity: 880
Merit: 251
Think differently
Great vid, looks really professional  Shocked
member
Activity: 108
Merit: 10
Our Tofugear and House of blue jeans teams are very pleased to bring you: The Future of Retail. Check it out!

https://www.youtube.com/watch?v=XzjMRP4DSBo

Get the word out!
https://twitter.com/tofugear/status/635845670922944512

 Smiley awesome video  Smiley

That really is an awesome video!
hero member
Activity: 756
Merit: 500
Community Liaison,How can i help you?
Our Tofugear and House of blue jeans teams are very pleased to bring you: The Future of Retail. Check it out!

https://www.youtube.com/watch?v=XzjMRP4DSBo

Get the word out!
https://twitter.com/tofugear/status/635845670922944512

 Smiley awesome video  Smiley

Thank you sir!
hero member
Activity: 756
Merit: 500
Community Liaison,How can i help you?
Our Tofugear and House of blue jeans teams are very pleased to bring you: The Future of Retail. Check it out!

https://www.youtube.com/watch?v=XzjMRP4DSBo

Get the word out!
https://twitter.com/tofugear/status/635845670922944512
sr. member
Activity: 266
Merit: 250
DigiByte? Yes!
Can someone please tell how to compile Digibyte core from source?
Source is here, right? https://github.com/digibyte/digibyte
Should I choose Download ZIP?
Now I somewhat know how to use commnad line in Linuux - is that enough?

Will send DGB tip for help  Grin

The commands to do it are on that github page you listed.
Do these in order, if one of them doesn't work, then you are probably missing a library or application of some kind:
sudo apt-get install build-essential
sudo apt-get install libtool autotools-dev autoconf
sudo apt-get install libssl-dev
sudo apt-get install libboost-all-dev
git clone git://github.com/digibyte/digibyte.git
cd digibyte
./autogen.sh
./configure
make
cd src
sudo cp digibyted /usr/bin

Once you successfully do all this, there will be an executable in your digibyte directory, you would run that to run the wallet
member
Activity: 103
Merit: 10
Can someone please tell how to compile Digibyte core from source?
Source is here, right? https://github.com/digibyte/digibyte
Should I choose Download ZIP?
Now I somewhat know how to use commnad line in Linuux - is that enough?

Will send DGB tip for help  Grin
sr. member
Activity: 322
Merit: 253
Hello, can i know the progress of the DGB iOS wallet updates? since i'm holding a lot of DGB in an unsafe wallet and i need to move it to the iOS wallet which is more secure i guess.
And i don't want to send my DGB to paper wallet , i hate paper wallet.

Thanks.

PS : I'm supporting the coin everyday  Wink
sr. member
Activity: 335
Merit: 250
Do you ever find a block with solomining?

On qubit, with a 7970 I mine between 3 blocks and 8 blocks a day. Depends on luck, averages out at about 10000 digibyte a day. My gpu farm has long since been sold so it's just the fact I enjoy mining that I keep going.
I hold all my coins as well.
Yeah Qubit difficulty is low compared to SHA and Scrypt
full member
Activity: 274
Merit: 101
Do you ever find a block with solomining?

On qubit, with a 7970 I mine between 3 blocks and 8 blocks a day. Depends on luck, averages out at about 10000 digibyte a day. My gpu farm has long since been sold so it's just the fact I enjoy mining that I keep going.
I hold all my coins as well.
member
Activity: 103
Merit: 10
I am new to Linux - how do I actually install Digibyte core wallet? I have Kubuntu 6 on older computer - is that ok for Digibyte wallet? I have extracted those 3 files - digibyted, digibyte-cli, digibyte-qt - what do I do next?
I mine on linux, but have my wallet on my windows laptop.

I suppose you could go to the directory where you have those files saved and type:
./digibyte-qt

see if that launches it....if not, compile it from the source as was suggested

Trying to do "go to the directory where you have those files saved and type:
./digibyte-qt"  I got this:

d49@d49-desktop:~/Desktop/digi$ ./digibyte-qt
./digibyte-qt: error while loading shared libraries: libQtGui.so.4:
cannot open shared object file: No such file or directory
sr. member
Activity: 427
Merit: 250
I am new to Linux - how do I actually install Digibyte core wallet? I have Kubuntu 6 on older computer - is that ok for Digibyte wallet? I have extracted those 3 files - digibyted, digibyte-cli, digibyte-qt - what do I do next?
I mine on linux, but have my wallet on my windows laptop.

I suppose you could go to the directory where you have those files saved and type:
./digibyte-qt

see if that launches it....if not, compile it from the source as was suggested
thanks for the reply.
"I suppose you could go to the directory where you have those files saved and type:
./digibyte-qt"  - where exactly should I write that?
And how is that compilation thing done? And where can I get the source?
you need to learn what is the comand line first, then read a tutorial of how to compile the wallet on linux, then is time for fun
member
Activity: 103
Merit: 10
I am new to Linux - how do I actually install Digibyte core wallet? I have Kubuntu 6 on older computer - is that ok for Digibyte wallet? I have extracted those 3 files - digibyted, digibyte-cli, digibyte-qt - what do I do next?
I mine on linux, but have my wallet on my windows laptop.

I suppose you could go to the directory where you have those files saved and type:
./digibyte-qt

see if that launches it....if not, compile it from the source as was suggested
thanks for the reply.
"I suppose you could go to the directory where you have those files saved and type:
./digibyte-qt"  - where exactly should I write that?
And how is that compilation thing done? And where can I get the source?
sr. member
Activity: 266
Merit: 250
DigiByte? Yes!
I am new to Linux - how do I actually install Digibyte core wallet? I have Kubuntu 6 on older computer - is that ok for Digibyte wallet? I have extracted those 3 files - digibyted, digibyte-cli, digibyte-qt - what do I do next?
I mine on linux, but have my wallet on my windows laptop.

I suppose you could go to the directory where you have those files saved and type:
./digibyte-qt

see if that launches it....if not, compile it from the source as was suggested
member
Activity: 103
Merit: 10
I am new to Linux - how do I actually install Digibyte core wallet? I have Kubuntu 6 on older computer - is that ok for Digibyte wallet? I have extracted those 3 files - digibyted, digibyte-cli, digibyte-qt - what do I do next?
erase it and compile from the source, IMHO
I don't know what that means. Erase what exactly?
sr. member
Activity: 427
Merit: 250
I am new to Linux - how do I actually install Digibyte core wallet? I have Kubuntu 6 on older computer - is that ok for Digibyte wallet? I have extracted those 3 files - digibyted, digibyte-cli, digibyte-qt - what do I do next?
erase it and compile from the source, IMHO
member
Activity: 103
Merit: 10
I am new to Linux - how do I actually install Digibyte core wallet? I have Kubuntu 6 on older computer - is that ok for Digibyte wallet? I have extracted those 3 files - digibyted, digibyte-cli, digibyte-qt - what do I do next?
sr. member
Activity: 427
Merit: 250
Do you ever find a block with solomining?
yes a pair of blocks:
This with 3 antminers u1 (one night mining)
Code:
32740f05c545bb592404992102346d60074177536e251d7bad49f8b68085435d-000
This with 4 bitburners fury approx 180GHs (started today)
Code:
911df529a6b2673718244658ec9b3c1283848871b6c427b0b92ed5213a832e62-000

Jump to: