Bitcoin Forum
March 28, 2024, 12:54:44 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   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 ... 211 »
  Print  
Author Topic: [ANN] [CPU mining] Yenten v2.0.1 [YTN] [YescryptR16] [Exchange avilable]  (Read 147074 times)
hansen.ng
Sr. Member
****
Offline Offline

Activity: 632
Merit: 250



View Profile
October 29, 2017, 04:50:05 AM
 #81

so the plan is to make this forever CPU mining?

.
PROTECTING YOUR PRIVACY
WITH BITCOIN'S HASHRATE






.
POWERS SuperNET
TECHNOLOGY
.
░░░░░░░░░▀▀▀█████████
░░░░░░░░░░░░░░░████████
░░░░▄███████▄░░░░████████
░░░░███████████░░░░██████
░░░▀███████████░░░░████░░
███▄░░░░░░░░░░▀████░░░███░░██
█████▄▄▄▄▄▄▄▄▄▄▄████░░░██░░██
█████████████▄░░████░░░░░
░░█████████████░░█████
░░░░█████████▀░░░██████▌
░░░░░░░▀▀▀▀░░░░▄████████▌
░░░░░░░░░░▄▄▄▄███████
SuperNET.org
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711630484
Hero Member
*
Offline Offline

Posts: 1711630484

View Profile Personal Message (Offline)

Ignore
1711630484
Reply with quote  #2

1711630484
Report to moderator
cryptonomicon25
Member
**
Offline Offline

Activity: 460
Merit: 12


View Profile
October 29, 2017, 04:54:37 AM
 #82

If/when you mine a block, you will receive Yenten in your Yenten Wallet.

Unless you are a girl or a small child. Yenten is not for girls or small children...

Thanks PotatoPants. Luckily, I'm a 32 year old man so Yenten is mineable for me.
vingaard
Legendary
*
Offline Offline

Activity: 1246
Merit: 1011



View Profile
October 29, 2017, 05:05:19 AM
 #83

any news about a working pool with the right algo?
PotatoPants
Full Member
***
Offline Offline

Activity: 235
Merit: 100


View Profile
October 29, 2017, 05:17:35 AM
 #84

any news about a working pool with the right algo?

A pool would be handy.

My 4560 isn't finding anything on its own!
3dyx
Full Member
***
Offline Offline

Activity: 420
Merit: 102


https://twilight-coin.io/


View Profile
October 29, 2017, 05:22:04 AM
 #85

minerd gives me only 'booooo' all the time

cryptonomicon25
Member
**
Offline Offline

Activity: 460
Merit: 12


View Profile
October 29, 2017, 05:37:03 AM
 #86

A pool would be handy.

My 4560 isn't finding anything on its own!

Keep at it, my 250 h/s managed to find a block.
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
October 29, 2017, 06:06:17 AM
 #87

Only found 2 blocks in the end. Looks like an interesting algorithm.
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
October 29, 2017, 06:07:27 AM
 #88

Did anyone do a virus scan of the wallet download?

How is the wallet working out for you so far?

There is a virusscan result 1st page, but you have to double check it yourself.
superman666
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
October 29, 2017, 06:14:47 AM
 #89

https://c-cex.com/?id=vote#suggest

i posted to "suggest new coin".
that exchange website does not need dev's request.
if the suggestion accepted, then voting time.
if the suggestion rejected, then the end.
vingaard
Legendary
*
Offline Offline

Activity: 1246
Merit: 1011



View Profile
October 29, 2017, 09:10:58 AM
 #90

We need pool... no one is interested in launch first one?
gameparadise007
Full Member
***
Offline Offline

Activity: 442
Merit: 100


View Profile
October 29, 2017, 09:58:29 AM
 #91

A pool will be good dev, is there any pool being setup?
gameparadise007
Full Member
***
Offline Offline

Activity: 442
Merit: 100


View Profile
October 29, 2017, 10:05:11 AM
 #92

how to config AMDs for mining Yenten?

This is only CPU mineable as of now. So minerd should be fine for both intel and amd.
Nillecram
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile WWW
October 29, 2017, 10:21:11 AM
 #93

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.

Children of Gaia
Full Member
***
Offline Offline

Activity: 588
Merit: 116


View Profile
October 29, 2017, 12:23:17 PM
 #94

8 blocks from 500 for now. R7 1700, ~1 KH/s.
c0nc0n
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
October 29, 2017, 12:54:12 PM
 #95

I like this. hope no pool. so every one have same % on chance on mining a block
leslie4u
Full Member
***
Offline Offline

Activity: 868
Merit: 100


View Profile
October 29, 2017, 01:24:54 PM
 #96

Mining with CPU is very rare these days and if this coin is meant to be mined with CPU at this era, I am sure it is set to create some records. If this project is placed properly it will attract lot of like-minded people who would love to contribute.

Would appreciate if there are step by step instruction on how to mine this coin via CPU as i am sure there are lot of people around for whom this is something very new.

Let's grow this community and make sure we are there to help each other. Dev, would like you to let us know your future plans with this coin, especially when you plan to list this coin on exchange.

Thanks and have a nice day.
tdbigdata
Newbie
*
Offline Offline

Activity: 104
Merit: 0


View Profile
October 29, 2017, 01:37:32 PM
 #97

i using core i3 2330m no hope can mining this coin with Algorithm:  YescryptR16 (GPU is slower than CPU)
anyone help me compile qt for 32 bit
ttyttg
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
October 29, 2017, 01:38:21 PM
 #98

I will join mining if this one is profitable enough, at least for electricity bills.
plku631
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
October 29, 2017, 01:46:00 PM
 #99

Why GPU is slower than CPU?? Huh Huh
plku631
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
October 29, 2017, 01:54:19 PM
 #100

I think the site looks weird! Cool Cool
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 ... 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!