Author

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

newbie
Activity: 30
Merit: 0
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?
newbie
Activity: 30
Merit: 0
What's the next big thing for digibyte since segwit is now active?
sr. member
Activity: 489
Merit: 260
Any test versions of the Lightning Network available yet for DGB? I heard it worked pretty well for porting out of the box
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity

I got a PM asking about how to solo mine . . .

The abridged, super simplified, solo mining HOWTO Wink

This assumes you already have your rig built, and OS and miner installed and configured.



Solo mining, single rig

ONLY 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:

Code:
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.
Code:
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 Setups

All 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.  Grin


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://bitcointalksearch.org/topic/coiniumserv-open-source-high-performance-pooled-mining-server-software-604476

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.)
newbie
Activity: 8
Merit: 0
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.
hero member
Activity: 750
Merit: 500
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.
member
Activity: 70
Merit: 10
woah that's a lot of money
The team should work to make a physical, purchasable Digibyte robot a reality.
sr. member
Activity: 479
Merit: 253

I got a PM asking about how to solo mine . . .

The abridged, super simplified, solo mining HOWTO Wink

This assumes you already have your rig built, and OS and miner installed and configured.



Solo mining, single rig

ONLY 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:

Code:
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.
Code:
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 Setups

All 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.  Grin


It's easy as 1-2-3. Good luck, and good mining!



Can this be done on baikal miners?
sr. member
Activity: 280
Merit: 250
who can tell me the segwit process?
sr. member
Activity: 479
Merit: 253
Yep...

Theres NOTHING wrong with it..

It-is-Beautiful ^^
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity

No one can accuse DGB of being pump and dump either!






Just good, solid, organic growth. Grin
sr. member
Activity: 896
Merit: 251
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
Activity: 1176
Merit: 1011
Transparency & Integrity
Digibyte has been well marketed compared to other coins, Jared is a marketing superstar in the crypto world but the development is not able to back up the marketing. People have caught onto this fact.

Do you really think so? Seriously?

Hardly. Anything but!

------------

And I agree with ghostycc in that it’s deliberate on Jared’s part.




Digibyte has been well marketed compared to other coins, Jared is a marketing superstar in the crypto world but the development is not able to back up the marketing. People have caught onto this fact.

I have to agree with you on the marketing superstar Smiley But he decided to not marketize DGB on purpose.
It is way better to have a backend work and developpment than marketer without any clue of what to do to upgrade his coin.

I agree with Telenong too, I think.


Digibyte has been well marketed compared to other coins, Jared is a marketing superstar in the crypto world but the development is not able to back up the marketing. People have caught onto this fact.

I have to agree with you on the marketing superstar Smiley But he decided to not marketize DGB on purpose.
It is way better to have a backend work and developpment than marketer without any clue of what to do to upgrade his coin.
jared has run wrong marketing strategy

Wrong in that it hasn’t existed at all? Right?


------------

But I’m thinking we’re all talking about the same thing.



More than marketing, my criticism in the past has been centered mainly on a lack of communication in general (especially here on BCT) on the part of the DEV team, and my impression is that it’s a conscious choice. Over the years I’ve come to the conclusion that the Dev community thinks the larger community of shareholders should take care of itself, even to the point that much of the technical comes in the form of “trickle down”. And with regards to marketing, forget it - that's your job [devs say to community]*. And I think I agree.

The upside to all of this is that we, the general community of shareholders, are completely capable of taking care of ourselves.

There are three main ingredients to a successful coin: 1) a real crypto and Dev team; 2) real value in the marketplace; 3) a flourishing and active community.

Without one, the other two don’t exist.

It’s time for the community to metaphorically grow up, myself included, and to start doing its part.

I think instead of asking, we'd be well advised to start producing!
 



* Unless it's finance or tech related, which Jared has done an outstanding job with - public appearances, partner negotiations, etc.
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity


Can anyone tell me how long it takes a *new* install to sync with v6.14.2?

Do we have a bootstrap? Or is it not necessary?


Took me 3-4 hours for a full reindex. Last time I loaded the blockchain  from a bootstrap.dat it took longer than a 6.14.2 resync did.


Thanks!
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity
I for sure will be holding my coins. I don't see any sense in dumping for chump change.

I think it has potential to head up but even if it doesn't these prices aren't enough money for me to think of dumping my coins.

I agree. It's completely unthinkable to me.

member
Activity: 70
Merit: 10
woah that's a lot of money
I for sure will be holding my coins. I don't see any sense in dumping for chump change.

I think it has potential to head up but even if it doesn't these prices aren't enough money for me to think of dumping my coins.
hero member
Activity: 750
Merit: 500


Can anyone tell me how long it takes a *new* install to sync with v6.14.2?

Do we have a bootstrap? Or is it not necessary?


Took me 3-4 hours for a full reindex. Last time I loaded the blockchain  from a bootstrap.dat it took longer than a 6.14.2 resync did.
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity


Can anyone tell me how long it takes a *new* install to sync with v6.14.2?

Do we have a bootstrap? Or is it not necessary?
HR
legendary
Activity: 1176
Merit: 1011
Transparency & Integrity


I'd like to congratulate DigiByte by quoting him on what this actually means for DGB (the highlighting is mine):


If we get activated we can prove the true decentralized power of multialgo mining to help prevent a single party from centralizing a blockchain through mining.

You can mine DigiByte on one of five separate mining algorithms. Each algo averages out to mine 20% of new blocks. This allows for much greater decentralization than other blockchains. In order for an attacker to hardfork DigiByte the attacker would need to control 93% of the hash rate on 1 algo, and 51% of the other 4 making DigiByte much more secure against PoW attacks than other blockchains.


Killer job. We continue moving forward, always improving on the original idea and making it better.

Pop Quiz:

   · Is there any cryptocurrency that better guarantees security, decentralization and fastest transaction speed all at the same time?
   · Is there any cryptocurrency that is better positioned to take those rock solid fundamentals forward into the future?
   · Is DigiByte simply the best?


Sellers at these levels beware. That 1000:1 DGB:BTC ratio is a lot higher than where we are now and there is no fundamental justification for current prices. Look out above, and don't say you weren't warned.
newbie
Activity: 31
Merit: 0
Congratulations! The SoftFork went through without a hitch!
Jump to: