Bitcoin Forum
April 30, 2024, 08:46:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 [1433] 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 ... 1832 »
  Print  
Author Topic: ★★DigiByte|极特币★★[DGB]✔ Core v6.16.5.1 - DigiShield, DigiSpeed, Segwit  (Read 3055610 times)
DARKHOLDER
Hero Member
*****
Offline Offline

Activity: 659
Merit: 500


Zepher is scammer!:)


View Profile
October 07, 2016, 06:37:00 AM
 #28641

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
1714509975
Hero Member
*
Offline Offline

Posts: 1714509975

View Profile Personal Message (Offline)

Ignore
1714509975
Reply with quote  #2

1714509975
Report to moderator
1714509975
Hero Member
*
Offline Offline

Posts: 1714509975

View Profile Personal Message (Offline)

Ignore
1714509975
Reply with quote  #2

1714509975
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
landomata
Legendary
*
Offline Offline

Activity: 2184
Merit: 1000


View Profile WWW
October 07, 2016, 03:29:24 PM
 #28642

Digibyte - Crypto Market Update - Oct 7 2016

https://coins.newbium.com/post/2492-digibyte-crypto-market-update-oct-07-2016

huntalan81
Sr. Member
****
Offline Offline

Activity: 325
Merit: 250


View Profile
October 07, 2016, 06:02:20 PM
 #28643


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.

Delete my negative trust, pls.
twebit
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
October 07, 2016, 06:15:58 PM
 #28644


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

Activity: 325
Merit: 250


View Profile
October 07, 2016, 06:27:20 PM
 #28645

So the solo mining works? Good! I am happy!  Wink

Delete my negative trust, pls.
twebit
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
October 07, 2016, 06:39:13 PM
 #28646

So the solo mining works? Good! I am happy!  Wink
yup! Me too
huntalan81
Sr. Member
****
Offline Offline

Activity: 325
Merit: 250


View Profile
October 08, 2016, 07:04:51 AM
 #28647

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?

Delete my negative trust, pls.
o0o0
Legendary
*
Offline Offline

Activity: 1596
Merit: 1021


View Profile
October 08, 2016, 10:09:39 AM
 #28648

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.
needmoney
Legendary
*
Offline Offline

Activity: 1848
Merit: 1023

I am a good bro


View Profile
October 08, 2016, 11:01:43 AM
 #28649

Why developers don't hear us?!!
We need electrum wallet immediately

.
      ▄▄█▀▀█▄▄
  ▄▄█████▄▄█████▄▄
████  ███  ███  ████
  ▀▀█████▀▀█████▀▀

▀█▄▄  ▀▀█▄▄█▀▀   ▄▄█
 ▀▀███▄▄     ▄▄██▀██
     ▀███   ██▀  ▄█
██     ██  ██ ▄██▀██
▀██    ██  ███▀  ▄██
 ▀███▄▄██  ██ ▄███▀
    ▀▀███  ▀██▀▀
.Just.Bet. 
 
 
 
 
 
█▀▀▀▀▀










█▄▄▄▄▄
.
DICE
LOTTERY
PLINKO
.
COIN FLIP
CRASH
WHEEL
▀▀▀▀▀█










▄▄▄▄▄█
.
        ███████       ▄▄██▄
                  ▄▄███▀▀██▄
      ██████   ▄███████▄▄███▄
               ▀██  █████████▄
                ▀█████████▀▀██▄
████████████     ▀███▀▀███▄▄██▀
██  ████  ██      ▀██▄▄███▀▀
█████▀▀█████  ██   ▀██▀▀
█████▄▄█████
██  ████  ██   ██████
████████████
.
TRUSTLESS
DECENTRALIZED
TRANSPARENT
..PLAY NOW..
twebit
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
October 08, 2016, 11:25:25 AM
 #28650

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!
twebit
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
October 08, 2016, 01:06:37 PM
 #28651

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

Activity: 325
Merit: 250


View Profile
October 08, 2016, 05:01:55 PM
 #28652

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

Delete my negative trust, pls.
huntalan81
Sr. Member
****
Offline Offline

Activity: 325
Merit: 250


View Profile
October 08, 2016, 05:03:12 PM
 #28653

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!

I mine with ~4 Gh/s - what is my chance?

Delete my negative trust, pls.
huntalan81
Sr. Member
****
Offline Offline

Activity: 325
Merit: 250


View Profile
October 08, 2016, 05:03:48 PM
 #28654

https://digibytegaming.com why does not work?

Delete my negative trust, pls.
twebit
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
October 08, 2016, 05:05:34 PM
 #28655

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!

I mine with ~4 Gh/s - what is my chance?
Oh that's not much. I used a 25ghs one time and have won a block so you could after much time with 4ghs
Kingn56
Hero Member
*****
Offline Offline

Activity: 559
Merit: 508



View Profile
October 08, 2016, 10:10:17 PM
 #28656

Maybe they are updating the site, they did say they are going to add a new game in the future, or maybe it is simply a server crashed at tehir host. Either way let's give them time to resolve problems, one day missed is not going to end the world.
DARKHOLDER
Hero Member
*****
Offline Offline

Activity: 659
Merit: 500


Zepher is scammer!:)


View Profile
October 09, 2016, 06:07:56 PM
 #28657

Maybe they are updating the site, they did say they are going to add a new game in the future, or maybe it is simply a server crashed at tehir host. Either way let's give them time to resolve problems, one day missed is not going to end the world.
So close we are to 50 sat on dgb...time to buy when no news Wink
Hope it hit 50 ..
Geenstijl
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000



View Profile
October 10, 2016, 06:06:26 PM
 #28658

Guys, only if you didn't know yet:

Jared Tate just announced a "state of DigiByte" report AND a roadmap release for friday in DGB Telegram group.

Twitter is just staring to spread the word:

https://twitter.com/JTKDGB/status/785468752905302016

https://twitter.com/Dennahz/status/785527276725268480


Price barely moved til now, think this will change til friday!

Thanks for this news. I hope this will bring back the attention to DGB that it deserves.
jekecoin
Sr. Member
****
Offline Offline

Activity: 427
Merit: 250


View Profile WWW
October 10, 2016, 06:46:32 PM
 #28659

Guys, only if you didn't know yet:

Jared Tate just announced a "state of DigiByte" report AND a roadmap release for friday in DGB Telegram group.

Twitter is just staring to spread the word:

https://twitter.com/JTKDGB/status/785468752905302016

https://twitter.com/Dennahz/status/785527276725268480


Price barely moved til now, think this will change til friday!

Thanks for this news. I hope this will bring back the attention to DGB that it deserves.
Nice to see new movements

Hard obsoleto                    VPS: Digitalocean                     Cloudmining: Cex.io · EOBOT                    Gambling: Primedice
Geenstijl
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000



View Profile
October 10, 2016, 06:52:23 PM
 #28660

How are the developments on this coin funded? Is there anything left of the premine or the 250k initial investment?
Pages: « 1 ... 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 [1433] 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 ... 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!