Bitcoin Forum
May 01, 2024, 01:16:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 [369] 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347498 times)
Genoil
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
November 03, 2015, 08:54:09 PM
 #7361

Nice. Does the precalc gain you anything? I always assumed it didn't matter that much since you're waiting for global loads anyway. Doing 1/4th of the memory reads would certainly help, but only if the memory would be reorganized. i wouldn't know where to start:)

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714569393
Hero Member
*
Offline Offline

Posts: 1714569393

View Profile Personal Message (Offline)

Ignore
1714569393
Reply with quote  #2

1714569393
Report to moderator
1714569393
Hero Member
*
Offline Offline

Posts: 1714569393

View Profile Personal Message (Offline)

Ignore
1714569393
Reply with quote  #2

1714569393
Report to moderator
1714569393
Hero Member
*
Offline Offline

Posts: 1714569393

View Profile Personal Message (Offline)

Ignore
1714569393
Reply with quote  #2

1714569393
Report to moderator
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
November 03, 2015, 09:20:45 PM
 #7362

I am working on it. But I fail to build because I have to install alot of shit to compile the ether stuff. Why don't you extract the miner part and make a visual studio project file for me, so I can spend my time on something more interesting.

This is how far I came:

Code:
C:\code\cpp-ethereum-cudaminer>cmake -G "Visual Studio 12 2013 Win64"
-- Got C:\Program Files (x86)\Windows Kits\8.1\ - Windows/Platform SDK directori
es:
-- FindWindowsSDK: Detected Visual Studio 2012 or newer, not using the _xp tools
et variant: including SDK versions that drop XP support in search!
 - WindowsSDK dirs: C:/Program Files (x86)/Windows Kits/8.1;C:/Program Files (x8
6)/Microsoft SDKs/Windows/v8.0A;C:/Program Files (x86)/Microsoft SDKs/Windows/v8
.1A;C:/Program Files (x86)/Microsoft SDKs/Windows/v7.1A
-- ctest path: C:/Program Files (x86)/CMake/bin/ctest.exe
CMake Error at cmake/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find CryptoPP (missing: CRYPTOPP_INCLUDE_DIR CRYPTOPP_LIBRARY)
  (Required is exact version "5.6.2")
Call Stack (most recent call first):
  cmake/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindCryptoPP.cmake:107 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  cmake/EthDependencies.cmake:44 (find_package)
  CMakeLists.txt:298 (include)


-- Configuring incomplete, errors occurred!
See also "C:/code/cpp-ethereum-cudaminer/CMakeFiles/CMakeOutput.log".

C:\code\cpp-ethereum-cudaminer>

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Genoil
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
November 03, 2015, 09:51:11 PM
 #7363

I am working on it. But I fail to build because I have to install alot of shit to compile the ether stuff. Why don't you extract the miner part and make a visual studio project file for me, so I can spend my time on something more interesting.

This is how far I came:

Code:
C:\code\cpp-ethereum-cudaminer>cmake -G "Visual Studio 12 2013 Win64"
-- Got C:\Program Files (x86)\Windows Kits\8.1\ - Windows/Platform SDK directori
es:
-- FindWindowsSDK: Detected Visual Studio 2012 or newer, not using the _xp tools
et variant: including SDK versions that drop XP support in search!
 - WindowsSDK dirs: C:/Program Files (x86)/Windows Kits/8.1;C:/Program Files (x8
6)/Microsoft SDKs/Windows/v8.0A;C:/Program Files (x86)/Microsoft SDKs/Windows/v8
.1A;C:/Program Files (x86)/Microsoft SDKs/Windows/v7.1A
-- ctest path: C:/Program Files (x86)/CMake/bin/ctest.exe
CMake Error at cmake/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find CryptoPP (missing: CRYPTOPP_INCLUDE_DIR CRYPTOPP_LIBRARY)
  (Required is exact version "5.6.2")
Call Stack (most recent call first):
  cmake/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindCryptoPP.cmake:107 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  cmake/EthDependencies.cmake:44 (find_package)
  CMakeLists.txt:298 (include)


-- Configuring incomplete, errors occurred!
See also "C:/code/cpp-ethereum-cudaminer/CMakeFiles/CMakeOutput.log".

C:\code\cpp-ethereum-cudaminer>


hehe you're almost there already. there's a directory /extdep with a getstuff.bat, run it and wait it out, it's ~10GB of crap you need little bits of. then the build steps are:

Code:
C:\code\cpp-ethereum-cudaminer>mkdir build
C:\code\cpp-ethereum-cudaminer>cd build
C:\code\cpp-ethereum-cudaminer\build>cmake -DBUNDLE=cudaminer -G "Visual Studio 12 2013 Win64" ..

now there still is something wrong with this cmake crap that I still haven't got to. so you build once, and it will fail because the BuildInfo.vcxproj  is looking for BuildInfo.h in the wrong place. Remove it from the project and add it again from one directory higher than were it expected it would be. I should make the repo up to date with latest again so it builds all nice again etc, but these people at ethdev just keep moving stuff around so at some point I stopped updating.

Naturally, you won't find the standard CUDA stuff in the ethash-cuda project. It's all cmaked away in CMakeList.txt...

 

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
hashbrown9000
Sr. Member
****
Offline Offline

Activity: 427
Merit: 250


View Profile
November 03, 2015, 10:04:27 PM
 #7364

"cmake" = crapmake

Pinkcoin:
ETH:
VTC:
BTC:
Masked_Immortal
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
November 04, 2015, 08:26:44 AM
 #7365

hashpower payed good, because they mined mobilecash (lyra2v2)
https://bitcointalk.org/index.php?topic=1182734.0
I've been mining vert and mbl on p2pool, maybe mbl will take off and add value to the vert mining.
last I checked give me coins had 62% of hash for Vert, for a coin that's main value proposition is decentralization by avoiding asics and devs making setting up p2pool super easy that's pathetic to have all the hash on one pool. GMC doesn't even merge mine MBL...crypto confuses me sometimes.

Zoomcoin (lyra2v2) is looking good now.

what site do you use for comparing profit among algo and coin?
whattomine seems highly inaccurate, also i have not found any site for comparing different algo mining profitability with eth mining (specially digibyte, skein for amd and qubit and skein for nvidia )
tanx

SCAVO  Technologies
SELF-SUSTAINING CRYPTO MINING FARM  BY USING RENEWABLE ENERGY RESOURCES - LIFETIME CONTRACT
────────  Whitepaper ⬝  Twitter ⬝  Telegram ⬝   Facebook ⬝  Ann Thread     ───────  Join our ICO:  July. 15- Oct. 31
ol92
Sr. Member
****
Offline Offline

Activity: 445
Merit: 255


View Profile
November 04, 2015, 08:38:06 AM
 #7366

hashpower payed good, because they mined mobilecash (lyra2v2)
https://bitcointalk.org/index.php?topic=1182734.0
I've been mining vert and mbl on p2pool, maybe mbl will take off and add value to the vert mining.
last I checked give me coins had 62% of hash for Vert, for a coin that's main value proposition is decentralization by avoiding asics and devs making setting up p2pool super easy that's pathetic to have all the hash on one pool. GMC doesn't even merge mine MBL...crypto confuses me sometimes.

Zoomcoin (lyra2v2) is looking good now.

what site do you use for comparing profit among algo and coin?
whattomine seems highly inaccurate, also i have not found any site for comparing different algo mining profitability with eth mining (specially digibyte, skein for amd and qubit and skein for nvidia )
tanx

http://www.altcoinprofitability.com/
The owner is Singman33 on this forum (present also in forum.hardware.fr as singman)...
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
November 04, 2015, 09:15:26 AM
 #7367

hashpower payed good, because they mined mobilecash (lyra2v2)
https://bitcointalk.org/index.php?topic=1182734.0
I've been mining vert and mbl on p2pool, maybe mbl will take off and add value to the vert mining.
last I checked give me coins had 62% of hash for Vert, for a coin that's main value proposition is decentralization by avoiding asics and devs making setting up p2pool super easy that's pathetic to have all the hash on one pool. GMC doesn't even merge mine MBL...crypto confuses me sometimes.

Zoomcoin (lyra2v2) is looking good now.

what site do you use for comparing profit among algo and coin?
whattomine seems highly inaccurate, also i have not found any site for comparing different algo mining profitability with eth mining (specially digibyte, skein for amd and qubit and skein for nvidia )
tanx


What to mine is pretty accurate, set it for 24hr profitability and take not of trends in difficulty. Only thing it's not accurate with is DGB, but DGB is multi-algo so that messes everything up when figuring out profitability with it.

In general it seems as though the profitability comparison sites don't up date soon enough or include niche coins. Unfortunately you can't sort based by algo on Coinmarketcap, which definitely is a needed feature. Coinmarketcap in and of itself doesn't offer much information for miners besides which coin has the biggest D.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
Genoil
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
November 04, 2015, 10:44:12 AM
 #7368

Why don't you extract the miner part and make a visual studio project file for me, so I can spend my time on something more interesting.
BTW if you cut out local CPU validation of results, it should be fairly straightforward to move ethereum into ccminer. There are quite a few stratum pools around by now. Perhaps even with local validation, but I don't know how ccminer goes about that for other algo's.

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
November 04, 2015, 10:52:09 AM
 #7369

Why don't you extract the miner part and make a visual studio project file for me, so I can spend my time on something more interesting.
BTW if you cut out local CPU validation of results, it should be fairly straightforward to move ethereum into ccminer. There are quite a few stratum pools around by now. Perhaps even with local validation, but I don't know how ccminer goes about that for other algo's.

And the DAG file, do you need some logic to retrieve this file as well? Or is it generated?

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Genoil
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
November 04, 2015, 11:21:37 AM
 #7370

Why don't you extract the miner part and make a visual studio project file for me, so I can spend my time on something more interesting.
BTW if you cut out local CPU validation of results, it should be fairly straightforward to move ethereum into ccminer. There are quite a few stratum pools around by now. Perhaps even with local validation, but I don't know how ccminer goes about that for other algo's.

And the DAG file, do you need some logic to retrieve this file as well? Or is it generated?

Dang forgot about that one. It's generated, so you would need to move that bit into ccminer as well. Or you could have a standalone ethminer generate these for you. ethminer -D <blocknumber> generates only the DAG file that would apply for <blocknumber> (and 29,999 other blocks). Another approach could be having the repo's side by side and use the functionality from the static libs that cpp-ethereum generates. It's all pretty well separated.

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
November 04, 2015, 12:38:05 PM
 #7371

Back to $1100 Huh



Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
zTheWolfz
Full Member
***
Offline Offline

Activity: 231
Merit: 150



View Profile
November 04, 2015, 01:07:56 PM
 #7372

That would be nice, was around 1200 at one point if I remember correct.
  Grin http://preev.com/


bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
November 04, 2015, 01:09:42 PM
 #7373

Back to $1100 Huh

The climb in the last few days is getting pretty crazy! It'll break $500 today and probably $600 tomorrow.

I don't think it's likely, but it would be also nice if altcoins would follow the trend which would boost mining profitability.

Not your keys, not your coins!
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 04, 2015, 01:11:10 PM
 #7374

watch for a rebound (likely)

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
November 04, 2015, 01:20:23 PM
 #7375

bitstamp is $501 now.
huobi is $525 (china)

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
zTheWolfz
Full Member
***
Offline Offline

Activity: 231
Merit: 150



View Profile
November 04, 2015, 01:21:05 PM
 #7376

Guess I should be converting all my other coins into BTC so I can be ready for the peak. Wink
Last time I did $485 to Amazon gift cards and the wife spent it all at Amazon. lol
Its the Last time I send it to her account.  Roll Eyes
Cryptozillah
Hero Member
*****
Offline Offline

Activity: 687
Merit: 502


View Profile
November 04, 2015, 01:25:37 PM
 #7377

BTC is pumping due to the BTC auction that is happening tomorrow.

http://www.coindesk.com/us-government-to-sell-44000-btc-in-final-silk-road-auction/

44k BTC to be sold, not sure where this party is going.
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
November 04, 2015, 01:31:27 PM
 #7378

No, this is the chinese. The chinese government has banned normal people to move more than $50 000 out of the country, so they buy bitcoins instead, and move millions. I think Bitcoin will be $10 000 / XBT in a short while.

Quit your borring jobs  and join the Cryptos...

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 04, 2015, 01:33:07 PM
 #7379

someone else says it's because of a huge ponzi scheme going on in china... either way, it's fine for me ;-)

antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
November 04, 2015, 01:33:13 PM
 #7380

Agreed.

No need to pump for the auction.

It is a closed bid to the highest bidder. They can bid $200 per coin and if the highest bid then they win.

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
Pages: « 1 ... 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 [369] 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 ... 1240 »
  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!