Bitcoin Forum
April 27, 2024, 10:05:04 AM *
News: Latest Bitcoin Core release: 27.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 »
  Print  
Author Topic: [XPM]unofficial jhPrimeminer thread  (Read 180163 times)
travisio
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
August 19, 2013, 08:27:45 AM
 #401

Hi there guys Cheesy

I finally got a cpu upgrade in the form of an i7 3820 which I run at 4.4ghz.
What are the best settings for the avx 7.1 miner?

Couldn't find up to date specific settings...
Thanks in advance!

EDIT: well, look what happens when running it.
https://i.imgur.com/V1bJKUY.png
I think you just have to run the vcredist_x64.exe contained in the .zip file.
1714212304
Hero Member
*
Offline Offline

Posts: 1714212304

View Profile Personal Message (Offline)

Ignore
1714212304
Reply with quote  #2

1714212304
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bcp19
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
August 19, 2013, 11:22:10 AM
 #402

Hi there guys Cheesy

I finally got a cpu upgrade in the form of an i7 3820 which I run at 4.4ghz.
What are the best settings for the avx 7.1 miner?

Couldn't find up to date specific settings...
Thanks in advance!

EDIT: well, look what happens when running it.
your DLL is out of date. Do like the above poster mentioned.

I do not suffer fools gladly... "Captain!  We're surrounded!"
I embrace my inner Kool-Aid.
Sy
Legendary
*
Offline Offline

Activity: 1484
Merit: 1003


Bounty Detective


View Profile
August 19, 2013, 12:00:39 PM
 #403

Anyone compiled it on smos yet?

I've installed openssl cpulimit libgpm-dev but it's still missing something...

Update:
apt-get install libgmp3-dev
fixed my compile errors and it wen't through but i got ALOT of warnings while compiling...

Code:
 make
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/bn2.cpp -o src/primecoinMiner/bn2.o
src/primecoinMiner/bn2.cpp:116: warning: unused parameter ‘a’
src/primecoinMiner/bn2.cpp:195: warning: unused parameter ‘ctx’
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/bn2_div.cpp -o src/primecoinMiner/bn2_div.o
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/ticker.cpp -o src/primecoinMiner/ticker.o
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/jsonBuilder.cpp -o src/primecoinMiner/jsonBuilder.o
src/primecoinMiner/jsonBuilder.cpp: In function ‘void jsonBuilder_buildObjectString(fStr_t*, jsonObject_t*)’:
src/primecoinMiner/jsonBuilder.cpp:14: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonBuilder.cpp:16: warning: deprecated conversion from string constant to ‘char*’
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/jsonClient.cpp -o src/primecoinMiner/jsonClient.o
src/primecoinMiner/jsonClient.cpp: In function ‘unsigned char* base64_decode(const unsigned char*, size_t, unsigned char*, sint32*)’:
src/primecoinMiner/jsonClient.cpp:89: warning: array subscript has type ‘char’
src/primecoinMiner/jsonClient.cpp: In function ‘jsonObject_t* jsonClient_request(jsonRequestTarget_t*, char*, fStr_t*, sint32*)’:
src/primecoinMiner/jsonClient.cpp:150: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonClient.cpp:155: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonClient.cpp:156: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonClient.cpp:161: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonClient.cpp:172: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonClient.cpp:174: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonClient.cpp:175: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonClient.cpp:176: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonClient.cpp:177: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonClient.cpp:178: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonClient.cpp:377: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonClient.cpp:146: warning: unused variable ‘startTime’
src/primecoinMiner/jsonClient.cpp: In function ‘int base64_encode(const unsigned char*, unsigned int, char*)’:
src/primecoinMiner/jsonClient.cpp:42: warning: ‘char_array_4’ is used uninitialized in this function
src/primecoinMiner/jsonClient.cpp: In function ‘jsonObject_t* jsonClient_request(jsonRequestTarget_t*, char*, fStr_t*, sint32*)’:
src/primecoinMiner/jsonClient.cpp:42: warning: ‘char_array_4’ may be used uninitialized in this function
src/primecoinMiner/jsonClient.cpp:42: note: ‘char_array_4’ was declared here
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/jsonObject.cpp -o src/primecoinMiner/jsonObject.o
src/primecoinMiner/jsonObject.cpp: In function ‘jsonObject_t* jsonObject_getParameter(jsonObject_t*, char*)’:
src/primecoinMiner/jsonObject.cpp:17: warning: comparison between signed and unsigned integer expressions
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/jsonParser.cpp -o src/primecoinMiner/jsonParser.o
src/primecoinMiner/jsonParser.cpp: In function ‘jsonObject_t* jsonParser_parseObject(jsonParser_t*)’:
src/primecoinMiner/jsonParser.cpp:98: warning: missing initializer for member ‘jsonObjectRawObjectParameter_t::stringNameLength’
src/primecoinMiner/jsonParser.cpp:98: warning: missing initializer for member ‘jsonObjectRawObjectParameter_t::jsonObjectValue’
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/jsonrpc.cpp -o src/primecoinMiner/jsonrpc.o
src/primecoinMiner/jsonrpc.cpp: In function ‘void jsonRpc_processRequest(jsonRpcServer_t*, jsonRpcClient_t*)’:
src/primecoinMiner/jsonrpc.cpp:37: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:38: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:38: warning: unused variable ‘jsonParameter’
src/primecoinMiner/jsonrpc.cpp: At global scope:
src/primecoinMiner/jsonrpc.cpp:29: warning: unused parameter ‘jrs’
src/primecoinMiner/jsonrpc.cpp: In function ‘void jsonRpcServer_newClient(jsonRpcServer_t*, SOCKET)’:
src/primecoinMiner/jsonrpc.cpp:131: warning: unused variable ‘nonblocking’
src/primecoinMiner/jsonrpc.cpp:132: warning: unused variable ‘cbRet’
src/primecoinMiner/jsonrpc.cpp: In function ‘bool jsonRpcServer_receiveData(jsonRpcServer_t*, jsonRpcClient_t*)’:
src/primecoinMiner/jsonrpc.cpp:304: warning: unused variable ‘pRecvIndex’
src/primecoinMiner/jsonrpc.cpp: In function ‘void jsonRpc_sendResponse(jsonRpcServer_t*, jsonRpcClient_t*, jsonObject_t*)’:
src/primecoinMiner/jsonrpc.cpp:393: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:396: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:401: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:402: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:403: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:404: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:405: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:406: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp: At global scope:
src/primecoinMiner/jsonrpc.cpp:388: warning: unused parameter ‘jrs’
src/primecoinMiner/jsonrpc.cpp: In function ‘void jsonRpc_sendResponseRaw(jsonRpcServer_t*, jsonRpcClient_t*, fStr_t*, char*)’:
src/primecoinMiner/jsonrpc.cpp:421: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:424: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:429: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:430: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:431: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:432: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:433: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:435: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:436: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp: At global scope:
src/primecoinMiner/jsonrpc.cpp:416: warning: unused parameter ‘jrs’
src/primecoinMiner/jsonrpc.cpp: In function ‘void jsonRpc_sendFailedToAuthorize(jsonRpcServer_t*, jsonRpcClient_t*)’:
src/primecoinMiner/jsonrpc.cpp:461: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:466: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:467: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:468: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:469: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:470: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:471: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp:472: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/jsonrpc.cpp: At global scope:
src/primecoinMiner/jsonrpc.cpp:447: warning: unused parameter ‘jrs’
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/prime.cpp -o src/primecoinMiner/prime.o
src/primecoinMiner/prime.cpp: In function ‘void GeneratePrimeTable(unsigned int)’:
src/primecoinMiner/prime.cpp:57: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘size_t’
src/primecoinMiner/prime.cpp: At global scope:
src/primecoinMiner/prime.cpp:567: warning: unused parameter ‘nBits’
src/primecoinMiner/prime.cpp: In function ‘bool MineProbablePrimeChain(CSieveOfEratosthenes**, primecoinBlock_t*, mpz_class&, bool&, unsigned int&, unsigned int&, unsigned int&, unsigned int&, sint32, mpz_class&, unsigned int)’:
src/primecoinMiner/prime.cpp:941: warning: unused variable ‘canSubmitAsShare’
src/primecoinMiner/prime.cpp: In member function ‘bool CSieveOfEratosthenes::Weave()’:
src/primecoinMiner/prime.cpp:1531: warning: ‘nFixedMultiplier’ may be used uninitialized in this function
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/main.cpp -o src/primecoinMiner/main.o
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::foundShareCount’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::fShareValue’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::fBlockShareValue’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::chainCounter’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::nWaveTime’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::nWaveRound’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::nTestTime’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::nTestRound’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::nChainHit’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::nPrevChainHit’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::nPrimorialMultiplier’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::cs’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::bestPrimeChainDifficulty’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::bestPrimeChainDifficultySinceLaunch’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::primeLastUpdate’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::startTime’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::shareFound’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::shareRejected’
src/primecoinMiner/main.cpp:16: warning: missing initializer for member ‘primeStats_t::nL1CacheElements’
src/primecoinMiner/main.cpp: In function ‘bool jhMiner_pushShare_primecoin(unsigned char*, primecoinBlock_t*)’:
src/primecoinMiner/main.cpp:238: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp:240: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp:242: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp:245: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp:254: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp: In function ‘int queryLocalPrimecoindBlockCount(bool)’:
src/primecoinMiner/main.cpp:310: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp:318: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp: In function ‘void jhMiner_queryWork_primecoin()’:
src/primecoinMiner/main.cpp:370: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp:381: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp:382: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp:384: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp:385: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp:384: warning: unused variable ‘jsonResult_target’
src/primecoinMiner/main.cpp: In function ‘long unsigned int jhMiner_getCurrentWorkBlockHeight(sint32)’:
src/primecoinMiner/main.cpp:434: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/primecoinMiner/main.cpp:436: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/primecoinMiner/main.cpp: In function ‘void* jhMiner_workerThread_getwork(void*)’:
src/primecoinMiner/main.cpp:476: warning: missing initializer for member ‘primecoinBlock_t::prevBlockHash’
src/primecoinMiner/main.cpp:476: warning: missing initializer for member ‘primecoinBlock_t::merkleRoot’
src/primecoinMiner/main.cpp:476: warning: missing initializer for member ‘primecoinBlock_t::timestamp’
src/primecoinMiner/main.cpp:476: warning: missing initializer for member ‘primecoinBlock_t::nBits’
src/primecoinMiner/main.cpp:476: warning: missing initializer for member ‘primecoinBlock_t::nonce’
src/primecoinMiner/main.cpp:476: warning: missing initializer for member ‘primecoinBlock_t::blockHeaderHash’
src/primecoinMiner/main.cpp:476: warning: missing initializer for member ‘primecoinBlock_t::mpzPrimeChainMultiplier’
src/primecoinMiner/main.cpp:476: warning: missing initializer for member ‘primecoinBlock_t::serverData’
src/primecoinMiner/main.cpp:476: warning: missing initializer for member ‘primecoinBlock_t::threadIndex’
src/primecoinMiner/main.cpp:476: warning: missing initializer for member ‘primecoinBlock_t::xptMode’
src/primecoinMiner/main.cpp:454: warning: unused variable ‘workDataHash’
src/primecoinMiner/main.cpp: In function ‘void* jhMiner_workerThread_xpt(void*)’:
src/primecoinMiner/main.cpp:523: warning: missing initializer for member ‘primecoinBlock_t::prevBlockHash’
src/primecoinMiner/main.cpp:523: warning: missing initializer for member ‘primecoinBlock_t::merkleRoot’
src/primecoinMiner/main.cpp:523: warning: missing initializer for member ‘primecoinBlock_t::timestamp’
src/primecoinMiner/main.cpp:523: warning: missing initializer for member ‘primecoinBlock_t::nBits’
src/primecoinMiner/main.cpp:523: warning: missing initializer for member ‘primecoinBlock_t::nonce’
src/primecoinMiner/main.cpp:523: warning: missing initializer for member ‘primecoinBlock_t::blockHeaderHash’
src/primecoinMiner/main.cpp:523: warning: missing initializer for member ‘primecoinBlock_t::mpzPrimeChainMultiplier’
src/primecoinMiner/main.cpp:523: warning: missing initializer for member ‘primecoinBlock_t::serverData’
src/primecoinMiner/main.cpp:523: warning: missing initializer for member ‘primecoinBlock_t::threadIndex’
src/primecoinMiner/main.cpp:523: warning: missing initializer for member ‘primecoinBlock_t::xptMode’
src/primecoinMiner/main.cpp: At global scope:
src/primecoinMiner/main.cpp:553: warning: missing initializer for member ‘commandlineInput_t::workerpass’
src/primecoinMiner/main.cpp:553: warning: missing initializer for member ‘commandlineInput_t::host’
src/primecoinMiner/main.cpp:553: warning: missing initializer for member ‘commandlineInput_t::port’
src/primecoinMiner/main.cpp:553: warning: missing initializer for member ‘commandlineInput_t::numThreads’
src/primecoinMiner/main.cpp:553: warning: missing initializer for member ‘commandlineInput_t::sieveSize’
src/primecoinMiner/main.cpp:553: warning: missing initializer for member ‘commandlineInput_t::sievePercentage’
src/primecoinMiner/main.cpp:553: warning: missing initializer for member ‘commandlineInput_t::roundSievePercentage’
src/primecoinMiner/main.cpp:553: warning: missing initializer for member ‘commandlineInput_t::sievePrimeLimit’
src/primecoinMiner/main.cpp: In function ‘void* AutoTuningWorkerThread(void*)’:
src/primecoinMiner/main.cpp:863: warning: unused variable ‘waveTime’
src/primecoinMiner/main.cpp:893: warning: unused variable ‘ratio’
src/primecoinMiner/main.cpp:841: warning: unused variable ‘startTime’
src/primecoinMiner/main.cpp:944: warning: no return statement in function returning non-void
src/primecoinMiner/main.cpp: In function ‘int jhMiner_main_xptMode()’:
src/primecoinMiner/main.cpp:1063: warning: comparison between signed and unsigned integer expressions
src/primecoinMiner/main.cpp:1160: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/primecoinMiner/main.cpp:1167: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/primecoinMiner/main.cpp:1168: warning: dereferencing type-punned pointer will break strict-aliasing rules
src/primecoinMiner/main.cpp:1182: warning: format ‘%u’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’
src/primecoinMiner/main.cpp:1188: warning: repeated '0' flag in format
src/primecoinMiner/main.cpp: In function ‘int main(int, char**)’:
src/primecoinMiner/main.cpp:1294: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp:1296: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp:1297: warning: deprecated conversion from string constant to ‘char*’
src/primecoinMiner/main.cpp:1308: warning: comparison between signed and unsigned integer expressions
src/primecoinMiner/main.cpp: In function ‘bool jhMiner_pushShare_primecoin(unsigned char*, primecoinBlock_t*)’:
src/primecoinMiner/main.cpp:305: warning: control reaches end of non-void function
src/primecoinMiner/main.cpp: In function ‘int jhMiner_main_xptMode()’:
src/primecoinMiner/main.cpp:1167: warning: dereferencing pointer ‘<anonymous>’ does break strict-aliasing rules
src/primecoinMiner/main.cpp:1167: note: initialized from here
src/primecoinMiner/main.cpp:1168: warning: dereferencing pointer ‘<anonymous>’ does break strict-aliasing rules
src/primecoinMiner/main.cpp:1168: note: initialized from here
src/primecoinMiner/main.cpp: At global scope:
src/primecoinMiner/main.cpp:329: warning: ‘double target_diff(const unsigned char*)’ defined but not used
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/miner.cpp -o src/primecoinMiner/miner.o
src/primecoinMiner/miner.cpp: In function ‘void BitcoinMiner(primecoinBlock_t*, sint32)’:
src/primecoinMiner/miner.cpp:18: warning: unused variable ‘nExtraNonce’
src/primecoinMiner/miner.cpp:21: warning: unused variable ‘nPrimorialMultiplierStart’
src/primecoinMiner/miner.cpp:22: warning: unused variable ‘nPrimorialMultiplierMax’
src/primecoinMiner/miner.cpp:25: warning: unused variable ‘nTimeExpected’
src/primecoinMiner/miner.cpp:26: warning: unused variable ‘nTimeExpectedPrev’
src/primecoinMiner/miner.cpp:27: warning: unused variable ‘fIncrementPrimorial’
src/primecoinMiner/miner.cpp:28: warning: unused variable ‘nSieveGenTime’
src/primecoinMiner/miner.cpp:39: warning: unused variable ‘nStatTime’
src/primecoinMiner/miner.cpp:51: warning: unused variable ‘nTimeRollStart’
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/ripemd160.cpp -o src/primecoinMiner/ripemd160.o
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/sha256.cpp -o src/primecoinMiner/sha256.o
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/xptClient.cpp -o src/primecoinMiner/xptClient.o
src/primecoinMiner/xptClient.cpp: In function ‘void xptClient_sendWorkerLogin(xptClient_t*)’:
src/primecoinMiner/xptClient.cpp:106: warning: unused variable ‘usernameLength’
src/primecoinMiner/xptClient.cpp:107: warning: unused variable ‘passwordLength’
src/primecoinMiner/xptClient.cpp: In function ‘bool xptClient_process(xptClient_t*)’:
src/primecoinMiner/xptClient.cpp:226: warning: comparison between signed and unsigned integer expressions
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/xptClientPacketHandler.cpp -o src/primecoinMiner/xptClientPacketHandler.o
src/primecoinMiner/xptClientPacketHandler.cpp: In function ‘bool xptClient_processPacket_shareAck(xptClient_t*)’:
src/primecoinMiner/xptClientPacketHandler.cpp:109: warning: unused variable ‘dt’
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/xptPacketbuffer.cpp -o src/primecoinMiner/xptPacketbuffer.o
src/primecoinMiner/xptPacketbuffer.cpp: In function ‘void xptPacketbuffer_finalizeWritePacket(xptPacketbuffer_t*)’:
src/primecoinMiner/xptPacketbuffer.cpp:209: warning: suggest parentheses around arithmetic in operand of ‘|’
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/xptServer.cpp -o src/primecoinMiner/xptServer.o
src/primecoinMiner/xptServer.cpp: In function ‘xptServerClient_t* xptServer_newClient(xptServer_t*, SOCKET)’:
src/primecoinMiner/xptServer.cpp:54: warning: unused variable ‘nonblocking’
src/primecoinMiner/xptServer.cpp:55: warning: unused variable ‘cbRet’
src/primecoinMiner/xptServer.cpp: In function ‘bool xptServer_processPacket(xptServer_t*, xptServerClient_t*)’:
src/primecoinMiner/xptServer.cpp:78: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’
src/primecoinMiner/xptServer.cpp: In function ‘bool xptServer_receiveData(xptServer_t*, xptServerClient_t*)’:
src/primecoinMiner/xptServer.cpp:100: warning: comparison between signed and unsigned integer expressions
src/primecoinMiner/xptServer.cpp: At global scope:
src/primecoinMiner/xptServer.cpp:137: warning: unused parameter ‘xptServer’
src/primecoinMiner/xptServer.cpp: In function ‘void xptServer_checkForNewBlocks(xptServer_t*)’:
src/primecoinMiner/xptServer.cpp:185: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/xptServerPacketHandler.cpp -o src/primecoinMiner/xptServerPacketHandler.o
src/primecoinMiner/xptServerPacketHandler.cpp:67: warning: unused parameter ‘xptServer’
src/primecoinMiner/xptServerPacketHandler.cpp:67: warning: unused parameter ‘xptServerClient’
g++ -c -mtune=native -O3 -Wall -Wextra -I./src/primecoinMiner/jhlib src/primecoinMiner/jhlib/customBuffer.cpp -o src/primecoinMiner/jhlib/customBuffer.o
g++ -c -mtune=native -O3 -Wall -Wextra -I./src/primecoinMiner/jhlib src/primecoinMiner/jhlib/fastString_eprintf.cpp -o src/primecoinMiner/jhlib/fastString_eprintf.o
src/primecoinMiner/jhlib/fastString_eprintf.cpp:8: warning: unused parameter ‘padRight’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:8: warning: unused parameter ‘padZero’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:8: warning: unused parameter ‘width’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:21: warning: unused parameter ‘padRight’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:21: warning: unused parameter ‘padZero’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:21: warning: unused parameter ‘width’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:36: warning: unused parameter ‘padRight’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:36: warning: unused parameter ‘padZero’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:36: warning: unused parameter ‘width’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:53: warning: unused parameter ‘padRight’
src/primecoinMiner/jhlib/fastString_eprintf.cpp: In function ‘int esprintf_hf(char*, float, int, int, int)’:
src/primecoinMiner/jhlib/fastString_eprintf.cpp:129: warning: unused variable ‘c’
src/primecoinMiner/jhlib/fastString_eprintf.cpp: At global scope:
src/primecoinMiner/jhlib/fastString_eprintf.cpp:125: warning: unused parameter ‘padRight’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:281: warning: unused parameter ‘padRight’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:281: warning: unused parameter ‘padZero’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:281: warning: unused parameter ‘width’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:289: warning: unused parameter ‘padRight’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:361: warning: unused parameter ‘padRight’
src/primecoinMiner/jhlib/fastString_eprintf.cpp:414: warning: unused parameter ‘padRight’
g++ -c -mtune=native -O3 -Wall -Wextra -I./src/primecoinMiner/jhlib src/primecoinMiner/jhlib/packetBuffer.cpp -o src/primecoinMiner/jhlib/packetBuffer.o
g++ -c -mtune=native -O3 -Wall -Wextra -I./src/primecoinMiner/jhlib src/primecoinMiner/jhlib/fastString.cpp -o src/primecoinMiner/jhlib/fastString.o
src/primecoinMiner/jhlib/fastString.cpp: In function ‘char** fStrTokenize(char*, char*)’:
src/primecoinMiner/jhlib/fastString.cpp:368: warning: array subscript has type ‘char’
g++ -c -mtune=native -O3 -Wall -Wextra -I./src/primecoinMiner/jhlib src/primecoinMiner/jhlib/hashTable_uint32.cpp -o src/primecoinMiner/jhlib/hashTable_uint32.o
g++ -c -mtune=native -O3 -Wall -Wextra -I./src/primecoinMiner/jhlib src/primecoinMiner/jhlib/simpleList.cpp -o src/primecoinMiner/jhlib/simpleList.o
src/primecoinMiner/jhlib/simpleList.cpp: In function ‘void simpleList_addUnique(simpleList_t*, void*)’:
src/primecoinMiner/jhlib/simpleList.cpp:72: warning: comparison between signed and unsigned integer expressions
src/primecoinMiner/jhlib/simpleList.cpp: In function ‘bool simpleList_addUniqueFeedback(simpleList_t*, void*)’:
src/primecoinMiner/jhlib/simpleList.cpp:98: warning: comparison between signed and unsigned integer expressions
src/primecoinMiner/jhlib/simpleList.cpp: In function ‘bool simpleList_remove(simpleList_t*, void*)’:
src/primecoinMiner/jhlib/simpleList.cpp:125: warning: comparison between signed and unsigned integer expressions
src/primecoinMiner/jhlib/simpleList.cpp: In function ‘void simpleListCached_addUnique(simpleListCached_t*, void*)’:
src/primecoinMiner/jhlib/simpleList.cpp:195: warning: comparison between signed and unsigned integer expressions
src/primecoinMiner/jhlib/simpleList.cpp: In function ‘bool simpleListCached_addUniqueFeedback(simpleListCached_t*, void*)’:
src/primecoinMiner/jhlib/simpleList.cpp:221: warning: comparison between signed and unsigned integer expressions
src/primecoinMiner/jhlib/simpleList.cpp: In function ‘bool simpleListCached_remove(simpleListCached_t*, void*)’:
src/primecoinMiner/jhlib/simpleList.cpp:248: warning: comparison between signed and unsigned integer expressions
g++ -mtune=native -O3 -Wall -Wextra -L/usr/local/lib -L/usr/lib -I/usr/local/include -I/usr/include -o jhprimeminer src/primecoinMiner/bn2.o src/primecoinMiner/bn2_div.o src/primecoinMiner/ticker.o src/primecoinMiner/jsonBuilder.o src/primecoinMiner/jsonClient.o src/primecoinMiner/jsonObject.o src/primecoinMiner/jsonParser.o src/primecoinMiner/jsonrpc.o src/primecoinMiner/prime.o src/primecoinMiner/main.o src/primecoinMiner/miner.o src/primecoinMiner/ripemd160.o src/primecoinMiner/sha256.o src/primecoinMiner/xptClient.o src/primecoinMiner/xptClientPacketHandler.o src/primecoinMiner/xptPacketbuffer.o src/primecoinMiner/xptServer.o src/primecoinMiner/xptServerPacketHandler.o src/primecoinMiner/jhlib/customBuffer.o src/primecoinMiner/jhlib/fastString_eprintf.o src/primecoinMiner/jhlib/packetBuffer.o src/primecoinMiner/jhlib/fastString.o src/primecoinMiner/jhlib/hashTable_uint32.o src/primecoinMiner/jhlib/simpleList.o -lgmp -lgmpxx -lcrypto -lssl -pthread -lrt

BOUNTY DETECTIVE


















Powered by,
refer_2_me
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
August 19, 2013, 12:03:09 PM
 #404

Anyone compiled it on smos yet?

I've installed openssl cpulimit libgpm-dev but it's still missing something...

Code:
make
g++ -c -mtune=native -O3 -Wall -Wextra -I/usr/local/include -I/usr/include src/primecoinMiner/bn2.cpp -o src/primecoinMiner/bn2.o
In file included from src/primecoinMiner/global.h:57,
                 from src/primecoinMiner/bn2.cpp:1:
src/primecoinMiner/prime.h:18:19: error: gmpxx.h: No such file or directory
In file included from src/primecoinMiner/bn2.cpp:1:
src/primecoinMiner/global.h:65:17: error: gmp.h: No such file or directory
In file included from src/primecoinMiner/global.h:57,
                 from src/primecoinMiner/bn2.cpp:1:
src/primecoinMiner/prime.h:29: error: ‘mpz_class’ does not name a type
src/primecoinMiner/prime.h:30: error: ‘mpz_class’ does not name a type
src/primecoinMiner/prime.h:31: error: ‘mpz_class’ does not name a type
src/primecoinMiner/prime.h:32: error: ‘mpz_class’ does not name a type
src/primecoinMiner/prime.h:33: error: ‘mpz_class’ does not name a type
src/primecoinMiner/prime.h:49: error: ‘mpz_class’ has not been declared
src/primecoinMiner/prime.h:53: error: variable or field ‘PrimorialAt’ declared void
src/primecoinMiner/prime.h:53: error: ‘mpz_class’ was not declared in this scope
src/primecoinMiner/prime.h:53: error: ‘bn’ was not declared in this scope
src/primecoinMiner/prime.h:53: error: ‘mpz_class’ was not declared in this scope
src/primecoinMiner/prime.h:53: error: ‘mpzPrimorial’ was not declared in this scope
In file included from src/primecoinMiner/global.h:57,
                 from src/primecoinMiner/bn2.cpp:1:
src/primecoinMiner/prime.h:63: error: ISO C++ forbids declaration of ‘mpz_class’ with no type
src/primecoinMiner/prime.h:63: error: expected ‘,’ or ‘...’ before ‘&’ token
src/primecoinMiner/prime.h:64: error: ISO C++ forbids declaration of ‘mpz_class’ with no type
src/primecoinMiner/prime.h:64: error: expected ‘,’ or ‘...’ before ‘&’ token
src/primecoinMiner/prime.h:241: error: ‘mpz_class’ does not name a type
src/primecoinMiner/prime.h:242: error: ‘mpz_class’ does not name a type
src/primecoinMiner/prime.h:315: error: ‘mpz_class’ has not been declared
src/primecoinMiner/prime.h:315: error: ‘mpz_class’ has not been declared
src/primecoinMiner/prime.h:348: error: ‘mpz_class’ has not been declared
src/primecoinMiner/prime.h:348: error: ‘mpz_class’ has not been declared
src/primecoinMiner/prime.h: In constructor ‘CSieveOfEratosthenes::CSieveOfEratosthenes(unsigned int, unsigned int, int&, int&)’:
src/primecoinMiner/prime.h:321: error: ‘class CSieveOfEratosthenes’ has no member named ‘mpzHash’
src/primecoinMiner/prime.h:322: error: ‘class CSieveOfEratosthenes’ has no member named ‘mpzFixedMultiplier’
src/primecoinMiner/prime.h: In member function ‘void CSieveOfEratosthenes::Init(unsigned int, unsigned int, int&, int&, unsigned int)’:
src/primecoinMiner/prime.h:352: error: ‘class CSieveOfEratosthenes’ has no member named ‘mpzHash’
src/primecoinMiner/prime.h:353: error: ‘class CSieveOfEratosthenes’ has no member named ‘mpzFixedMultiplier’
src/primecoinMiner/prime.h: At global scope:
src/primecoinMiner/prime.h:458: error: variable or field ‘mpz_set_uint256’ declared void
src/primecoinMiner/prime.h:458: error: ‘mpz_t’ was not declared in this scope
src/primecoinMiner/prime.h:458: error: expected primary-expression before ‘&’ token
src/primecoinMiner/prime.h:458: error: ‘u’ was not declared in this scope
In file included from src/primecoinMiner/bn2.cpp:1:
src/primecoinMiner/global.h:214: error: ‘mpz_class’ does not name a type
src/primecoinMiner/bn2.cpp:116: warning: unused parameter ‘a’
src/primecoinMiner/bn2.cpp:195: warning: unused parameter ‘ctx’
make: *** [src/primecoinMiner/bn2.o] Error 1



I got the same error on OSX.

BTC: 1reFerkRnftob5YvbB112bbuwepC9XYLj
XPM: APQpPZCfEz3kejrYTfyACY1J9HrjnRf34Y
Sy
Legendary
*
Offline Offline

Activity: 1484
Merit: 1003


Bounty Detective


View Profile
August 19, 2013, 12:15:59 PM
 #405


I got the same error on OSX.

Try to install libgmp3-dev

BOUNTY DETECTIVE


















Powered by,
FoldingTime
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
August 19, 2013, 01:00:44 PM
 #406

If anyone is feeling in an adventurous mood; I've been working on a port of mumus version 6 for other systems than windows. So far I've managed to get it running on FreeBSD 9.2 and MacOSX. It seems to work but there will mostly like be bugs a plenty. I won't supply any binaries unless asked, as I'm new here. For all intents and purposes this isn't really a port yet as its mostly just a bunch of ifdefs around windows specific code. I've modified the keybinds (as the the arrow keys etc behave a little differently in terminals), other than that the code should be pretty much mint mumus V6. As for performance, you should perhaps expect some performance improvements compared to the wine version if you're on a 64 bit system.

Anyway, if you're interested you can grab the source code at:

https://github.com/erkmos/jhPrimeminer

You need OpenSSL and LIBGMP to compile it, I've added the most common paths for libraries in my rudimentary makefile, but there will probably be cases where you need to change the LIBPATHS and/or INCLUDEPATHS variable(s). Basically, at this point you're lucky if you can get it running. For example I've been unsuccessful in compiling it on ubuntu.

To build:
download and install openssl and libgmp if you don't have them already
git clone https://github.com/erkmos/jhPrimeminer (if you don't have git you can download a zipfile with the code from github)
cd jhPrimeminer
make
..watch a million warnings blow by

If you're lucky you'll have a binary named jhprimeminer in your current folder. Run it (same command line syntax as mumus v6 on windows).

Feedback is welcome.

It worked first time on Ubuntu 12.0.4. Nice one.

I'm using screen to run it in the background so I can log off and on without affecting it.

Thanks.
Sharky444
Hero Member
*****
Offline Offline

Activity: 724
Merit: 500


View Profile
August 19, 2013, 01:30:29 PM
 #407

I have i7 3770k, so should i download the AVX version?

Haswell, Sandy Bridge, and Ivy Bridge should all support it along with x86 AMD processors from the FX line and Bulldozer and Piledriver.  I could be wrong so don't quote me on that. I'm literally too lazy to google it. So the same as you Tongue

With my Ivy Bridge I get a crash with the AVX build. My Sandy Bridge CPU works fine with the AVX build.

Radix - just imagine
TheXev
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
August 19, 2013, 02:08:06 PM
 #408

I have quite a few computers mining primecoin now - from Dual Core Intel chips to 3rd gen i5/i7's, and even older dual processor quad core intel servers.  I thought I would add a new AMD 8320 to the mix.  8 cores running at least at 3.5 ghz should work out fairly well, right?

Well my first problem is that the 7.1 avx version crashes.  No big deal, I can just run the regular version.  Problem 2 is that each time it finds a share, it gives the message Invalid Share - Invalid data time overflow.  Then I moved to the original one from ypool - same problem, but in addition to the data time overflow messages, some times I get other ones like duplicate share.  So I downgraded to the v6 version.  Although I can run both the AVX and normal versions of v6 - and my shares are actually accepted - my latest problem is that it seems VERY slow.  I am getting about 1,600-2,000 4 chains/hr.  My other computers are averaging 4,000 to 6,000 4 chains an hour.

The only setting I am using is the number of threads and it matches the processor cores - 8.  Is anyone else using this processor - FX-8320 and is having better luck than I am?  When my value per hour is around 2 and I have other computers that are over 20, something just doesn't seem right.

-Randy

I have the same problem on my A10-4600m.  The best version that I have found is V6 AVX.

Code:
Val/h 4.464 - PPS: 12620 - 4ch/h: 2168.17 - 5ch/h: 164.26 - 6ch/h: 14.46 - Last
4ch/h: 2244.95 - Last 5ch/h: 897.98

I'm actually getting about 25000PPS, but I can't get that performance with Pale Moon x64 running with a butt load of tabs.

I tweaked the heck out of of 7.1 AVX and hit 30000 PPS, but I couldn't get my 4ch/h to the same level that I get with V6 AVX.  With the same settings, V6 non-AVX is slower, so AVX is making a positive difference for me.

-s 200000 -d 16 -t 4 is my command line (I do only have 4 cores), and I must disable multiplier tuning right away, and set it to 73 to get this performance.  I can't manage anything better with this and Windows 7.  I wonder if my machine would run better with Windows 8 (since Windows 7 seems to be hitching all of the time since I downgraded???).  Also, I open up task manager and change the process priority to normal (setting it to above normal lags the hell out of everything and doesn't seem to produce a real increase in performance).

I wonder if we can compile a few versions that are optimized for AMD?  Would that make a difference?
refer_2_me
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
August 19, 2013, 03:01:43 PM
 #409


I got the same error on OSX.

Try to install libgmp3-dev

I use MacPorts as my package manager and I have the 'gmp' (@5.0.5) installed already.

BTC: 1reFerkRnftob5YvbB112bbuwepC9XYLj
XPM: APQpPZCfEz3kejrYTfyACY1J9HrjnRf34Y
oddree
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
August 19, 2013, 03:52:48 PM
 #410

Hello all,
I am posting this news on behalf of rdebourbon (of ypool.net fame).  He is in 'n00b jail' on bitcointalk and cannot post this message himself.


I am very pleased to announce my new beta version can be found @
https://www.dropbox.com/sh/zij7j205ucsmj3n/9ZtyXFSWu0


This is an optimized version of Mumus 7.1 build with my sieve updates and a few other performance increases. Block rate should be as good as / better than Mumus. Use same as you would Mumus V7.1

Please send feedback via yPool chat/messages.

Normal disclaimers apply. Use at own risk. Blah blah..

Donations welcome and appreciated:
XMP: AUwKMCYCacE6Jq1rsLcSEHSNiohHVVSiWv
LTC: LV7VHT3oGWQzG9EKjvSXd3eokgNXj6ciFE
BTC: 1Fph7y622HJ5Cwq4bkzfeZXWep2Jyi5kp7
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
August 19, 2013, 04:08:03 PM
 #411

Hello all,
I am posting this news on behalf of rdebourbon (of ypool.net fame).  He is in 'n00b jail' on bitcointalk and cannot post this message himself.


I am very pleased to announce my new beta version can be found @
https://www.dropbox.com/sh/zij7j205ucsmj3n/9ZtyXFSWu0


This is an optimized version of Mumus 7.1 build with my sieve updates and a few other performance increases. Block rate should be as good as / better than Mumus. Use same as you would Mumus V7.1

Please send feedback via yPool chat/messages.

Normal disclaimers apply. Use at own risk. Blah blah..

Donations welcome and appreciated:
XMP: AUwKMCYCacE6Jq1rsLcSEHSNiohHVVSiWv
LTC: LV7VHT3oGWQzG9EKjvSXd3eokgNXj6ciFE
BTC: 1Fph7y622HJ5Cwq4bkzfeZXWep2Jyi5kp7


I'll give it a shot...wonder what good settings for an i7 3820 are.
I still haven't found nothing conclusive, sieve size depends on cache size?
bengtåke
Sr. Member
****
Offline Offline

Activity: 309
Merit: 250

confused developer


View Profile
August 19, 2013, 04:16:26 PM
 #412


I got the same error on OSX.

Try to install libgmp3-dev

I use MacPorts as my package manager and I have the 'gmp' (@5.0.5) installed already.

Try adding -L/opt/local/lib to your LIBPATHS and -I/opt/local/include to INCLUDEPATHS variables in Makefile.

P.S. You should try Homebrew its much better than macports.

BTC: 1HoDKDn6Gk7mggAhbRVA1T9UAU8kFAA6sy
FoldingTime
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
August 19, 2013, 04:23:28 PM
 #413

If anyone is feeling in an adventurous mood; I've been working on a port of mumus version 6 for other systems than windows. So far I've managed to get it running on FreeBSD 9.2 and MacOSX. It seems to work but there will mostly like be bugs a plenty. I won't supply any binaries unless asked, as I'm new here. For all intents and purposes this isn't really a port yet as its mostly just a bunch of ifdefs around windows specific code. I've modified the keybinds (as the the arrow keys etc behave a little differently in terminals), other than that the code should be pretty much mint mumus V6. As for performance, you should perhaps expect some performance improvements compared to the wine version if you're on a 64 bit system.

Anyway, if you're interested you can grab the source code at:

https://github.com/erkmos/jhPrimeminer

You need OpenSSL and LIBGMP to compile it, I've added the most common paths for libraries in my rudimentary makefile, but there will probably be cases where you need to change the LIBPATHS and/or INCLUDEPATHS variable(s). Basically, at this point you're lucky if you can get it running. For example I've been unsuccessful in compiling it on ubuntu.

To build:
download and install openssl and libgmp if you don't have them already
git clone https://github.com/erkmos/jhPrimeminer (if you don't have git you can download a zipfile with the code from github)
cd jhPrimeminer
make
..watch a million warnings blow by

If you're lucky you'll have a binary named jhprimeminer in your current folder. Run it (same command line syntax as mumus v6 on windows).

Feedback is welcome.

It worked first time on Ubuntu 12.0.4. Nice one.

I'm using screen to run it in the background so I can log off and on without affecting it.

Thanks.

My Val/h was out by 1000. I've changed

Code:
float shareValuePerHour = primeStats.fShareValue / totalRunTime * 3600.0;

to

Code:
float shareValuePerHour = primeStats.fShareValue / totalRunTime * 3600000.0;

FoldingTime
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
August 19, 2013, 04:25:57 PM
 #414

Hello all,
I am posting this news on behalf of rdebourbon (of ypool.net fame).  He is in 'n00b jail' on bitcointalk and cannot post this message himself.


I am very pleased to announce my new beta version can be found @
https://www.dropbox.com/sh/zij7j205ucsmj3n/9ZtyXFSWu0


This is an optimized version of Mumus 7.1 build with my sieve updates and a few other performance increases. Block rate should be as good as / better than Mumus. Use same as you would Mumus V7.1

Please send feedback via yPool chat/messages.

Normal disclaimers apply. Use at own risk. Blah blah..

Donations welcome and appreciated:
XMP: AUwKMCYCacE6Jq1rsLcSEHSNiohHVVSiWv
LTC: LV7VHT3oGWQzG9EKjvSXd3eokgNXj6ciFE
BTC: 1Fph7y622HJ5Cwq4bkzfeZXWep2Jyi5kp7


Nice one. Any source code for us to look at and possibly compile under linux?
TheSpiral
Full Member
***
Offline Offline

Activity: 322
Merit: 113


Sinbad Mixer: Mix Your BTC Quickly


View Profile
August 19, 2013, 04:32:32 PM
 #415

Hello all,
I am posting this news on behalf of rdebourbon (of ypool.net fame).  He is in 'n00b jail' on bitcointalk and cannot post this message himself.


I am very pleased to announce my new beta version can be found @
https://www.dropbox.com/sh/zij7j205ucsmj3n/9ZtyXFSWu0


This is an optimized version of Mumus 7.1 build with my sieve updates and a few other performance increases. Block rate should be as good as / better than Mumus. Use same as you would Mumus V7.1

Please send feedback via yPool chat/messages.

Normal disclaimers apply. Use at own risk. Blah blah..

Donations welcome and appreciated:
XMP: AUwKMCYCacE6Jq1rsLcSEHSNiohHVVSiWv
LTC: LV7VHT3oGWQzG9EKjvSXd3eokgNXj6ciFE
BTC: 1Fph7y622HJ5Cwq4bkzfeZXWep2Jyi5kp7

Appears as "malicious" in chrome.
Virustotal shows 1/46, i.e. clean:
https://www.virustotal.com/en/file/04afc84688a14f76f991a0e2099f7d47f001291bc6ff4b1681c148852b120782/analysis/1376929834/
bengtåke
Sr. Member
****
Offline Offline

Activity: 309
Merit: 250

confused developer


View Profile
August 19, 2013, 04:36:35 PM
 #416


My Val/h was out by 1000. I've changed

Code:
float shareValuePerHour = primeStats.fShareValue / totalRunTime * 3600.0;

to

Code:
float shareValuePerHour = primeStats.fShareValue / totalRunTime * 3600000.0;



Fixed, thanks!

BTC: 1HoDKDn6Gk7mggAhbRVA1T9UAU8kFAA6sy
clintar
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
August 19, 2013, 05:45:42 PM
 #417

Hello all,
I am posting this news on behalf of rdebourbon (of ypool.net fame).  He is in 'n00b jail' on bitcointalk and cannot post this message himself.


I am very pleased to announce my new beta version can be found @
https://www.dropbox.com/sh/zij7j205ucsmj3n/9ZtyXFSWu0


This is an optimized version of Mumus 7.1 build with my sieve updates and a few other performance increases. Block rate should be as good as / better than Mumus. Use same as you would Mumus V7.1

Please send feedback via yPool chat/messages.

Normal disclaimers apply. Use at own risk. Blah blah..

Donations welcome and appreciated:
XMP: AUwKMCYCacE6Jq1rsLcSEHSNiohHVVSiWv
LTC: LV7VHT3oGWQzG9EKjvSXd3eokgNXj6ciFE
BTC: 1Fph7y622HJ5Cwq4bkzfeZXWep2Jyi5kp7

It's gonna be hard to trust this...
simiane
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
August 19, 2013, 05:54:27 PM
 #418

You've no reason to trust me, obviously... but I can confirm I've been testing and using Rdebourbon's various builds for over a week. They're legit, they're well optimised and I've made more profit as a result.
I'm sure others from yPool will be pleased to chime in with similar comments - Rdebourbon is very much, 'the man'.

That is all.
Dumbo
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
August 19, 2013, 05:58:32 PM
 #419

Aye, I go by Ender in the ypool chat and I have been using (and testing) rde's miner as well and I have seen increase in val/hr.

As far as trust issues go - he seems like a nice guy from the chats there. In the end, use it at your own risk..or don't!
whitepaint0909
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
August 19, 2013, 06:04:37 PM
 #420

Hello all,
I am posting this news on behalf of rdebourbon (of ypool.net fame).  He is in 'n00b jail' on bitcointalk and cannot post this message himself.


I am very pleased to announce my new beta version can be found @
https://www.dropbox.com/sh/zij7j205ucsmj3n/9ZtyXFSWu0


This is an optimized version of Mumus 7.1 build with my sieve updates and a few other performance increases. Block rate should be as good as / better than Mumus. Use same as you would Mumus V7.1

Please send feedback via yPool chat/messages.

Normal disclaimers apply. Use at own risk. Blah blah..

Donations welcome and appreciated:
XMP: AUwKMCYCacE6Jq1rsLcSEHSNiohHVVSiWv
LTC: LV7VHT3oGWQzG9EKjvSXd3eokgNXj6ciFE
BTC: 1Fph7y622HJ5Cwq4bkzfeZXWep2Jyi5kp7

It's gonna be hard to trust this...

I have upgraded to this miner on all 3 of my rigs and am seeing a 10% increase in PPS across the board consistantly, My PPS doesnt seem to bounce around near as much, and Im finding 7 + 8 primechains seemingly 2-3x as often as with mumus 7.1
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 »
  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!