Bitcoin Forum
May 21, 2024, 06:39:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 [504] 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 ... 1832 »
  Print  
Author Topic: ★★DigiByte|极特币★★[DGB]✔ Core v6.16.5.1 - DigiShield, DigiSpeed, Segwit  (Read 3056660 times)
,./,./
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
July 02, 2014, 10:23:04 PM
 #10061

@jared

when can we expect the big things for digibyte? like digi-pay, multialgo, ......., ......., ......, ......, ......

i'm a little bit impatient Roll Eyes
SirChiko
Legendary
*
Offline Offline

Activity: 966
Merit: 1000



View Profile
July 02, 2014, 11:08:24 PM
 #10062


Struggling to solo mine...  can anyone tell me if Digibyte is solo minable using the latest (v2.9.1) client?


Even if it would be you won't mine anything with wallet miner as it mines with CPU.

I have been trying to mine on a pool and no luck at all.
Explain the problem and i'm sure someone will try helping you out.

The only online casino on which i won something. I made 17mBTC from 1mBTC in like 15 minutes.  This is not paid AD!

▀Check it out yourself▀
tdcooper99
Full Member
***
Offline Offline

Activity: 215
Merit: 100


View Profile
July 03, 2014, 07:48:01 AM
 #10063


Struggling to solo mine...  can anyone tell me if Digibyte is solo minable using the latest (v2.9.1) client?


Even if it would be you won't mine anything with wallet miner as it mines with CPU.

Ha! I guess that was a pretty dumbass newb style post....  "Duh...  it's not working, someone tell me why"  Embarrassed It was late and naturally I just assumed the rest of the world understands exactly what I mean all the time  Grin.  Anyway, moving on...  no of course I'm not trying to CPU mine. I am trying to solo mine with my Zeusminer ASICs...  and from what I can gather, having always previously mined using pools, you run the wallet/client software fully synced...  ensuring you have a coinname.conf (ie. digibyte.conf) file populated as per the info on the first post of this thread and then in cgminer instead of a <pool URL>:port you use either "localhost:port" if running on the same machine or <client machine ip>:port if it's not local...  ie on another LAN machine.  In my case, I am running my Zeusminers from a Raspberry Pi... and my wallet/client is on a Windows VM hosted elsewhere on my LAN.

I am essentially following the method described here, and it sounds very straightforward:

http://www.miningpools.info/solo-mining/

....and also this is from a thread on Litecointalk....


Step one: Setup your wallet and get it synced up (whatever coin you choose, lower the difficulty the better for you)

Step two: Type this into your run box. %appdata% then find the folder for your coin, eg. Casino Coin

Step three: Write a config file, go into the coin's folder, create a txt document. Rename the document to "casinocoin.conf" (all coins use the same format, coin name followed by conf) without the quotes. Make sure there isn't  .txt extension at the end or it won't work. Place the following into you conf file. Make sure the file is saved in the %appdata%/casincoin folder, substitute your coin's name for casino.

rpcuser=yourusername
rpcpassword=yourpassword
server=1
rpcport=47970 (WDC uses port 1102, but you can try any port you want, it will work if it's not already in use)
server=1
rpcallowip=192.168.1.* (whatever address your mining rigs are at, if it's running locally skip this step)
rpcconnect=127.0.0.1
gen=0 (set this to zero, or it will use your CPU for mining)
maxconnections=100

Step four: Copy the following files into your coins %appdata%/your coin's name directory if they aren't already there. Most coins come with these three files so you can just grab them out of one of their folders and copy it into the coin you want. If they are already there, great, if not copy minered.exe,  libcurl-4.dll, and pthreadGC2.dll into the coin's folder. Your antivirus will probably go off when you do this. Just tell it to put minered.exe back and to keep on going. Or disable your antivirus for this step if you don't know how to allow an exception. Most viruses use the code from that file, so it's flagged regardless.

Step five: Close your client wallet, check task manager to make sure it's not still running, if it is kill it. With your conf file saved and in place reopen your client wallet. It won't look any different when it's running. But now you can connect your mining rig to it. I'm only familiar with CGMiner, but I think the idea is the same with most of the different programs out there.

Step six: Use the failover only command in combination with at least 2 backup mining pools.  If your using two different computers, one for a wallet (solo pool), and one as a miner, than you'll setup your miner like this: This is just an example, you'll have to enter your own information. If you want logging enabled then you'll have to create a cgminerlog folder in the route of C:\.

 "\cgminer.exe --scrypt -w 256 --thread-concurrency 21712 --no-submit-stale --auto-fan --temp-cutoff 92 --gpu-powertune 20 --gpu-reorder -I 20 --failover-only 2>c:\cgminerlog\logfile.txt --sharelog c:\cgminerlog\share.log -o 192.168.1.100:1234 -u xxx -p xxx -o stratum+tcp://backup_mining_pool_1:1234 -u xxx -p xxx -o stratum+tcp://backup_mining_pool_2:1234 -u xxx -p xxx -o stratum+tcp://backup_mining_pool_3:1234 -u xxx -p xxx -o stratum+tcp://backup_mining_pool_4:1234 -u xxx -p xxx

If your running your wallet locally, substitute "localhost" in place of your ip address. You'll still need to specify a host port, eg. localhost:1234

Step seven: Watch the little windows popup saying "incoming transaction", just like this one, it popped up a few seconds ago. I'm currently mining lottocoin.



Ok, so what I am using is as follows:

My digibyte.conf (located in %appdata%\roaming\digibyte)

Code:
rpcuser=<myusername>
rpcpassword=<mypassword>
rpcallowip=<my_raspberrypi_IP>
listen=1
server=1
daemon=1
gen=0
rpcport=14022
port=12024
addnode=216.250.125.121
addnode=74.208.230.160
addnode=74.112.204.202
addnode=46.4.32.220
addnode=198.27.109.88
addnode=54.204.36.33
addnode=198.41.184.140
addnode=144.76.94.182
addnode=95.85.50.188
addnode=162.159.240.70

My command line to start mining (this works with normal pools without fault):

Code:
./cgminer -o stratum+tcp://<my_windows_client_IP>:14022 -u <myusername> -p <mypassword> --chips-count 96 --ltc-clk 328 --nocheck-golden -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2

And the result:

Code:
[2014-07-03 08:32:27] Started cgminer 3.1.1
[2014-07-03 08:32:27] Probing for an alive pool
[2014-07-03 08:33:27] No servers were found that could be used to get work from.
[2014-07-03 08:33:27] Please check the details from the list below of the servers you have input
[2014-07-03 08:33:27] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
[2014-07-03 08:33:27] Pool: 0  URL: stratum+tcp://<my_windows_client_IP>:14022 -u <myusername> -p <mypassword>
[2014-07-03 08:33:27] No servers could be used! Exiting.
The_Cashier
Sr. Member
****
Offline Offline

Activity: 335
Merit: 250



View Profile
July 03, 2014, 11:59:08 PM
 #10064


Better rewards
Coins deposited directly in your wallet
DDoS resistant
Up 24h/24h
No registration needed, just a DigiByte address as username
If node is down, you don't lose your DigiByte, your work is saved on network.


JOIN US TO MINE
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
July 04, 2014, 04:07:31 AM
 #10065

@jared

when can we expect the big things for digibyte? like digi-pay, multialgo, ......., ......., ......, ......, ......

i'm a little bit impatient Roll Eyes

Yes, please give people a reason to hold coins one more month.
the_game1224
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
July 04, 2014, 09:20:02 AM
 #10066

I am very long on DGB but I think an update would be good for everyone
Bluestreet
Legendary
*
Offline Offline

Activity: 988
Merit: 1000


View Profile
July 04, 2014, 09:24:28 AM
 #10067

@jared

when can we expect the big things for digibyte? like digi-pay, multialgo, ......., ......., ......, ......, ......

i'm a little bit impatient Roll Eyes

Yes, please give people a reason to hold coins one more month.

With NOBL going PoS , I wouldn't be surprised if Digibyte does the same with the havoc ASICs is causing scrypt coins, especially in price as those miners just dump out.

Eventually there will be a ASIC for every form of algorithm which is why PoS coins are going to win while miners dump on PoW.

SSG69
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
July 04, 2014, 12:24:34 PM
 #10068



Quote
DigiByte:
Yes it should boost interest from miners! We are getting ready to organize a large scale final test. We are working on a mining pool as we speak to help facilitate the test.

We are out of China and back in Hong Kong. Some very good things are happening for DigiByte internationally! Stayed tuned for more updates. We want to release an update within a weeks time. Thanks again for all your patience & support!


I sometimes wonder if ANY of the guys trolling around here for progress EVER worked in any project??? Do you guys have a job? I mean are you really expecting miracles from small developing team?Huh?

Is one week not SHORT enougth for you to stop nagging, shut up for a moment and try to walk a bit in the shoes of the working population?

Once you guys grew up and find out what the real life out there is about you can talk with the adults. Till then shut the **** up. This is no computer game. This is a from scratch venture with many faces and you dimwits want it readly within a few months.

sorry but i cant take this.
 
appbox
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250



View Profile
July 04, 2014, 01:23:04 PM
 #10069



Quote
DigiByte:
Yes it should boost interest from miners! We are getting ready to organize a large scale final test. We are working on a mining pool as we speak to help facilitate the test.

We are out of China and back in Hong Kong. Some very good things are happening for DigiByte internationally! Stayed tuned for more updates. We want to release an update within a weeks time. Thanks again for all your patience & support!


I sometimes wonder if ANY of the guys trolling around here for progress EVER worked in any project??? Do you guys have a job? I mean are you really expecting miracles from small developing team?Huh?

Is one week not SHORT enougth for you to stop nagging, shut up for a moment and try to walk a bit in the shoes of the working population?

Once you guys grew up and find out what the real life out there is about you can talk with the adults. Till then shut the **** up. This is no computer game. This is a from scratch venture with many faces and you dimwits want it readly within a few months.

sorry but i cant take this.
 

I cant agree more.

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
RJF
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Online since '89...


View Profile WWW
July 04, 2014, 04:14:03 PM
 #10070



Quote
DigiByte:
Yes it should boost interest from miners! We are getting ready to organize a large scale final test. We are working on a mining pool as we speak to help facilitate the test.

We are out of China and back in Hong Kong. Some very good things are happening for DigiByte internationally! Stayed tuned for more updates. We want to release an update within a weeks time. Thanks again for all your patience & support!


I sometimes wonder if ANY of the guys trolling around here for progress EVER worked in any project??? Do you guys have a job? I mean are you really expecting miracles from small developing team?Huh?

Is one week not SHORT enougth for you to stop nagging, shut up for a moment and try to walk a bit in the shoes of the working population?

Once you guys grew up and find out what the real life out there is about you can talk with the adults. Till then shut the **** up. This is no computer game. This is a from scratch venture with many faces and you dimwits want it readly within a few months.

sorry but i cant take this.
 

+1 Well said, thank you!


DNotesVault
“First, they ignore you. Then, they laugh at you. Then, they fight you. Then you win!” – Mahatma Gandhi 
Prepare for your future now, check out CRISP For Retirement and our complete family of CRISP savings plans.
tdcooper99
Full Member
***
Offline Offline

Activity: 215
Merit: 100


View Profile
July 04, 2014, 08:21:46 PM
 #10071


Yeah, ok. F*ck solo mining.

Just sayin'

 Angry

halinyo
Legendary
*
Offline Offline

Activity: 1106
Merit: 1000

The future is bright with DigiByte.


View Profile
July 04, 2014, 10:48:46 PM
 #10072

Where is Jared ? Is he aware that DGB is heading down to graveeee ?
Wizardskills
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
July 05, 2014, 12:08:49 AM
 #10073

I'm a long time holder of DGB and I have just upgraded my wallet to version 2.9.1. I have also updated my config to the following:

Code:
server=1
listen=1
daemon=1
rpcuser=user
rpcpassword=pass
daemon=1
gen=0
rpcport=14022
port=12024
addnode=216.250.125.121
addnode=74.208.230.160
addnode=74.112.204.202
addnode=46.4.32.220
addnode=198.27.109.88
addnode=54.204.36.33
addnode=198.41.184.140
addnode=144.76.94.182
addnode=95.85.50.188
addnode=162.159.240.70

However, for some reason my wallet wont fully sync up. It is stuck on block 107754. If I look in the debug file I have a load of errors like this:

Code:
2014-07-04 23:30:55 ERROR: ProcessBlock() : block with too little proof-of-work
2014-07-04 23:30:56 ERROR: ProcessBlock() : block with timestamp before last checkpoint

Has anyone got any ideas on what I can do to get it to fully sync up as I'd quite like to start using my DGB.

A tip is more than welcome if this post was helpful to you Smiley
Digibyte: D9ickuSyeExtYiUqe7P5gnbdeY87PTKAD6
ycagel
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


View Profile
July 05, 2014, 03:36:36 AM
 #10074

That is the funniest thing I have read. WOW!

YC


Where is Jared ? Is he aware that DGB is heading down to graveeee ?
SirChiko
Legendary
*
Offline Offline

Activity: 966
Merit: 1000



View Profile
July 05, 2014, 06:26:07 AM
 #10075

That is the funniest thing I have read. WOW!

YC


Where is Jared ? Is he aware that DGB is heading down to graveeee ?
Grin it's not heading to grave, thought i'm really curious about that promised new algo update.

The only online casino on which i won something. I made 17mBTC from 1mBTC in like 15 minutes.  This is not paid AD!

▀Check it out yourself▀
BlazingHashes
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile
July 05, 2014, 08:08:15 AM
 #10076

ycagel
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


View Profile
July 05, 2014, 01:31:54 PM
 #10077

It's happening and that is the 1st priority to the team. I can tell you from my reading about the DGB roadmap and where things are headed, DGB is/will be a solid player.

YC


That is the funniest thing I have read. WOW!

YC


Where is Jared ? Is he aware that DGB is heading down to graveeee ?
Grin it's not heading to grave, thought i'm really curious about that promised new algo update.
ycagel
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


View Profile
July 05, 2014, 01:34:39 PM
 #10078

Vote for DGB to get added on BTC38!

http://www.btc38.com/trade/vote_for_trade.html

YC
piyany
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 05, 2014, 01:56:40 PM
 #10079

Where is Jared ? Is he aware that DGB is heading down to graveeee ?

No worry my friend, Jared will show up from around the corner very soonish. He will pump the price with more of:

Very good things around the corner for DigiByte! Smiley

All the while the coin is broken, confirmations take hilarious amount of time.
http://bitinfocharts.com/pl/comparison/confirmationtime-doge-dgb.html

The funny thing is this means also less blocks are being found = less inflation, which is the only reason this coin is still afloat or above 30 satoshi  Grin

I wonder what will happen to the coin when the development premine ends next month  Wink


SirChiko
Legendary
*
Offline Offline

Activity: 966
Merit: 1000



View Profile
July 05, 2014, 03:13:08 PM
 #10080

Where is Jared ? Is he aware that DGB is heading down to graveeee ?

No worry my friend, Jared will show up from around the corner very soonish. He will pump the price with more of:

Very good things around the corner for DigiByte! Smiley

All the while the coin is broken, confirmations take hilarious amount of time.
http://bitinfocharts.com/pl/comparison/confirmationtime-doge-dgb.html

The funny thing is this means also less blocks are being found = less inflation, which is the only reason this coin is still afloat or above 30 satoshi  Grin

I wonder what will happen to the coin when the development premine ends next month  Wink



We will then get on cryptsy and then on the moon as there will be no danger of dev spending the premine on himself Grin

The only online casino on which i won something. I made 17mBTC from 1mBTC in like 15 minutes.  This is not paid AD!

▀Check it out yourself▀
Pages: « 1 ... 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 [504] 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 ... 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!