Pages:
Author

Topic: [ANN][ELI] Elicoin (CPU mining only) EXCHANGE AVAILABLE! - page 36. (Read 52525 times)

hero member
Activity: 700
Merit: 500
Not working properly on both win32 and win64. Tried on Windows 7 and Windows 10. The wallet stopped working just before opening it. Dev team, improve it, please.

The wallet works fine for me, both on windows 7 64bit and Ubuntu.
However, on windows wallet, it still says the Litecoin wallet.. Maybe it is just a UI problem.
newbie
Activity: 13
Merit: 0
wtb  eli 1000
full member
Activity: 616
Merit: 167
Ready to sell 120 ELI. Who interested write me in private messages your price .

Haha, the blackmarket of ELI. If you do end up selling it, I'd be interested in the informal price you received for your 120 mined ELI coins (in bitcoin or eth or whatever you get for it).
newbie
Activity: 199
Merit: 0
Dev,

I have created (borrowed) a hash rate comparison sheet for the processors I have tested so far for EliCoin mining. I want to post it here so others can submit their processor/hash rates. Editors please use add entries tab for submission. if you have any questions please let me know.


https://docs.google.com/spreadsheets/d/1XcbYIhAbz9SfNUdCV8OZKsYhbiU8wgPe-VM8NXUd4mA/edit?usp=sharing


You mean something like this: https://github.com/elicoin/elicoin/blob/master/HASHRATE.md ? Smiley
newbie
Activity: 97
Merit: 0
Dev,

I have created (borrowed) a hash rate comparison sheet for the processors I have tested so far for EliCoin mining. I want to post it here so others can submit their processor/hash rates. Editors please use add entries tab for submission. if you have any questions please let me know.


https://docs.google.com/spreadsheets/d/1XcbYIhAbz9SfNUdCV8OZKsYhbiU8wgPe-VM8NXUd4mA/edit?usp=sharing


Similar test is available here https://github.com/elicoin/elicoin/blob/master/HASHRATE.md

Awesome Spartan013!



Dev if you know the specs for each system tested please list them and I will add them to the spreadsheet.
newbie
Activity: 16
Merit: 0
Dev,

I have created (borrowed) a hash rate comparison sheet for the processors I have tested so far for EliCoin mining. I want to post it here so others can submit their processor/hash rates. Editors please use add entries tab for submission. if you have any questions please let me know.


https://docs.google.com/spreadsheets/d/1XcbYIhAbz9SfNUdCV8OZKsYhbiU8wgPe-VM8NXUd4mA/edit?usp=sharing


Similar test is available here https://github.com/elicoin/elicoin/blob/master/HASHRATE.md
newbie
Activity: 16
Merit: 0
I have problem with install cpuminer on Ubuntu. I tried this tutorial https://github.com/elicoin/elicoin/blob/master/MINING.md, and I download cpuminer 3.8.3.3.

I try too v3.7.10, but I have same error.

1) apt-get update && apt-get upgrade
2) apt-get install build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake screen ca-certificates wget tar
3) wget https://github.com/JayDDee/cpuminer-opt/archive/vx.x.x.tar.gz
4) tar xvzf vx.x.x.tar.gz
5) mv cpuminer-opt-x.x.x cpuminer
6) cd cpuminer
7) ./build.sh

Steps 1-6 are OK, but step 7 throw error inlining failed in call to always_inline '_mm_shuffle_epi8': target specific option mismatch.

Did somebody install cpuminer on ubuntu?

I have Ubuntu installed on all the servers I am using to mine. Here is the break down that should install it correctly for you.

1) Open terminal.
2) sudo apt-get install build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake
3) git clone git://github.com/JayDDee/cpuminer-opt
4) cd cpuminer-opt
5) ./build.sh

if ./build.sh does not work then

a) ./autogen.sh
b) CFLAGS="-O3 -march=native -Wall" CXXFLAGS="$CFLAGS -std=gnu++11" ./configure --with-curl
c) make

6) ./cpuminer -a yescryptr16 -o stratum+tcp://[MINING POOL ADDRESS] -u [YOUR WALLET ADDRESS]

Try cloning directly from github. Hope that helps you out. If you have any more problems I can try to help. If you are trying an older AMD processor the miner has issues.


EDIT: here are his release notes that might help also
https://github.com/JayDDee/cpuminer-opt/blob/master/RELEASE_NOTES

Thank you very much, but I have same problem when i try ./build.sh. I tried also you alternatively way (a,b,c) but after make I have same error. (I also cloned directly from github)

I'm trying this on vps, I don't know if it can cause a problem. I have reserved 4 physical Thread.
newbie
Activity: 97
Merit: 0
Dev,

I have created (borrowed) a hash rate comparison sheet for the processors I have tested so far for EliCoin mining. I want to post it here so others can submit their processor/hash rates. Editors please use add entries tab for submission. if you have any questions please let me know.


https://docs.google.com/spreadsheets/d/1XcbYIhAbz9SfNUdCV8OZKsYhbiU8wgPe-VM8NXUd4mA/edit?usp=sharing
newbie
Activity: 97
Merit: 0
I have problem with install cpuminer on Ubuntu. I tried this tutorial https://github.com/elicoin/elicoin/blob/master/MINING.md, and I download cpuminer 3.8.3.3.

I try too v3.7.10, but I have same error.

1) apt-get update && apt-get upgrade
2) apt-get install build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake screen ca-certificates wget tar
3) wget https://github.com/JayDDee/cpuminer-opt/archive/vx.x.x.tar.gz
4) tar xvzf vx.x.x.tar.gz
5) mv cpuminer-opt-x.x.x cpuminer
6) cd cpuminer
7) ./build.sh

Steps 1-6 are OK, but step 7 throw error inlining failed in call to always_inline '_mm_shuffle_epi8': target specific option mismatch.

Did somebody install cpuminer on ubuntu?

I have Ubuntu installed on all the servers I am using to mine. Here is the break down that should install it correctly for you.

1) Open terminal.
2) sudo apt-get install build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake
3) git clone git://github.com/JayDDee/cpuminer-opt
4) cd cpuminer-opt
5) ./build.sh

if ./build.sh does not work then

a) ./autogen.sh
b) CFLAGS="-O3 -march=native -Wall" CXXFLAGS="$CFLAGS -std=gnu++11" ./configure --with-curl
c) make

6) ./cpuminer -a yescryptr16 -o stratum+tcp://[MINING POOL ADDRESS] -u [YOUR WALLET ADDRESS]

Try cloning directly from github. Hope that helps you out. If you have any more problems I can try to help. If you are trying an older AMD processor the miner has issues.


EDIT: here are his release notes that might help also
https://github.com/JayDDee/cpuminer-opt/blob/master/RELEASE_NOTES
newbie
Activity: 16
Merit: 0
I have problem with install cpuminer on Ubuntu. I tried this tutorial https://github.com/elicoin/elicoin/blob/master/MINING.md, and I download cpuminer 3.8.3.3.

I try too v3.7.10, but I have same error.

1) apt-get update && apt-get upgrade
2) apt-get install build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake screen ca-certificates wget tar
3) wget https://github.com/JayDDee/cpuminer-opt/archive/vx.x.x.tar.gz
4) tar xvzf vx.x.x.tar.gz
5) mv cpuminer-opt-x.x.x cpuminer
6) cd cpuminer
7) ./build.sh

Steps 1-6 are OK, but step 7 throw error inlining failed in call to always_inline '_mm_shuffle_epi8': target specific option mismatch.

Did somebody install cpuminer on ubuntu?
jr. member
Activity: 112
Merit: 1
Ready to sell 120 ELI. Who interested write me in private messages your price .
newbie
Activity: 90
Merit: 0
I don't know enough about the technical requirements for mining, but when you say that it's only mineable for CPU, is there no possibility for a workaround to make it mineable for other hardware?

Research how it works, its the only way that you will understand what you are asking. Its possible to gpu mine, but not ASIC. GPU is too slow to be worth it.

Isn't asking people who are familiar with the topic also considered research? Wink Anyway thanks for getting back.
Haha it is. Thats why we are here.
sr. member
Activity: 840
Merit: 251
I don't know enough about the technical requirements for mining, but when you say that it's only mineable for CPU, is there no possibility for a workaround to make it mineable for other hardware?

Research how it works, its the only way that you will understand what you are asking. Its possible to gpu mine, but not ASIC. GPU is too slow to be worth it.

Isn't asking people who are familiar with the topic also considered research? Wink Anyway thanks for getting back.
hero member
Activity: 886
Merit: 504
Maybe you are having a local problem with the wallet?
It worked and works A-OK all the time for me.
member
Activity: 742
Merit: 12
Not working properly on both win32 and win64. Tried on Windows 7 and Windows 10. The wallet stopped working just before opening it. Dev team, improve it, please.
newbie
Activity: 13
Merit: 0
i sell 500ELI=1ETH
member
Activity: 134
Merit: 10
Hi everyone,

Is anyone selling Eli? I'm looking to buy in ETH!
jr. member
Activity: 60
Merit: 2
Awesome! Was looking for a coin my cpu could mine while my gpu's mine other things Smiley

Anyone currently cpu mining this, while gpu mining another coin? Have you had any issues with stability or getting both miners to run simultaneously?
Doesn't affect GPUs in my case (Ubuntu).
But i do it mostly "for fun", because I guess it's doesn't affect proffits either, because considerig the marketplace mentioned earlier, it's on the level on CPU's electricity cost. Professional CPUs are needed for this algos, such as Rysen Threadripper. These cheap processors for mining rigs eating too much watts for their h/s...
full member
Activity: 616
Merit: 167
Awesome! Was looking for a coin my cpu could mine while my gpu's mine other things Smiley

Anyone currently cpu mining this, while gpu mining another coin? Have you had any issues with stability or getting both miners to run simultaneously?
full member
Activity: 370
Merit: 100
so fast it can be exchanged on some exchanges!
now the price is low and when more and more people know about this the price will increas!
Pages:
Jump to: