Bitcoin Forum
June 27, 2024, 04:01:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 [1051] 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 ... 1832 »
  Print  
Author Topic: ★★DigiByte|极特币★★[DGB]✔ Core v6.16.5.1 - DigiShield, DigiSpeed, Segwit  (Read 3058432 times)
benjamoyne
Full Member
***
Offline Offline

Activity: 274
Merit: 101


View Profile
August 23, 2015, 10:59:57 PM
 #21001

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.
The_Cashier
Sr. Member
****
Offline Offline

Activity: 335
Merit: 250



View Profile
August 24, 2015, 08:18:43 AM
 #21002

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
Chyton
Sr. Member
****
Offline Offline

Activity: 322
Merit: 253



View Profile
August 24, 2015, 12:20:48 PM
 #21003

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

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion
Anonymous and Untraceable
ANN  Whitepaper  Facebook  Twitter  Telegram  Discord 





      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
.
Fenix_One
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
August 24, 2015, 12:32:58 PM
 #21004

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
bogglor
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


DigiByte? Yes!


View Profile
August 24, 2015, 12:47:09 PM
 #21005

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

My current miner setup: Linux - Ubuntu 12.04, Two 1.3Mh/s Scrypt ASICs, Two Radeon HD 7850 GPU mining different algos (usually qubit or skein).
Click here for my DGB Address QR code.   DGB Address: D6ZLjbSWu2mse3EqtoSn93nFrJ85wPKBF5
I have the DGB Gaming Wallet on my Galaxy S6
Dennahz
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile
August 24, 2015, 01:02:03 PM
 #21006

Did you guys see this? https://twitter.com/Dennahz/status/635798397279170560.

 Shocked
The_Cashier
Sr. Member
****
Offline Offline

Activity: 335
Merit: 250



View Profile
August 24, 2015, 01:56:48 PM
 #21007


IBM Followers, awesome !
24hralttrade
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


Community Liaison,How can i help you?


View Profile WWW
August 24, 2015, 04:21:30 PM
 #21008

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

Want to see the Future of Retail omnichannel demo store powered by Digibyte & Tofugear teams?
Please feel free to contact me if you have anything to report or you have any questions.
24hralttrade
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


Community Liaison,How can i help you?


View Profile WWW
August 24, 2015, 06:56:57 PM
 #21009

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!

Want to see the Future of Retail omnichannel demo store powered by Digibyte & Tofugear teams?
Please feel free to contact me if you have anything to report or you have any questions.
plumptoiletduck
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
August 24, 2015, 07:26:00 PM
 #21010

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!
Sharkzz1
Sr. Member
****
Offline Offline

Activity: 880
Merit: 251


Think differently


View Profile
August 24, 2015, 10:12:42 PM
 #21011

Great vid, looks really professional  Shocked
Dennahz
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile
August 25, 2015, 05:40:09 AM
 #21012

Great vid, looks really professional  Shocked

It IS professional Wink
Sharkzz1
Sr. Member
****
Offline Offline

Activity: 880
Merit: 251


Think differently


View Profile
August 25, 2015, 06:19:03 PM
 #21013

Hardfork happening on my birthday Smiley https://youtu.be/s6SxmDmUvIk
That is going to be a good day, that day is also my birthday haha  Cheesy
24hralttrade
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


Community Liaison,How can i help you?


View Profile WWW
August 25, 2015, 07:15:57 PM
 #21014

DigiReport Ep.#6: DigiSpeed Roll Out Plan

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

Want to see the Future of Retail omnichannel demo store powered by Digibyte & Tofugear teams?
Please feel free to contact me if you have anything to report or you have any questions.
Fenix_One
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
August 25, 2015, 07:42:01 PM
 #21015

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

I did all the steps but I am not sure which is that executable file? What is name of it?
24hralttrade
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


Community Liaison,How can i help you?


View Profile WWW
August 25, 2015, 07:45:51 PM
 #21016

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

I did all the steps but I am not sure which is that executable file? What is name of it?

Please have a look at Asistec TI forum created by HR.
http://asistec-ti.com/phpbb/viewtopic.php?t=12

P.s @ HR, Still alive and kicking?  Wink


Want to see the Future of Retail omnichannel demo store powered by Digibyte & Tofugear teams?
Please feel free to contact me if you have anything to report or you have any questions.
Fenix_One
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
August 25, 2015, 08:12:54 PM
 #21017

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

I did all the steps but I am not sure which is that executable file? What is name of it?

Please have a look at Asistec TI forum created by HR.
http://asistec-ti.com/phpbb/viewtopic.php?t=12

P.s @ HR, Still alive and kicking?  Wink


Thanks, but how do I do this: 
install the 'digibyte.conf' (see example below) file in the './digibyte data' folder in your 'home' directory.
?
24hralttrade
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


Community Liaison,How can i help you?


View Profile WWW
August 25, 2015, 08:18:13 PM
 #21018

^^ I really never used that operating system so cannot help you with that, Sorry!

Want to see the Future of Retail omnichannel demo store powered by Digibyte & Tofugear teams?
Please feel free to contact me if you have anything to report or you have any questions.
Fenix_One
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
August 25, 2015, 08:29:06 PM
 #21019

Now I have two digibyte folders- one made with this method:
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

- many files in several folders (1000+ files) but I don't know what to do next.

Another folder made with this method:
) Launch your web browser and go to http://digibyte.co (remember to be sure to only download from officially approved websites).
2) Go to “Download” and click on “Ubuntu DigiByte Core 64-bit” to start the download process of the install program to your computer; click “Save File”.
3) Go to the directory where you have downloaded the “digibyte-3.0.3-ubuntu-64-bit.zip” file and extract the files to a new folder in your Home directory (e.g. “DigiByte”).
4) Launch Terminal, and, at the command line prompt, change directories to your wallet directory (e.g. "cd DigiByte") and then, at the command line again, type “./digibyte-qt” and hit return.
5) You will see the "Welcome to DigiByte Core" install screen showing you where the 'DigiByte Core' will store its data – it’s recommended that you use the default data directory – click “OK”.
6) Your newly installed DigiByte Wallet will launch.
7) Exit the DigiByte Wallet immediately after launching and install the 'digibyte.conf' (see example below) file in the './digibyte data' folder in your 'home' directory.
from http://asistec-ti.com/phpbb/viewtopic.php?t=12

- just 3 files in that folder (digibyte-cli, digibyte-qt, digibyted) but I don't know how to do this:
install the 'digibyte.conf' (see example below) file in the './digibyte data' folder in your 'home' directory.

 Huh

haggis
Hero Member
*****
Offline Offline

Activity: 984
Merit: 1000


View Profile
August 25, 2015, 09:30:11 PM
 #21020

Now I have two digibyte folders- one made with this method:
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

- many files in several folders (1000+ files) but I don't know what to do next.

Another folder made with this method:
) Launch your web browser and go to http://digibyte.co (remember to be sure to only download from officially approved websites).
2) Go to “Download” and click on “Ubuntu DigiByte Core 64-bit” to start the download process of the install program to your computer; click “Save File”.
3) Go to the directory where you have downloaded the “digibyte-3.0.3-ubuntu-64-bit.zip” file and extract the files to a new folder in your Home directory (e.g. “DigiByte”).
4) Launch Terminal, and, at the command line prompt, change directories to your wallet directory (e.g. "cd DigiByte") and then, at the command line again, type “./digibyte-qt” and hit return.
5) You will see the "Welcome to DigiByte Core" install screen showing you where the 'DigiByte Core' will store its data – it’s recommended that you use the default data directory – click “OK”.
6) Your newly installed DigiByte Wallet will launch.
7) Exit the DigiByte Wallet immediately after launching and install the 'digibyte.conf' (see example below) file in the './digibyte data' folder in your 'home' directory.
from http://asistec-ti.com/phpbb/viewtopic.php?t=12

- just 3 files in that folder (digibyte-cli, digibyte-qt, digibyted) but I don't know how to do this:
install the 'digibyte.conf' (see example below) file in the './digibyte data' folder in your 'home' directory.

 Huh

digibyte-qt is the executable. If you run it, a ".digibyte" folder will be created in your home directory. If the wallet syncs without copying the digibyte.conf file everything is fine. Otherwhise copy that file into the .digibyte folder mentioned before.
Pages: « 1 ... 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 [1051] 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 ... 1832 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!