Author

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

sr. member
Activity: 325
Merit: 250
So the solo mining works? Good! I am happy!  Wink
yup! Me too

But left about two hours and I have no accepted share - is it normal in solo mining?

You should see New block detected on the network and Network difficulty changed to "numbers"
And when you find a block you will see Block Solved for pool 0!

Ok, I see its.

So simply I am unlucky... Smiley
member
Activity: 91
Merit: 10
So the solo mining works? Good! I am happy!  Wink
yup! Me too

But left about two hours and I have no accepted share - is it normal in solo mining?

Your chance to mine solo on your cpu or gpu is low. I used to mine on tbf (the blocks factory) qubit pool with my cpu or sha256 with my asics.

I did it more for fun. Don't expect to win too many blocks unless you join a pool or have a higher hashrate.

I've made a million dgb with 3 monarchs at 2.6th.
DGB is easy to win blocks!
member
Activity: 91
Merit: 10
So the solo mining works? Good! I am happy!  Wink
yup! Me too

But left about two hours and I have no accepted share - is it normal in solo mining?

You should see New block detected on the network and Network difficulty changed to "numbers"
And when you find a block you will see Block Solved for pool 0!
legendary
Activity: 1848
Merit: 1023
I am a good bro
Why developers don't hear us?!!
We need electrum wallet immediately
legendary
Activity: 1596
Merit: 1021
So the solo mining works? Good! I am happy!  Wink
yup! Me too

But left about two hours and I have no accepted share - is it normal in solo mining?

Your chance to mine solo on your cpu or gpu is low. I used to mine on tbf (the blocks factory) qubit pool with my cpu or sha256 with my asics.

I did it more for fun. Don't expect to win too many blocks unless you join a pool or have a higher hashrate.
sr. member
Activity: 325
Merit: 250
So the solo mining works? Good! I am happy!  Wink
yup! Me too

But left about two hours and I have no accepted share - is it normal in solo mining?
member
Activity: 91
Merit: 10
sr. member
Activity: 325
Merit: 250
So the solo mining works? Good! I am happy!  Wink
member
Activity: 91
Merit: 10

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!



Hi all,

I want mine solo, so I made the config file, but I have an error message:

blktmpl error: Unrecognized block version, and not allowed to reduce or force it

I use bfgminer, sha256d algo, q wallet ver4.0.3. started with -server, my rpcport is 4028, but everything is the same.
What's the problem? Pls help me.
I get the same error. It's nothing important and doesn't affect solo mining with bfgminer
sr. member
Activity: 325
Merit: 250

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!



Hi all,

I want mine solo, so I made the config file, but I have an error message:

blktmpl error: Unrecognized block version, and not allowed to reduce or force it

I use bfgminer, sha256d algo, q wallet ver4.0.3. started with -server, my rpcport is 4028, but everything is the same.
What's the problem? Pls help me.
hero member
Activity: 659
Merit: 500
Zepher is scammer!:)
Then dgb will reach 200 sat minimum,  like last year on 14 october dgb was 45sat- on 16 october it was 160sat  Wink
Lets wait news Smiley
hero member
Activity: 659
Merit: 500
Zepher is scammer!:)
pl where laugthing about VCASH but now it's far above DGB.... seem that what the dev told about dgb is not a fake... scam for noobs
lol
DGB has been so strong last couple of days, and we get some news from developer in this mounth
What news? Roll Eyes Hope it will be good news, because price is just going down and down... hope at first it go to 50 sat -Im buy at those prices a little.. Wink
newbie
Activity: 23
Merit: 0
Is it just me who believes that current DAO/ETH fuck ups should bring more attention to "pure currency" cryptos like DGB?

Digibyte and Gulden will do well within the next year. Have to wait for this btc halving to be done with, until then hold strong and buy low!  Grin Grin

As per my post in June:

Gulden is finally catching digibyte in marketcap, which means digibyte is most likely due for a rally within 6 months. Gulden has always followed digibytes price movements. As you people can see these are the 2 best coins for long term.

DigiByte   marketcap $2,580,211
Gulden   marketcap $1,938,514

I never used the words caught up. I said catching up, Guldens marketcap was under $700k less then a month ago.

I can say caught up for now. Smiley

Both my coins at the same level, this is how it was before dgb got onto Poloniex. I expect a big move upwards for dgb within 6 months then Gulden will follow again.

42   DigiByte $2,375,550   
43   Gulden   $2,291,756

43 Gulden $2,909,429
50 Digibyte $2,317,442

I don't want to see another post about Gulden on the DGB ANN, enjoy the pump while it lasts and the crash!


but but but.....  Roll Eyes
full member
Activity: 127
Merit: 100
Is it just me who believes that current DAO/ETH fuck ups should bring more attention to "pure currency" cryptos like DGB?

Digibyte and Gulden will do well within the next year. Have to wait for this btc halving to be done with, until then hold strong and buy low!  Grin Grin

As per my post in June:

Gulden is finally catching digibyte in marketcap, which means digibyte is most likely due for a rally within 6 months. Gulden has always followed digibytes price movements. As you people can see these are the 2 best coins for long term.

DigiByte   marketcap $2,580,211
Gulden   marketcap $1,938,514

I never used the words caught up. I said catching up, Guldens marketcap was under $700k less then a month ago.

I can say caught up for now. Smiley

Both my coins at the same level, this is how it was before dgb got onto Poloniex. I expect a big move upwards for dgb within 6 months then Gulden will follow again.

42   DigiByte $2,375,550   
43   Gulden   $2,291,756

43 Gulden $2,909,429
50 Digibyte $2,317,442

I don't want to see another post about Gulden on the DGB ANN, enjoy the pump while it lasts and the crash!
legendary
Activity: 1148
Merit: 1000
Is it just me who believes that current DAO/ETH fuck ups should bring more attention to "pure currency" cryptos like DGB?

Digibyte and Gulden will do well within the next year. Have to wait for this btc halving to be done with, until then hold strong and buy low!  Grin Grin

As per my post in June:

Gulden is finally catching digibyte in marketcap, which means digibyte is most likely due for a rally within 6 months. Gulden has always followed digibytes price movements. As you people can see these are the 2 best coins for long term.

DigiByte   marketcap $2,580,211
Gulden   marketcap $1,938,514

I never used the words caught up. I said catching up, Guldens marketcap was under $700k less then a month ago.

I can say caught up for now. Smiley

Both my coins at the same level, this is how it was before dgb got onto Poloniex. I expect a big move upwards for dgb within 6 months then Gulden will follow again.

42   DigiByte $2,375,550   
43   Gulden   $2,291,756

43 Gulden $2,909,429
50 Digibyte $2,317,442
hero member
Activity: 2058
Merit: 538
Leading Crypto Sports Betting & Casino Platform
I am all in on dgb at these prices. Over 2 million marketcap without any marketing recently. I am sure Jared is going to make a big announcement soon to give the traders on poloniex something to work with.
hero member
Activity: 630
Merit: 503
pl where laugthing about VCASH but now it's far above DGB.... seem that what the dev told about dgb is not a fake... scam for noobs
lol
DGB has been so strong last couple of days, and we get some news from developer in this mounth
sr. member
Activity: 270
Merit: 250
Lovin' Crypto
pl where laugthing about VCASH but now it's far above DGB.... seem that what the dev told about dgb is not a fake... scam for noobs

What a cleaver guy you are :p
Get on  the telegram chat so I can tip you for your bullshit :p
Jump to: