Pages:
Author

Topic: [ANN] [XDAG] New Community-based Cryptocurrency - First Mineable DAG ! - page 43. (Read 75463 times)

newbie
Activity: 78
Merit: 0
Hi jacklong,If you understand the code please join discord channel and contribute to community development. Thank you
your code have been audited?

for (i = c = d = 0; i < 32; ++i) {
if (d < 6) d += 8, c <<= 8, c |= *fld++;
*ptr++ = bits2mime[c >> (d -= 6) & 0x3F];

}

Don't you think it would be better…

for (int i,c,d; i = c = d = 0; i < 32; ++i) {
        if (d < 6) {
                               d += 8;
                               c <<= 8;
                               c |= *fld++;
                                                     }
               d -= 6;
        *ptr++ = bits2mime[(c >> d) & 0x3F];

      }

And many places use assembly language, why not use functions?  This is not a singlechip.
jr. member
Activity: 133
Merit: 7
your code have been audited?
It is hard to audit his sources. Too intricated code...
But I used this part of sources in my project and will make it more clear in the next version.


GPU miner v0.2.3 is released.
https://github.com/jonano614/DaggerGpuMiner/releases
Changes:
- storage folder is no longer necessary
- some optimization of performance, mostly for AMD. NVIDIA-specific optimization is planned in further versions.
- workaround on high CPU usage with NVIDIA cards. The fix is optional. For details see Readme: https://github.com/jonano614/DaggerGpuMiner/blob/master/README.md
newbie
Activity: 59
Merit: 0
Ok, it explains how to mine, thanks. But I still can't create the wallet.
Trying to deal with the console version (Windows). Reading the documentation:


to create new wallet use:
xdag.exe xdag.corpopool.com:443

newbie
Activity: 27
Merit: 0
can somebody help me?

I left the cpu miner running on a server for a month and now state returns "trying to connect to mining pool"

what can I do? was there a new software release or hard fork?
try gpu-mining, cpu-mining is obsolete^^

thanks but I only have XEON servers. Anyway just to get what I mined how can I get it? When I run "balance" command it says not available because "state" command doesn't work.

Do I have the funds or they got lost with the pool? It was a default pool I think. Sad very sad if I lost my funds

To see your balance you need to connect to an active pool or you can check it by inserting your XDAG Wallet address on here (http://xdag.me/balance)

*If you cannot remember your XDAG Wallet address a quick way to get that would be to change your connection settings to an active pool, log in using the password for your wallet, and then typing "account" into the console.

https://imgur.com/D28c23L

https://imgur.com/N7bfDbA

thank you!
newbie
Activity: 24
Merit: 0
Ok, it explains how to mine, thanks. But I still can't create the wallet.
Trying to deal with the console version (Windows). Reading the documentation:

Quote
...
3.   Run the program:
 c:\Users\yourname\win64exe> xdag.exe –d
...
The entered characters will be used to generate random keys. After that, the program will create the file dnet_key.dat with a random key for the RSA algorithm of the transport layer within a few minutes. Also, the file dnet_key.dat will be used to generate random data after each subsequent start of the program. The program will also create the wallet.dat file with private keys for the ECDSA signature algorithm. Files dnet_key.dat and wallet.dat should be kept in secret.

Program will not run if the file netdb.txt is absent in the working directory of the program. In this case the file netdb.txt should be copied from the distribution to the working directory.
I have launched the program with -d and only dnet_key.dat was successfully generated. The wallet.dat wasn't created, and there is no netdb.txt in the archive. WTF?  Sad
newbie
Activity: 59
Merit: 0
How to create a wallet using GUI wallet version? I have read the documentation

Quote
After the first start of the program, you should enter a random character sequence.

Enter random phrase: [type characters and press Enter]
Generating host keys…
But there was nothing like that after the first start. Just "pool", "balance" and other fields.

And how to mine using DaggerGpuMiner? There is no readme file with it.

try this help: http://dagger.corpopool.com/help/
newbie
Activity: 24
Merit: 0
How to create a wallet using GUI wallet version? I have read the documentation

Quote
After the first start of the program, you should enter a random character sequence.

Enter random phrase: [type characters and press Enter]
Generating host keys…
But there was nothing like that after the first start. Just "pool", "balance" and other fields.

And how to mine using DaggerGpuMiner? There is no readme file with it.
newbie
Activity: 57
Merit: 0
Hi, I made a discord server for discussing DAG coins. Every DAG is listed and has its own channel.

https://discord.gg/auFsMSD.

Feel free to join us ! See ya.  Wink
newbie
Activity: 59
Merit: 0
CorpoPool

xdag.corpopool.com:443

updated to version T13.889: faster transcations, memory leak and crash fixed.

Stats at: http://dagger.corpopool.com

Enjoy!
newbie
Activity: 45
Merit: 0
>> WTB XDAG <<

100k @ $0.066

Best price right now.

PM me, escrow available.
newbie
Activity: 1
Merit: 0
can somebody help me?

I left the cpu miner running on a server for a month and now state returns "trying to connect to mining pool"

what can I do? was there a new software release or hard fork?
try gpu-mining, cpu-mining is obsolete^^

thanks but I only have XEON servers. Anyway just to get what I mined how can I get it? When I run "balance" command it says not available because "state" command doesn't work.

Do I have the funds or they got lost with the pool? It was a default pool I think. Sad very sad if I lost my funds

To see your balance you need to connect to an active pool or you can check it by inserting your XDAG Wallet address on here (http://xdag.me/balance)

*If you cannot remember your XDAG Wallet address a quick way to get that would be to change your connection settings to an active pool, log in using the password for your wallet, and then typing "account" into the console.

https://imgur.com/D28c23L

https://imgur.com/N7bfDbA
newbie
Activity: 27
Merit: 0
can somebody help me?

I left the cpu miner running on a server for a month and now state returns "trying to connect to mining pool"

what can I do? was there a new software release or hard fork?
try gpu-mining, cpu-mining is obsolete^^

thanks but I only have XEON servers. Anyway just to get what I mined how can I get it? When I run "balance" command it says not available because "state" command doesn't work.

Do I have the funds or they got lost with the pool? It was a default pool I think. Sad very sad if I lost my funds
jr. member
Activity: 133
Merit: 7
can somebody help me?

I left the cpu miner running on a server for a month and now state returns "trying to connect to mining pool"

what can I do? was there a new software release or hard fork?
Probably the pool died.
full member
Activity: 156
Merit: 100
can somebody help me?

I left the cpu miner running on a server for a month and now state returns "trying to connect to mining pool"

what can I do? was there a new software release or hard fork?
try gpu-mining, cpu-mining is obsolete^^
newbie
Activity: 27
Merit: 0
can somebody help me?

I left the cpu miner running on a server for a month and now state returns "trying to connect to mining pool"

what can I do? was there a new software release or hard fork?
full member
Activity: 258
Merit: 112
Does XDAG have a plan to increase CPU power?The 2680V2 CPU is still at 56M/H.

for what? gpu mining is running very well...

nvidia 1050 makes arround 250 Mh, so why to improve the cpu miner for 10-20% ?
hero member
Activity: 596
Merit: 500
Does XDAG have a plan to increase CPU power?The 2680V2 CPU is still at 56M/H.
newbie
Activity: 75
Merit: 0
Vega 2500 Mh/s  200W from the wall
member
Activity: 128
Merit: 14
Pool update:

http://lucky7pool.hopto.org  change and become http://socialpool.hopto.org

Low fee =>  (0.1%-0.1%-0.1%-1%) => 98,7% Shared between miner


Constant 1,5 Gh/s support from my rig.

 Connect to 62.210.130.205:13655

Pool page will be updated soon with all needed things...but work well already.
newbie
Activity: 2
Merit: 0
what pool do you guys recommend? Is it true payout starts after a few hours mining? I tried a lot of pools for 10~15min and don't see any payment. many of them dont even have stats to track.

I have been using xdagpool.com for the past week and have been happy with its service and have been recieving payouts regularly from it. The stats it shows are great and in depth.

Seconded.
Pages:
Jump to: