Bitcoin Forum
April 30, 2024, 08:59:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 [9] 10 »
161  Alternate cryptocurrencies / Mining (Altcoins) / Optiminer/Zcash v1.7 (GPU, Windows+Linux, AMD) on: November 19, 2016, 03:04:51 PM
ZCash miner for AMD GCN cards.

Download: https://github.com/Optiminer/OptiminerZcash

Supports:
  • Windows and Linux 64bit only.
  • AMD GCN cards only.

Features
  • ZCash stratum.
  • Secure ZCash stratum.
  • GPU watchdog.
  • Logging to file and cmd line.
  • Json monitoring port.
  • Detailed average hash rate and iterations.

Download: https://github.com/Optiminer/OptiminerZcash

NVIDIA support may be added in a future version.

The miner contains a fee for supporting the dev. All shown hash rates are net rate, i.e., with fee deducted. What you see is what you get!
162  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Get 700% Interest Guaranteed With This One Weird Trick! on: November 06, 2016, 02:04:44 PM
The current network hash rate has dropped below 6 KH/s...

Its not the network, its around the same number of people mining again

But there is a problem with the pool.. most of the hashes are rejected

I have same problem, all of my miner hashes rejected by the pool.
Hope it will fixed soon.

There was a problem with the pool's database. I had to reset it, now the pool is fully operable again. Sorry for the inconveniences!
163  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] 1300% APR Still Available. Payment Guaranteed By Blockchain. on: September 06, 2016, 09:11:34 AM
HOdl mining pool was stuck and not notiying new jobs. I restarted it and it is working again. Sorry for the interruption in mining.
164  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] 1300% APR Still Available. Payment Guaranteed By Blockchain. on: September 05, 2016, 03:27:42 PM
Can I rent hash power for hodl ? Can I use a vps ? I've been wondering and looking around but have not found a decent answer. I know nice hash does it but they want min 0.01 and I want to test it first 0.01 is a lot of btc just for a test.
Not sure if NiceHash even works anymore, you'd have to ask optiminer if it works with his pool, renting a vps would work but you'd have to make sure that it has more than 1GB of ram (hodl needs 1GB for mining) and that your hosting service is okay with it (not all hosting services allow mining), it probably isn't the most cost-efficient way of mining (you're probably better just buying coins Cheesy)

I think nicehash should work with hodl.optiminer.pl. Cannot give you a guarantee though. 0.01 BTC is about $6.. if you serious about renting hash power that's not so much for a test.. You can try amazon or some other cloud provider. But you will probably end up with not much less than 6$ for renting it for a few hours until you have set everyting up. And then, you probably get much less hash/$ in the long term in comparison to nicehash.
165  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] 1300% APR Still Available. Payment Guaranteed By Blockchain. on: September 04, 2016, 09:33:52 PM
There are currently problems with shares of a user submitted to the pool that get accepted despite being invalid. Still looking into it but banning that users seems to have restored normality for now.

Please only use the the official optiminer binaries when mining against the pool.

Could you unban me when it's fixed? If you want to know what I did just pm me.

I sent a pm but never got any response.

The pool should be better protected now, I did some changes to the code.

Payout delay is still a bit higher. But I expect that in one or two days payouts will happen again as soon as you reach a balance of 50 hodls.
166  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] 1300% APR Still Available. Payment Guaranteed By Blockchain. on: September 02, 2016, 10:57:16 AM
There are currently problems with shares of a user submitted to the pool that get accepted despite being invalid. Still looking into it but banning that users seems to have restored normality for now.

Please only use the the official optiminer binaries when mining against the pool.
167  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 10, 2016, 11:07:13 PM
The missing _mm256_extract_epi64 I do not understand. It should be declared in "immintrin.h" which is included already:
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#expand=2259,5074,2259&text=_mm256_extract_epi64
Other AVX intrinsics seem to be found which makes it even stranger. Which version of mingw?

I rewrote the code to work without _mm256_extract_epi64. It should even be faster now. Hope it compiles with mingw now, please try the latest head.
168  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 10, 2016, 09:17:01 PM
I faced them when compiled hodlminer  Wink

Maybe whoever managed to build the holdminer under windows can help then?
169  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 10, 2016, 09:08:10 PM

Got the following error trying to build on win32 - any suggestions?

mingw32-make[2]: Entering directory 'c:/ewb/HODLCoin/src'
  CXX    libbitcoin_crypto_x86_a-sha512.o
sha512.cpp: In function 'void sha512Compute32b_parallel(uint64_t**, uint64_t**)':
sha512.cpp:122:60: error: 'htobe64' was not declared in this scope
     context[0].w[15] = _mm256_set1_epi64x(htobe64(totalSize));
                                                            ^
sha512.cpp:138:63: error: '_mm256_extract_epi64' was not declared in this scope
         digest[0] = _mm256_extract_epi64(context[0].h, 0);
                                                               ^
sha512.cpp: In function 'void sha512ProcessBlock(Sha512Context*)':
sha512.cpp:21:90: error: 'ulong' was not declared in this scope
 #define ROR64(a, n) _mm256_or_si256(_mm256_srli_epi64(a, n), _mm256_slli_epi64(a, sizeof(ulong)*8 - n))
                                                                                          ^
sha512.cpp:16:20: note: in expansion of macro 'ROR64'
 #define SIGMA2(x) (ROR64(x, 14) ^ ROR64(x, 18) ^ ROR64(x, 41))
                    ^
sha512.cpp:155:20: note: in expansion of macro 'SIGMA2'
     T0 += (h[0]) + SIGMA2(e[0]) + Ch((e[0]), (f[0]), (g[0])) + k; \
                    ^
sha512.cpp:166:5: note: in expansion of macro 'ROUND512'
     ROUND512(a,b,c,d,e,f,g,h)
     ^
sha512.cpp:174:5: note: in expansion of macro 'ROUND512_0_TO_15'
     ROUND512_0_TO_15(a, b, c, d, e, f, g, h); \
     ^
sha512.cpp:215:5: note: in expansion of macro 'R512_0'
     R512_0; R512_0;
     ^
makefile:3508: recipe for target 'libbitcoin_crypto_x86_a-sha512.o' failed

Can you try adding #include <endian.h> and replacing ulong with long as in
https://github.com/Optiminer/HOdlcoin/commit/1b532b7237ec2bbc5068c5269b92f6a475c9a48b or just update to head on that branch?

The missing _mm256_extract_epi64 I do not understand. It should be declared in "immintrin.h" which is included already:
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#expand=2259,5074,2259&text=_mm256_extract_epi64
Other AVX intrinsics seem to be found which makes it even stranger. Which version of mingw?
170  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 07, 2016, 05:06:32 PM

Wow, thanks Optiminer, that was fast - but yes, pull request to confirm automatic build tests will run would be helpful.

What compiler version does travis use? Can we configure it to use at least gcc 4.8? I need __builtin_cpu_supports to detect avx2.
Pull request: https://github.com/HOdlcoin/HOdlcoin/pull/76
171  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 07, 2016, 04:02:39 PM
Stratum request for restart....

@Optiminer: please take care of it


Do you still see problems? Seems to run fine since upgrading to new version.
172  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 07, 2016, 11:41:56 AM
@optiminer The pool's website seems down, stratum server is still up though.

Thanks for reporting. Apache crashed when it tried to restart. Stratum was also down for a bit. Two separate issues. Deployed a new version of the pool software that should prevent it from happen again.

Thanks for the patience. HOdl on!
173  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 06, 2016, 11:40:39 PM
Hello all,

Woow just by using the benchmark mode my 4790k goes to almost 430H/s
I wanted to try the pool but it does not look online


I don't suppose this is usable for wallet or solo mining?

I'll put up a bounty of 20,000 HODL to get this miner integrated into the wallet for solo mining. Anyone interested in working on this?
Bump, anyone
I'll do it for the 20000 hodls. Already got a proof-of-concept, just need to change it to enable it dynamically based on CPU features.
sweet love it. will bring more people in. cant wait. Fish

Please try https://github.com/Optiminer/HOdlcoin/commit/d31e02e856a0a44fe6a722c8420c843f51f5b0b3
174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 06, 2016, 09:20:59 PM
Hello all,

Woow just by using the benchmark mode my 4790k goes to almost 430H/s
I wanted to try the pool but it does not look online


I don't suppose this is usable for wallet or solo mining?

I'll put up a bounty of 20,000 HODL to get this miner integrated into the wallet for solo mining. Anyone interested in working on this?
Bump, anyone
I'll do it for the 20000 hodls. Already got a proof-of-concept, just need to change it to enable it dynamically based on CPU features.
175  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 05, 2016, 04:19:27 PM
"getblocktemplate" in console window gives me the error
Code:
CreateNewBlock(): TestBlockValidity failed (code -1)
because of it hodlminer doesn't work in solo

This is issue #67 https://github.com/HOdlcoin/HOdlcoin/issues/67 has been fixed on github.
176  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 05, 2016, 08:52:57 AM

I think i'm one of the double paid miners as i saw my balance negative and pending 100 or something like that..
I should have some hodled coins released in a few days and would be happy to send you the 50 extra i got.. please PM me your hodl address..

thanks 

Thanks for the offer but not needed. Just think of it as a lucky bonus for early adoption of the pool. To be able to cover such things is exactly why I added a small pool fee of 1%.
177  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 04, 2016, 11:53:35 PM
I think there are good points all round.

It does help the coin to have a higher hash rate - less possibility of a 51% attack.

It also helps the coin to have more solo miners - wider distribution, less centralization.

It also helps the coin when solo mining is competitive - easier to onboard new and novice users as miners.

I think the balance has swung a bit too far towards pool mining now - however it won't be as pronounced as before, as miners are required to HODL for 1 year so only miners who believe in the coin and are making an invesment will mine for now.

To redress the balance, I do think we need to integrate optiminer's enhancements into the wallet miner, to make solo-mining competitive again. If we don't do this, I think we'll see most of the hashing power on a single pool soon, and this give us a central point of failure - not good for anyone.

The central point of failure is certainly a valid concern. It would certainly be good to have more than one mining pool. I hope once the coin gains in value other mining pools will (re-)open for the coin. I will not publish the source of my pool as I might want to reuse the code for other things. I will think about setting up a second instance of my pool, though, which will be completely independent from the first. Integrating the optimized mining code into the wallet is something I can look into when I have spare time.

I am more concerned about the single platform that HODL is still traded on than the centralization of mining. Especially as c-cex is threatening to also de-list it. I hope we can avert this. I opened a ticket at yobit to request that they update the hodl wallet and reenable withdrawals and deposits. I suggest everyone with an account there does the same to put on some pressure.

Happy HOdling!  Grin
178  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 04, 2016, 11:46:17 PM
This has been a very eventful first day for the officially launched hodl.optiminer.pl!
  • Pool hash rate increased from 2k to 25k hash/s!
  • As a consequence of the high hash rate I have increased the pool difficulty from 16 to 32.
  • The high rate of found blocks triggered some bugs in the still young code:
    • A race condition between submitting a found block and updating the balance caused a double payout to a miner. The lucky miner that got the double payout ended up with a negative balance resulting in a loss to the pool. The code has been fixed to prevent this and the loss will be covered by the pool fee.
    • The pool got its first orphaned blocks. The code did not correctly transfer the balance back from pending payout to earned for these orphaned blocks. This has been fixed, the balance of affected miners has been corrected and been payed out since.
    • Somebody decided to mine to the pool address what the code did not expect. This caused the pool address to show up as miner with negative balance. Thanks for mining to the pool address effectively donating to it!
  • The large number of miners made the main status page of the pool confusing. It has been changed to only show the active miners and a search bar was added where you can also find the balance of inactive mining addresses.
  • The pool has been fully moved from the development machine to the dedicated server now.

Optiminer HOdl pool officially launched!  Smiley

Grab a copy of the optimized hodlminer and point it to: -o stratum+tcp://hodl.optiminer.pl:5555 -u HODLADDR -p x

Pool Info
- Dashboard: http://hodl.optiminer.pl
- PPLNS
- 1% fee
- 25 blocks confirmation required
- stratum only
- locked payout ("hodlout") when your balance reaches 50 hodls

Fixed during testing phase:
- Invalid balance after server restart.
- Improved dashboards.

There are still many improvements to the dashboard that I would like to make but I think it is working good enough to work with it already.

Please stop mining to the old address, I will shut down that possibility in the next days.
179  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 03, 2016, 11:37:08 PM
if every "gigantic" miner (which apparently did not show up till now) used the wallet to mine it would be the same

yes a pool simplifies the process to get started, but a "gigantic" miner would not be stopped by setting up a wallet if there is profit to make
setting up a wallet is not like defusing a bomb or something

You're missing the point.  I never said that the gigantic miner did not exist.  I simply stated the pool will help increase the net hashrate, making it more difficult for solo miner to hit a block.  As the difficulty increase, more and more miners will stop solo mining, effectively, killing it.

For every successful coin solo mining gets difficult for the average user. This is just a simple matter of supply and demand of hash rate.. Imagine 1 HODL being 1000$. This would attract many more miners, which increases the hash rate. Mining could still be profitable for the average user but the chance to find a block worth 50*1000$ would be very low. That's why mining pools make sense, in general.

Demanding that solo mining with the wallet stays possible is the same as demanding that the coin stays at low value.

The force of mined hodl blocks to be locked for 1 year has been extremely successful in pushing away miners. I am not going to debate here whether these were 'good miners' or 'bad dumping miners'. But a fact is that there was a huge drop in hash rate. I think this was to a big part due to the fact that it was no longer easy to mine the coin due to the lack of a working mining pool. Therefore, I hope we will see an increase in hash rate over the next days.

An increase in hash rate is important as it shows to the public that there is still interest in the coin and make it more secure. If you think solo mining is the right way for your, no problem, go ahead and continue solo mining. Whoever prefers to not run a full node has the option to use my pool now.
180  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day on: August 03, 2016, 10:40:17 AM
@optiminer is there some api interface planned? right now to get stats one has to parse the whole html page and extract information about speed etc manually

additionally stats for each worker separately would be nice Smiley

Providing a JSON api should be fairly easy. What information are you interested in getting?

Adding support for distinguishing workers is a bit more difficult but I'll add it on my list of features to add.
Pages: « 1 2 3 4 5 6 7 8 [9] 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!