Search content
Sort by

Showing 17 of 17 results by CarepeExonumia
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Variable Blocktime | CPU mining | scrypt² | Commodity
by
CarepeExonumia
on 22/10/2016, 22:28:27 UTC
Unless you are mining with multi machines or a very low-end machine, pool mining is not worth it.  Better off solo mining.

I'm hitting blocks virtually every other day on an iMac

My RaspberryPi3 is pointed at a pool and is scraping in VRM bit by bit (currently about 4 VRM over two weeks)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 04/10/2016, 14:46:19 UTC
Thanks for making that clear
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 04/10/2016, 07:23:04 UTC
@testbug You need to change the Welcome message on the pool

Quote
**Update***
Finished:
- implementation of pool backups
- email notifications
- 0% fee for all testers has been applied :-)


Please note: you can't gpu mine here Wink

Today I see the 1.337% fee is being imposed, which you stated would be free for 1 month for testers.

I don't mind the fee, but you should notify people before simply imposing or increasing the fee which you had previously said would be x for specified time.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 29/09/2016, 10:17:57 UTC
Running Ubuntu 16.04 LTS I have found this miner to be great
Also works well on Mac OSX and RaspberryPi3 (Raspbian Jessie)

https://github.com/effectsToCause/veriumMiner

Simple steps to run it headless on a Linux server

cd ~/
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev
git clone https://github.com/effectsToCause/veriumMiner
cd veriumMiner
./autogen.sh
./configure CFLAGS="-march=native" --with-crypto --with-curl
make
./cpuminer -o stratum+tcp://poolinat0r.com:4443 -u USERNAME.WORKER -p PASSWORD -t NUMBER_OF_PROCESSORS_TO_USE -B

*NB - You should first make an account at http://vrm.poolinat0r.com/ and also create a worker


The last line you should substitute USERNAME / WORKER / PASSWORD and NUMBER_OF_PROCESSORS_TO_USE
The -B flag sets the miner to run in the background, so you can quit your session and it will still be running

To kill it if needed
sudo killall -9 cpuminer

To compile on MAC OSX simply run the following directly after running the ./autogen.sh command:
./nomacro.pl

Even have the above running on a RaspberryPi 3

Need to change the configure line to the following for Raspbian Jessie on RPi3
./configure CFLAGS="-mcpu=cortex-a53 -mfpu=neon-vfpv4" --with-crypto --with-curl  

Also, for RaspberryPi 3 max number of processors you can use without error is 2

HTH
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 28/09/2016, 14:13:44 UTC
Back to solo mining for me.  Return from the pool is now too low due to a couple of big monster pool munchers lol  Surely they should be solo mining.  Maybe a cap on the share percentage should be imposed to dissuade botnets, et al ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 27/09/2016, 19:48:52 UTC
I have 3 workers hitting vardiff with ~4.6kH/m

and my RaspberryPi3 is on the baby port lol
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 27/09/2016, 15:44:30 UTC
I say that it not worth mining because of nearly 5 or 6 days no found blocks , guy

Then join a pool and get guaranteed VRM daily

Since the beginning of the month, I have mined ~100+ VRM using my Mac

Now it is getting a little harder, so I joined a pool to get guaranteed VRM
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 27/09/2016, 11:29:15 UTC
4444
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 27/09/2016, 09:15:42 UTC
In the image below from the last block, how is it possible for the top user to have 90+% of the share ?

http://i.imgur.com/RjI0PD9.png

Ignore the green row, that's me
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 26/09/2016, 13:49:34 UTC
The way I do it is to wait for a block to hit on each machine.  You then get an address

Export the private key for that address and import it to my main wallet, give it a label (e.g. linux 1.. etc)

Rinse and repeat for the other machines

In the main wallet, you then see when the other machines hit a block and their label is listed in the history.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 26/09/2016, 11:57:10 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 23/09/2016, 14:49:06 UTC
lucky  Shocked

what cpu?

8 Core Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz

Averaging about 2 kH/m on each box
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 23/09/2016, 14:21:04 UTC
I've been mining with 4 computers at an overall average rate of 4000 H/m total and have not gotten a single block. I'm beginning to wonder if there's something wrong with that cpu miner effectsToCause released  Roll Eyes. Also difficulty is flying and price dipping, not a good sign.

Using the veriumMiner from effectsToCause I have hit 3 blocks on 2 separate machines running Ubuntu 16.04.1 LTS in 14 hours

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 23/09/2016, 12:18:21 UTC
I have 3 computers with Core i7
What is best for mining? solo or in a pool


Personally I have found more blocks/reward going solo
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRC] VeriCoin PoST Currency | [ANN][VRM] Verium PoWT Reserve
by
CarepeExonumia
on 23/09/2016, 10:05:47 UTC
Yah, ignore Sir loin and his wife Dolores, they just trolling for attention.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 23/09/2016, 06:10:49 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRM] Verium PoWT Reserve | Commodity | scrypt² | CPU mining
by
CarepeExonumia
on 22/09/2016, 20:55:43 UTC
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: -u user -p pass

poolmining:
./cpuminer -o stratum+tcp://vrm.cpuminers.com:3333 -u
-p x


I keep getting this error when trying to compile using ./build.sh :

Code:
make: *** [all] Error 2
[code]strip: 'cpuminer' : No such file

Any idea how to fix it?[/code]

make sure you have all dependencies in readme

I already installed all of them for Ubuntu with apt-get. Here's a picture of the error:

https://i.imgur.com/1eTpuxE.png

Sad




Same error for me on Ubuntu 16.04.1 LTS / Mac OSC El Crapitan / RPi 3 :-)