Bitcoin Forum
August 14, 2025, 01:55:27 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 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 ... 127 »
  Print  
Author Topic: [ANN][VRM] Verium PoWT | CPU mining | scrypt² | Scaling | New Roadmap Released  (Read 250044 times)
effectsToCause (OP)
Hero Member
*****
Offline Offline

Activity: 761
Merit: 505

VeriCoin & Verium Creator/Developer


View Profile WWW
September 21, 2016, 05:27:56 PM
 #1021

Hello.
We have listed VeriumReserve (VRM) at our Exchange and welcome the community to start trading. We also added VRM/VRC trading pair as you asked us. Please help us to fill VRM/VRC orderbook.

Awesome!  We will start working on wallet integration of VRC/VRM exchange in both Verium and VeriCoin wallets through API.
cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
September 21, 2016, 05:48:30 PM
 #1022

So noone can confirm whether ocminer's standalone cpuminer works or not? does anyone know of a standalone cpuminer that works for solo mining?  Roll Eyes
effectsToCause (OP)
Hero Member
*****
Offline Offline

Activity: 761
Merit: 505

VeriCoin & Verium Creator/Developer


View Profile WWW
September 21, 2016, 06:03:49 PM
 #1023

So noone can confirm whether ocminer's standalone cpuminer works or not? does anyone know of a standalone cpuminer that works for solo mining?  Roll Eyes

This is best solominer I've tested: https://github.com/tpruvot/cpuminer-multi
./cpuminer -a scrypt:1048576 -o localhost:3333 -u user -p pass
mirny
Legendary
*
Offline Offline

Activity: 1107
Merit: 1005



View Profile
September 21, 2016, 06:14:23 PM
 #1024

So noone can confirm whether ocminer's standalone cpuminer works or not? does anyone know of a standalone cpuminer that works for solo mining?  Roll Eyes

This is best solominer I've tested: https://github.com/tpruvot/cpuminer-multi
./cpuminer -a scrypt:1048576 -o localhost:3333 -u user -p pass


port 3333, shouldn't it be port 33987?

This is my signature...
effectsToCause (OP)
Hero Member
*****
Offline Offline

Activity: 761
Merit: 505

VeriCoin & Verium Creator/Developer


View Profile WWW
September 21, 2016, 06:21:03 PM
 #1025

So noone can confirm whether ocminer's standalone cpuminer works or not? does anyone know of a standalone cpuminer that works for solo mining?  Roll Eyes

This is best solominer I've tested: https://github.com/tpruvot/cpuminer-multi
./cpuminer -a scrypt:1048576 -o localhost:3333 -u user -p pass


port 3333, shouldn't it be port 33987?

When solomining to your own computer you can set whatever port you want.

conf:
rpcuser=user
rpcpassword=pass
listen=1
server=1
daemon=1
addnode=vrmsupernode.vericoin.info
addnode=vrmsupernode3.vericoin.info
rpcallowip=localhost
rpcport=3333
cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
September 21, 2016, 06:39:45 PM
 #1026

So noone can confirm whether ocminer's standalone cpuminer works or not? does anyone know of a standalone cpuminer that works for solo mining?  Roll Eyes

This is best solominer I've tested: https://github.com/tpruvot/cpuminer-multi
./cpuminer -a scrypt:1048576 -o localhost:3333 -u user -p pass


port 3333, shouldn't it be port 33987?

When solomining to your own computer you can set whatever port you want.

conf:
rpcuser=user
rpcpassword=pass
listen=1
server=1
daemon=1
addnode=vrmsupernode.vericoin.info
addnode=vrmsupernode3.vericoin.info
rpcallowip=localhost
rpcport=3333

How do I know what my hashrate is using this miner since it only shows 0.00 KH/s ?
mirny
Legendary
*
Offline Offline

Activity: 1107
Merit: 1005



View Profile
September 21, 2016, 06:49:52 PM
 #1027

So noone can confirm whether ocminer's standalone cpuminer works or not? does anyone know of a standalone cpuminer that works for solo mining?  Roll Eyes

This is best solominer I've tested: https://github.com/tpruvot/cpuminer-multi
./cpuminer -a scrypt:1048576 -o localhost:3333 -u user -p pass


port 3333, shouldn't it be port 33987?

When solomining to your own computer you can set whatever port you want.

conf:
rpcuser=user
rpcpassword=pass
listen=1
server=1
daemon=1
addnode=vrmsupernode.vericoin.info
addnode=vrmsupernode3.vericoin.info
rpcallowip=localhost
rpcport=3333

Yeah, you're right, I forgot about that.
I'm usually getting RPC port from OP, and using that one.
It's working as well.
But, thank you anyway.

This is my signature...
Walrusbonzo
Hero Member
*****
Offline Offline

Activity: 682
Merit: 500


View Profile
September 21, 2016, 07:38:26 PM
 #1028

So noone can confirm whether ocminer's standalone cpuminer works or not? does anyone know of a standalone cpuminer that works for solo mining?  Roll Eyes

This is best solominer I've tested: https://github.com/tpruvot/cpuminer-multi
./cpuminer -a scrypt:1048576 -o localhost:3333 -u user -p pass


port 3333, shouldn't it be port 33987?

When solomining to your own computer you can set whatever port you want.

conf:
rpcuser=user
rpcpassword=pass
listen=1
server=1
daemon=1
addnode=vrmsupernode.vericoin.info
addnode=vrmsupernode3.vericoin.info
rpcallowip=localhost
rpcport=3333

How do I know what my hashrate is using this miner since it only shows 0.00 KH/s ?

Same issue here.... It "appears" to be working as CPU load is 100%. But no idea if it's really doing anything worthwhile.
cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
September 21, 2016, 07:44:05 PM
 #1029

So noone can confirm whether ocminer's standalone cpuminer works or not? does anyone know of a standalone cpuminer that works for solo mining?  Roll Eyes

This is best solominer I've tested: https://github.com/tpruvot/cpuminer-multi
./cpuminer -a scrypt:1048576 -o localhost:3333 -u user -p pass


port 3333, shouldn't it be port 33987?

When solomining to your own computer you can set whatever port you want.

conf:
rpcuser=user
rpcpassword=pass
listen=1
server=1
daemon=1
addnode=vrmsupernode.vericoin.info
addnode=vrmsupernode3.vericoin.info
rpcallowip=localhost
rpcport=3333

How do I know what my hashrate is using this miner since it only shows 0.00 KH/s ?

Same issue here.... It "appears" to be working as CPU load is 100%. But no idea if it's really doing anything worthwhile.


Mine is using all cores but cpu usage is showing only 75% so I'm very confused  Huh
birty555
Full Member
***
Offline Offline

Activity: 201
Merit: 100


View Profile
September 21, 2016, 07:47:46 PM
 #1030

can set to testnet to see which one works, just need testnet=1 to the conf file then the port is 32987, you will need two nodes to make a test net or get work will fail

<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 />
dolores12
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
September 21, 2016, 08:04:54 PM
 #1031

vrm has 6 btc buy support ...and 2.2 btc volume ...stop mining that shit has no value ....just a copy paste algo with a small tweak ...@veryveryviral you are a joke mate... Grin

THERE WILL BE ......
hentzikov
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
September 21, 2016, 09:27:20 PM
 #1032

Hello.
We have listed VeriumReserve (VRM) at our Exchange and welcome the community to start trading. We also added VRM/VRC trading pair as you asked us. Please help us to fill VRM/VRC orderbook.

Thank you! I've sent some to trade.
thesilex
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 21, 2016, 10:06:57 PM
 #1033

What is stratum difficulty of vrm.cpuminers.com?
And how do you select a proper value for that? I created my own pool for solo mining. I set stratum difficulty to 0.02 first, then i got lots of shares. So, i set it 10 now, because verium daemon says block difficulty is 34. But how does cpuminers pool get low amount of shares with such low stratum difficulty?? I dont understand that.
effectsToCause (OP)
Hero Member
*****
Offline Offline

Activity: 761
Merit: 505

VeriCoin & Verium Creator/Developer


View Profile WWW
September 21, 2016, 11:01:41 PM
Last edit: September 22, 2016, 02:27:32 AM by effectsToCause
 #1034

So noone can confirm whether ocminer's standalone cpuminer works or not? does anyone know of a standalone cpuminer that works for solo mining?  Roll Eyes

This is best solominer I've tested: https://github.com/tpruvot/cpuminer-multi
./cpuminer -a scrypt:1048576 -o localhost:3333 -u user -p pass


port 3333, shouldn't it be port 33987?

When solomining to your own computer you can set whatever port you want.

conf:
rpcuser=user
rpcpassword=pass
listen=1
server=1
daemon=1
addnode=vrmsupernode.vericoin.info
addnode=vrmsupernode3.vericoin.info
rpcallowip=localhost
rpcport=3333

How do I know what my hashrate is using this miner since it only shows 0.00 KH/s ?

I had .01 khash on my computer. I'm forking this code to make the 'official' verium miner for solomining and/or pools which will display h/m. I'm also incorporating some of this miners optimization into wallet.
BitcoinPorn
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


Posts: 69


View Profile WWW
September 22, 2016, 12:26:03 AM
 #1035

Just announced in the official forums here https://www.vericoinforums.com/threads/verium-vericoin-trading-pair-on-livecoin-is-live.1438/

Verium/Vericoin Trading Pair on LiveCoin is Live!

The exchange is Livecoin https://www.livecoin.net/       if you are just signing up for your first time, please use this referral link to sign up instead https://livecoin.net/?from=Livecoin-uBWHN1J1   if not it is all good, the first link is referral clean.


Add some coin!

tamara163
Legendary
*
Offline Offline

Activity: 1027
Merit: 1000


View Profile
September 22, 2016, 03:40:38 AM
Last edit: September 22, 2016, 03:52:07 AM by tamara163
 #1036

why my address is blocked for 10 to 30 minutes and then mined continues?and the rest of the mined coins in the pool
Anthbs
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
September 22, 2016, 03:58:40 AM
 #1037

What is stratum difficulty of vrm.cpuminers.com?
And how do you select a proper value for that? I created my own pool for solo mining. I set stratum difficulty to 0.02 first, then i got lots of shares. So, i set it 10 now, because verium daemon says block difficulty is 34. But how does cpuminers pool get low amount of shares with such low stratum difficulty?? I dont understand that.

Are you sure your mining scrypt² and that you difficulty multiplier is set correctly?
tamara163
Legendary
*
Offline Offline

Activity: 1027
Merit: 1000


View Profile
September 22, 2016, 04:00:51 AM
 #1038

over two days mining on the pool I have 4.8205 VRM.it is very small.in 11 days of solo mining was found 7 blocks
it turns out twice less
thesilex
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 22, 2016, 05:27:59 AM
 #1039

What is stratum difficulty of vrm.cpuminers.com?
And how do you select a proper value for that? I created my own pool for solo mining. I set stratum difficulty to 0.02 first, then i got lots of shares. So, i set it 10 now, because verium daemon says block difficulty is 34. But how does cpuminers pool get low amount of shares with such low stratum difficulty?? I dont understand that.

Are you sure your mining scrypt² and that you difficulty multiplier is set correctly?

Yes,i am mining scrypt2 i am sure.because i got rewards while mining on cpuminers. i tried setting stratum difficulty 0.01 and 0.025 on my pool. i could not find any block for 4 hours with 11 machines with these 2 seperate settings. I edit pools.json to change diff. i also disabled vardiff. i am doing something wrong but i dont know what it is.
Anthbs
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
September 22, 2016, 06:03:07 AM
 #1040

What is stratum difficulty of vrm.cpuminers.com?
And how do you select a proper value for that? I created my own pool for solo mining. I set stratum difficulty to 0.02 first, then i got lots of shares. So, i set it 10 now, because verium daemon says block difficulty is 34. But how does cpuminers pool get low amount of shares with such low stratum difficulty?? I dont understand that.

Are you sure your mining scrypt² and that you difficulty multiplier is set correctly?

Yes,i am mining scrypt2 i am sure.because i got rewards while mining on cpuminers. i tried setting stratum difficulty 0.01 and 0.025 on my pool. i could not find any block for 4 hours with 11 machines with these 2 seperate settings. I edit pools.json to change diff. i also disabled vardiff. i am doing something wrong but i dont know what it is.

Check your wallet's logs for block submissions.
Your probably submitting blocks that are rejected by the wallet because the first tx in the block isn't the coinbase.
I think the error is:

ERROR: CheckBlock() : first tx is not coinbase
ERROR: ProcessBlock() : CheckBlock FAILED

I've only manage to solve this on Coinium pool software so far have been helping TestBug to try get his UNOMP pool working.
Pages: « 1 2 3 4 5 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 ... 127 »
  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!