Bitcoin Forum
June 22, 2024, 08:28:41 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 ... 211 »
  Print  
Author Topic: [ANN] [CPU mining] Yenten v2.0.1 [YTN] [YescryptR16] [Exchange avilable]  (Read 147096 times)
marv1n
Full Member
***
Offline Offline

Activity: 334
Merit: 103


View Profile
October 29, 2017, 01:54:44 PM
 #101

Why GPU is slower than CPU?? Huh Huh

looks like fairer by CPU only mining, there a lot of people with huge GPU mining rigs in countys where is electricity very cheap.



   SEMUX   -   An innovative high-performance blockchain platform   
▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬
Github    -    Discord    -    Twitter    -    Telegram    -    Get Free Airdrop Now!
minodow
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
October 29, 2017, 02:09:58 PM
 #102

I installed it, but I do not quite mined.
duongtien86
Full Member
***
Offline Offline

Activity: 126
Merit: 100


Lucky Man


View Profile
October 29, 2017, 02:15:12 PM
 #103

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!

▓▓▓▓▓▓▓▓▓▓    ▶▶▶▶ Get Your Free Tokens Now ◀◀◀◀  First PoS Smart Contract Token
    PoSToken       Free Airdrop ●  No-ICO ●  100% Annual Interest First Year
▓▓▓▓▓▓▓▓▓▓    ANN ●  WebSite  ●  Twitter  ●  Slack  ●  Whitepaper

http://bdsmtoken.io/
mpos-pools
Member
**
Offline Offline

Activity: 478
Merit: 10


View Profile
October 29, 2017, 02:20:18 PM
 #104

Cpu only mining is great
superman666
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
October 29, 2017, 02:24:45 PM
 #105

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.
Hamzahaddane
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
October 29, 2017, 02:37:50 PM
 #106

what's difficult now,i want to mining some buy my computer!

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ ✅ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project ● ☞ ✅ Best privacy crypto-market! ● █▆▅▃▂
    Own Your Privacy! ─────────────────║ WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ║─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June]✅[Tor]✈✈✈ ║───────────║ Wallet ➢ ✓ Windows  |  ✓ macOS  |  ✓ Linux
Nillecram
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile WWW
October 29, 2017, 02:55:01 PM
 #107


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.

cryptonomicon25
Member
**
Offline Offline

Activity: 460
Merit: 12


View Profile
October 29, 2017, 03:04:24 PM
 #108

I'm finding blocks with a 5-year-old laptop i3, you don't need a pool for this coin (yet).
ir.hn
Member
**
Offline Offline

Activity: 322
Merit: 54

Consensus is Constitution


View Profile
October 29, 2017, 03:18:34 PM
 #109

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

gameparadise007
Full Member
***
Offline Offline

Activity: 442
Merit: 100


View Profile
October 29, 2017, 03:20:28 PM
 #110

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
ir.hn
Member
**
Offline Offline

Activity: 322
Merit: 54

Consensus is Constitution


View Profile
October 29, 2017, 04:17:58 PM
 #111

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?

Flenger
Full Member
***
Offline Offline

Activity: 165
Merit: 100


View Profile
October 29, 2017, 04:37:11 PM
Last edit: October 29, 2017, 06:49:11 PM by Flenger
 #112

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 )
Pilgrim75
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
October 29, 2017, 04:40:03 PM
 #113

The parameter gen=1 means the work of the wallet, why do you run the miner?
cryptonomicon25
Member
**
Offline Offline

Activity: 460
Merit: 12


View Profile
October 29, 2017, 04:47:45 PM
 #114

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.
tazmako
Full Member
***
Offline Offline

Activity: 350
Merit: 100


XDNA - Most innovative cryptocurrency in 2018


View Profile
October 29, 2017, 04:58:45 PM
 #115

what yenten mean?

XDNA ❱❭ Dynamic. New. Adaptable.
Revolution in PoW GPU mining | Innovation in Masternode investing
° BitGun ° T.N.T. ° XDNA Foundation °
Stable block reward even with a 10000% increase of hashrate![/url]
                 |Website| Whitepaper| Discord| Telegram | Github|                
mrhans
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
October 29, 2017, 05:06:42 PM
 #116

CPU mining, I'm getting flashbacks Cheesy
cryptonomicon25
Member
**
Offline Offline

Activity: 460
Merit: 12


View Profile
October 29, 2017, 05:38:49 PM
 #117

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.
Children of Gaia
Full Member
***
Offline Offline

Activity: 588
Merit: 116


View Profile
October 29, 2017, 05:44:05 PM
 #118

I couldn't find any single block for 14 hours and now I have found 2 blocks in just 3 minutes, wow.  Smiley
DobroFenix
Newbie
*
Offline Offline

Activity: 146
Merit: 0


View Profile
October 29, 2017, 06:29:51 PM
 #119

yenten_minerd_win64.zip
google chrome detect virus
crombiecrunch
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
October 29, 2017, 06:31:19 PM
 #120

I just built this algo in to yiimp,

Please test it at stratum+tcp://vdiff.thecryptopool.com:6234 -u <YOUR WALLET> -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.
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 ... 211 »
  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!