Author

Topic: [ANN] [CPU mining] Yenten v2.0.1 [YTN] [YescryptR16] [Exchange avilable] - page 206. (Read 147137 times)

full member
Activity: 588
Merit: 116
I just built this algo in to yiimp,

Please test it at stratum+tcp://vdiff.thecryptopool.com:6234 -u -p c=YTN

PLEASE NOTE THIS IS A BETA TEST ON THIS ALGO.

Ill be monitoring to see and may take the stratum offline if coins are failing.

Thank you so much. I am mining right now.
Quote
[2017-10-29 21:32:45] Starting Stratum on stratum+tcp://vdiff.thecryptopool.com:6234
[2017-10-29 21:32:45] 8 miner threads started, using 'yescryptr16' algorithm.
[2017-10-29 21:32:46] Stratum requested work restart
[2017-10-29 21:33:04] Stratum requested work restart
[2017-10-29 21:33:04] thread 1: 2022 hashes, 0.12 khash/s
[2017-10-29 21:33:04] thread 7: 1961 hashes, 0.11 khash/s
[2017-10-29 21:33:04] thread 4: 1999 hashes, 0.11 khash/s
[2017-10-29 21:33:04] thread 5: 1992 hashes, 0.11 khash/s
[2017-10-29 21:33:04] thread 3: 1964 hashes, 0.11 khash/s
[2017-10-29 21:33:04] thread 0: 2032 hashes, 0.12 khash/s
[2017-10-29 21:33:04] thread 2: 1996 hashes, 0.11 khash/s
[2017-10-29 21:33:04] thread 6: 2016 hashes, 0.11 khash/s
member
Activity: 98
Merit: 10
I just built this algo in to yiimp,

Please test it at stratum+tcp://vdiff.thecryptopool.com:6234 -u -p c=YTN

PLEASE NOTE THIS IS A BETA TEST ON THIS ALGO.

Ill be monitoring to see and may take the stratum offline if coins are failing.
newbie
Activity: 146
Merit: 0
yenten_minerd_win64.zip
google chrome detect virus
full member
Activity: 588
Merit: 116
I couldn't find any single block for 14 hours and now I have found 2 blocks in just 3 minutes, wow.  Smiley
member
Activity: 460
Merit: 12
I like these CPU-only coins because they keep the decentralized philosophy of crypto by allowing anyone to mine instead of only a few big mining operations. I think we will see many more coins like this to counteract the ASICs and GPU farms.
full member
Activity: 280
Merit: 100
CPU mining, I'm getting flashbacks Cheesy
full member
Activity: 350
Merit: 100
XDNA - Most innovative cryptocurrency in 2018
member
Activity: 460
Merit: 12
Yes, gen=1 will mine through the wallet. Remove it if you want to use minerd because otherwise minerd will throw an error since your port will already be in use. You can also just forget about minerd by opening the yenten-qt and navigating to Help > Debug window > Console and type:

setgenerate true 1

(1 because you are wanting to only run one thread. Change this number if you want to run more) This will allow you to mine directly through the wallet.
newbie
Activity: 24
Merit: 0
The parameter gen=1 means the work of the wallet, why do you run the miner?
full member
Activity: 165
Merit: 100
about 0.35 khash/s

i7 with 7 threads actived
i5 3rd generation (3.40GHz)
4 streams 0,16 + 0,16 +0,16 + 0,16
lower priority (since the GPU to mine the ZEC)

1st block orphan + 4 blocks for 20 hours

https://www.virustotal.com/#/file/1cb9adc39da81e424e7d4a2bc665105d10d4e1c8c24cedb5557e996cba3cf6e2/detection
14 engines detected this file - in zip (not virus Smiley )
member
Activity: 322
Merit: 54
Consensus is Constitution
Can someone help on how to get minerd working on windows?

Tried with BTC wallet and Yenten wallet code (from the yenten gui wallet) into the command prompt and they do appear to both be accepted by I still get the error.  I made the config file too, the yenten.conf.txt and also made one yenten.cnf in the appdata/roaming/yenten folder and it didn't seem to help.

E:\yen>minerd.exe -t 2 -a yescryptr16 -o localhost:9982 -u username -p password --coinbase-addr=YZXPxNqNgAAt8z1xTz8NNFgB4ZazZrJFuC
[2017-10-29 08:12:25] 2 miner threads started, using 'yescryptr16' algorithm.
[2017-10-29 08:12:27] HTTP request failed: Failed to connect to localhost port 9982: Connection refused
[2017-10-29 08:12:27] json_rpc_call failed, retry after 30 sec
Your file name should be yenten.conf   and not   yenten.conf.txt

So my windows minerd seems to be stuck here now:

E:\yen>minerd.exe -t 1 -a yescryptr16 -o localhost:9982 -u yentenrpc -p EJuuNSAiPD48PwGrfd***************** --coinbase-addr=YZXPxNqNgAAt8z1xTz8NNFgB4ZazZrJFuC
[2017-10-29 08:43:00] 1 miner threads started, using 'yescryptr16' algorithm.

It has been here for like 10 mins now.

Here is what I did to get this far:


got user and password from running yenten-cli and yentend using command prompt from the folder where the yenten-qt wallet is located.

In C:\Users\MD\AppData\Roaming\Yenten I created a yenten.conf file.  I was able to create it in notepad++ and it worked; in the details I can see if is a CONF file.  using notepad it was a TXT file.

In the yenten.conf file I pasted this:

daemon=1
server=1
gen=1
port=9981
rpcport=9982
rpcuser=yentenrpc
rpcpassword=EJuuNSAiPD48PwGrfd****************
alertnotify=echo %s | mail -s "Yenten Alert" *****@gmail.com

