Bitcoin Forum
June 17, 2024, 12:28:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 [571] 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 ... 1832 »
  Print  
Author Topic: ★★DigiByte|极特币★★[DGB]✔ Core v6.16.5.1 - DigiShield, DigiSpeed, Segwit  (Read 3058423 times)
srcxxx
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
September 01, 2014, 09:06:21 PM
 #11401

> Block maturity was changed to 100 confirmations up from 8.

Hi!

Sorry, could you elaborate on this?

Are you saying that the problem does not exist? Or that I need to update the wallet?

Thanks
lucazane
Legendary
*
Offline Offline

Activity: 1198
Merit: 1000



View Profile WWW
September 01, 2014, 09:06:48 PM
 #11402

the new miners had problems to mine DGB with Skein at : http://dgb-skein.theblocksfactory.com/

it's fixed !

The Blocks Factory Mining POOL : DGB(sha256d, Skein, Qubit, Groestl & Scrypt), FTC
DigiByte (OP)
Legendary
*
Offline Offline

Activity: 1722
Merit: 1051


Official DigiByte Account


View Profile WWW
September 01, 2014, 09:17:09 PM
 #11403

We are going to pause Love2hash and push out manual payments. We have a couple things we need to update to get payouts auto like they should be. In the mean time try some of the other pools or solo mining.

birdonwheels5
Full Member
***
Offline Offline

Activity: 160
Merit: 100


View Profile
September 01, 2014, 09:18:30 PM
 #11404

Ok guys, I might have a fix for my nodes. I'll try having them connect to my main wallet (which runs on the host machine) which doesn't seem to go out of sync. Hopefully that will fix things

Oh wait... That will only fix 1 algo... Since Qubit is the most profitable, I'll be targeting that one.

MYR: MNYERWCHqrH1EkGNpF4T8o8dGB391A5jmm
DGB: DKqUZR8ajzo1vkXYWWx476wRyZ4La76WBy
srcxxx
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
September 01, 2014, 09:22:35 PM
 #11405

> Block maturity was changed to 100 confirmations up from 8.

Hi!

Sorry, could you elaborate on this?

Are you saying that the problem does not exist? Or that I need to update the wallet?

Thanks

I found this code in rpcwallet.cpp:

