Pages:
Author

Topic: [XMR] Monero Mining - page 12. (Read 264830 times)

legendary
Activity: 1610
Merit: 1004
September 10, 2016, 06:10:39 PM
New to mining, old to XMR...hi.

I bought a GTX 950 and I'm trying to make it work on Ubuntu 16.04 with no luck (just won't boot).

I have installed the correct drivers from the nvidia PPA. (i get a kernel error when trying the proprietary installer.)

I also tried what was listed in this guide to no avail.
http://my30daysoflinux.blogspot.com/2015/10/installing-nvidia-gtx-950-drivers-in.html

Does anyone have some experience with this setup? Any advice would be appreciated!


hero member
Activity: 1456
Merit: 567
September 09, 2016, 10:26:57 AM
Heya lads. New to XMR. any1 having E3 Series Xeons working? What miner? I wonder how much H/s my E3 1271 could get

wolf miner is good, probably got 100-150 h/s for that.
full member
Activity: 192
Merit: 100
September 09, 2016, 06:51:12 AM
Heya lads. New to XMR. any1 having E3 Series Xeons working? What miner? I wonder how much H/s my E3 1271 could get
legendary
Activity: 3570
Merit: 1959
September 08, 2016, 07:50:31 PM
i only want to mine with my rigs

don't need fancy website, the website_example default is fine.

btw is still profitable if i mine solo with my pool? i have 25kH/s.

Pool i'm looking at for that hashrate says 5.3 per day, but it's not in stone by any means.... Solo. No idea. Hash rate has doubled since the 10x increase, which really isn't that much. I mine with 2 old GPU's and make about 1 XMR every 3 days? Nothing big, but still more profitable than eth. I have never hit a block solo mining. Also the block reward just shrunk to under 11 xmr per block. Sad

Thanks   - Let me know and I can send you a doc for free or do this for you this weekend at a cost to be determined tomorrow since I have to work my real job in the am, sorry... Tongue
newbie
Activity: 19
Merit: 0
September 08, 2016, 07:45:14 PM
i only want to mine with my rigs

don't need fancy website, the website_example default is fine.

btw is still profitable if i mine solo with my pool? i have 25kH/s.
legendary
Activity: 3570
Merit: 1959
September 08, 2016, 07:13:14 PM
Sure. How much are you willing to pay in either xmr or btc, as it's not an hour long job lol.
i don't know make me an offer




Do you have what source code you want to run etc in mind? It takes more than a few hours, so I can't tell you unless you tell me what exactly you want. Just a pool to mine your own rig on, or do you need a fancy web front end meaning are you trying to start a profitable pool.

I once spent 8 hours doing this for someone, but it depends on the specs of the server you give me to work with in all honesty as it's a lot of compiling etc etc..  Also, it has to be Ubuntu. Grin

Thanks

Edit - More memory and CPU you provide == Cheaper to you to build on. Wink

Feel free to pm me. I can probably give you a base document so that if you are familiar with linux you could probably do it yourself. It just takes time, and CPU/Memory on the vps.
newbie
Activity: 19
Merit: 0
September 08, 2016, 06:59:56 PM
Sure. How much are you willing to pay in either xmr or btc, as it's not an hour long job lol.
i don't know make me an offer


legendary
Activity: 3570
Merit: 1959
September 08, 2016, 06:49:59 PM
can someone help me build my own pool for my own worker

i use a vps linux ubuntu 14.04 x64

pm me please or reply here

Thanks in advance!

Sure. How much are you willing to pay in either xmr or btc, as it's not an hour long job lol.
newbie
Activity: 19
Merit: 0
September 08, 2016, 06:47:49 PM
can someone help me build my own pool for my own worker

i use a vps linux ubuntu 14.04 x64

pm me please or reply here

Thanks in advance!
newbie
Activity: 18
Merit: 0
September 07, 2016, 12:28:36 AM
Dear miners! We recently launched our Monero mining pool.

The essentials:
0% fee while in beta
Running on cool hardware: Dell PowerEdge R610 with 2 x L5640 hexa-core CPUs, 16GB of RAM and a brand new SSD disk
Located on the East Coast, near North Carolina, US
67KH/s at the moment, 13 miners
We've mined our first 4 blocks already

Check us out at http://xmr.coolpool.io

Our thread is here https://bitcointalksearch.org/topic/xmr-xmrcoolpoolio-0-fee-while-in-beta-us-east-coast-powerful-server-1608848
legendary
Activity: 3570
Merit: 1959
September 06, 2016, 07:48:30 PM
No problem, glad to help , good to see it worked out for you. Mine away and hodl your XMR, these coins are not for dumping, trust me.  Cool
sr. member
Activity: 277
Merit: 250
September 06, 2016, 07:13:18 PM


I'm going to try one more thing. I'm going to git clone the repo then make ..... and see what shakes loose

I deleted everything related to wolf-xmr-miner and emptied the trash --- a clean slate.

Then .....

Code:
cd ~
git clone https://github.com/wolf9466/wolf-xmr-miner
cd /home/monerominer/wolf-xmr-miner
make

Use gedit to edit xmr.conf to change the configuration to suit ( IE pool info & wallet address.paymentID)

Code:
./miner xmr.conf


And its working.... now for the tweaking

Thanks for the help.
sr. member
Activity: 277
Merit: 250
September 06, 2016, 06:57:08 PM


I edited the xmr.conf with my wallet address and payment id as well as the pool that I want to mine on.

However, I'm still getting that cl error, but I noticed that the pool is NOT what I entered, and the payment address is not mine.

Where if the correct configuration file found. I edeted the xmr.conf found in the same folder as miner, I also found xmr.conf~ in my home folder after pressing ctrl-h.

Somewhere its getting the config info to mine with a pool and address that is not mine.



Do you have a link to wolf's repo you are trying to compile from? Is there a command line option to specify the conf file path or anything? thanks.

right from github ...

https://github.com/wolf9466/wolf-xmr-miner/releases

I downloaded the Source Code tar.gz file

I'm going to try one more thing. I'm going to git clone the repo then make ..... and see what shakes loose
sr. member
Activity: 277
Merit: 250
September 06, 2016, 06:55:39 PM


I edited the xmr.conf with my wallet address and payment id as well as the pool that I want to mine on.

However, I'm still getting that cl error, but I noticed that the pool is NOT what I entered, and the payment address is not mine.

Where if the correct configuration file found. I edeted the xmr.conf found in the same folder as miner, I also found xmr.conf~ in my home folder after pressing ctrl-h.

Somewhere its getting the config info to mine with a pool and address that is not mine.



Do you have a link to wolf's repo you are trying to compile from? Is there a command line option to specify the conf file path or anything? thanks.

right from github ...

https://github.com/wolf9466/wolf-xmr-miner/releases

I downloaded the Source Code tar.gz file
legendary
Activity: 3570
Merit: 1959
September 06, 2016, 06:45:53 PM


I edited the xmr.conf with my wallet address and payment id as well as the pool that I want to mine on.

However, I'm still getting that cl error, but I noticed that the pool is NOT what I entered, and the payment address is not mine.

Where if the correct configuration file found. I edeted the xmr.conf found in the same folder as miner, I also found xmr.conf~ in my home folder after pressing ctrl-h.

Somewhere its getting the config info to mine with a pool and address that is not mine.



Do you have a link to wolf's repo you are trying to compile from? Is there a command line option to specify the conf file path or anything? thanks.
sr. member
Activity: 277
Merit: 250
September 06, 2016, 06:42:14 PM
From the looks of it, you just need to

1. make sure that miner exists in the current directory (ls -al)
2. start the miner like this ./miner --flags etc etc  ( ./ is current dir).

Thanks

edit - sometimes it is named "minerd", but IDK in your case, I don't use that miner.

the problem is that your current directory is not in your %PATH% so it can't see miner, so you have to start it by ./ or fully qualified path e.g. /usr/local/src/miner-src/build/miner --flags

oh derrrrrr.... I was forgetting the "./" in front of "miner"

however, a new issue ----

Code:
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ ./miner xmr.conf
[18:01:22] Parsed pool URL: xmr.poolto.be
[18:01:22] Successfully connected to pool's stratum.
[18:01:22] Request: {"method": "login", "params": {"login": "438gFWUiHY68N4MUMWbgUGXyqGC47eqq65TbiTy4MyL4Fm7aRYHKPBM9aGyNbmeqWvLMC4aUsifgS719Shg38KKa8TZaXG7", "pass": "x", "agent": "wolf-xmr-miner/0.1"}, "id": 1}

[18:01:22] Got something: {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"933664273004978","job":{"blob":"02039e95bdbe05b0d489689fc1bd652f8f9e8de35c28ff976410ee758c8a5cc3d4324de1f2cf6f0000000024dc732a4391e0ae70ffbdb6e6fb50933baa6a54ba950ec7e709982ea8e3f00803","job_id":"262076305435039","target":"711b0d00"},"status":"OK"}}

[18:01:23] Error -61 when calling clCreateBuffer to create hash scratchpads buffer.
Segmentation fault (core dumped)
monerominer@monerominer:~/wolf-xmr-miner-0.3b$

In the wolf readme it states

Quote
Wolf's OpenCL XMR Miner for AMD GPUs

If you get an error about clCreateBuffer - lower your rawintensity. See the example config xmr.conf for details.

Generally, you want to raise rawintensity as high as it will go without error - but remember, 2MiB of GPU RAM is needed for every work-item.

I edited the xmr.conf to reflect my GPU's stock clock and memory freqs, then reduced the intensity to 100 .... I still got the error. I reduced the intensity all the way to 1, I still got the error. I don't think its an intensity issue, more like an open cl issue perhaps?

Your thoughts?



I edited the xmr.conf with my wallet address and payment id as well as the pool that I want to mine on.

However, I'm still getting that cl error, but I noticed that the pool is NOT what I entered, and the payment address is not mine.

Where if the correct configuration file found. I edeted the xmr.conf found in the same folder as miner, I also found xmr.conf~ in my home folder after pressing ctrl-h.

Somewhere its getting the config info to mine with a pool and address that is not mine.

Code:
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ ./miner xmr.conf
[18:47:16] Parsed pool URL: xmr.poolto.be
[18:47:17] Successfully connected to pool's stratum.
[18:47:17] Request: {"method": "login", "params": {"login": "438gFWUiHY68N4MUMWbgUGXyqGC47eqq65TbiTy4MyL4Fm7aRYHKPBM9aGyNbmeqWvLMC4aUsifgS719Shg38KKa8TZaXG7", "pass": "x", "agent": "wolf-xmr-miner/0.1"}, "id": 1}

[18:47:17] Got something: {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"306201277323998","job":{"blob":"0203d2a9bdbe054538459b23229928fd3a66be792f6a29c8fa04781f5f57f4bc43599d89a8bba400000000d799b581c1ee759d9f28d3c18b50d96e48fe7110428122166b299e6d3878cc2008","job_id":"959680734225548","target":"711b0d00"},"status":"OK"}}

[18:47:18] Error -61 when calling clCreateBuffer to create hash scratchpads buffer.
Segmentation fault (core dumped)
monerominer@monerominer:~/wolf-xmr-miner-0.3b$

xmr.conf contents

Code:
{
"Algorithms":
[
{
"name": "CryptoNight",
"devices":
[
{
"index": 0,
"corefreq": 1050,
"memfreq": 1400,
"fanspeed": 100,
"powertune": 1,
"threads": 1,
"rawintensity": 1,
"worksize": 1
}
],
"pools":
[
{
"url": "stratum+tcp://xmr-usa.dwarfpool.com:8050",
"user": "463tWEBn5XZJSxL]U6uLQnxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxyV3z8zctJLPCZy24jvb3NiTcTJ.7c3740cc047b4ddxxxxxxxxd5aed3ea3fdf78f",
"pass": "x"
}
]
}
]
}

legendary
Activity: 3570
Merit: 1959
September 06, 2016, 06:40:51 PM
damn, I'm sorry but I honestly can't help you with that one, I've never mined XMR using linux and when I did it was CPU only long ago... Wolf hangs out here sometimes, and I'm sure you are not alone. Have you googled it to death yet?

Good luck! Thanks

Edit - did you have any issues installing all the AMD/opencl stuff?
sr. member
Activity: 277
Merit: 250
September 06, 2016, 06:08:10 PM
From the looks of it, you just need to

1. make sure that miner exists in the current directory (ls -al)
2. start the miner like this ./miner --flags etc etc  ( ./ is current dir).

Thanks

edit - sometimes it is named "minerd", but IDK in your case, I don't use that miner.

the problem is that your current directory is not in your %PATH% so it can't see miner, so you have to start it by ./ or fully qualified path e.g. /usr/local/src/miner-src/build/miner --flags

oh derrrrrr.... I was forgetting the "./" in front of "miner"

however, a new issue ----

Code:
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ ./miner xmr.conf
[18:01:22] Parsed pool URL: xmr.poolto.be
[18:01:22] Successfully connected to pool's stratum.
[18:01:22] Request: {"method": "login", "params": {"login": "438gFWUiHY68N4MUMWbgUGXyqGC47eqq65TbiTy4MyL4Fm7aRYHKPBM9aGyNbmeqWvLMC4aUsifgS719Shg38KKa8TZaXG7", "pass": "x", "agent": "wolf-xmr-miner/0.1"}, "id": 1}

[18:01:22] Got something: {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"933664273004978","job":{"blob":"02039e95bdbe05b0d489689fc1bd652f8f9e8de35c28ff976410ee758c8a5cc3d4324de1f2cf6f0000000024dc732a4391e0ae70ffbdb6e6fb50933baa6a54ba950ec7e709982ea8e3f00803","job_id":"262076305435039","target":"711b0d00"},"status":"OK"}}

[18:01:23] Error -61 when calling clCreateBuffer to create hash scratchpads buffer.
Segmentation fault (core dumped)
monerominer@monerominer:~/wolf-xmr-miner-0.3b$

In the wolf readme it states

Quote
Wolf's OpenCL XMR Miner for AMD GPUs

If you get an error about clCreateBuffer - lower your rawintensity. See the example config xmr.conf for details.

Generally, you want to raise rawintensity as high as it will go without error - but remember, 2MiB of GPU RAM is needed for every work-item.

I edited the xmr.conf to reflect my GPU's stock clock and memory freqs, then reduced the intensity to 100 .... I still got the error. I reduced the intensity all the way to 1, I still got the error. I don't think its an intensity issue, more like an open cl issue perhaps?

Your thoughts?

legendary
Activity: 3570
Merit: 1959
September 06, 2016, 05:06:50 PM
From the looks of it, you just need to

1. make sure that miner exists in the current directory (ls -al)
2. start the miner like this ./miner --flags etc etc  ( ./ is current dir).

Thanks

edit - sometimes it is named "minerd", but IDK in your case, I don't use that miner.

the problem is that your current directory is not in your %PATH% so it can't see miner, so you have to start it by ./ or fully qualified path e.g. /usr/local/src/miner-src/build/miner --flags
sr. member
Activity: 277
Merit: 250
September 06, 2016, 04:52:59 PM
I need a little help....

From source, I expanded the .tar.gz file

cd'ed into the folder, typed make

received the following:

Code:
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ make
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/aesb.c -o crypto/aesb.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/aesb-x86-impl.c -o crypto/aesb-x86-impl.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_blake256.c -o crypto/c_blake256.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_groestl.c -o crypto/c_groestl.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_keccak.c -o crypto/c_keccak.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_jh.c -o crypto/c_jh.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_skein.c -o crypto/c_skein.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/oaes_lib.c -o crypto/oaes_lib.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c cryptonight.c -o cryptonight.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c log.c -o log.o
log.c: In function ‘Log’:
log.c:25:3: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(timebuf);
   ^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c net.c -o net.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c minerutils.c -o minerutils.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c gpu.c -o gpu.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c main.c -o main.o
main.c: In function ‘PoolBroadcastThreadProc’:
main.c:133:3: warning: implicit declaration of function ‘Sleep’ [-Wimplicit-function-declaration]
   while(pthread_mutex_trylock(&QueueMutex)) Sleep(1);
   ^
main.c: In function ‘SetupXMRTest’:
main.c:626:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat=]
  snprintf(Options, 31, "-I. -DWORKSIZE=%d", LocalThreads);
  ^
main.c:626:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat=]
gcc -pthread -O0 -ggdb3 crypto/aesb.o crypto/aesb-x86-impl.o crypto/c_blake256.o crypto/c_groestl.o crypto/c_keccak.o crypto/c_jh.o crypto/c_skein.o crypto/oaes_lib.o cryptonight.o log.o net.o minerutils.o gpu.o main.o -ljansson -lOpenCL -ldl -o miner
monerominer@monerominer:~/wolf-xmr-miner-0.3b$

I was told that those are -warnings- not errors, so I tried to run the miner.


I tried to get the miner to work with the existing xmr.conf before I add my personal configuration, just to see if it works.

This is what I tried:


Code:
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ miner xmr.conf
No command 'miner' found, did you mean:
 Command 'mines' from package 'sgt-puzzles' (universe)
 Command 'mixer' from package 'csound-utils' (universe)
miner: command not found
monerominer@monerominer:~/wolf-xmr-miner-0.3b$




Am I using the correct command / format to start the miner?




I also tried using WiNE...... just in case it still needs WiNE - I was trying to compile the miner so I would not have to use WiNE


Code:
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ wine miner xmr.conf
wine: cannot find L"C:\\windows\\system32\\miner.exe"
monerominer@monerominer:~/wolf-xmr-miner-0.3b$


What am I doing wrong?


Pages:
Jump to: