Bitcoin Forum
June 26, 2024, 11:44:06 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 »
  Print  
Author Topic: [ANN][ELI] Elicoin (CPU mining only) EXCHANGE AVAILABLE!  (Read 52474 times)
ICBitcoinpeeple
Newbie
*
Offline Offline

Activity: 97
Merit: 0


View Profile
March 05, 2018, 09:43:05 PM
 #381

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
ICBitcoinpeeple
Newbie
*
Offline Offline

Activity: 97
Merit: 0


View Profile
March 05, 2018, 10:10:06 PM
 #382

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
spartan013
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 05, 2018, 10:25:46 PM
 #383

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.
spartan013
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 05, 2018, 10:32:08 PM
 #384

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
ICBitcoinpeeple
Newbie
*
Offline Offline

Activity: 97
Merit: 0


View Profile
March 05, 2018, 10:47:48 PM
 #385

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.
elicoin.net (OP)
Newbie
*
Offline Offline

Activity: 199
Merit: 0


View Profile
March 05, 2018, 11:26:53 PM
 #386

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
TheHas
Full Member
***
Offline Offline

Activity: 616
Merit: 167


View Profile
March 05, 2018, 11:49:44 PM
 #387

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).
tlccyq
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
March 06, 2018, 03:51:33 AM
 #388

wtb  eli 1000
ekoja
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
March 06, 2018, 07:06:43 AM
 #389

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.
ekoja
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
March 06, 2018, 07:11:35 AM
 #390

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.

Good information. I can also provide the hash rate of my rigs:
Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz.   2300 H/s
Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz    1700 H/s
elicoin.net (OP)
Newbie
*
Offline Offline

Activity: 199
Merit: 0


View Profile
March 06, 2018, 11:02:00 AM
 #391

We are on exchange!


BTC pair - https://icqbase.com/exchange/ELI/BTC
LTC pair - https://icqbase.com/exchange/ELI/LTC
Pitchie
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile
March 06, 2018, 12:11:18 PM
 #392


Congratulations to dev team! Thumbs up!

$XSCP(XyMcLREar5HupAEFjzqfxGvk7FKQN8yirP)
ewuyis1998
Jr. Member
*
Offline Offline

Activity: 97
Merit: 1


View Profile
March 06, 2018, 12:29:46 PM
 #393



The exchange is fantastic
Rejinx
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile
March 06, 2018, 12:40:48 PM
 #394

I wonder how the algorithm can be protected from asic and gpu mining. For some reason it seems to me that asic can at a very low level it's bypassed
ekoja
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
March 06, 2018, 12:47:38 PM
 #395


It's great, even there is no volume now. Hope the trade will be active soon.

Dev, when the official pool will be updated? Is it steady now?
elicoin.net (OP)
Newbie
*
Offline Offline

Activity: 199
Merit: 0


View Profile
March 06, 2018, 02:19:46 PM
Last edit: March 06, 2018, 03:06:10 PM by elicoin.net
 #396

I wonder how the algorithm can be protected from asic and gpu mining. For some reason it seems to me that asic can at a very low level it's bypassed

It is not protected against GPU mining, but it's very slow on it. ASIC for YescryptR16 is a sci-fi.
ICBitcoinpeeple
Newbie
*
Offline Offline

Activity: 97
Merit: 0


View Profile
March 06, 2018, 06:04:14 PM
 #397

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.

Good information. I can also provide the hash rate of my rigs:
Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz.   2300 H/s
Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz    1700 H/s

I started adding your rigs but I do not have all the info. Can you add the specs on the google doc file? It has an entry tab at the bottom which is editable. Once I have it I will move it over to the main page
MrFanelli
Jr. Member
*
Offline Offline

Activity: 70
Merit: 2


View Profile
March 06, 2018, 06:12:59 PM
 #398

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.

Good information. I can also provide the hash rate of my rigs:
Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz.   2300 H/s
Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz    1700 H/s

I started adding your rigs but I do not have all the info. Can you add the specs on the google doc file? It has an entry tab at the bottom which is editable. Once I have it I will move it over to the main page


I7 7700k is 1000h/s AVG
ICBitcoinpeeple
Newbie
*
Offline Offline

Activity: 97
Merit: 0


View Profile
March 06, 2018, 06:16:05 PM
 #399


Congrads!

Dev,
Have you submitted to other exchanges?

Once EliCoin starts gaining some ground in price I would be willing to donate some of my EliCoins to help you get listed on a paid exchange (Cryptopia, etc).

Have you submitted on any exchanges where we can vote for EliCoin to be listed?

DerJeanLuc
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
March 06, 2018, 07:08:19 PM
 #400

Come join us at:
HASHVALUE MINING POOL

http://hash4value.pw

Based on Yiimp pool (No Registration Needed)
Payout every 2 hours for balances starting from  : 0.01 ELI
Fee  : 0.5% Only (Lowest Fee)

Code:
-a yescryptr16 -o stratum+tcp://hash4value.pw:6333 -u <WALLET_ADDRESS> -p c=ELIC


On website there is 0.9% fee, so what is the right amount?  Huh
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 »
  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!