Bitcoin Forum
June 23, 2024, 04:15:01 PM *
News: Voting for pizza day contest
 
   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 ... 133 »
  Print  
Author Topic: [ANN][VRM] Verium PoWT | CPU mining | scrypt² | Scaling | New Roadmap Released  (Read 249900 times)
nezto77
Hero Member
*****
Offline Offline

Activity: 868
Merit: 501



View Profile
September 02, 2016, 05:06:23 PM
 #541

run the wallet and put to mining. and already 12 hours , but did not get the block at all . whereas div very low , what happens ? is there any other way to run a mine with verium ? Huh
MAD945
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
September 02, 2016, 05:32:46 PM
 #542

It has begun!

People trying to find out how the hell can I get more...faster. Let the space race begin Cool
truerue
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
September 02, 2016, 05:34:16 PM
Last edit: September 02, 2016, 05:55:42 PM by truerue
 #543

run the wallet and put to mining. and already 12 hours , but did not get the block at all . whereas div very low , what happens ? is there any other way to run a mine with verium ? Huh
Diff is low, but hashrate is also low with this coin, near 600hashes/min for an average PC. It's  ok to find no blocks within 12 hours on regular computer.

OCminer has provided alternative miner https://github.com/ocminer/cpuminer-verium , but it haven't been tested yet, so there is no warranty that it's better than built-in one.
MAD945
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
September 02, 2016, 06:05:52 PM
 #544

We are at 300 nodes and rising Shocked not bad after 2 days after release
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
September 02, 2016, 06:29:25 PM
 #545

It has begun!

People trying to find out how the hell can I get more...faster. Let the space race begin Cool

We are at 300 nodes and rising Shocked not bad after 2 days after release

R u on drugs or a paid promo guy?  Smiley


suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
MAD945
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
September 02, 2016, 07:09:57 PM
 #546

It has begun!

People trying to find out how the hell can I get more...faster. Let the space race begin Cool

We are at 300 nodes and rising Shocked not bad after 2 days after release

R u on drugs or a paid promo guy?  Smiley



Mostly drugs...but hey at least I'm having a good time
pnosker
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
September 02, 2016, 07:14:24 PM
 #547

I've got an unoptimized version up here:

https://github.com/ocminer/cpuminer-verium

However, there is no working testnet, so it's hard to tell if its working now as diff is already sky high and someone most likely has an optimized version or even a GPU miner. I've had it running for about 10 hours on a 16 CPU VM but couldn't found a block - however also no rejects, so I cannot say that it's working or not.

If I have some extra time I'll try to get testnet running again and debug more.

The miner will take ages before it prints first results as the huge memory page has to be filled at first, don't worry, just let it sit.

This codebase is the same as the wallet so I wouldn't expect any issues. There isn't a way to make a faster GPU miner with the current ram as they have now. Since each thread requires at least 128 MB of ram, and the best GPUs have 8GB, you could only run at most ~80ish threads instead of the 2500+ you can for standard scrypt and it ends up being slower than a CPU thanks to poor GPU branch prediction, clocks, etc.

It might be possible to optimize the CPU miner, but we already optimized the low hanging fruit with compiler and CPU extension optimization.

Good work, though. Thanks for doing this.

Also, to clarify, does 16 CPU VM mean 16 cores or 16 logical hyper threaded cores? What hash rate are you getting?

16 virtual cores, it's a DO container.

Even after now almost 20h not a single block...

I hope someone will release an optimized miner to the public soon...

What's your hashrate? You can use ./veriumd getmininginfo

As for an optimized miner, we aren't using anything outside of the public code on the git repo. Verium is not designed to let lots of people get blocks easily, the block time is 4.81667 minutes now with a reward of 7.22614 (as of 3:15 PM EST 9/2/16), and the network hashrate is 216.41 kH/m. My computer runs at 1525 kH/m (core i7-3960x at 4.4 ghz), so every 144 blocks or so I SHOULD get a block (1.525/216.41). You can calculate your likeliness the same way.

Support the VeriFund Endowment.
VRC: VFEndownxxnHea9mv59kZx8c7TysGbndYx
loremipsum
Hero Member
*****
Offline Offline

Activity: 644
Merit: 501


View Profile
September 02, 2016, 07:18:11 PM
 #548

run the wallet and put to mining. and already 12 hours , but did not get the block at all . whereas div very low , what happens ? is there any other way to run a mine with verium ? Huh
Diff is low, but hashrate is also low with this coin, near 600hashes/min for an average PC. It's  ok to find no blocks within 12 hours on regular computer.

OCminer has provided alternative miner https://github.com/ocminer/cpuminer-verium , but it haven't been tested yet, so there is no warranty that it's better than built-in one.

What parameters do you use for OCminer?

I'm mining with the wallet and found 2 blocks in 24 hours

pwpwpw
Hero Member
*****
Offline Offline

Activity: 908
Merit: 503



View Profile
September 02, 2016, 08:14:02 PM
 #549

I've got an unoptimized version up here:

https://github.com/ocminer/cpuminer-verium

However, there is no working testnet, so it's hard to tell if its working now as diff is already sky high and someone most likely has an optimized version or even a GPU miner. I've had it running for about 10 hours on a 16 CPU VM but couldn't found a block - however also no rejects, so I cannot say that it's working or not.

If I have some extra time I'll try to get testnet running again and debug more.

The miner will take ages before it prints first results as the huge memory page has to be filled at first, don't worry, just let it sit.

This codebase is the same as the wallet so I wouldn't expect any issues. There isn't a way to make a faster GPU miner with the current ram as they have now. Since each thread requires at least 128 MB of ram, and the best GPUs have 8GB, you could only run at most ~80ish threads instead of the 2500+ you can for standard scrypt and it ends up being slower than a CPU thanks to poor GPU branch prediction, clocks, etc.

It might be possible to optimize the CPU miner, but we already optimized the low hanging fruit with compiler and CPU extension optimization.

Good work, though. Thanks for doing this.

Also, to clarify, does 16 CPU VM mean 16 cores or 16 logical hyper threaded cores? What hash rate are you getting?

16 virtual cores, it's a DO container.

Even after now almost 20h not a single block...

I hope someone will release an optimized miner to the public soon...

What's your hashrate? You can use ./veriumd getmininginfo

As for an optimized miner, we aren't using anything outside of the public code on the git repo. Verium is not designed to let lots of people get blocks easily, the block time is 4.81667 minutes now with a reward of 7.22614 (as of 3:15 PM EST 9/2/16), and the network hashrate is 216.41 kH/m. My computer runs at 1525 kH/m (core i7-3960x at 4.4 ghz), so every 144 blocks or so I SHOULD get a block (1.525/216.41). You can calculate your likeliness the same way.

you mean 1525 H/m and that is a very high hashrate, normal PCs like an i5 2500 can do no more than 4-500H/m if you still wanna use the PC for browsing and such. Optimized miner or not, a pool would make mining alot better, some people mine this from the beginning without getting any blocks, the luck factor is too high here.

jeewaka
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250



View Profile
September 02, 2016, 08:49:14 PM
 #550

actually the luck factor is so bad, I was very lucky to get 3 blocks in 24hours, while my friend who was mining with the same config pc as mine for 24 hours did not find one block.

Bitdegree██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
|██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
menace.bit
Sr. Member
****
Offline Offline

Activity: 457
Merit: 250

Generation Blockchain.


View Profile
September 02, 2016, 09:16:03 PM
 #551

is there already exchange or plan to add verium to major exchanges?
l8nit3
Legendary
*
Offline Offline

Activity: 1007
Merit: 1000


View Profile
September 02, 2016, 10:55:23 PM
 #552

Just found my first block Smiley second gen i3 cpu in my laptop Cheesy
MAD945
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
September 02, 2016, 11:40:32 PM
 #553

is there already exchange or plan to add verium to major exchanges?

They are in contact with multiple exchanges Polo, Bittrex, etc. They looking to get VRC/VRM trading pair
Walrusbonzo
Hero Member
*****
Offline Offline

Activity: 682
Merit: 500


View Profile
September 02, 2016, 11:42:16 PM
 #554

I've found a couple on my i7 4790k, but not my FX 9370 or Pentium G3220 Sad
idolacchacked
Hero Member
*****
Offline Offline

Activity: 598
Merit: 500


View Profile
September 03, 2016, 03:27:15 AM
 #555

I've got an unoptimized version up here:

https://github.com/ocminer/cpuminer-verium

However, there is no working testnet, so it's hard to tell if its working now as diff is already sky high and someone most likely has an optimized version or even a GPU miner. I've had it running for about 10 hours on a 16 CPU VM but couldn't found a block - however also no rejects, so I cannot say that it's working or not.

If I have some extra time I'll try to get testnet running again and debug more.

The miner will take ages before it prints first results as the huge memory page has to be filled at first, don't worry, just let it sit.

This codebase is the same as the wallet so I wouldn't expect any issues. There isn't a way to make a faster GPU miner with the current ram as they have now. Since each thread requires at least 128 MB of ram, and the best GPUs have 8GB, you could only run at most ~80ish threads instead of the 2500+ you can for standard scrypt and it ends up being slower than a CPU thanks to poor GPU branch prediction, clocks, etc.

It might be possible to optimize the CPU miner, but we already optimized the low hanging fruit with compiler and CPU extension optimization.

Good work, though. Thanks for doing this.

Also, to clarify, does 16 CPU VM mean 16 cores or 16 logical hyper threaded cores? What hash rate are you getting?

16 virtual cores, it's a DO container.

Even after now almost 20h not a single block...

I hope someone will release an optimized miner to the public soon...

What's your hashrate? You can use ./veriumd getmininginfo

As for an optimized miner, we aren't using anything outside of the public code on the git repo. Verium is not designed to let lots of people get blocks easily, the block time is 4.81667 minutes now with a reward of 7.22614 (as of 3:15 PM EST 9/2/16), and the network hashrate is 216.41 kH/m. My computer runs at 1525 kH/m (core i7-3960x at 4.4 ghz), so every 144 blocks or so I SHOULD get a block (1.525/216.41). You can calculate your likeliness the same way.

1525 h/m with 3960x? im have the same cpu and only get 900 ish on win 10, what am i doing wrong :/
phantagram
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
September 03, 2016, 05:10:57 AM
 #556

this mining is very slow on my laptop and no blocks.

what is the purpose of verium? just to make vericoin devs money in the ICO?
MAD945
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
September 03, 2016, 06:23:57 AM
Last edit: September 03, 2016, 07:23:57 AM by MAD945
 #557

this mining is very slow on my laptop and no blocks.

what is the purpose of verium? just to make vericoin devs money in the ICO?


Go mine Bitcoin and tell me how far you get Roll Eyes

The whole point of Verium is to be what Bitcoin was supposed to be, a CPU mineable Commodity. What gives Bitcoin it's value? The work and resources put in to mining it. What we have here is a new start to what Bitcoin was supposed to be until it turned into a arms race of who has the most ASICs. With the pairing of Vericoin with Verium we have a PoW Commodity which attains it's value through work and time and a spendable currency which is fast and efficient working on the same blockchain. With this we also have a solution to scaling as well.

I've gotten 3 blocks over 3 days at 600mh for a total of 26 VRM, I think that's pretty good for just letting my laptop sit there and work.
truerue
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
September 03, 2016, 06:57:48 AM
 #558

run the wallet and put to mining. and already 12 hours , but did not get the block at all . whereas div very low , what happens ? is there any other way to run a mine with verium ? Huh
Diff is low, but hashrate is also low with this coin, near 600hashes/min for an average PC. It's  ok to find no blocks within 12 hours on regular computer.

OCminer has provided alternative miner https://github.com/ocminer/cpuminer-verium , but it haven't been tested yet, so there is no warranty that it's better than built-in one.

What parameters do you use for OCminer?

I'm mining with the wallet and found 2 blocks in 24 hours
I'm using standard miner, haven't tried OCminer's yet. Just stated that it was released.
Crypt0bull
Full Member
***
Offline Offline

Activity: 183
Merit: 108



View Profile
September 03, 2016, 10:03:30 AM
 #559

this mining is very slow on my laptop and no blocks.

what is the purpose of verium? just to make vericoin devs money in the ICO?


Go mine Bitcoin and tell me how far you get Roll Eyes

The whole point of Verium is to be what Bitcoin was supposed to be, a CPU mineable Commodity. What gives Bitcoin it's value? The work and resources put in to mining it. What we have here is a new start to what Bitcoin was supposed to be until it turned into a arms race of who has the most ASICs. With the pairing of Vericoin with Verium we have a PoW Commodity which attains it's value through work and time and a spendable currency which is fast and efficient working on the same blockchain. With this we also have a solution to scaling as well.

I've gotten 3 blocks over 3 days at 600mh for a total of 26 VRM, I think that's pretty good for just letting my laptop sit there and work.

Running 870 H/m and found 9 blocks for a total of 103 VRM. (First 4 within the first hour after launch)..  Tongue
.m.
Sr. Member
****
Offline Offline

Activity: 280
Merit: 260



View Profile
September 03, 2016, 10:50:19 AM
 #560

NICE !
It says less than 500 on my desktop Sad


███████████████████████████████████████
███████████████████████████████████████
█████████████████████████████
██████████████████████████
████████████████████████
███████████████████████
█████████████████▐████
███████████████████████
████████████████████████
██████████████████████████
█████████████████████████████
███████████████████████████████████████
███████████████████████████████████████
DECENT
FOUNDATION



██
██
██
██
██
██
██
██
██

██
██
██


[D]ecentralized application
[E]liminated third parties
[C]ontent distribution



██
██
██
██
██
██
██
██
██

██
██
██


[E]ncrypted & secure
[N]o borders
[T]imeless reputation



██
██
██
██
██
██
██
██
██

██
██
██



██
██
██
██
██
██
██
██
██

██
██
██

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 ... 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!