Bitcoin Forum
April 28, 2024, 06:36:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 48 49 50 51 52 53 54 55 [56] 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 ... 133 »
  Print  
Author Topic: [ANN][VRM] Verium PoWT | CPU mining | scrypt² | Scaling | New Roadmap Released  (Read 249889 times)
effectsToCause (OP)
Hero Member
*****
Offline Offline

Activity: 761
Merit: 505

VeriCoin & Verium Creator/Developer


View Profile WWW
September 23, 2016, 02:23:54 AM
 #1101

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
1714329379
Hero Member
*
Offline Offline

Posts: 1714329379

View Profile Personal Message (Offline)

Ignore
1714329379
Reply with quote  #2

1714329379
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714329379
Hero Member
*
Offline Offline

Posts: 1714329379

View Profile Personal Message (Offline)

Ignore
1714329379
Reply with quote  #2

1714329379
Report to moderator
cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
September 23, 2016, 03:11:49 AM
 #1102

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:



Sad
monsanto
Legendary
*
Offline Offline

Activity: 1241
Merit: 1005


..like bright metal on a sullen ground.


View Profile
September 23, 2016, 04:04:30 AM
 #1103

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/veriumMiner

solomining:
./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
Hero Member
*****
Offline Offline

Activity: 1460
Merit: 573


View Profile
September 23, 2016, 05:12:17 AM
 #1104

Please compile solo-miner for win 7 64, I`ll try to test on three different CPUs.
cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
September 23, 2016, 05:42:08 AM
 #1105

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  Undecided. I'm downloading visual studio right now, we'll see how that goes.
birty555
Full Member
***
Offline Offline

Activity: 201
Merit: 100


View Profile
September 23, 2016, 05:48:53 AM
 #1106

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/veriumMiner

solomining:
./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

<a href="https://billing.time4vps.eu/?affid=1984"><img src="https://www.time4vps.eu/banners/affiliate/Time4VPS_468_60.png" width="468" height="60" border="0" title="Time4VPS.EU" alt="Time4VPS.EU - VPS hosting in Europe" /></a>
<br /><br />
CarepeExonumia
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
September 23, 2016, 06:10:49 AM
 #1107

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
Hero Member
*****
Offline Offline

Activity: 682
Merit: 500


View Profile
September 23, 2016, 06:25:05 AM
 #1108

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  Undecided. 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 Offline

Activity: 61
Merit: 10


View Profile
September 23, 2016, 07:16:13 AM
 #1109

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 Offline

Activity: 1288
Merit: 1002


View Profile
September 23, 2016, 07:47:01 AM
 #1110

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 Offline

Activity: 61
Merit: 10


View Profile
September 23, 2016, 07:58:47 AM
 #1111

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 Offline

Activity: 37
Merit: 0


View Profile
September 23, 2016, 08:05:31 AM
 #1112

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  Undecided. 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 Offline

Activity: 42
Merit: 0


View Profile
September 23, 2016, 09:36:12 AM
 #1113

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
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 505



View Profile
September 23, 2016, 09:51:13 AM
 #1114

It's can I ask you to put the settings file in the bat !!!!!
testbug
Hero Member
*****
Offline Offline

Activity: 883
Merit: 556


cryptohamstr.com - Pool OP


View Profile
September 23, 2016, 10:22:28 AM
 #1115

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.com
I 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 Offline

Activity: 1815
Merit: 1005


View Profile
September 23, 2016, 10:33:25 AM
 #1116

stratum+tcp://5.9.12.149:4444 timeout


            ▄██▄▄
        ▄▄█████████▄
    ▄▄████████████████▄▄
 ▄▄██████████████████████▄▄
 ▀█████████▀▀   ▀▀████████▀▀
█▄▄ ▀▀█▀▀           ▀▀█▀ ▄▄██
█████▄     ▄▄███▄▄     ██████
██████    ▄▀▀███▀▀▄    ██████
██████    ███▄ ▄███    ██████
██████    ████ ████    ██████
██████     ▀▀█ █▀▀     ██████
███████▄▄              ██████
██████████▄▄    ▄▄     ██████
 ▀▀██████████▄▄███     ███▀▀
     ▀████████████     ▀
        ▀█████████
           ▀▀██▀
 
qortal

Decentralized Internet
Infrastructure of the Future
 
████████████
           ▄▄██████▄▄                       ▄▄█████▄▄
     ▄▄█████████████▄▄                ▄▄█████████████▄▄
   ██████████▀▀█████████▄          ▄██████████████▀▀▀████▄
   ████▀▀         ▀▀ ████          █████████▀▀▀     ▄█████
   ███               ▀███          ████▀▀          ▄██████
   ██▀   ▄███  ███    ███          █████▄▄         ███████
   ██    ▀██▀  ▀█▀    ▀██          █████████▄     ████████
   ██  ▀▄▄       ▄▄█▀ ▄██          ██████████▄   █████████
   ▀███▄▄██████████▄▄███▀   ▄▄▄▄   ▀███████████▄▄████████▀

██▄▄  ▀█████████████▀▀  ▄▄████████▄▄  ▀▀█████████████▀▀  ▄▄███
█████▄▄   ▀█████▀▀   ▄▄███████████████▄   ▀▀█████▀▀   ▄███████
▀████████▄▄  ▀   ▄▄████████▀▀  ▀▀████████▄▄   ▀   ▄▄████████▀▀
   ▀▀████████▄▄████████▀▀  ▄▄██▄▄  ▀▀████████▄▄▄█████████▀
       ▀▀██████████▀▀  ▄▄██████████▄▄  ▀▀████████████▀▀
           ▀▀██▀▀  ▄▄███████████▀▀▀████▄▄ ▀▀█████▀▀
                   ████▀▀█████▀      ▀███
                   ████▄  ▀▀▀█      ▄████
                   ████  ▀          █████
                   █████▄          ▄█████
                   ██████▄        ▄██████
                   ████▀        ▄████████
                    ▀▀████▄▄▄█████████▀▀
                         ▀▀██████▀▀
 
████████████
 
     ▄▄▄██▄▄▄
▄▄██████████████▄▄▄
▀▀████████████████▀
   ▄ ▀▀████▀▀ ▄ ██
   ██▄▄    ▄▄██ ██
   ████████████ ██
    ██████████  ▀▀
     ▀▀▀▀▀▀▀▀
 
QORTAL PROJECT WIKI

   
██▀▀▀█▀▀▀█▀▀▀█▀▀▀▀▀▀▀▀█▀▀▀█▀▀▀█▀▀▀█
█ █▀▀▀█   █▀ ▄██████▄ ▀█   █▀▀▀█▄ █
██▄   █▀▀  ██▀  █   ▀██ ▀▀██   ██▀█
█ █████   ██    █     ██   █████  █
██▀   █▄▄ █   ▄███▄    █ ▄██   ██▄█
█▀█▄▄▄█   █   ▀███▀    █   █▄▄▄█▀ █
█ █  ▀█▄▄ ██    █      █  ▄█▀▀▀█▄ █
███  ▄█▀▀  ▀██▄ █ ▄▄   █ ▀▀█   ██▀█
█ █▀▀██   █▄  ▀███▀█   █   ██▀▀█  █
███   █████    ▄▄  █  ▄█ ███   ████
█ █▄▄██   ██▄▄█▀   █▄██▀   █▄▄▄█  █
██▄▄▄▄█▄▄▄█▄▄▄▄█▄▄█▄▄▄▄▄▄▄▄█▄▄▄█▄▄█
 
QORTECTOR

Obtain a QORTector Device...
Enjoy Free Internet... eventually.
  ....JOIN....
Walrusbonzo
Hero Member
*****
Offline Offline

Activity: 682
Merit: 500


View Profile
September 23, 2016, 10:37:06 AM
 #1117

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.com
I 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 Offline

Activity: 46
Merit: 0


View Profile
September 23, 2016, 10:45:15 AM
 #1118

I have 3 computers with Core i7
What is best for mining? solo or in a pool
olkah
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 505



View Profile
September 23, 2016, 10:49:32 AM
 #1119

Pool not working !!!!!
Kazadar
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
September 23, 2016, 10:51:47 AM
 #1120

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.

Pages: « 1 ... 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 48 49 50 51 52 53 54 55 [56] 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 ... 133 »
  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!