Code:
    if (params[0].get_str() == "*") {
        // Calculate total balance a different way from GetBalance()
        // (GetBalance() sums up all unspent TxOuts)
        // getbalance and getbalance '*' 0 should return the same number
        int64_t nBalance = 0;
        for (map<uint256, CWalletTx>::iterator it = pwalletMain->mapWallet.begin(); it != pwalletMain->mapWallet.end(); ++it)
        {
            const CWalletTx& wtx = (*it).second;

Notice the comment "getbalance and getbalance '*' 0 should return the same number".

It does not return the same number. Proof:

NZ_miner
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
September 01, 2014, 09:24:47 PM
 #11406

45 minutes left on Nicehash and then i'm out of mining but will buy some more on exchange just waiting to see what the price will do.

Goodluck to you all

Thanks for everything 24 ... couldn't have got this far without your help!

Make sure you look after those coins ;-)

THX to both of you. You pushed it over the weekend very hard! Just saw the effort on pools and here in the forum. Thx again for pushing it hard!


Don't forget tdcooper99 and all the other miners they all did a pretty good job!


,24

Yes tdcooper99 deserves a special mention too ... especially as he nearly burnt his house down trying to get us there!? (Ask him to pm you the pics ... scary stuff)

As mentioned it was a combined effort though, lots of people dedicated whatever they had for the last five days and it all counted. Others came and went, but it was the grand total of all that hash that got us to this point ... thanks to everyone for their contribution little and large.
birdonwheels5
Full Member
***
Offline Offline

Activity: 160
Merit: 100


View Profile
September 01, 2014, 09:27:59 PM
 #11407

Ok, got qubit up for good. Can't say the same about the other algos yet, but I'll definitely be working on a solution. I'll keep you guys updated as I manage to get other algos functioning.

MYR: MNYERWCHqrH1EkGNpF4T8o8dGB391A5jmm
DGB: DKqUZR8ajzo1vkXYWWx476wRyZ4La76WBy
DigiByte (OP)
Legendary
*
Offline Offline

Activity: 1722
Merit: 1051


Official DigiByte Account


View Profile WWW
September 01, 2014, 09:40:59 PM
 #11408

Time-stamp: 1:05 PM Mt Time, Block: 145,284
Time-stamp: 3:21 PM Mt Time, Block: 145,566

282 blocks in 136 minutes. 30 second target = 272 blocks.

Out of 282 blocks:
algo=0 | 64 blocks
algo=1 | 57 blocks
algo=2 | 73 blocks
algo=3 | 44 blocks
algo=4 | 51 blocks



Will up date this post every hour with block count to get a rolling average for first few hours.

You can check which algo is generating which blocks by looking in the debug.log in your appdata folder.

DigiByte (OP)
Legendary
*
Offline Offline

Activity: 1722
Merit: 1051


Official DigiByte Account


View Profile WWW
September 01, 2014, 09:42:18 PM
 #11409

> Block maturity was changed to 100 confirmations up from 8.

Hi!

Sorry, could you elaborate on this?

Are you saying that the problem does not exist? Or that I need to update the wallet?

Thanks

I found this code in rpcwallet.cpp:

Code:
    if (params[0].get_str() == "*") {
        // Calculate total balance a different way from GetBalance()
        // (GetBalance() sums up all unspent TxOuts)
        // getbalance and getbalance '*' 0 should return the same number
        int64_t nBalance = 0;
        for (map<uint256, CWalletTx>::iterator it = pwalletMain->mapWallet.begin(); it != pwalletMain->mapWallet.end(); ++it)
        {
            const CWalletTx& wtx = (*it).second;

Notice the comment "getbalance and getbalance '*' 0 should return the same number".

It does not return the same number. Proof:


Thanks for posting this!

thrassos
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile WWW
September 01, 2014, 09:45:42 PM
 #11410

Hello all,

Manuall payments have been processed for the sha256 pool (https://v2.cryptopoolmining.com/dgb-sha256/).

If you have any issues please open a ticket via our helpdesk @ http://support.cryptopoolmining.com/

We will do the same within the next minutes also with scrypt pool.

Thank you,
Thrassos


Single Sign-On Pools: MONA, DGB, NUT, SLR, GLC, VGC, GDN and much more.
DGB Scrypt Pool - DGB Sha256d Pool - DGB Groestl Pool - DGB Skein Pool
Join us at: http://www.CryptoPoolMining.com/. Your crypto mining partner!
HR
Legendary
*
Offline Offline

Activity: 1176
Merit: 1011


Transparency & Integrity


View Profile
September 01, 2014, 09:52:44 PM
 #11411

Ok, got qubit up for good. Can't say the same about the other algos yet, but I'll definitely be working on a solution. I'll keep you guys updated as I manage to get other algos functioning.

Crypto Hunger has got some good groestl hash going - currently DGB is the number one groestl algo over there!!!

Good stuff.

I'm sure groestl miners will spread the love once you get the groestl P2Pool up!


-----------------------------o-----------------------------


Very nice transition so far. I've taken a quick look at individual algo stats, and with the scant reporting available, it looks like a fairly nice equalized payout for the different algos (in BTC adjusted terms) is happening across the board.

Solo mining groestl with a test machine ATM. Easy as eating ice cream on a hot sunny day. Now to see if the results are as satisfying. Wink


thrassos
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile WWW
September 01, 2014, 09:59:55 PM
 #11412

Hello all,

Manuall payments have been processed for the sha256 pool (https://v2.cryptopoolmining.com/dgb-sha256/).

If you have any issues please open a ticket via our helpdesk @ http://support.cryptopoolmining.com/

We will do the same within the next minutes also with scrypt pool.

Thank you,
Thrassos


Finished also with payments for scrypt pool (https://v2.cryptopoolmining.com/dgb-scrypt/)

Regards,
Thrassos

Single Sign-On Pools: MONA, DGB, NUT, SLR, GLC, VGC, GDN and much more.
DGB Scrypt Pool - DGB Sha256d Pool - DGB Groestl Pool - DGB Skein Pool
Join us at: http://www.CryptoPoolMining.com/. Your crypto mining partner!
24hralttrade
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


Community Liaison,How can i help you?


View Profile WWW
September 01, 2014, 10:06:40 PM
 #11413

Hello all,

Manuall payments have been processed for the sha256 pool (https://v2.cryptopoolmining.com/dgb-sha256/).

If you have any issues please open a ticket via our helpdesk @ http://support.cryptopoolmining.com/

We will do the same within the next minutes also with scrypt pool.

Thank you,
Thrassos


Finished also with payments for scrypt pool (https://v2.cryptopoolmining.com/dgb-scrypt/)

Regards,
Thrassos

Thank you,  youre pool worked great the last couple of day's.
last Digibytes are showing.
PM me youre dgb adress and i will send you some Wink


,
24

Want to see the Future of Retail omnichannel demo store powered by Digibyte & Tofugear teams?
Please feel free to contact me if you have anything to report or you have any questions.
birdonwheels5
Full Member
***
Offline Offline

Activity: 160
Merit: 100


View Profile
September 01, 2014, 10:10:08 PM
 #11414

Sha256d p2pool is online! Next up is Groestl, then Skein.

MYR: MNYERWCHqrH1EkGNpF4T8o8dGB391A5jmm
DGB: DKqUZR8ajzo1vkXYWWx476wRyZ4La76WBy
Scyntech
Sr. Member
****
Offline Offline

Activity: 349
Merit: 250


“Blockchain Just Entered The Real World”


View Profile
September 01, 2014, 10:10:38 PM
 #11415

I go to sleep for just a few short hours and wake up to 145k! I, this be the land we be look'in for lads

      ███████████████████████
     ███▄ ▄▄▄▄   ▄▄▄█▀▀  █████
    ███  █▀  ▀█▀▀▀       ▐█ ███
   ███  ▄██▄▄█▀▄▄▄        █▌ ███
  ███ ▄█▀  █     ▀█▄▄     ▐█  ▐██
 ███▄█▀    █        ▀█▄▄  ▄▄▄ ██
████▀      █           ▀██▀   ▀█ ██
 ██▀█▄     █          ▄█▀▀█▄▄▄█▀██
  ██ ▀█▄   █      ▄▄█▀▀    ▐█  ██
   ██  ▀█▄█▀▀█▄▄█▀▀        █▌ ██
    ███  █▄  ▄█▀█▄▄▄      █▌███
     ███  ▀▀▀▀     ▀▀▀█▄▄▐████
      ███████████████████████

 ▄▄       ▄▄▄        ▄▄   ▄▄▄▄▄ 
  ▀█▄   ▄█▀ ▀█▄    ▄█▀ ▄█▀▀   ▀▀█▄
    ▀█▄█▀     ▀█▄▄█▀  ▐█         █▌
    ▄█▀█▄      ▄█▀    ▐█         █▌
  ▄█▀   ▀█▄  ▄█▀       █▄       ▄█
▄█▀       ▀██▀          ▀▀█▄▄▄█▀▀


Network
BLOCKCHAIN JUST ENTERED THE REAL WORLD
  Decentralized Crypto-Location Oracle Network
GET WHITELISTED FOR TOKEN SALE ( Limited )

WHITE PAPER  ││  ANN Thread  Telegram   Medium   Twitter   Reddit
srcxxx
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile WWW
September 01, 2014, 10:16:57 PM
 #11416

> Block maturity was changed to 100 confirmations up from 8.

Hi!

Sorry, could you elaborate on this?

Are you saying that the problem does not exist? Or that I need to update the wallet?

Thanks

I found this code in rpcwallet.cpp:

Code:
    if (params[0].get_str() == "*") {
        // Calculate total balance a different way from GetBalance()
        // (GetBalance() sums up all unspent TxOuts)
        // getbalance and getbalance '*' 0 should return the same number
        int64_t nBalance = 0;
        for (map<uint256, CWalletTx>::iterator it = pwalletMain->mapWallet.begin(); it != pwalletMain->mapWallet.end(); ++it)
        {
            const CWalletTx& wtx = (*it).second;

Notice the comment "getbalance and getbalance '*' 0 should return the same number".

It does not return the same number. Proof:


Thanks for posting this!


I think I may have fixed the wallet code (by changing 8 to 100 in main.h). Not sure...

Anyways, first DGB payouts on cryptohunger.com have just been sent out.
Also, the payouts should now be running every 10 minutes.
birdonwheels5
Full Member
***
Offline Offline

Activity: 160
Merit: 100


View Profile
September 01, 2014, 10:25:06 PM
Last edit: September 01, 2014, 11:02:34 PM by birdonwheels5
 #11417

Alright! All nodes are now online (thanks to multiple user accounts and different ports on each wallet).

Pool addresses are:

stratum+tcp://birdspool.no-ip.org:[port]

Ports:

SHA: 5011
Groestl: 5021
Skein: 5031
Qubit: 5041

Happy P2Pool mining!!!

Edit: Forgot to mention, they're all 0.5% fees! Just connect with your DGB address as your username, and use anything you want for the password.

Pools pay out immediately!

MYR: MNYERWCHqrH1EkGNpF4T8o8dGB391A5jmm
DGB: DKqUZR8ajzo1vkXYWWx476wRyZ4La76WBy
birdonwheels5
Full Member
***
Offline Offline

Activity: 160
Merit: 100


View Profile
September 01, 2014, 11:29:09 PM
 #11418

Have we been forking? I noticed that some payments have been slipping out of my wallet

MYR: MNYERWCHqrH1EkGNpF4T8o8dGB391A5jmm
DGB: DKqUZR8ajzo1vkXYWWx476wRyZ4La76WBy
tarzanbigcity
Sr. Member
****
Offline Offline

Activity: 602
Merit: 250



View Profile
September 01, 2014, 11:29:58 PM
 #11419

Alright! All nodes are now online (thanks to multiple user accounts and different ports on each wallet).

Pool addresses are:

stratum+tcp://birdspool.no-ip.org:[port]

Ports:

SHA: 5011
Groestl: 5021
Skein: 5031
Qubit: 5041

Happy P2Pool mining!!!

Edit: Forgot to mention, they're all 0.5% fees! Just connect with your DGB address as your username, and use anything you want for the password.

Pools pay out immediately!

I am pwning your qubit pool right now. Smiley  I saw the connection go down. Looks like you have it under control.
birdonwheels5
Full Member
***
Offline Offline

Activity: 160
Merit: 100


View Profile
September 01, 2014, 11:31:07 PM
 #11420

Alright! All nodes are now online (thanks to multiple user accounts and different ports on each wallet).

Pool addresses are:

stratum+tcp://birdspool.no-ip.org:[port]

Ports:

SHA: 5011
Groestl: 5021
Skein: 5031
Qubit: 5041

Happy P2Pool mining!!!

Edit: Forgot to mention, they're all 0.5% fees! Just connect with your DGB address as your username, and use anything you want for the password.

Pools pay out immediately!

I am pwning your qubit pool right now. Smiley  I saw the connection go down. Looks like you have it under control.

Yeah, sorry about that. My internet connection went out for a sec, and I had to go in the basement to reboot the modem lol

Thanks for mining with us! I noticed we were finding tons of blocks Smiley

MYR: MNYERWCHqrH1EkGNpF4T8o8dGB391A5jmm
DGB: DKqUZR8ajzo1vkXYWWx476wRyZ4La76WBy
Pages: « 1 ... 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 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 [571] 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 ... 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!