effectsToCause (OP)
|
|
September 23, 2016, 02:23:54 AM |
|
I tried to compile for Windows but I got same error when it wasn't working for Linux earlier: Can you please fix or tell me how I can fix it? thanks. from this shot looks like you may need to install pthreads-w64
|
|
|
|
cyberspacemonkey
Legendary
Offline
Activity: 1288
Merit: 1002
|
|
September 23, 2016, 03:11:49 AM |
|
I tried to compile for Windows but I got same error when it wasn't working for Linux earlier: Can you please fix or tell me how I can fix it? thanks. from this shot looks like you may need to install pthreads-w64 keeps telling me it's already installed:
|
|
|
|
monsanto
Legendary
Offline
Activity: 1241
Merit: 1005
..like bright metal on a sullen ground.
|
|
September 23, 2016, 04:04:30 AM |
|
I've forked and built a standalone cpuminer for pools and solomining for those interested in trying it. -Forked from cpuminer-multi which the recommended pool miner was forked from. -Displays hashrate in H/m -I'm getting about 40% speed increase from wallet with this (better than anything else I've tested). -I'm now working on adding this miner to the wallet. -Haven't yet tried to build on windows, so linux compile only for now, unless anyone wants to try building on windows. https://github.com/effectsToCause/veriumMinersolomining: ./cpuminer -o localhost:<port> -u user -p pass poolmining: ./cpuminer -o stratum+tcp://vrm.cpuminers.com:3333 -u <Address here> -p x For solomining: ./cpuminer -o localhost:<port> -u user -p pass How do we determine the settings like <port>? Do we need a deposit address when solo-mining?
|
|
|
|
madfox11
|
|
September 23, 2016, 05:12:17 AM |
|
Please compile solo-miner for win 7 64, I`ll try to test on three different CPUs.
|
|
|
|
cyberspacemonkey
Legendary
Offline
Activity: 1288
Merit: 1002
|
|
September 23, 2016, 05:42:08 AM |
|
Please compile solo-miner for win 7 64, I`ll try to test on three different CPUs.
I'm trying dude. Tried with Cygwin64 and Mingw64 even after installing all required dependencies I still get an error . I'm downloading visual studio right now, we'll see how that goes.
|
|
|
|
birty555
|
|
September 23, 2016, 05:48:53 AM |
|
I've forked and built a standalone cpuminer for pools and solomining for those interested in trying it. -Forked from cpuminer-multi which the recommended pool miner was forked from. -Displays hashrate in H/m -I'm getting about 40% speed increase from wallet with this (better than anything else I've tested). -I'm now working on adding this miner to the wallet. -Haven't yet tried to build on windows, so linux compile only for now, unless anyone wants to try building on windows. https://github.com/effectsToCause/veriumMinersolomining: ./cpuminer -o localhost:<port> -u user -p pass poolmining: ./cpuminer -o stratum+tcp://vrm.cpuminers.com:3333 -u <Address here> -p x For solomining: ./cpuminer -o localhost:<port> -u user -p pass How do we determine the settings like <port>? Do we need a deposit address when solo-mining? if the wallet is running on the same machine and you havent changed the port with a rpcport=xxx in the verium.conf file then 127.0.0.1:33987 is what you need. Username and password are out of the conf file as well, example one is: rpcuser=veriumuser rpcpassword=hgruygb76ftyr rpcallowip=localhost
|
|
|
|
CarepeExonumia
Newbie
Offline
Activity: 17
Merit: 0
|
|
September 23, 2016, 06:10:49 AM |
|
Got it working on Ubuntu 16.0.4.1 LTS (on Azure) on 2 boxes
Hit one block last night and one a few minutes ago
~ 2kH/m on each box / Was previously ~ 1kH/m
|
|
|
|
Walrusbonzo
|
|
September 23, 2016, 06:25:05 AM |
|
Please compile solo-miner for win 7 64, I`ll try to test on three different CPUs.
I'm trying dude. Tried with Cygwin64 and Mingw64 even after installing all required dependencies I still get an error . I'm downloading visual studio right now, we'll see how that goes. I tried vs2015 last night. It seems some of the file reference paths are wrong in the solution. Could take a while to fix all them there was 78 like it.
|
|
|
|
thesilex
Member
Offline
Activity: 61
Merit: 10
|
|
September 23, 2016, 07:16:13 AM |
|
I have tried that new cpu miner now, hashrate went up to 1900 within first 5 minutes. But half an hour later, hashrate was lowered down to 1100. Seems like a memory problem or what?
|
|
|
|
cyberspacemonkey
Legendary
Offline
Activity: 1288
Merit: 1002
|
|
September 23, 2016, 07:47:01 AM |
|
I have tried that new cpu miner now, hashrate went up to 1900 within first 5 minutes. But half an hour later, hashrate was lowered down to 1100. Seems like a memory problem or what?
Did you compile it for windows or Linux?
|
|
|
|
thesilex
Member
Offline
Activity: 61
Merit: 10
|
|
September 23, 2016, 07:58:47 AM |
|
I have tried that new cpu miner now, hashrate went up to 1900 within first 5 minutes. But half an hour later, hashrate was lowered down to 1100. Seems like a memory problem or what?
Did you compile it for windows or Linux? Ubuntu 14.04
|
|
|
|
Anthbs
Newbie
Offline
Activity: 37
Merit: 0
|
|
September 23, 2016, 08:05:31 AM |
|
Please compile solo-miner for win 7 64, I`ll try to test on three different CPUs.
I'm trying dude. Tried with Cygwin64 and Mingw64 even after installing all required dependencies I still get an error . I'm downloading visual studio right now, we'll see how that goes. https://www.dropbox. com/s/vosfjoyrrxspi7g/cpuminer.exe?dl=0 Here's a binary of it. Compiling with VS2015 didn't work. Had to use VS2013 and remove all the other algorithms that effectsToCause must have removed from the VS project. Seems slower on windows than the other miner for me at least. 1050H/m vs 2500H/m
|
|
|
|
xdrzrex
Newbie
Offline
Activity: 42
Merit: 0
|
|
September 23, 2016, 09:36:12 AM |
|
I had to install jansson (although included in compat) and was able to compile, but it says "scrypt buffer allocation failed"
Is it a memory problem ? How much do I need for mere 3 threads ?
|
|
|
|
olkah
|
|
September 23, 2016, 09:51:13 AM |
|
It's can I ask you to put the settings file in the bat !!!!!
|
|
|
|
testbug
|
|
September 23, 2016, 10:22:28 AM |
|
With the help of Anthbs i was able to setup coiniumserv pool. I am working on some stability tweeks but i just found the first block of the pool :-) If you wish to mine there and test stability: www.poolinat0r.comI am working on mpos implementation with the MPOS i used for unomp stratum testing. As soon as it is working we should have some decent statistics.
|
|
|
|
wgd
Legendary
Offline
Activity: 1815
Merit: 1005
|
|
September 23, 2016, 10:33:25 AM |
|
stratum+tcp://5.9.12.149:4444 timeout
|
|
|
|
Walrusbonzo
|
|
September 23, 2016, 10:37:06 AM |
|
With the help of Anthbs i was able to setup coiniumserv pool. I am working on some stability tweeks but i just found the first block of the pool :-) If you wish to mine there and test stability: www.poolinat0r.comI am working on mpos implementation with the MPOS i used for unomp stratum testing. As soon as it is working we should have some decent statistics. Where is your pool based?
|
|
|
|
M1CHA3LH
Newbie
Offline
Activity: 46
Merit: 0
|
|
September 23, 2016, 10:45:15 AM |
|
I have 3 computers with Core i7 What is best for mining? solo or in a pool
|
|
|
|
olkah
|
|
September 23, 2016, 10:49:32 AM |
|
Pool not working !!!!!
|
|
|
|
Kazadar
|
|
September 23, 2016, 10:51:47 AM |
|
I have 3 computers with Core i7 What is best for mining? solo or in a pool
The miner for the pool is quicker but the pools werent fully optimized last I checked. If you can get the pool to work well it should be quicker.
|
|
|
|
|