Addnode=133.130.66.167:9981
Addnode=52.3.229.122:9981

The stars are just redacted info.

I saved this file then restarted my yenten wallet.  I then navigated to my minerd folder in command prompt and pasted:

minerd.exe -t 1 -a yescryptr16 -o localhost:9982 -u yentenrpc -p EJuuNSAiPD48PwGrfd**************** --coinbase-addr=YZXPxNqNgAAt8z1xTz8NNFgB4******
PAUSE

The coinbase addr is my recieving address in my yenten wallet found by in the gui wallet going to File > recieving addresses


Is there anything I forgot?  Do I have to create an actual .bat file and launch that instead of the command prompt for minerd?

Thanks for your help.]

PS: I am syncing monero currently would that be holding up my mining?
full member
Activity: 442
Merit: 100
Can someone help on how to get minerd working on windows?

Tried with BTC wallet and Yenten wallet code (from the yenten gui wallet) into the command prompt and they do appear to both be accepted by I still get the error.  I made the config file too, the yenten.conf.txt and also made one yenten.cnf in the appdata/roaming/yenten folder and it didn't seem to help.

E:\yen>minerd.exe -t 2 -a yescryptr16 -o localhost:9982 -u username -p password --coinbase-addr=YZXPxNqNgAAt8z1xTz8NNFgB4ZazZrJFuC
[2017-10-29 08:12:25] 2 miner threads started, using 'yescryptr16' algorithm.
[2017-10-29 08:12:27] HTTP request failed: Failed to connect to localhost port 9982: Connection refused
[2017-10-29 08:12:27] json_rpc_call failed, retry after 30 sec
Your file name should be yenten.conf   and not   yenten.conf.txt
member
Activity: 322
Merit: 54
Consensus is Constitution
Can someone help on how to get minerd working on windows?

Tried with BTC wallet and Yenten wallet code (from the yenten gui wallet) into the command prompt and they do appear to both be accepted by I still get the error.  I made the config file too, the yenten.conf.txt and also made one yenten.cnf in the appdata/roaming/yenten folder and it didn't seem to help.

E:\yen>minerd.exe -t 2 -a yescryptr16 -o localhost:9982 -u username -p password --coinbase-addr=YZXPxNqNgAAt8z1xTz8NNFgB4ZazZrJFuC
[2017-10-29 08:12:25] 2 miner threads started, using 'yescryptr16' algorithm.
[2017-10-29 08:12:27] HTTP request failed: Failed to connect to localhost port 9982: Connection refused
[2017-10-29 08:12:27] json_rpc_call failed, retry after 30 sec
member
Activity: 460
Merit: 12
I'm finding blocks with a 5-year-old laptop i3, you don't need a pool for this coin (yet).
full member
Activity: 148
Merit: 100

maybe you need to add all source of yescryptr16 function rather than to add partialy.

I've checked every other files, there is no difference between them on the yescrypt base algo.

Both call
Code:
retval = yescrypt_kdf(&shared, &local,
    passwd, passwdlen, salt, saltlen, N, r, p, 0, YESCRYPT_FLAGS,
    buf, buflen);

And it is the same function.
member
Activity: 72
Merit: 10
what's difficult now,i want to mining some buy my computer!
newbie
Activity: 84
Merit: 0
Since yesterday i'm working to adapt yiimp stratum from tpruvot to work with yescryptr16.

Has there is already yescrypt i added to yescrypt.c :
Code:
void yescryptR16_hash(const char *input, char *output, uint32_t len)
{
yescrypt_bsty((uint8_t*)input, len, (uint8_t*)input, len, 4096, 16, 1, (uint8_t*)output, 32);
}
tryed with 80 instead of len to force, but does not work.

+ .h and reference in stratum.cpp.

But it doesn't work.

All share goes in boo mode because they end up inside this part of the code :
Code:
	// minimum hash diff begins with 0000, for all...
uint8_t pfx = submitvalues.hash_bin[30] | submitvalues.hash_bin[31];
if(pfx) {
#ifdef HASH_DEBUGLOG_
debuglog("Possible %s error, hash starts with %02x%02x%02x%02x\n", g_current_algo->name,
(int) submitvalues.hash_bin[31], (int) submitvalues.hash_bin[30],
(int) submitvalues.hash_bin[29], (int) submitvalues.hash_bin[28]);
#endif
client_submit_error(client, job, 25, "Invalid share", extranonce2, ntime, nonce);
return true;
}

The debug :
Code:
11:17:11: submit xxx.xxx.xxx.xxx (uid 2289) 637, 00000000, 59f5aaa0, ab4b9224
merkle root 891ba6f6a71526a098fc733843a14c0a7feeeae15d3adcbd74b49ee8ae50f882
0200000003ad4edd9d4327d01359626515304084e1f56c19ee3167575d5362f4eb000000891ba6f6a71526a098fc733843a14c0a7feeeae15d3adcbd74b49ee8ae50f882a0aaf559cd70011e24924bab
11:17:11: Possible yescryptR16 error, hash starts with e3317ecf
11:17:11: ERROR Invalid share, xxx.xxx.xxx.xxx subs 0, job 27d, 81000557, id 0, 4, 00000000, 59f5aaa0 ab4b9224

I'm using yenten windows miner.

maybe you need to add all source of yescryptr16 function rather than to add partialy.
member
Activity: 478
Merit: 10
Cpu only mining is great
full member
Activity: 126
Merit: 100
Lucky Man
Nice project, i like it

I started to mine this coin  Cheesy.

It is nice to see a coin for CPU mining.

Thanks Dev!

I will invert, Success!
newbie
Activity: 39
Merit: 0
I installed it, but I do not quite mined.
Jump to: