Mohareb
|
|
April 30, 2016, 06:35:19 PM |
|
I said: How build or compile a own miner at windows 7? None of available miners at cryptoblog and suprnova works on my machine.
|
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ PRIMEDICE The Premier Bitcoin Gambling Experience - Most Trusted & Popular Bitcoin Game @PrimeDice ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
|
samsmith16
|
|
April 30, 2016, 07:55:58 PM |
|
Guys like Fuzz and I have been saying the GBT (GetBlockTemplate) in these miners are not set up for HOdl, like Wolf has said the template is not right for HOdl.. while your pushing to the wallet the template your working off is not set up proper.. So I'm afraid your all just spinning your wheelsWhile these miners have managed to work around the GBT and implement a stratum server, these should not be confused with a GBT miner If anyone would like to see a proper GBT stand alone miner follow this thread https://bitcointalk.org/index.php?topic=1427633.0and Please donate Anyone that wants to Solo mined please follow this thread https://bitcointalk.org/index.php?topic=1383479.0
|
▐ Royalties▐ pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
|
|
|
|
in2tactics
|
|
May 01, 2016, 10:47:25 AM |
|
Why have we not started working on an adaptation of p2pool for HOdlcoin? We have several pools up now with MPOS. If they are using the standard stratum software, see https://github.com/ahmedbodi/stratum-mining and https://github.com/ahmedbodi/stratum, adapted with the HOdlcoin POW similar to scrypt, see https://github.com/Tydus/litecoin_scrypt, it should be easy to convert to p2pool with a little work.
|
Current HW: 2x Apollo, 2x Apollo BTC, 2x Apollo II Retired HW: 3x 2PAC, 3x Moonlander 2, 2x AntMiner S7-LN, 5x AntMiner U1, 2x ASICMiner Block Erupter Cube, 4x AntMiner S3, 4x AntMiner S1, GAW Black Widow, and ZeusMiner Thunder X6
|
|
|
joblo
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
May 01, 2016, 12:33:02 PM |
|
I think the focus should be on why the precompiled versions aren't working. There are 2 versions, the wolf version for CPUs with AES_NI and the regular version for older CPUs. Make sure you are using the correct version. And as previously asked, what errors are you seeing?
|
|
|
|
MaxMinersNet
|
|
May 02, 2016, 05:54:03 AM |
|
We've changed the settings on https://hodl.maxminers.net to be compatible with the current miners - no special miner needed anymore, you can just use the one from the other pools now.
|
|
|
|
Danielson187
Newbie
Offline
Activity: 41
Merit: 0
|
|
May 02, 2016, 09:37:47 AM |
|
Is there any way to start solo mining with the wallet with command line?
|
|
|
|
Vin
Legendary
Offline
Activity: 1166
Merit: 1015
|
|
May 02, 2016, 10:22:18 AM |
|
Is there any way to start solo mining with the wallet with command line? Yes, try: -gen=1 -genproclimit=x -minermemory=x
|
|
|
|
Danielson187
Newbie
Offline
Activity: 41
Merit: 0
|
|
May 02, 2016, 10:36:17 AM |
|
Is there any way to start solo mining with the wallet with command line? Yes, try: -gen=1 -genproclimit=x -minermemory=x Thx m8!
|
|
|
|
eeX
|
|
May 02, 2016, 03:54:47 PM |
|
Hello guys!
Some stupid q's...
1. I started solo mining using the follow command line:
hodlcoind -datadir=D:\App\Roaming\Hodl -genproclimit=7 -gen
I placed data dir at second drive and limited cpu cores to 7 and started the mining.
But how can I provide the daemon with address to use in mining???
2. Is it possible to use Wolf's miner in solo mode?
3. Is it possible to setup something like a mini-pool (daemon or stratum server) for my owm miners?
|
Soldo [SLD] @ Soldo.IN
|
|
|
samsmith16
|
|
May 02, 2016, 04:50:16 PM |
|
Hello guys!
Some stupid q's...
1. I started solo mining using the follow command line:
hodlcoind -datadir=D:\App\Roaming\Hodl -genproclimit=7 -gen
I placed data dir at second drive and limited cpu cores to 7 and started the mining.
But how can I provide the daemon with address to use in mining???
2. Is it possible to use Wolf's miner in solo mode?
3. Is it possible to setup something like a mini-pool (daemon or stratum server) for my owm miners?
1. https://bitcointalk.org/index.php?topic=1383479.0Is it possible to change the RAM usage on a windows wallet, if so how?
If you missed it and don't feel like reading through the thread to use -miningaddress="address" and or optimize your miner see below 1. Make sure your wallet is closed 2. Make sure your Hodlcoin-qt.exe is on your Desktop 3. Bring up Run (Press [Window] + [R] on your keyboard) 4. Paste below in Run %userprofile%\Desktop\HOdlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=4 -miningaddress="address" *Note put your address in place of "address" like this "HEX8QLWqQ7p7MFNiN8CMrMjC2CYAy8pwi9" **Note minermemory should be "1" or "2" on windows any higher and you ger a Runtime error ***Note minermemory is the amount of Ram your using and must be multiplied by genproclimit to equal totale Threads you would like to use example (-minermemory=2 -genproclimit=4 is 8 Threads) 2. Nope not until we get funds to code a proper GBT miner.. 3. Sure if you feel up to the task go for it..
|
▐ Royalties▐ pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
|
|
|
dominuspro
|
|
May 03, 2016, 12:19:39 PM |
|
Hey! I need a little help with the stratum proxy. I cannot get it work with any hodl pool(mostly trying suprnova). The miner connects throught the proxy, starts mining and is hashing normally. But there is no any single share submitted or accepted. Tried different miners and different stratum proxies with no success... Any idea?
|
|
|
|
kohonez
Member
Offline
Activity: 90
Merit: 10
|
|
May 03, 2016, 12:35:19 PM Last edit: May 03, 2016, 02:31:54 PM by kohonez |
|
Hi guys, I would like to make a HODL private pool for me and a couple friends, i have some experience using unomp software..there's a tutorial or someting to build it? anyone can help? Thank you.
|
|
|
|
samsmith16
|
|
May 03, 2016, 08:52:29 PM |
|
Hey! I need a little help with the stratum proxy. I cannot get it work with any hodl pool(mostly trying suprnova). The miner connects throught the proxy, starts mining and is hashing normally. But there is no any single share submitted or accepted. Tried different miners and different stratum proxies with no success... Any idea?
Could you provide more information.. This is the first I have seen of this issue.. So we will need more info..
|
▐ Royalties▐ pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
May 03, 2016, 09:02:57 PM |
|
Hey! I need a little help with the stratum proxy. I cannot get it work with any hodl pool(mostly trying suprnova). The miner connects throught the proxy, starts mining and is hashing normally. But there is no any single share submitted or accepted. Tried different miners and different stratum proxies with no success... Any idea?
No "normal" stratum proxy will work because you'll need some extra modifications in the protocol, but you can just connect your miners directly to the pool.
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
elbandi
|
|
May 03, 2016, 10:07:39 PM |
|
Hey! I need a little help with the stratum proxy. I cannot get it work with any hodl pool(mostly trying suprnova). The miner connects throught the proxy, starts mining and is hashing normally. But there is no any single share submitted or accepted. Tried different miners and different stratum proxies with no success... Any idea?
try this proxy: https://github.com/slush0/stratum-mining-proxyopen the stratum_listener.py file, and search this line: result = (yield self._f.rpc('mining.submit', [worker_name, job_id, tail+extranonce2, ntime, nonce])) replace to this: result = (yield self._f.rpc('mining.submit', [worker_name, job_id, tail+extranonce2, ntime, nonce] + list(args) )) Elbandi
|
|
|
|
samsmith16
|
|
May 04, 2016, 05:24:22 AM |
|
Check out the new HOdlcoin video
|
▐ Royalties▐ pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
|
|
|
BigBoom3599
|
|
May 04, 2016, 05:35:46 AM |
|
Check out the new HOdlcoin video
Sweet! Looks great
|
|
|
|
dominuspro
|
|
May 04, 2016, 06:28:37 AM |
|
Hey! I need a little help with the stratum proxy. I cannot get it work with any hodl pool(mostly trying suprnova). The miner connects throught the proxy, starts mining and is hashing normally. But there is no any single share submitted or accepted. Tried different miners and different stratum proxies with no success... Any idea?
try this proxy: https://github.com/slush0/stratum-mining-proxyopen the stratum_listener.py file, and search this line: result = (yield self._f.rpc('mining.submit', [worker_name, job_id, tail+extranonce2, ntime, nonce])) replace to this: result = (yield self._f.rpc('mining.submit', [worker_name, job_id, tail+extranonce2, ntime, nonce] + list(args) )) Elbandi Thanks! But I'm unable to make it run on windows.
|
|
|
|
Ayers
Legendary
Offline
Activity: 2814
Merit: 1024
DGbet.fun - Crypto Sportsbook
|
|
May 04, 2016, 06:51:53 AM |
|
are someone working on the gpu miner? i know it would not bring much, but i have more gpu than cpu like everyone else, and i would benefit more from it, and network also would be more strong i think
|
|
|
|
|