Pages:
Author

Topic: [ANN][AR2] Argon2Coin new PoW algo, CPU friendly - page 9. (Read 60098 times)

hero member
Activity: 611
Merit: 500
Not sure if i have this set up right to solo mine .
I have the config for cupminer set TO
cpuminer -a argon2 -o 127.0.0.1:1234 -u 123 -p 1972 -t 32

And my wallet config is set to
server=1
rpcuser=123
rpcpassword=1972
rpcport=1234

I'v hit 30 blocks so far in the last hour with the miner im runing Two Opteron 6380 at 80KH/s  but havent had any coin show up in my wallet yet .
I'm i missing anything I'm not using the miner thats built in to the wallet but the opitmized miner
newbie
Activity: 5
Merit: 0
hey friends, just made a subreddit for discussion, help, and news at /r/argon2!! check it out Smiley
hero member
Activity: 671
Merit: 501
Blockchain and stuff
Also renting mining power for 0.000017 BTC/kH/hour if anyone's interested.

send me a pm? hows that work
hero member
Activity: 671
Merit: 501
Blockchain and stuff
Miner crashed without any message? Can you post message from Windows event log.

yup, no messages. it just closed generated 3 events,

http://pastebin.com/epvcYA53

JJ

legendary
Activity: 1713
Merit: 1029
For anyone wanting to run testz's miner on Linux, WINE worked fine for me.

On Ubuntu 14.04:
Code:
sudo dpkg --add-architecture i386
sudo add-apt-repository -y ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7

Then you can just run the cpuminer:

Code:
wine cpuminer.exe -a argon2 -o stratum+tcp://ar2.suprnova.cc:7095 -u username.worker -p password -t threads

If you have a high-core-count system, I'd recommend running multiple different instances of cpuminer, each restricted to several cores, as I've found I can get 50%+ more performance running several smaller instances each restricetd to a small number of cores:

Code:
sudo apt-get install util-linux

taskset -c 0,1,2,3 wine cpuminer.exe -a argon2 -o stratum+tcp://ar2.suprnova.cc:7095 -u username.worker -p password -t 4
taskset -c 4,5,6,7 wine cpuminer.exe -a argon2 -o stratum+tcp://ar2.suprnova.cc:7095 -u username.worker -p password -t 4
And so-on and so-forth. Screen is useful here.

Also renting mining power for 0.000017 BTC/kH/hour if anyone's interested.
legendary
Activity: 1764
Merit: 1018
Thanks! Sent some coins Smiley

Didn't notice your post count/activity when I first commented, hence a bit more paranoia. Miner's working extremely well!

Thanks for donation.
Some paranoia always good in crypto world.  Smiley
legendary
Activity: 1713
Merit: 1029
Argon2 optimized miner (x10+ faster):
https://www.bitteaser.com/press-releases/?title=1


Works wonderfully, getting about 3.7x the speed of the previous miner. Donation address?

Also, for anyone curious, I ran wireshark for five minutes in the background with nothing but the miner running, and nothing looked suspicious. That being said, that's no guarantee that it's safe--maybe it didn't find what it was looking for, maybe it waits for a longer time, who knows. But based on 5 minutes of network recording, everything looks vanilla. Smiley



Excellent! 3.7x it's not too much, maybe your get more if you run miner longer.
Donation address you can find here https://www.bitteaser.com/press-releases/?title=1
Thanks in advance.

Thanks for checking with wireshark. I value my reputation, so it's not in my interest publishing crap for community.
PS: Sure I will publish the sources in few days after some cleanup.


Thanks! Sent some coins Smiley

Didn't notice your post count/activity when I first commented, hence a bit more paranoia. Miner's working extremely well!
legendary
Activity: 1764
Merit: 1018
about the opitmized miner
on my two vps it works fine both  4-5kh/s  . Single CPU, Windows Server 2012

on my Home PC Win7 x64 the optimized miner doesnt work.
|-> Virtual Box, Windows Server 2012. doesnt work too.

i think this has something to do with the cpu.
the Basic miner works fine and without Problems.


yea, same config, and the original miner does work for me


Miner crashed without any message? Can you post message from Windows event log.
hero member
Activity: 671
Merit: 501
Blockchain and stuff

Original miner (https://github.com/Encel-US/cpuminer-multi/releases) works at same systems?
Did you run like: cpuminer.exe -q -a argon2 -o stratum+tcp://ar2.suprnova.cc:7095 -u user.x -p x -t 8

Anyone get it working?

PS: I test at few xeon's and i7's all works fine.



yea, same config, and the original miner does work for me
legendary
Activity: 1764
Merit: 1018

Works wonderfully, getting about 3.7x the speed of the previous miner. Donation address?

Also, for anyone curious, I ran wireshark for five minutes in the background with nothing but the miner running, and nothing looked suspicious. That being said, that's no guarantee that it's safe--maybe it didn't find what it was looking for, maybe it waits for a longer time, who knows. But based on 5 minutes of network recording, everything looks vanilla. Smiley



Excellent! 3.7x it's not too much, maybe your get more if you run miner longer.
Donation address you can find here https://www.bitteaser.com/press-releases/?title=argon2-optimized-miner
Thanks in advance.

Thanks for checking with wireshark. I value my reputation, so it's not in my interest publishing crap for community.
PS: Sure I will publish the sources in few days after some cleanup.
legendary
Activity: 2282
Merit: 1051
unnamed.Exchange, join the Cool Kids!!!
about the opitmized miner
on my two vps it works fine both  4-5kh/s  . Single CPU, Windows Server 2012

on my Home PC Win7 x64 the optimized miner doesnt work.
|-> Virtual Box, Windows Server 2012. doesnt work too.

i think this has something to do with the cpu.
the Basic miner works fine and without Problems.

legendary
Activity: 1232
Merit: 1001

Original miner (https://github.com/Encel-US/cpuminer-multi/releases) works at same systems?
Did you run like: cpuminer.exe -q -a argon2 -o stratum+tcp://ar2.suprnova.cc:7095 -u user.x -p x -t 8

Anyone get it working?

PS: I test at few xeon's and i7's all works fine.


yes works here  Roll Eyes i am getting aprox 6x more hashrate
legendary
Activity: 1713
Merit: 1029
Argon2 optimized miner (x10+ faster):
https://www.bitteaser.com/press-releases/?title=1


Works wonderfully, getting about 3.7x the speed of the previous miner. Donation address?

Also, for anyone curious, I ran wireshark for five minutes in the background with nothing but the miner running, and nothing looked suspicious. That being said, that's no guarantee that it's safe--maybe it didn't find what it was looking for, maybe it waits for a longer time, who knows. But based on 5 minutes of network recording, everything looks vanilla. Smiley As always, VMs are a great way to protect yourself.

legendary
Activity: 1764
Merit: 1018

Original miner (https://github.com/Encel-US/cpuminer-multi/releases) works at same systems?
Did you run like: cpuminer.exe -q -a argon2 -o stratum+tcp://ar2.suprnova.cc:7095 -u user.x -p x -t 8

Anyone get it working?

PS: I test at few xeon's and i7's all works fine.

hero member
Activity: 635
Merit: 500
Argon2 optimized miner (x10+ faster):
https://www.bitteaser.com/press-releases/?title=1

very nice, can u share nix src please? would like to do some cloud mining.. thanks

Currently it's Windows only  Sad and very ugly draft version. I will publish sources in few days.

it does not seem to run for me?


Which error did you get (screenshot will be great)? Do you run at x64 version of Windows? Your CPU should support SSE.
I get no errors, it shows the first two lines, including the donation address, hangs, and then just exits. No errors. 64 bit win 7, server.  CPUs are zeon e5570s


The same error (appcrash). CPU core i5 760
hero member
Activity: 671
Merit: 501
Blockchain and stuff
Argon2 optimized miner (x10+ faster):
https://www.bitteaser.com/press-releases/?title=1

very nice, can u share nix src please? would like to do some cloud mining.. thanks

Currently it's Windows only  Sad and very ugly draft version. I will publish sources in few days.

it does not seem to run for me?


Which error did you get (screenshot will be great)? Do you run at x64 version of Windows? Your CPU should support SSE.
I get no errors, it shows the first two lines, including the donation address, hangs, and then just exits. No errors. 64 bit win 7, server.  CPUs are zeon e5570s
legendary
Activity: 1764
Merit: 1018
Argon2 optimized miner (x10+ faster):
https://www.bitteaser.com/press-releases/?title=1

very nice, can u share nix src please? would like to do some cloud mining.. thanks

Currently it's Windows only  Sad and very ugly draft version. I will publish sources in few days.

it does not seem to run for me?


Which error did you get (screenshot will be great)? Do you run at x64 version of Windows? Your CPU should support SSE.
hero member
Activity: 671
Merit: 501
Blockchain and stuff
Argon2 optimized miner (x10+ faster):
https://www.bitteaser.com/press-releases/?title=1

very nice, can u share nix src please? would like to do some cloud mining.. thanks

Currently it's Windows only  Sad and very ugly draft version. I will publish sources in few days.

it does not seem to run for me?
legendary
Activity: 966
Merit: 1000
Guys have you seen the price spread actually, ouch, the  better sell price is 1499, and better buy price is 200 satos, i wanna buy some but i think i can wait for a normal spread, the risk now is so high, otherwise the Argon2 algo is really nice improvement . let's see what this coin have to say in crypto community
legendary
Activity: 1764
Merit: 1018
Argon2 optimized miner (x10+ faster):
https://www.bitteaser.com/press-releases/?title=1

very nice, can u share nix src please? would like to do some cloud mining.. thanks

Currently it's Windows only  Sad and very ugly draft version. I will publish sources in few days.
Pages:
Jump to: