Bitcoin Forum
May 30, 2024, 01:44:42 PM *
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 11 12 13 »
21  Alternate cryptocurrencies / Mining (Altcoins) / Re: (ethminer) ASUS 7970 Directcu II Top only 501 MHz @95 C @Fan 100% on: March 17, 2016, 12:52:23 PM
The temperature is too high.

How can I get the gpu cooler? PC case and windows are open. Outside 0 C. My 7950 runs at 65 C and 70% fans.

You may also increase  the power limit to 20%.

How can I do that with aticonfig? Will the temps go even higher?

Fans are at 100% at 501 MHz only Sad

Clocked down to 400 MHz but not really better and only 10 MH/s:

atitweak -s
0. AMD Radeon R9 200 / HD 7900 Series ()
    engine clock 400MHz, memory clock 1250MHz, core voltage 0.95VDC, performance level 1, utilization 100%
    fan speed 100% (3480 RPM) (user-defined)
    temperature 92 C
    powertune 0%
22  Alternate cryptocurrencies / Mining (Altcoins) / (ethminer) ASUS 7970 Directcu II Top only 501 MHz @95 C @Fan 100% on: March 17, 2016, 12:03:37 PM
I'm running

Ubuntu 15.10
AMD drivers radeon-crimson-15.12-15.302-151217a-297685e
Genoil's ethminer

but I only get 10 MH/s because the GPU clocks only at core 501 MHz (normal 1000) and memory 1400 MHz (normal 1400) and sensors say 95 C / fan 100% (3500 rpm).

I've read there was a bug in 2012 if you run also a youtube video but everything is off except ethminer.

If I change the settings like this

Code:
aticonfig --initial
aticonfig --od-enable
aticonfig --adapter=0 --od-setclocks=1050,1450

the gpu core clocks still at 501 (not changed) and the memory now at 1450 (changed).

If I change the settings like this

Code:
aticonfig --adapter=0 --od-setclocks=400,1250

the gpu core clocks now at 400 (changed) and the memory now at 1250 (changed).

Thanks for every hint!

P.S. Are there any active links to download a Stilt BIOS for the 7970 and 7950?
23  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.x.x on Ubuntu 15.10 on: March 17, 2016, 11:41:48 AM

yes it possible to change the core and the memory with the zero state, try this guide to have more hash  http://cryptomining-blog.com/7341-how-to-squeeze-some-extra-performance-mining-ethereum-on-nvidia/

Thank you very much for this Nvidia guide!

I was running nvidia-352 drivers and cuda 6.5 and it didn't work because of an "unknown error". So I installed the newest nvidia-361 drivers (and apt-get uninstalled cuda). Now every command didn't cause any errors but if I enter into the terminal for the 750Ti  "nvidia-smi -ac 3004,1476" nothing happens if I look into the nvidia settings and at my hash rate, which is still 5.2 MH/s with the cuda version (cmake -DBUNDLE=cudaminer -DCOMPUTE=50 // ethminer -U) of Genoils ethminer.
24  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.x.x on Ubuntu 15.10 on: March 17, 2016, 03:06:23 AM

IT IS NOT POSSIBLE--


Does someone know the aticonfig command to set powertune at 20 percent?
25  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.x.x on Ubuntu 15.10 on: March 16, 2016, 10:20:44 PM

aticonfig --adapter=0 --od-setclocks=1160,1675


With ethminer it's not possible to change all gpu settings with the miner software like in the past with cgminer and sgminer, right?
26  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.x.x on Ubuntu 15.10 on: March 15, 2016, 12:20:55 PM

#cryptopp
mkdir cryptopp && cd cryptopp
wget -O cryptopp562.zip http://downloads.sourceforge.net/project/cryptopp/cryptopp/5.6.2/cryptopp562.zip?r=&ts=1456766520&use_mirror=iweb
unzip cryptopp562.zip && rm cryptopp562.zip
#nano GNUmakefile  // add  "-fPIC" to the CXXFLAGS line so it reads: CXXFLAGS = -DNDEBUG -g -O2 -fPIC

make static dynamic -j2 && sudo make install
cd ~

What's cryptopp? Do I need it?

It's a cryptographic library that is required to mine Ethereum.
Furthermore, you need this SPECIFIC version, or you have to had-edit a cmake file.

I thought it would be easier to document installing the specific version that to edit the cmake file.

Ok! Thanks!
27  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.x.x on Ubuntu 15.10 on: March 14, 2016, 03:13:04 PM

#cryptopp
mkdir cryptopp && cd cryptopp
wget -O cryptopp562.zip http://downloads.sourceforge.net/project/cryptopp/cryptopp/5.6.2/cryptopp562.zip?r=&ts=1456766520&use_mirror=iweb
unzip cryptopp562.zip && rm cryptopp562.zip
#nano GNUmakefile  // add  "-fPIC" to the CXXFLAGS line so it reads: CXXFLAGS = -DNDEBUG -g -O2 -fPIC

make static dynamic -j2 && sudo make install
cd ~

What's cryptopp? Do I need it?
28  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.x.x on: March 11, 2016, 03:05:34 PM
SOLVED

Solution:

sudo nano /usr/local/cuda/include/host_config.h

Just rename every number "4" into number "5" near line 115 Grin

+++

I try to compile ethminer on Ubuntu 15.10 (gcc 5.x) but I get this error:

Code:
Building NVCC (Device) object libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o In file included from /usr/local/cuda/include/cuda_runtime.h:76:0, from <command-line>:0: /usr/local/cuda/include/host_config.h:115:2: error: #error -- unsupported GNU version! gcc versions later than 4.9 are not supported! #error -- unsupported GNU version! gcc versions later than 4.9 are not supported! ^ CMake Error at ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake:207 (message): Error generating /home/user/cpp-ethereum/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o

libethash-cuda/CMakeFiles/ethash-cuda.dir/build.make:63: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o' failed make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o] Error 1 CMakeFiles/Makefile2:487: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/all' failed make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2

Even if I do:

Code:
sudo apt-get install gcc-4.9
sudo apt-get install gcc++-4.9
sudo ln -s /usr/bin/gcc-4.9 /usr/local/cuda/bin/gcc
sudo ln -s /usr/bin/g++-4.9 /usr/local/cuda/bin/g++
export CC=/usr/bin/gcc-4.9
export CXX=/usr/bin/g++-4.9

and/or edit:

/usr/local/cuda/include/host_config.h. Comment out lines 113-117.

Code:
113 /*#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 9)*/
114
115 /*#error -- unsupported GNU version! gcc versions later than 4.9 are not supported!*/
116
117 /*#endif*/ /* __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 9) */

or edit like this:

/usr/local/cuda/include/host_config.h. Comment line 115.

Code:
--- #error -- unsupported GNU version! gcc versions later than 4.9 are not supported!

+++ //#error -- unsupported GNU version! gcc versions later than 4.9 are not supported!

Nice try

http://askubuntu.com/questions/26498/choose-gcc-and-g-version/26502#26502

gcc -v

g++ -v

So what we need to do is remove the GCC symlink and the G++ symlink and then recreate them linked to GCC 4.9 and G++ 4.9:

sudo rm /usr/bin/gcc

sudo rm /usr/bin/g++

sudo ln -s /usr/bin/gcc-4.9 /usr/bin/gcc

sudo ln -s /usr/bin/g++-4.9 /usr/bin/g++

Finally we can check our GCC -v again and make sure we are using the correct version:

gcc -v

g++ -v

BUT a new error at 100% Tongue

Code:
[100%] Linking CXX executable ethminer ../libdevcrypto/libdevcrypto.so: error: undefined reference to 'CryptoPP::RandomPool::GenerateIntoBufferedTransformation(CryptoPP::BufferedTransformation&, std::string const&, unsigned long long)' ../libdevcrypto/libdevcrypto.so: error: undefined reference to 'CryptoPP::RandomNumberGenerator::GenerateIntoBufferedTransformation(CryptoPP::BufferedTransformation&, std::string const&, unsigned long long)' ../libdevcrypto/libdevcrypto.so: error: undefined reference to 'vtable for CryptoPP::StringSinkTemplate<std::string>' /usr/bin/ld.gold: the vtable symbol may be undefined because the class is missing its key function ../libdevcrypto/libdevcrypto.so: error: undefined reference to 'CryptoPP::BufferedTransformation::ChannelCreatePutSpace(std::string const&, unsigned long&)' ../libdevcrypto/libdevcrypto.so: error: undefined reference to 'CryptoPP::BufferedTransformation::ChannelPut2(std::string const&, unsigned char const, unsigned long, int, bool)' ../libdevcrypto/libdevcrypto.so: error: undefined reference to 'CryptoPP::BufferedTransformation::ChannelPutModifiable2(std::string const&, unsigned char, unsigned long, int, bool)' ../libdevcrypto/libdevcrypto.so: error: undefined reference to 'CryptoPP::BufferedTransformation::ChannelFlush(std::string const&, bool, int, bool)' ../libdevcrypto/libdevcrypto.so: error: undefined reference to 'CryptoPP::BufferedTransformation::ChannelMessageSeriesEnd(std::string const&, int, bool)' ../libdevcrypto/libdevcrypto.so: error: undefined reference to 'CryptoPP::BufferedTransformation::SetRetrievalChannel(std::string const&)' ../libdevcrypto/libdevcrypto.so: error: undefined reference to 'leveldb::Status::ToString() const' ../libstratum/libethstratum.so: error: undefined reference to 'Json::Reader::parse(std::string const&, Json::Value&, bool)' ../libstratum/libethstratum.so: error: undefined reference to 'Json::Reader::getFormattedErrorMessages() const' ../libdevcore/libdevcore.so: error: undefined reference to 'Json::Value::operator[](std::string const&)' ../libdevcore/libdevcore.so: error: undefined reference to 'Json::FastWriter::write(Json::Value const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function PhoneHome::report_benchmark(std::string const&, int): error: undefined reference to 'Json::Value::Value(std::string const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function PhoneHome::report_benchmark(std::string const&, int): error: undefined reference to 'jsonrpc::Client::CallMethod(std::string const&, Json::Value const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function PhoneHome::report_benchmark(std::string const&, int): error: undefined reference to 'Json::Value::toStyledString() const' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function PhoneHome::report_benchmark(std::string const&, int): error: undefined reference to 'jsonrpc::JsonRpcException::JsonRpcException(int, std::string const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function FarmClient::eth_getWork(): error: undefined reference to 'jsonrpc::Client::CallMethod(std::string const&, Json::Value const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function FarmClient::eth_getWork(): error: undefined reference to 'Json::Value::toStyledString() const' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function FarmClient::eth_getWork(): error: undefined reference to 'jsonrpc::JsonRpcException::JsonRpcException(int, std::string const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function FarmClient::eth_submitWork(std::string const&, std::string const&, std::string const&): error: undefined reference to 'Json::Value::Value(std::string const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function FarmClient::eth_submitWork(std::string const&, std::string const&, std::string const&): error: undefined reference to 'Json::Value::Value(std::string const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function FarmClient::eth_submitWork(std::string const&, std::string const&, std::string const&): error: undefined reference to 'Json::Value::Value(std::string const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function FarmClient::eth_submitWork(std::string const&, std::string const&, std::string const&): error: undefined reference to 'jsonrpc::Client::CallMethod(std::string const&, Json::Value const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function FarmClient::eth_submitWork(std::string const&, std::string const&, std::string const&): error: undefined reference to 'Json::Value::toStyledString() const' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function FarmClient::eth_submitWork(std::string const&, std::string const&, std::string const&): error: undefined reference to 'jsonrpc::JsonRpcException::JsonRpcException(int, std::string const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function FarmClient::eth_submitHashrate(std::string const&, std::string const&): error: undefined reference to 'jsonrpc::Client::CallMethod(std::string const&, Json::Value const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function FarmClient::eth_submitHashrate(std::string const&, std::string const&): error: undefined reference to 'Json::Value::toStyledString() const' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function FarmClient::eth_submitHashrate(std::string const&, std::string const&): error: undefined reference to 'jsonrpc::JsonRpcException::JsonRpcException(int, std::string const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function MinerCLI::doBenchmark(dev::eth::MinerType, bool, unsigned int, unsigned int, unsigned int): error: undefined reference to 'jsonrpc::HttpClient::HttpClient(std::string const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function MinerCLI::doFarm(dev::eth::MinerType, std::string const&, unsigned int): error: undefined reference to 'jsonrpc::HttpClient::HttpClient(std::string const&)' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function MinerCLI::doFarm(dev::eth::MinerType, std::string const&, unsigned int): error: undefined reference to 'Json::Value::asString() const' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function MinerCLI::doFarm(dev::eth::MinerType, std::string const&, unsigned int): error: undefined reference to 'Json::Value::asString() const' CMakeFiles/ethminer.dir/main.cpp.o:main.cpp:function MinerCLI::doFarm(dev::eth::MinerType, std::string const&, unsigned int): error: undefined reference to 'Json::Value::asString() const' collect2: error: ld returned 1 exit status ethminer/CMakeFiles/ethminer.dir/build.make:123: recipe for target 'ethminer/ethminer' failed make[2]: *** [ethminer/ethminer] Error 1 CMakeFiles/Makefile2:667: recipe for target 'ethminer/CMakeFiles/ethminer.dir/all' failed make[1]: *** [ethminer/CMakeFiles/ethminer.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2


Thank you very much for every tip!
29  Local / Projektentwicklung / Blockchain Technology Bitcoin Übersicht on: March 01, 2016, 05:57:35 PM
Hab gerade eine deutsche Seite gefunden mit einer guten Übersicht rund um die Themen Blockchain Technology Bitcoin Geld 2.0 Decentralized Exchanges und ein Bitcoin Interview mit Tim Draper das es echt auf den Punkt bringt!

Weiß jemand, ob es eine ähnliche Übersicht auch zu deutschen Bitcoin Börsen gibt?
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Dogeparty, Counterparty for the Dogecoin blockchain! (official) on: November 02, 2015, 09:46:53 PM
A new Dogeparty server is online Smiley

https://xdp.plddr.eu

and here

https://www.reddit.com/r/xdp

you can get more exciting news!
31  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Genesis-mining.com || World's leading hashpower provider! on: October 24, 2015, 11:28:41 AM

Don't regret it, I just bought 1MHs X11 for 0.086BTC. My first whole day payout was 25000 satoshis, then 23000, and now 20000 satoshis. I suppose the reason behind the decreasing payouts is the rising Bitcoin value.

But if I count with an average 23000 satoshis per day I need 374 days to get my investment back and the contracts are for one year. So this way I don't expect any profit but a loss.

The only solution can be if I change the payout from BTC(auto) to some X11 coins and value of those coins will rise in the future...

What do you think?

How about building an X11 miner by yourself? Would it be possible to get ROI within 1 year and which GPU would you prefer?
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★ [GMC] GameCredits • A Multi-Platform Gaming Currency [GMC]★ on: August 17, 2015, 10:25:09 AM
Does anyone know what this means?

"stratum+tcp://gmc.suprnova.cc:7351 Nicehash: 7352

0% Fee"

https://gmc.suprnova.cc/index.php?page=gettingstarted

Is it possible to mine GMC directly at Nicehash with port 7352 like "stratum+tcp://stratum.nicehash.com:7352"?
33  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Scrypt.CC | Scrypt Cloud Mining on: August 15, 2015, 08:32:00 PM
Did anyone else get higher rewards within the last hour? I got paid 10% less per payout but now eight times per hour instead of six times which is an increase of about 25%.

Nobody in the ranking list with more than 32 GHS !
Wink Who is the owner of this sellwall Wink

How do you know that? Does the ranking tab work again?
34  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Scrypt.CC | Scrypt Cloud Mining on: August 14, 2015, 06:48:51 PM
finally withdraws are stuck .

How much Bitcoins? What's your time stamp?

I'm betting all my kHs at SCC that the site will do some kind of restart and everything starts from scratch.
35  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Scrypt.CC | Scrypt Cloud Mining on: August 13, 2015, 02:43:59 PM
IMO..he will eventually buy all khs at this fucking low price and then everything will be right again and he will sell at high fucking rates. can be wrong though .

If this really happens that way, he will "earn" tons of Bitcoins and could play this game endless.
36  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Scrypt.CC | Scrypt Cloud Mining on: August 13, 2015, 07:10:48 AM
Finally my withdrawal request of about 1 BTC came through after 38 hours.
37  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Scrypt.CC | Scrypt Cloud Mining on: August 12, 2015, 09:00:17 AM
I withdrawed about 1 BTC 24 hours and 30 minutes ago and I'm still waiting.
38  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Scrypt.CC | Scrypt Cloud Mining on: August 05, 2015, 04:47:28 PM
I'm currently logged in at SCC. Rewards and trading are frozen since one hour. Any questions?
39  Economy / Service Discussion / Re: HASHNEST Discussion and Support Thread on: August 01, 2015, 09:00:54 AM
@DebitMe and @BitcoinNewsMagazine Thank you for all the informantion and for explaining the PACMiC.

So it looks like the only way to earn some Bitcoins is to build your own server farm?
40  Economy / Service Discussion / Re: HASHNEST Discussion and Support Thread on: July 31, 2015, 09:06:39 PM
Because I really don't understand PACMiC ...  they pay for 120 days how much (currently)?
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!