Pages:
Author

Topic: [HODL] Bounty for CPU Miner - Now at Ħ4000 - page 2. (Read 11243 times)

newbie
Activity: 7
Merit: 0
Is the cpu miner exe file 32 bit or 64 bit because im using a 32 bit laptop and it wont budge
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
is the pool code shared ?

i've many rejects on the "only" pool available, maybe i could implement it in yiimp to compare and understand the problem(s)

I started to dig this algo, and seems very hard (or impossible ?) to code on a gpu... due to the aes encryption...

I studied a possible gpu implementation. Totally removing the 1GB scratch buffer and generating the sha512 data on-need, the cpu implementation slows down to about 50%. That solution may be suitable to a gpu implementation as it may fit all the data into registers and local ram and/or cache. It is also more easily integrated into existing miners because you can keep the usual "one nonce per gpu thread" setup (one "aes search" per nonce? why not!).
If you want to use the 1gb scratch buffer solution, you need a heavily modified miner because every gpu thread will not work on a different nonce but on a different "aes search".
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
is the pool code shared ?

i've many rejects on the "only" pool available, maybe i could implement it in yiimp to compare and understand the problem(s)

I started to dig this algo, and seems very hard (or impossible ?) to code on a gpu... due to the aes encryption...
legendary
Activity: 1470
Merit: 1030
Glad to help.  I posted the addresses on the pools main page, https://hodl.blockquarry.com

Both portions of Hodl can go to the 1 address, no need to separate.  Probably will put the other half into a long term deposit anyways as well but not quite sure yet on the time frame.  

Cool. HOdl bounty paid - was nearly 6,000 including all the interest. Sam will send the BTC bounty shortly.

Thanks again and congratulations.

member
Activity: 100
Merit: 10
pinwc4 - question for you, does this require any custom pool software, or custom modifications to pool software. Can anybody set up a pool, or do you have proprietary software running on the back end?

We are using NOMP and MPOS for the pool but it did require some minor customization.  Most coins use an 80 byte header but this one is using an 88 byte header.  If you look in cpu-miner.c you can see he had to alter what is sent in stratum to accommodate the 88 byte header so the extra two fields of extranonce2 and ntime are included in what is sent to the miner.  

Maybe other stratum servers would send across the larger header without any changes, I do not know, we mostly stick with NOMP for stratum which does not.  

Other than that it is standard stuff for getting it into NOMP like other new coins, add in the hash algorithm to multi-hashing so NOMP can use pattern_verify to verify incoming hashes.  

Thank you for the additional details.

Again I appreciate your efforts and consider this to fulfill all the requirements of the bounty. Could you publish the 2 addresses you'd like to receive the bounty at on the website - just so I can be sure I'm sending it to the correct person.

Note: As per the bounty terms, 50% of the Hodl will be immediately available and 50% will be placed in a 1 yr term deposit - you can supply 2 addresses if you'd like them separately.

Glad to help.  I posted the addresses on the pools main page, https://hodl.blockquarry.com

Both portions of Hodl can go to the 1 address, no need to separate.  Probably will put the other half into a long term deposit anyways as well but not quite sure yet on the time frame.  
legendary
Activity: 1470
Merit: 1030
pinwc4 - question for you, does this require any custom pool software, or custom modifications to pool software. Can anybody set up a pool, or do you have proprietary software running on the back end?

We are using NOMP and MPOS for the pool but it did require some minor customization.  Most coins use an 80 byte header but this one is using an 88 byte header.  If you look in cpu-miner.c you can see he had to alter what is sent in stratum to accommodate the 88 byte header so the extra two fields of extranonce2 and ntime are included in what is sent to the miner.  

Maybe other stratum servers would send across the larger header without any changes, I do not know, we mostly stick with NOMP for stratum which does not.  

Other than that it is standard stuff for getting it into NOMP like other new coins, add in the hash algorithm to multi-hashing so NOMP can use pattern_verify to verify incoming hashes.  

Thank you for the additional details.

Again I appreciate your efforts and consider this to fulfill all the requirements of the bounty. Could you publish the 2 addresses you'd like to receive the bounty at on the website - just so I can be sure I'm sending it to the correct person.

Note: As per the bounty terms, 50% of the Hodl will be immediately available and 50% will be placed in a 1 yr term deposit - you can supply 2 addresses if you'd like them separately.
member
Activity: 100
Merit: 10
pinwc4 - question for you, does this require any custom pool software, or custom modifications to pool software. Can anybody set up a pool, or do you have proprietary software running on the back end?

We are using NOMP and MPOS for the pool but it did require some minor customization.  Most coins use an 80 byte header but this one is using an 88 byte header.  If you look in cpu-miner.c you can see he had to alter what is sent in stratum to accommodate the 88 byte header so the extra two fields of extranonce2 and ntime are included in what is sent to the miner.  

Maybe other stratum servers would send across the larger header without any changes, I do not know, we mostly stick with NOMP for stratum which does not.  

Other than that it is standard stuff for getting it into NOMP like other new coins, add in the hash algorithm to multi-hashing so NOMP can use pattern_verify to verify incoming hashes.  
legendary
Activity: 1470
Merit: 1030
pinwc4 - question for you, does this require any custom pool software, or custom modifications to pool software. Can anybody set up a pool, or do you have proprietary software running on the back end?
legendary
Activity: 1470
Merit: 1030
We have completed a pool for HODL for the community to use.  So far it seems to be somewhat popular, we see over 400 active works on it.   

Register here to use it: https://hodl.blockquarry.com

The source has been posted here for now: https://hodl.blockquarry.com/downloads/hodlminer.tar.gz

A Windows binary has been built but we are more Linux people than Windows so it needs optimization, give this a try: https://hodl.blockquarry.com/downloads/hodlminer.zip

Good luck

HODL:  HM8kWC4G3q5dy3UjffAgTbJkJPFigEM53Z
BTC:     1NduDgnVLUPRNrz3D3eqaJwha29TGY6mUC



Thanks for this. I appreciate your work on it - I'll check it out to make sure it meets all the criteria for the bounty and get back to you shortly.
member
Activity: 100
Merit: 10
We have completed a pool for HODL for the community to use.  So far it seems to be somewhat popular, we see over 400 active works on it.   

Register here to use it: https://hodl.blockquarry.com

The source has been posted here for now: https://hodl.blockquarry.com/downloads/hodlminer.tar.gz

A Windows binary has been built but we are more Linux people than Windows so it needs optimization, give this a try: https://hodl.blockquarry.com/downloads/hodlminer.zip

Good luck

HODL:  HM8kWC4G3q5dy3UjffAgTbJkJPFigEM53Z
BTC:     1NduDgnVLUPRNrz3D3eqaJwha29TGY6mUC

legendary
Activity: 1470
Merit: 1030
I rolled over some of the balances as they had stopped earning interest after the 30 day period.

Including interest, the HODL bounty is now . . . 5469.72 HODL
hero member
Activity: 750
Merit: 500

Thank you for all your donations

Bitcoin total
0.210044 BTC

HOdl total
4450.00004000 HODL

Just to clarify, these are two separate balances.
sr. member
Activity: 490
Merit: 250
 
Thank you for all your donations

Bitcoin total
0.210044 BTC

HOdl total
4450.00004000 HODL
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Actually the absence of a cpu miner is what made the launch so fair (besides the sane specs chosen by FreeTrade). I enjoy the pool-free time.  Wink

Yes. It's like the good old days. One wallet for everything. Only issue is rising difficulty because of the VPSes. I think it would be lower if there were no "mineraddress" option available.
hero member
Activity: 756
Merit: 501
Actually the absence of a cpu miner is what made the launch so fair (besides the sane specs chosen by FreeTrade). I enjoy the pool-free time.  Wink
legendary
Activity: 1232
Merit: 1001
Ok time to add the BTC address to the OP.. freetrade and I both will hOdl this BTC private key just in case something happes to one of us..


https://blockchain.info/address/1BountyELvhYAqKFPr6aFCBKyAJTjywoqW


Already at a nice start at 0.103944 BTC

as promised sent 0.1BTC to Bounty address, totalling: 0.203944 BTC + Ħ4000
Wolf0 where are you? HOdl needs you to crunch some nuts!!!
https://blockchain.info/de/tx/3fd53f505a745727c7e1ad067873a292dbbc13f51cf46e3f4b8078e3d7f497f2



-t
legendary
Activity: 1470
Merit: 1030
Thanks Sam!

Added to the main post.
sr. member
Activity: 490
Merit: 250
Ok time to add the BTC address to the OP.. freetrade and I both will hOdl this BTC private key just in case something happes to one of us..


https://blockchain.info/address/1BountyELvhYAqKFPr6aFCBKyAJTjywoqW


Already at a nice start at 0.103944 BTC
newbie
Activity: 27
Merit: 0
added 250 HOdl to the bounty ^^

now 4450  Shocked

legendary
Activity: 1470
Merit: 1030
February 26, 2016, 10:08:59 PM
#39
Q: What is the official animal of HOdlcoin?
The squirrel is the official animal of HOdlcoin. The squirrel is the animal kingdom's natural HOdler.

Okay, maybe I'll look into it if I have some time. But no promises.

what if I threw in a hug and a kiss?

still open

I like hugs, but Wolf doesn't like to be HODLed.
Pages:
Jump to: