Bitcoin Forum
June 08, 2024, 07:04:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XDAG] Dagger - new cryptocurrency on: January 27, 2018, 03:32:21 PM
@cheatoshin0 thanks for the block explorer

It's interesting how some pools have ultra high fees when they say they have 1%/0,5%
I just caught one

Which one?


really ? then it is a shit pool

Should we be able to query the pool settings from ./xdag -i? This would help mitigate any of these issues.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XDAG] Dagger - new cryptocurrency on: January 15, 2018, 09:14:03 PM

I invoked the miner via the command ./xdag -m -7 -d 52.5.32.68:13654


-7 is too many CPU threads.
But actually it is a bug.

Correct line:
Code:
$ ./xdag -m 7 -d 52.5.32.68:13654

lol - well that fixed it and one could argue that "-7" threads is too few Wink...  (for those looking for the difference, you dont need the "-" on the CPU threads number)
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XDAG] Dagger - new cryptocurrency on: January 15, 2018, 08:57:31 PM
what is your command line?

Newbie alert - if I fail to correctly answer this question please ask again, I am happy to help but learning as I go.

I am using Ubuntu 16.04.3 x64

I invoked the miner via the command ./xdag -m -7 -d 52.5.32.68:13654
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XDAG] Dagger - new cryptocurrency on: January 15, 2018, 08:45:25 PM
    yes, the account command shows the correct account VQ0kcRL0Rl/AzWjgHUedxmnqgJklYjWr

    When I say exploding balance - what happens when I invoke the balance command is that i am shown a larger balance than i actually have (but cannot send). Each consecutive time I invoke balance, the amount rises.

    I am connected to 52.5.32.68:13654

    xdag> balance
    Balance: 21204.929477948 XDAG
    xdag> balance
    Balance: 22228.929477948 XDAG
    xdag> account
    VQ0kcRL0Rl/AzWjgHUedxmnqgJklYjWr       4820.929477948  key 0
    xdag> balance
    Balance: 22228.929477948 XDAG
    xdag> balance
    Balance: 22228.929477948 XDAG

    The account command has the correct balance, but the balance command just shows a runaway number.

    xdag.log:

    2018-01-15 19:51:36.050 [7f6bcd4fa700:MESS]  Starting xdag, version T13.654-T13.825
    2018-01-15 19:51:36.050 [7f6bcd4fa700:MESS]  Starting synchonization engine...
    2018-01-15 19:51:36.050 [7f6bcd4fa700:MESS]  Starting dnet transport...
    2018-01-15 19:51:36.972 [7f6bcd4fa700:MESS]  Initializing log system...
    2018-01-15 19:51:36.972 [7f6bcd4fa700:MESS]  Initializing cryptography...
    2018-01-15 19:51:37.178 [7f6bcd4fa700:MESS]  Reading wallet...
    2018-01-15 19:51:37.179 [7f6bcd4fa700:MESS]  Initializing addresses...
    2018-01-15 19:51:37.179 [7f6bcd4fa700:MESS]  Starting blocks engine...
    2018-01-15 19:51:37.179 [7f6bcd4fa700:MESS]  Starting pool engine...
    2018-01-15 19:51:37.179 [7f6bcae65700:MESS]  Loading blocks from local storage...
    2018-01-15 19:51:37.180 [7f6bcae65700:INFO]  Pretop: 511224d65fe42aceab3562259980e$
    2018-01-15 19:51:37.180 [7f6bcae65700:INFO]  Diff  : 00000000328610c2e (+000000003$
    2018-01-15 19:51:37.180 [7f6bcae65700:INFO]  Good +: 511224d65fe42aceab3562259980e$
    2018-01-15 19:51:37.183 [7f6bcae65700:INFO]  Err 35: 41f93b876a497f2ab5b949f542910$
    2018-01-15 19:51:37.185 [7f6bcae65700:INFO]  Err 15: febf2da5dda783fd5b9216a7f364e$
    2018-01-15 19:51:37.186 [7f6bcae65700:MESS]  Starting sync thread...
    2018-01-15 19:51:37.186 [7f6bcae65700:MESS]  Starting mining threads...
    2018-01-15 19:51:37.186 [7f6bcae65700:MESS]  Starting general mining thread...
    2018-01-15 19:51:37.186 [7f6bcae65700:MESS]  Entering main cycle...
    2018-01-15 19:51:37.186 [7f6bc9e63700:INFO]  Mintop: 511224d65fe42aceab3562259980e$
    2018-01-15 19:51:37.190 [7f6bca664700:INFO]  QueryS: t=0 dt=1000000000000
    2018-01-15 19:51:37.332 [7f6bcd4fa700:MESS]  Starting terminal server...
    2018-01-15 19:51:37.332 [7f6853fff700:INFO]  Terminal thread entered main cycle
    2018-01-15 19:51:37.456 [7f6858ffb700:INFO]  Sent  : 511224d65fe42aceab3562259980e$
    2018-01-15 19:51:39.061 [7f6858ffb700:INFO]  Task  : t=1697419ffff N=2

    [/list]

    Could you please put here or send me (cheatoshin@mail.com) your binary and log file xdag.log?
    5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XDAG] Dagger - new cryptocurrency on: January 15, 2018, 08:33:14 PM
    yes, the account command shows the correct account VQ0kcRL0Rl/AzWjgHUedxmnqgJklYjWr

    When I say exploding balance - what happens when I invoke the balance command is that i am shown a larger balance than i actually have (but cannot send). Each consecutive time I invoke balance, the amount rises.

    I am connected to 52.5.32.68:13654

    xdag> balance
    Balance: 21204.929477948 XDAG
    xdag> balance
    Balance: 22228.929477948 XDAG
    xdag> account
    VQ0kcRL0Rl/AzWjgHUedxmnqgJklYjWr       4820.929477948  key 0
    xdag> balance
    Balance: 22228.929477948 XDAG
    xdag> balance
    Balance: 22228.929477948 XDAG

    The account command has the correct balance, but the balance command just shows a runaway number.
    6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XDAG] Dagger - new cryptocurrency on: January 15, 2018, 08:17:39 PM
    @dev - I just updated to the latest linux miner T13.835 (with xdag instead of cheatcoin). I copied back in the wallet.dat, dnet_key.dat, and storage folder files. When connecting to a pool i notice it takes a longer time to sync (around 1 min), and then I get the "exploding balance" bug where the "balance" command reports an exponentially increasing balance and I cannot send to a second wallet.

    Correct account balance is displayed here: http://52.5.32.68:13656/cgi-bin/balance.cgi?a=VQ0kcRL0Rl%2FAzWjgHUedxmnqgJklYjWr (its 4820 dag). 

    Any suggestions? attempting a send just shows 0.00000 transferred.

    Thanks!
    HiroProto
    7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XCT] Cheatcoin - new cryptocurrency on: January 09, 2018, 12:33:31 AM
    I have daggercoin.org - apparently I need to wait 60 days to transfer, after that cheato can have it free.
    8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHEAT] Cheatcoin - new cryptocurrency on: January 06, 2018, 02:45:53 AM
    nothing valuable is easy.  I add my vote for the dev to rest up, regroup, and lets discuss how to reboot!
    9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHEAT] Cheatcoin - new cryptocurrency on: January 04, 2018, 10:49:15 PM
    Cool project Cheato! Successfully mined some coins on the testnet pool, and like your level of active engagement. I spent a bit of time brainstorming on a name and the best I have come up with is "dagger".  (keyword "dag" and also known as a fast, sharp weapon).

    I grabbed daggercoin.org - happy to xfer for free if wanted.
    Pages: [1]
    Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!