Pages:
Author

Topic: [ANN][VRM] Verium PoWT | CPU mining | scrypt² | Scaling | New Roadmap Released - page 101. (Read 250025 times)

legendary
Activity: 2688
Merit: 1240
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

hero member
Activity: 658
Merit: 500
We are at 300 nodes and rising Shocked not bad after 2 days after release
full member
Activity: 156
Merit: 100
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.
hero member
Activity: 658
Merit: 500
It has begun!

People trying to find out how the hell can I get more...faster. Let the space race begin Cool
hero member
Activity: 868
Merit: 501
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
legendary
Activity: 2688
Merit: 1240
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...
hero member
Activity: 658
Merit: 500
New question for you tech-savvy people.

Is there a way to combine different computers to put all their hashes in to one wallet thus increasing the chances of finding blocks?

If so, I'd be keen to learn how to. As I now have about 4 machines running but when they are split up I won't find much.

Thanks,

Asking this again.

I want to know too, i have 5 machines
Just use one wallet.dat for all machines.


How do you export your wallet to put in other machines>?

I have the same question. Currently, Im running 2 machines and imported the wallet file into the 2nd one. I used the same password in both wallets. Is that correct?
I'm copied wallet.dat file, located in C:/users/my_user/appdata/roaming/verium from my main pc to other miners. Now i'm receiving all mined coins in one wallet. Ofcourse you should backup old wallet.dat file before replacement if you have some funds in it.


Thanks! I'm doing the same

Will have to try this with my other PCs
hero member
Activity: 644
Merit: 501
New question for you tech-savvy people.

Is there a way to combine different computers to put all their hashes in to one wallet thus increasing the chances of finding blocks?

If so, I'd be keen to learn how to. As I now have about 4 machines running but when they are split up I won't find much.

Thanks,

Asking this again.

I want to know too, i have 5 machines
Just use one wallet.dat for all machines.


How do you export your wallet to put in other machines>?

I have the same question. Currently, Im running 2 machines and imported the wallet file into the 2nd one. I used the same password in both wallets. Is that correct?
I'm copied wallet.dat file, located in C:/users/my_user/appdata/roaming/verium from my main pc to other miners. Now i'm receiving all mined coins in one wallet. Ofcourse you should backup old wallet.dat file before replacement if you have some funds in it.


Thanks! I'm doing the same
full member
Activity: 156
Merit: 100
New question for you tech-savvy people.

Is there a way to combine different computers to put all their hashes in to one wallet thus increasing the chances of finding blocks?

If so, I'd be keen to learn how to. As I now have about 4 machines running but when they are split up I won't find much.

Thanks,

Asking this again.

I want to know too, i have 5 machines
Just use one wallet.dat for all machines.


How do you export your wallet to put in other machines>?

I have the same question. Currently, Im running 2 machines and imported the wallet file into the 2nd one. I used the same password in both wallets. Is that correct?
I've copied wallet.dat file, located in C:/users/my_user/appdata/roaming/verium from my main pc to other miners. Now i'm receiving all mined coins in one wallet. Ofcourse you should backup old wallet.dat file before replacement if you have some funds in it.
hero member
Activity: 644
Merit: 501
New question for you tech-savvy people.

Is there a way to combine different computers to put all their hashes in to one wallet thus increasing the chances of finding blocks?

If so, I'd be keen to learn how to. As I now have about 4 machines running but when they are split up I won't find much.

Thanks,

Asking this again.

I want to know too, i have 5 machines
Just use one wallet.dat for all machines.


How do you export your wallet to put in other machines>?

I have the same question. Currently, Im running 2 machines and imported the wallet file into the 2nd one. I used the same password in both wallets. Is that correct?
sr. member
Activity: 504
Merit: 250
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?
legendary
Activity: 3038
Merit: 6194
Meh.
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.

Also, could you perhaps create a compiled version? If you were to have the time that is.

Would really appreciate it. Thanks,
legendary
Activity: 3038
Merit: 6194
Meh.
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.

I'll give it a go and see what happens.

You got any plans on a p2p pool? Smiley
legendary
Activity: 2688
Merit: 1240
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.
sr. member
Activity: 574
Merit: 259
Deal Coin - P2P Lending Eco-system
New question for you tech-savvy people.

Is there a way to combine different computers to put all their hashes in to one wallet thus increasing the chances of finding blocks?

If so, I'd be keen to learn how to. As I now have about 4 machines running but when they are split up I won't find much.

Thanks,

Asking this again.

I want to know too, i have 5 machines
Just use one wallet.dat for all machines.


How do you export your wallet to put in other machines>?
newbie
Activity: 49
Merit: 0
New question for you tech-savvy people.

Is there a way to combine different computers to put all their hashes in to one wallet thus increasing the chances of finding blocks?

If so, I'd be keen to learn how to. As I now have about 4 machines running but when they are split up I won't find much.

Thanks,

Asking this again.

I am interested in this too.
I have 6 machines. I'd like to combine them as if they were one miner.

Thanks
full member
Activity: 156
Merit: 100
New question for you tech-savvy people.

Is there a way to combine different computers to put all their hashes in to one wallet thus increasing the chances of finding blocks?

If so, I'd be keen to learn how to. As I now have about 4 machines running but when they are split up I won't find much.

Thanks,

Asking this again.

I want to know too, i have 5 machines
Just use one wallet.dat for all machines.
sr. member
Activity: 574
Merit: 259
Deal Coin - P2P Lending Eco-system
New question for you tech-savvy people.

Is there a way to combine different computers to put all their hashes in to one wallet thus increasing the chances of finding blocks?

If so, I'd be keen to learn how to. As I now have about 4 machines running but when they are split up I won't find much.

Thanks,

Asking this again.

I want to know too, i have 5 machines
hero member
Activity: 682
Merit: 500
You've still got that pesky font scaling issue. Check out this screen shot

http://prntscr.com/ccx6vf

Same issue here.
legendary
Activity: 3038
Merit: 6194
Meh.
New question for you tech-savvy people.

Is there a way to combine different computers to put all their hashes in to one wallet thus increasing the chances of finding blocks?

If so, I'd be keen to learn how to. As I now have about 4 machines running but when they are split up I won't find much.

Thanks,

Asking this again.
Pages:
Jump to: