Pages:
Author

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

legendary
Activity: 1120
Merit: 1000
Come on DEV....

Do something here...

AR2 looks dying. Everybody is moving to MMXVI. Do something with the premines, maybe destroy it and make it no premine coin, then people will come back as it will be fair.
hero member
Activity: 560
Merit: 500


just found this, do not have the slightest Idea what this coin is about,

but just found out,i didn’t mine anything for nearly a year, is this baby alive?

cpu mining ... i love cpu mining
so long
Matthias   Cheesy

.



Check out MMXVI. Also CPU mining, no ico, no premine.

Why has the thread been removed?

Flame against the author. first he/she remove the links to the github. At the moment I am still connected to 2 peers.

So is this coin still alive?

Have not seen dev around in a while.

Asking the same.
If remain that way, it's just a matter of time until became another dead coin.
legendary
Activity: 924
Merit: 1000
16GB? more than enough..
not sure why it is not compiling
full member
Activity: 239
Merit: 100
hey need help to build the wallet and the miner on linux!
tryed this:
git clone https://github.com/Encel-US/Argon2.git
cd Argon2/src/
make -f makefile.unix
getting this errors:
net.cpp:18:32: warning: miniupnpc/miniwget.h: No such file or directory
net.cpp:19:33: warning: miniupnpc/miniupnpc.h: No such file or directory
net.cpp:20:36: warning: miniupnpc/upnpcommands.h: No such file or directory
you dont have installed miniupnp, try this
Code:
wget http://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-1.8.tar.gz -O miniupnpc-1.8.tar.gz
tar xvfz miniupnpc-1.8.tar.gz
cd miniupnpc-1.8/
make
sudo make install


Quote
/tmp/cc05h2We.s:88: Error: no such instruction: `vprotq xmm10,xmm10,13'
/tmp/cc05h2We.s:89: Error: no such instruction: `vprotq xmm11,xmm11,13'
https://github.com/Encel-US/Argon2/blob/master/src/makefile.unix#L112
try change -msse2 to -march=native

i tryed but the same
Quote
hash/scrypt-jane/code/scrypt-jane-romix-basic.h:8: warning: 'scrypt_romix_nop' defined but not used
/tmp/cc8sxf4B.s: Assembler messages:
/tmp/cc8sxf4B.s:88: Error: no such instruction: `vprotq xmm10,xmm10,13'
/tmp/cc8sxf4B.s:89: Error: no such instruction: `vprotq xmm11,xmm11,13'


how much RAM your box have ?
try to add some swap http://www.cyberciti.biz/faq/linux-add-a-swap-file-howto/
make it big enough


Code:

free -m
             total       used       free     shared    buffers     cached
Mem:         16384         90      16293          0          0          0
-/+ buffers/cache:         90      16293
Swap:            0          0          0

my vps does not support user  swap space
legendary
Activity: 924
Merit: 1000
hey need help to build the wallet and the miner on linux!
tryed this:
git clone https://github.com/Encel-US/Argon2.git
cd Argon2/src/
make -f makefile.unix
getting this errors:
net.cpp:18:32: warning: miniupnpc/miniwget.h: No such file or directory
net.cpp:19:33: warning: miniupnpc/miniupnpc.h: No such file or directory
net.cpp:20:36: warning: miniupnpc/upnpcommands.h: No such file or directory
you dont have installed miniupnp, try this
Code:
wget http://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-1.8.tar.gz -O miniupnpc-1.8.tar.gz
tar xvfz miniupnpc-1.8.tar.gz
cd miniupnpc-1.8/
make
sudo make install


Quote
/tmp/cc05h2We.s:88: Error: no such instruction: `vprotq xmm10,xmm10,13'
/tmp/cc05h2We.s:89: Error: no such instruction: `vprotq xmm11,xmm11,13'
https://github.com/Encel-US/Argon2/blob/master/src/makefile.unix#L112
try change -msse2 to -march=native

i tryed but the same
Quote
hash/scrypt-jane/code/scrypt-jane-romix-basic.h:8: warning: 'scrypt_romix_nop' defined but not used
/tmp/cc8sxf4B.s: Assembler messages:
/tmp/cc8sxf4B.s:88: Error: no such instruction: `vprotq xmm10,xmm10,13'
/tmp/cc8sxf4B.s:89: Error: no such instruction: `vprotq xmm11,xmm11,13'


how much RAM your box have ?
try to add some swap http://www.cyberciti.biz/faq/linux-add-a-swap-file-howto/
make it big enough
full member
Activity: 239
Merit: 100
hey need help to build the wallet and the miner on linux!
tryed this:
git clone https://github.com/Encel-US/Argon2.git
cd Argon2/src/
make -f makefile.unix
getting this errors:
net.cpp:18:32: warning: miniupnpc/miniwget.h: No such file or directory
net.cpp:19:33: warning: miniupnpc/miniupnpc.h: No such file or directory
net.cpp:20:36: warning: miniupnpc/upnpcommands.h: No such file or directory
you dont have installed miniupnp, try this
Code:
wget http://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-1.8.tar.gz -O miniupnpc-1.8.tar.gz
tar xvfz miniupnpc-1.8.tar.gz
cd miniupnpc-1.8/
make
sudo make install


Quote
/tmp/cc05h2We.s:88: Error: no such instruction: `vprotq xmm10,xmm10,13'
/tmp/cc05h2We.s:89: Error: no such instruction: `vprotq xmm11,xmm11,13'
https://github.com/Encel-US/Argon2/blob/master/src/makefile.unix#L112
try change -msse2 to -march=native

i tryed but the same
Quote
hash/scrypt-jane/code/scrypt-jane-romix-basic.h:8: warning: 'scrypt_romix_nop' defined but not used
/tmp/cc8sxf4B.s: Assembler messages:
/tmp/cc8sxf4B.s:88: Error: no such instruction: `vprotq xmm10,xmm10,13'
/tmp/cc8sxf4B.s:89: Error: no such instruction: `vprotq xmm11,xmm11,13'

legendary
Activity: 1246
Merit: 1000
hey need help to build the wallet and the miner on linux!
tryed this:
git clone https://github.com/Encel-US/Argon2.git
cd Argon2/src/
make -f makefile.unix
getting this errors:
net.cpp:18:32: warning: miniupnpc/miniwget.h: No such file or directory
net.cpp:19:33: warning: miniupnpc/miniupnpc.h: No such file or directory
net.cpp:20:36: warning: miniupnpc/upnpcommands.h: No such file or directory
you dont have installed miniupnp, try this
Code:
wget http://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-1.8.tar.gz -O miniupnpc-1.8.tar.gz
tar xvfz miniupnpc-1.8.tar.gz
cd miniupnpc-1.8/
make
sudo make install


Quote
/tmp/cc05h2We.s:88: Error: no such instruction: `vprotq xmm10,xmm10,13'
/tmp/cc05h2We.s:89: Error: no such instruction: `vprotq xmm11,xmm11,13'
https://github.com/Encel-US/Argon2/blob/master/src/makefile.unix#L112
try change -msse2 to -march=native
full member
Activity: 239
Merit: 100
hey need help to build the wallet and the miner on linux!
tryed this:
git clone https://github.com/Encel-US/Argon2.git
cd Argon2/src/
make -f makefile.unix

getting this errors:
net.cpp:18:32: warning: miniupnpc/miniwget.h: No such file or directory
net.cpp:19:33: warning: miniupnpc/miniupnpc.h: No such file or directory
net.cpp:20:36: warning: miniupnpc/upnpcommands.h: No such file or directory
net.cpp:21:34: warning: miniupnpc/upnperrors.h: No such file or directory
net.cpp: In function 'void ThreadMapPort()':
net.cpp:1083: error: 'upnpDiscover' was not declared in this scope
net.cpp:1090: error: aggregate 'UPNPUrls urls' has incomplete type and cannot be defined
net.cpp:1091: error: aggregate 'IGDdatas data' has incomplete type and cannot be defined
net.cpp:1094: error: 'UPNP_GetValidIGD' was not declared in this scope
net.cpp:1099: error: 'UPNP_GetExternalIPAddress' was not declared in this scope
net.cpp:1100: error: 'UPNPCOMMAND_SUCCESS' was not declared in this scope
net.cpp:1121: error: 'UPNP_AddPortMapping' was not declared in this scope
net.cpp:1128: error: 'UPNPCOMMAND_SUCCESS' was not declared in this scope
net.cpp:1130: error: 'strupnperror' was not declared in this scope
net.cpp:1139: error: 'UPNP_DeletePortMapping' was not declared in this scope
net.cpp:1141: error: 'freeUPNPDevlist' was not declared in this scope
net.cpp:1142: error: 'FreeUPNPUrls' was not declared in this scope
net.cpp:1147: error: 'freeUPNPDevlist' was not declared in this scope
net.cpp:1149: error: 'FreeUPNPUrls' was not declared in this scope
net.cpp: In function 'void ThreadOpenConnections()':
net.cpp:1314: warning: comparison is always false due to limited range of data type
make: *** [obj/net.o] Error 1

if i use
make USE_UPNP=-  -f makefile.unix

getting this errors:
hash/scrypt-jane/code/scrypt-jane-romix-basic.h:8: warning: 'scrypt_romix_nop' defined but not used
/tmp/cc05h2We.s: Assembler messages:
/tmp/cc05h2We.s:88: Error: no such instruction: `vprotq xmm10,xmm10,13'
/tmp/cc05h2We.s:89: Error: no such instruction: `vprotq xmm11,xmm11,13'
/tmp/cc05h2We.s:94: Error: no such instruction: `vprotq xmm8,xmm8,39'
/tmp/cc05h2We.s:95: Error: no such instruction: `vprotq xmm9,xmm9,39'
/tmp/cc05h2We.s:118: Error: no such instruction: `vprotq xmm8,xmm8,13'
/tmp/cc05h2We.s:119: Error: no such instruction: `vprotq xmm9,xmm9,13'
/tmp/cc05h2We.s:124: Error: no such instruction: `vprotq xmm10,xmm10,39'
/tmp/cc05h2We.s:125: Error: no such instruction: `vprotq xmm11,xmm11,39'
make: *** [hash/scrypt-jane/scrypt-jane.o] Error 1
legendary
Activity: 1386
Merit: 1000


just found this, do not have the slightest Idea what this coin is about,

but just found out,i didn’t mine anything for nearly a year, is this baby alive?

cpu mining ... i love cpu mining
so long
Matthias   Cheesy

.



Check out MMXVI. Also CPU mining, no ico, no premine.

Why has the thread been removed?

Flame against the author. first he/she remove the links to the github. At the moment I am still connected to 2 peers.

So is this coin still alive?

Have not seen dev around in a while.
hero member
Activity: 567
Merit: 500
In gold I trust - Aurumcoin www.cointech.net


just found this, do not have the slightest Idea what this coin is about,

but just found out,i didn’t mine anything for nearly a year, is this baby alive?

cpu mining ... i love cpu mining
so long
Matthias   Cheesy

.



Check out MMXVI. Also CPU mining, no ico, no premine.

Why has the thread been removed?

Flame against the author. first he/she remove the links to the github. At the moment I am still connected to 2 peers.
hero member
Activity: 712
Merit: 500


just found this, do not have the slightest Idea what this coin is about,

but just found out,i didn’t mine anything for nearly a year, is this baby alive?

cpu mining ... i love cpu mining
so long
Matthias   Cheesy

.



Check out MMXVI. Also CPU mining, no ico, no premine.

Why has the thread been removed?
legendary
Activity: 1120
Merit: 1000


just found this, do not have the slightest Idea what this coin is about,

but just found out,i didn’t mine anything for nearly a year, is this baby alive?

cpu mining ... i love cpu mining
so long
Matthias   Cheesy

.



Check out MMXVI. Also CPU mining, no ico, no premine.
legendary
Activity: 1120
Merit: 1000
Just found out this coin, planning to mine a few. CPU mining rules!!!
legendary
Activity: 910
Merit: 1000
guess we will not see gpu miner on this one?
hero member
Activity: 727
Merit: 501
Theoretically is not an easy algo for gpu's...?

Maybe new bounties for mac and android wallets???
legendary
Activity: 910
Merit: 1000
i if calculated right:
coin reward is reduced by 3% about 6 times in a year.
so next year this time reward will be around 16.7 coins?

correct me if i calculated wrong...
Right. If the coin survives, aprox reward in next years should be:

2016 16.65
2017 13.87
2018 11.56
2019 9.63


seems it wont survive if gpus wont kick in, and soon.


premine 100000

- amd gpu miner   - 20000 AR2
- nvidia gpu miner - 20000 AR2
- optimized cpu miner  - 7500 AR2
- optimized cpu miner by testz - 2500 AR2
- block explorer    - 3000 AR2
- first pool          - 5000 AR2
- second pool       - 3500 AR2
- third pool          - 2200 AR2
- translation in other languages - 200 AR2 (lets count 4)= 800 AR2
- website             - 7500 AR2
----------------------------------------------------
         72000 AR2

         28000 AR2 for dev?
hero member
Activity: 727
Merit: 501
i if calculated right:
coin reward is reduced by 3% about 6 times in a year.
so next year this time reward will be around 16.7 coins?

correct me if i calculated wrong...
Right. If the coin survives, aprox reward in next years should be:

2016 16.65
2017 13.87
2018 11.56
2019 9.63
legendary
Activity: 910
Merit: 1000
i if calculated right:
coin reward is reduced by 3% about 6 times in a year.
so next year this time reward will be around 16.7 coins?

correct me if i calculated wrong...
hero member
Activity: 671
Merit: 501
Blockchain and stuff
well, it has been Christmas and new-years, so things will be slow for a bit
hero member
Activity: 727
Merit: 501
That's true, and it allow testing the testz argon2 cpu miner, which seems to work fast and smooth. But with almost 100 miners working on suprnova pool, it's a pity not to see a bit more movement and news in this thread.
Pages:
Jump to: