Search results

  1. thelazier

    v12 Expected Payment Intervals?

    dashren If two nodes have equal votes, it's up to miner to pay a node and skip another. If all nodes are voted less than two votes, miner can choose to pay any node while all of them will not be skipped.
  2. thelazier

    v12 Expected Payment Intervals?

    moli , the simple way to know payee is checking with explorer websites. BTW, You will be pushed to back of queue when you have at least 2votes on the block no matter that you get paid or not. if you don't get paid, you are skipped.
  3. thelazier

    help me please CPU Miner

    Hello, please check this out https://dashpay.atlassian.net/wiki/display/DOC/Mining+guide , let us know if you have any further questions.
  4. thelazier

    Dash mining mac

    Hello, please check this out https://dashpay.atlassian.net/wiki/display/DOC/Mining+guide , let us know if you have any further questions.
  5. thelazier

    v12 Expected Payment Intervals?

    Hope my explanation could help you.. 1) I believe that masternode status on dashninja and other masternode monitoring sites/scripts can help identify current known problem. If you think you still have problem about payment after 10 days active ,please report. 2) This is not authoritative answer...
  6. thelazier

    v12 Expected Payment Intervals?

    Yes, windows have same command (dash-cli masternode winners ...)but you need to find "grep" command for windows by yourselves. :)
  7. thelazier

    v12 Expected Payment Intervals?

    As being stated here : https://bitcointalk.org/index.php?topic=421615.msg12390359#msg12390359 For current number of masternode : 3110 , please try "masternode winners 5000| grep XAddr" from a linux console to determine if you were skipped.
  8. thelazier

    Withdraw Dash

    Checked with your Tx on explorer, The transactions is already included on block #332420. You should see transaction on your wallet already if not, please check your sync status and wallet version. we are now on v0.12.0.53 http://dashpay.io/downloads FYI, If your wallet is v11, we already hard...
  9. thelazier

    Transaction notification

    Hello, Current Dash v0.12.0.x is forked from bitcoin v0.10 so Dash should be able to compatible with the external service communicating similar to bitcoin. - add a message to transaction , I'm not sure, why do you want to add message to transaction? The transaction on block chain usually keep...
  10. thelazier

    My many masternodes dont win not onсe

    I guess you are running hot wallet with v0.12.0.51 or lower and run start-disabled while not completely sync with network. Please update to v0.12.0.52, UdjinM6 added fixes to make sure that your start-disabled / start-missing can be run only after successfully synced. In the mean time, try put...
  11. thelazier

    My many masternodes dont win not onсe

    how do you see your MN is disabled?
  12. thelazier

    My many masternodes dont win not onсe

    list-conf first , then start-missing or start-disabled
  13. thelazier

    My many masternodes dont win not onсe

    Please be reminded that masternode start-many command will push your mn to the back of queue !!
  14. thelazier

    V12 Release

    we have only 100+ MN on testnet, no database corruption for this leaks, it's mostly about MN payment winners, IMO
  15. thelazier

    V12 Testing Thread

    In my guess, some library become static compiled included into your dash-qt and dashd... Please check Dependencies from doc/build-unix.md
  16. thelazier

    V12 Release

    IMO, The list of payment is consensus by network no matter enforcement is on or off. The enforcement is OFF allow miners with different list of payment (v11) or miners with no payment can submit new block to network. This is called hijacking.
  17. thelazier

    V12 Release

    I understand that if the randomly execute masternode start command on cold-side successfully and the command broadcast to network, your masternode will be push to the back of queue.
  18. thelazier

    V12 Testing Thread

    I just did a quick search on google and found same problem occurred with bitcoin wallet as well. They identified this as wallet file corrupted and can be solved with -salvagewallet.
  19. thelazier

    P2Pool P2Pool repository and python modules

    With my poor knowledge of python, I agree with update list of message_inv for "dstx" : https://github.com/dashpay/p2pool-dash/pull/21 For parsing the dstx and ix, we may not need this since current p2pool is not create block by itself (getwork+tx) , it's using getblocktemplate which is already...
  20. thelazier

    Linux DASHD - Check and Review - Script

    With our new release version of Dash core wallet, the command is "sendtoaddressix" as you may have seen it's action in evan's video clip.
Back
Top