Bitcoin Forum
September 11, 2024, 06:27:06 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Should the 200k OPES be destroyed or in a lottery for a single user?
It should be destroyed - 18 (69.2%)
It should be won by 1 user - 8 (30.8%)
Total Voters: 26

Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 »  All
  Print  
Author Topic: OPES - NEW Argon2 algo - No ICO - CPU ONLY  (Read 50699 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
nikkiman87
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 06, 2016, 12:09:12 AM
Last edit: January 06, 2016, 09:00:26 AM by nikkiman87
 #121

Find my old HP laptop (core i5 450M) with Ubuntu 14.04 x64 and Win 7 x64 (separate OS)

Here is screenshot
https://i.imgur.com/MSWpFLd.jpg
On my old core i5 450M Ubuntu build (14.04 x64) just a little bit faster (4.5 kh/s to 4.2 kh/s) than Win7 x64

My ubuntu has not been updated since 2011 so did some sudo:
Code:
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm libpng-dev zlib1g-dev libpthread-stubs0-dev libjansson-dev

After copy cpuminer
Code:
cd cpuminer
sudo chmod +x cpuminer
./cpuminer --algo=argon2 -o stratum+tcp://opes.suprnova.cc:3084  -u xxxxxxxxxxx -p xxxxxxxxxx --threads=4
OPES (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 06, 2016, 12:22:00 AM
 #122

You guys are doing excellent work here! Bring ARGON2 to the people out there
cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
January 06, 2016, 12:47:03 AM
 #123

waiting for the gpu miner.
guess: there will be no such miner.. in near future

That's kind of the point of Argon2 algo..
You should read the specs about it if you have some spare time  Smiley

i guess i know the specs..
botnets will be first on this one.

AR2 seems to seek gpu devs.
will it save the coin from botnets..?

OPES (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 06, 2016, 10:57:53 AM
 #124

waiting for the gpu miner.
guess: there will be no such miner.. in near future

That's kind of the point of Argon2 algo..
You should read the specs about it if you have some spare time  Smiley

i guess i know the specs..
botnets will be first on this one.

AR2 seems to seek gpu devs.
will it save the coin from botnets..?


What's the difference between botnets or huge chinese mega GPU farms?
There will be no GPU miner anytime soon for this specific algo.

Look at the evolution of Bitcoin. It started out as something anyone could mine on any simple CPU.
Therefore, i believe in CPU only coins. It gives a better chance at mass adoption compared to instamineable coins by farmers.
Slow and steady growth goes before mega hype and deathdumps for OPES.
with the lemons!
Hero Member
*****
Offline Offline

Activity: 589
Merit: 500



View Profile
January 06, 2016, 03:06:53 PM
 #125

Allright, let me hear you!!!!

Where is OPES going to?

(expectin moon and rocket pictures)
I hope that...
Second pool
Third pool
Linux wallet
First exchange
Linux miner
...

Linux miner test build (from testz forked https://github.com/testzcrypto/cpuminer-multi-argon2)

Virustotal https://www.virustotal.com/en/file/2a1347a6470fab108a4232695cfb348014328360a44a087ecee7f1a6490125ca/analysis/1452030660/

Compare win x64 vs ubuntu build (1 cpu threat)

Link https://mega.nz/#!3lNzyLAZ!y09pqoI7nAIJCpoOO7fizg-n-jTYE3j4gAHAZnegZB4

If compiled with correct flags, miner should be faster on Linux. Not in VirtualBox, but on native it's quite faster.

Compilation string: ./configure --with-crypto --with-curl

Try to find Linux PC for pure testing

I really shouldn't help other people mine more, but here it is.

Code:
./configure CFLAGS="-Ofast -march=native" --with-crypto --with-curl

You have to compile on same PC on which you are going to mine (that's the "native" flag). If you have to compile on different PC, omit the "-march=native" flag.
Speed up should be quite noticeable, around 5-30%, depends on machine.
nikkiman87
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 06, 2016, 08:28:18 PM
 #126


Code:
./configure CFLAGS="-Ofast -march=native" --with-crypto --with-curl

You have to compile on same PC on which you are going to mine (that's the "native" flag). If you have to compile on different PC, omit the "-march=native" flag.
Speed up should be quite noticeable, around 5-30%, depends on machine.
Yea, after compile with right config speed up on my old laptop around 10%
https://i.imgur.com/V90q5IQ.png
VenMiner
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
January 07, 2016, 05:30:00 PM
 #127

hi guys, 32 bits miner for this algo?  Huh
with the lemons!
Hero Member
*****
Offline Offline

Activity: 589
Merit: 500



View Profile
January 07, 2016, 05:41:27 PM
 #128

hi guys, 32 bits miner for this algo?  Huh

Not worth it, it would be terribly slow. If you really want one, compile it yourself.
VenMiner
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
January 07, 2016, 06:01:10 PM
 #129

hi guys, 32 bits miner for this algo?  Huh

Not worth it, it would be terribly slow. If you really want one, compile it yourself.
i´m just asking, but thanks for the answers.
with the lemons!
Hero Member
*****
Offline Offline

Activity: 589
Merit: 500



View Profile
January 07, 2016, 06:28:06 PM
 #130

hi guys, 32 bits miner for this algo?  Huh

Not worth it, it would be terribly slow. If you really want one, compile it yourself.
i´m just asking, but thanks for the answers.

Just compiled, test it for me. Maybe I forgot some dependency.

https://mega.nz/#!VhgyCJqY!Q0w_MvXdSIky-UHH3jZkzjuplHUVAcZqi19MouX4ZgM
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
January 07, 2016, 06:36:44 PM
 #131

I smell Bittrex soon.
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
January 07, 2016, 06:39:08 PM
 #132

Mining it smoothly Cheesy
VenMiner
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
January 07, 2016, 06:42:59 PM
 #133

hi guys, 32 bits miner for this algo?  Huh

Not worth it, it would be terribly slow. If you really want one, compile it yourself.
i´m just asking, but thanks for the answers.

Just compiled, test it for me. Maybe I forgot some dependency.

https://mega.nz/#!VhgyCJqY!Q0w_MvXdSIky-UHH3jZkzjuplHUVAcZqi19MouX4ZgM
thanks Sr, i will try later and let you know how it work, i´m out of house. if some one  else can try before please tell us how it work.
OPES (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 08, 2016, 10:01:53 AM
 #134

Please no posts containing 'have a look at this coin XXXXXX" with topic links.
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
January 08, 2016, 11:00:46 AM
 #135

Mining this one in silence Smiley One day this will hit a big exchange and it will make us all happy Smiley
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
January 08, 2016, 12:25:16 PM
 #136

Hashrate still looking good here....

Nice spread of coins too, a lot of miners here.
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
January 08, 2016, 12:50:55 PM
 #137

250 OPES bounty for the first quote of the image! Post your address please Smiley





Newbie picture-proof version;

Source and wallets:

Github: https://github.com/OpesCoin/OPES
Windows: https://github.com/OpesCoin/OPES/releases/download/1.0.0.0/OPES-qt.zip
Mac: https://mega.nz/#!8dh2zAgZ!NlBoLEi8bF-N_t_Qnyiy___urP_WZyKzgc0P5I92bfs

cpu-miner
official miner(1.2)  windows 64bit: https://github.com/OpesCoin/cpuminer-multi/releases/download/1.2/cpuminer-multi-master.zip
source code: https://github.com/OpesCoin/cpuminer-multi
cpu-miner by testz
Argon2 optimized miner (x10+ faster):
https://www.bitteaser.com/press-releases/?title=argon2-optimized-miner


What is Argon2 algorithm?

https://password-hashing.net/argon2-specs.pdf

Pools:
https://opes.suprnova.cc/


Exchanges

/

Block explorer
http://104.238.173.4:3001/

Social:

https://twitter.com/Opescoindev
nikl
Hero Member
*****
Offline Offline

Activity: 635
Merit: 500


View Profile
January 08, 2016, 12:59:32 PM
 #138

craslovell
Legendary
*
Offline Offline

Activity: 1470
Merit: 1021



View Profile WWW
January 08, 2016, 03:11:57 PM
 #139

Where's Yobit on this one? Things are quiet, too quiet  Wink
with the lemons!
Hero Member
*****
Offline Offline

Activity: 589
Merit: 500



View Profile
January 08, 2016, 06:47:09 PM
 #140

Can't connect to network. Make some proper nodes.
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 »  All
  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!