denam
|
|
April 28, 2017, 07:50:33 PM |
|
That volume right now is looking amazing at trex with plenty of buy support and good floor. Although price is bit lower than previous days but still is huge and fantastic if realistically watch back where couple of weeks ago it was standing. I also am hanging around it and will keep supporting it as long as possible.
|
|
|
|
HR
Legendary
Offline
Activity: 1176
Merit: 1011
Transparency & Integrity
|
|
April 28, 2017, 09:28:25 PM Last edit: April 28, 2017, 10:43:15 PM by HR |
|
No one can accuse DGB of being pump and dump either! Just good, solid, organic growth.
|
|
|
|
xxkaiwaxx
|
|
April 29, 2017, 04:03:15 AM |
|
Yep...
Theres NOTHING wrong with it..
It-is-Beautiful ^^
|
|
|
|
moki2
|
|
April 29, 2017, 04:13:36 AM |
|
who can tell me the segwit process?
|
|
|
|
xxkaiwaxx
|
|
April 29, 2017, 04:38:40 AM |
|
I got a PM asking about how to solo mine . . . The abridged, super simplified, solo mining HOWTO This assumes you already have your rig built, and OS and miner installed and configured. Solo mining, single rigONLY 3 THINGS TO DO: - set up your wallet config file
- set up your wallet to run as a server
- set up your miner batch file to point to your wallet
Wallet config file key items: everything, but there are less than 20 lines Cut and paste what's posted here into your digibyte.conf file inside the same directory/folder where your wallet is found: rpcallowip=127.0.0.1 rpcuser=yourusername rpcpassword=yourpassword server=1 daemon=1 txindex=1 debug=1 algo=scrypt rpcport=14022 port=12024 addnode=216.250.125.121 addnode=74.208.230.160 addnode=69.164.206.169 addnode=192.99.215.234 addnode=96.126.114.208 addnode=54.204.36.33 addnode=192.99.41.108 addnode=199.83.128.91 addnode=199.83.132.91 Change the rpcuser and rpcpassword to something of your choosing Save it as digibyte.conf Create a shortcut of your DigiByte wallet, right click, click properties append --server to the end of the TARGET line(Example: C:\Users\User\Wallets\DigiByte\digibyte-qt.exe --server) Save it and run your DigiByte Wallet as a server using that newly created shortcut. One other thing, don't forget to modify the algo line with the algorithm you're using. algo=scrypt algo=sha256d algo=groestl algo=qubit algo=skein Setup your bat/script startup file by SIMPLY CHANGING 3 THINGS: your -o -u and -p switches (everything else stays the same) -o 127.0.0.1:14022 -u the user name that you gave to rpcuser in your digibyte.conf file -p the password that you gave to rpcpassword in your digibyte.conf file Save and run. You're now mining solo. Multiple Rig SetupsAll the same as above, except you need to: Change the 127.0.0.1 in the rpcallowip line in your digibyte.conf file to the IP of your server wallet machine or of your subnet, (for example to 192.168.0.* or 192.168.1.* which are the most common - you could go with 192.168.*.* when in doubt) If necessary, create any necessary firewall exceptions on your server wallet machine and/or router. Change the -o switch in your bat/script startup file to the IP of your server wallet machine, followed by a colon, and the rpcport number used (for example 192.168.0.30:17772 ) And you're off and running, now solo mining using various miners together. It's easy as 1-2-3. Good luck, and good mining!Can this be done on baikal miners?
|
|
|
|
Instamined
Member
Offline
Activity: 70
Merit: 10
woah that's a lot of money
|
|
April 29, 2017, 04:48:57 AM |
|
The team should work to make a physical, purchasable Digibyte robot a reality.
|
BTC: 1HmTtysbeo9EsbotzcpL8QEx8PRcB5EzgW
|
|
|
esotericizm
|
|
April 29, 2017, 05:05:33 AM |
|
I can see why you would be upset. DigiByte is currently the most up to date alt around while MYR has been stagnant for quite a while. I have no idea why you have a chip on your shoulder but your time is surely better spent hassling the MYR devs to get some updates done.
|
|
|
|
machiavellious
Newbie
Offline
Activity: 8
Merit: 0
|
|
April 29, 2017, 05:53:10 AM |
|
What makes digibyte great is the fact that it's a crypto that can adapt, and take action. I'd almost wager that DGB will beat LTC to implementing lightning transactions, and other csv possibilities. I think that DGB will actually be worth something one day, but I'm certain that at the very least it will be around much longer than most of the other coins its age.
|
|
|
|
HR
Legendary
Offline
Activity: 1176
Merit: 1011
Transparency & Integrity
|
|
April 29, 2017, 06:27:36 AM Last edit: April 29, 2017, 09:58:53 AM by HR |
|
I got a PM asking about how to solo mine . . . The abridged, super simplified, solo mining HOWTO This assumes you already have your rig built, and OS and miner installed and configured. Solo mining, single rigONLY 3 THINGS TO DO: - set up your wallet config file
- set up your wallet to run as a server
- set up your miner batch file to point to your wallet
Wallet config file key items: everything, but there are less than 20 lines Cut and paste what's posted here into your digibyte.conf file inside the same directory/folder where your wallet is found: rpcallowip=127.0.0.1 rpcuser=yourusername rpcpassword=yourpassword server=1 daemon=1 txindex=1 debug=1 algo=scrypt rpcport=14022 port=12024 addnode=216.250.125.121 addnode=74.208.230.160 addnode=69.164.206.169 addnode=192.99.215.234 addnode=96.126.114.208 addnode=54.204.36.33 addnode=192.99.41.108 addnode=199.83.128.91 addnode=199.83.132.91 Change the rpcuser and rpcpassword to something of your choosing Save it as digibyte.conf Create a shortcut of your DigiByte wallet, right click, click properties append --server to the end of the TARGET line(Example: C:\Users\User\Wallets\DigiByte\digibyte-qt.exe --server) Save it and run your DigiByte Wallet as a server using that newly created shortcut. One other thing, don't forget to modify the algo line with the algorithm you're using. algo=scrypt algo=sha256d algo=groestl algo=qubit algo=skein Setup your bat/script startup file by SIMPLY CHANGING 3 THINGS: your -o -u and -p switches (everything else stays the same) -o 127.0.0.1:14022 -u the user name that you gave to rpcuser in your digibyte.conf file -p the password that you gave to rpcpassword in your digibyte.conf file Save and run. You're now mining solo. Multiple Rig SetupsAll the same as above, except you need to: Change the 127.0.0.1 in the rpcallowip line in your digibyte.conf file to the IP of your server wallet machine or of your subnet, (for example to 192.168.0.* or 192.168.1.* which are the most common - you could go with 192.168.*.* when in doubt) If necessary, create any necessary firewall exceptions on your server wallet machine and/or router. Change the -o switch in your bat/script startup file to the IP of your server wallet machine, followed by a colon, and the rpcport number used (for example 192.168.0.30:17772 ) And you're off and running, now solo mining using various miners together. It's easy as 1-2-3. Good luck, and good mining!Can this be done on baikal miners? With Baikal you could tweek a variation of this, but you'd need to set up a stratum server. I spent some time unsuccessfully trying to set up a stripped down very basic stratum server and gave up after posting my results. Others have been continuing with the effort, but to my knowledge, still unsuccessfully. https://bitcointalk.org/index.php?topic=604476.0 Let me know if you come across anything else that ordinary folks like us can get set up at home without too many problems, or even if you get lucky and finally get Coinium up and running. (It's not really an urgent necessity for us though - what with the several very good pools available and listed on the OP, it's more trouble than it's worth.)
|
|
|
|
DarkStar1O9
|
|
April 29, 2017, 02:20:41 PM |
|
Any test versions of the Lightning Network available yet for DGB? I heard it worked pretty well for porting out of the box
|
|
|
|
Arcade425
Newbie
Offline
Activity: 30
Merit: 0
|
|
April 29, 2017, 07:47:30 PM |
|
What's the next big thing for digibyte since segwit is now active?
|
|
|
|
Arcade425
Newbie
Offline
Activity: 30
Merit: 0
|
|
April 29, 2017, 08:08:11 PM |
|
What's the next big thing for digibyte since segwit is now active?
Whatever the next big development is from the Bitcoin developers. Copy and paste and Jared and HR market the update like it's the 2nd coming. Isn't that what alot of alt coins have done?
|
|
|
|
GRSisWIN
Newbie
Offline
Activity: 11
Merit: 0
|
|
April 29, 2017, 08:50:27 PM |
|
What's the next big thing for digibyte since segwit is now active?
Whatever the next big development is from the Bitcoin developers. Copy and paste and Jared and HR market the update like it's the 2nd coming. Isn't that what alot of alt coins have done? GRS was first to implement Segwit and is ahead of dgb in every aspect. Is dgb overvalued ? Well its over 4 times GRS value and it's not as good. The real difference is Poloniex. Whales on Poloniex boost the DGB price far higher then it deserves to be.
|
|
|
|
mfqrs3
|
|
April 29, 2017, 09:44:16 PM |
|
I don't get it, you guys have nothing smarter to do than to came here and brag about your lost/bad projects ? You are all pathetic ( MYR and GRS ) trolls.
|
|
|
|
Arcade425
Newbie
Offline
Activity: 30
Merit: 0
|
|
April 29, 2017, 10:01:58 PM |
|
I don't get it, you guys have nothing smarter to do than to came here and brag about your lost/bad projects ? You are all pathetic ( MYR and GRS ) trolls.
They're just trying to scare investors lol.
|
|
|
|
Instamined
Member
Offline
Activity: 70
Merit: 10
woah that's a lot of money
|
|
April 29, 2017, 10:21:38 PM |
|
DigiByte is similar to ripple except it isn't centralized and actually allowed individuals to mine a portion. I think it should trade closer to ripple values.
|
BTC: 1HmTtysbeo9EsbotzcpL8QEx8PRcB5EzgW
|
|
|
JessicaG
|
|
April 29, 2017, 10:24:54 PM |
|
What's the next big thing for digibyte since segwit is now active?
Whatever the next big development is from the Bitcoin developers. Copy and paste and Jared and HR market the update like it's the 2nd coming. Though the multi algo might befall to Myriad, it is also honest to say that those multi algos themselves were a copy paste job likewise
|
|
|
|
Arcade425
Newbie
Offline
Activity: 30
Merit: 0
|
|
April 29, 2017, 10:34:12 PM |
|
DigiByte is similar to ripple except it isn't centralized and actually allowed individuals to mine a portion. I think it should trade closer to ripple values.
XRP is predicted to hit atleast 1$ some day. I'd be happy with a 1$ dgb
|
|
|
|
|
Arcade425
Newbie
Offline
Activity: 30
Merit: 0
|
|
April 30, 2017, 01:13:48 AM |
|
It'll either boom or bust like any other altcoin.
|
|
|
|
|