FacelessCrypto
Full Member
Offline
Activity: 539
Merit: 105
IDENA.IO - Proof-Of-Person Blockchain
|
|
December 07, 2017, 12:43:07 PM |
|
If you have a graphic card in your server.. may be you'd make 1 - 3 dnr per day if you mine parellal in same machine,,😉
|
|
|
|
trax0r
Full Member
Offline
Activity: 375
Merit: 103
Coinz-Universe
|
|
December 07, 2017, 12:50:21 PM |
|
also solo mining
{ "blocks" : 28058, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 0.00584079, "errors" : "", "genproclimit" : -1, "networkhashps" : 414811, "pooledtx" : 0, "testnet" : false, "generate" : true, "hashespersec" : 1738 }
woah. what processor are you using man Hardware is a HP Server with CPUs on 2 sockets (2x Intel XEON CPU E5-2660), 10 processor cores per socket. How's the solo mining results?per day 200 coins I. Suppose. I started it about 2 hours ago, no block found until now... Maybe tomorrow I could say how many blocks are found in one day...
|
|
|
|
ir.hn
Member
Offline
Activity: 322
Merit: 54
Consensus is Constitution
|
|
December 07, 2017, 02:15:39 PM |
|
Finally got my Odroid XU3 lite mining by compiling yentend, wasn't able to compile cpuminer-opt. Is the source of minerd available somewhere? Mining on 7 of 8 cores at 93°C, Hashrate reports vary wildly: most often it's around 63 but rarely it's reported as 0 or up to 140, probably some kind of lag. Not too bad for an ARM CPU (Exynos 5422), OS is Debian Wheezy. My properly cooled and slightly overclocked FX 8320E does 650 hashes per second btw. Had to configure with --ignore-incompatible-bdb and remove a "-msse41" from yescrypt.h in src/hash/yescrypt. More could be possible with some ARM optimization and compile option tuning, my only CXXFLAG was O3. Too bad the hashrate almost doubled today. Wow nice, I tried to get it working on a pine64 which didn't work and it seemed to be missing x86 type operations so I assumed that yenten required x86 processors. But that is interesting that you got it to work on ARM and not only that but on a non-ubuntu distro. Would you mind writing up a little procedure on how to do it for a linux noob? If this works on ARM it changes everything... Also add up each core's hash/sec to get your total. Found the minerd source at https://github.com/conan-equal-newone/yenten/releases, all I had to do to get running: apt-get install build-essential autotools-dev autoconf libcurl3 libcurl4-gnutls-dev jansson wget https://github.com/conan-equal-newone/yenten/releases/download/1.1.0/yenten_minerd_source.zip unzip yenten_minerd_source.zip Edit line 6 of configure.ac: AM_INIT_AUTOMAKE([gnu foreign]) ./autogen.sh ./configure CFLAGS="-O3 -funroll-loops -fomit-frame-pointer -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard" make strip minerd -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard will be different for most ARM devices, look up the recommended CFLAGS for your device. To build yentend I followed the readme except the two steps mentioned above. The 4 big cores report 0.02kH/s each, the 4 little cores 0.01kH/s. So with proper cooling I would get at least 120H/s, only running the 4 big cores atm. nice. Ever thought of trying hikey 960? it uses a73 architecture.
|
|
|
|
marv1n
|
|
December 07, 2017, 02:32:07 PM |
|
there are plans to add YTN to more Exchanges in the near future?
|
|
|
|
|
devident
Member
Offline
Activity: 152
Merit: 10
|
|
December 07, 2017, 03:08:54 PM |
|
there are plans to add YTN to more Exchanges in the near future?
to get listing on coinmarketcap yenten needs $10k daily volume, and it hit $2k yesterday so I imagine it will happen soon. yenten is doing that with coinsmarket exchange alone and without the need for a bigger exchange. even the aws stuff i did was very expensive so i'm pretty confident the distribution of this coin has been more fair than any gpu coin or staking coin, and i think that will appeal to folks who are just now finding yenten. if this coin had a mobile miner then it would be more appealing than electroneum for mass adoption, imo.
|
|
|
|
andronikos
|
|
December 07, 2017, 03:28:02 PM |
|
also solo mining
{ "blocks" : 28058, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 0.00584079, "errors" : "", "genproclimit" : -1, "networkhashps" : 414811, "pooledtx" : 0, "testnet" : false, "generate" : true, "hashespersec" : 1738 }
That's a great processor man!
|
|
|
|
eule
|
|
December 07, 2017, 04:58:48 PM |
|
there are plans to add YTN to more Exchanges in the near future?
if this coin had a mobile miner then it would be more appealing than electroneum for mass adoption, imo. Porting yenten minerd over to Android should be quite easy. Here's the original bitcoin minerd ported over: https://github.com/0xD34D/android_external_cpuminerI'm no dev though, so if I would try this it'd take a while. Imagine all the old or broken phones that could be put to good use.
|
|
|
|
devident
Member
Offline
Activity: 152
Merit: 10
|
|
December 07, 2017, 06:09:00 PM Last edit: December 07, 2017, 07:26:27 PM by devident |
|
there are plans to add YTN to more Exchanges in the near future?
if this coin had a mobile miner then it would be more appealing than electroneum for mass adoption, imo. Porting yenten minerd over to Android should be quite easy. Here's the original bitcoin minerd ported over: https://github.com/0xD34D/android_external_cpuminerI'm no dev though, so if I would try this it'd take a while. Imagine all the old or broken phones that could be put to good use. I would pay a bounty for that. And also a mobile wallet. Yannic set up a new faucet: https://cryptoservices.net/en/ytn-faucetIt's a browser miner, and once you click "verify me" then you can leave the miner open and mine on your phone while you sleep.
|
|
|
|
yarisken
Member
Offline
Activity: 68
Merit: 10
|
|
December 07, 2017, 06:41:31 PM |
|
Mining is more difficult , only 0.7 yenten last hour in pool. Im buying a bit more, price is rising slowly.
|
|
|
|
ir.hn
Member
Offline
Activity: 322
Merit: 54
Consensus is Constitution
|
|
December 07, 2017, 07:14:00 PM |
|
True. I'm trying to figure out the best way forward for hash/watt then invest in of a bunch of them. Also I am designing a cryogenic case (immersion in liquid nitrogen) so I need to have picked out the best board to use first. When I do I will open source the case design and also sell the cases. I was thinking mini-itx with intel atom but if android is this good and also lower power I will go that route and mabye put 3 odroids per case.
|
|
|
|
|
andronikos
|
|
December 07, 2017, 11:10:36 PM |
|
there are plans to add YTN to more Exchanges in the near future?
if this coin had a mobile miner then it would be more appealing than electroneum for mass adoption, imo. Porting yenten minerd over to Android should be quite easy. Here's the original bitcoin minerd ported over: https://github.com/0xD34D/android_external_cpuminerI'm no dev though, so if I would try this it'd take a while. Imagine all the old or broken phones that could be put to good use. Hey I'll support you in this idea man. Anything you need for help just say so.
|
|
|
|
stevascha
Member
Offline
Activity: 312
Merit: 10
|
|
December 08, 2017, 12:26:23 AM |
|
I thought people were losing interest in this coin, but here I check and the thread is still going strong. yeah because yenten for 21y or older man
|
|
|
|
casey.anthony195
|
|
December 08, 2017, 12:32:26 AM |
|
Mining with CPU is a great idea, but will it have the same efficiency as mining with GPUs?
|
|
|
|
trendvip
Newbie
Offline
Activity: 39
Merit: 0
|
|
December 08, 2017, 01:17:43 AM |
|
Hi all, I'm geting this errot while trying to start the cpuminer-opt: [2017-12-08 02:09:43] Starting Stratum on stratum+tcp://antminepool.com:6234 [2017-12-08 02:09:43] 2 miner threads started, using 'yescryptr16' algorithm. [2017-12-08 02:09:44] API bind to port 4048 failed - trying again in 20sec [2017-12-08 02:10:04] API bind to port 4048 failed - trying again in 20sec [2017-12-08 02:10:13] Stratum connection failed: Connection timed out after 30000 milliseconds [2017-12-08 02:10:13] ...retry after 10 seconds [2017-12-08 02:10:24] API bind to port 4048 failed - trying again in 20sec [2017-12-08 02:10:44] API bind to port 4048 failed - trying again in 20sec [2017-12-08 02:10:53] Stratum connection failed: Connection timed out after 30001 milliseconds [2017-12-08 02:10:53] ...retry after 10 seconds [2017-12-08 02:11:04] API bind to port 4048 failed (Address already in use) - API will not be available [2017-12-08 02:11:33] Stratum connection failed: Connection timed out after 30001 milliseconds [2017-12-08 02:11:33] ...retry after 10 seconds [2017-12-08 02:12:13] Stratum connection failed: Connection timed out after 30001 milliseconds [2017-12-08 02:12:13] ...retry after 10 seconds
Same error I get on other pools too. Anyone is geting this?
|
|
|
|
ir.hn
Member
Offline
Activity: 322
Merit: 54
Consensus is Constitution
|
|
December 08, 2017, 03:26:07 AM |
|
so moment of truth. Got my alfawise x5 running and got 90 hashes per sec running 4 threads in the wallet. I am using a kill-a-watt power guage and it says 7 watts while mining; 12.86 hashes/watt. Do you have a kill-a-watt to test your odroid?
|
|
|
|
Drag0g0
Newbie
Offline
Activity: 64
Merit: 0
|
|
December 08, 2017, 04:30:07 AM |
|
Mining is more difficult , only 0.7 yenten last hour in pool. Im buying a bit more, price is rising slowly.
What cpu are you using? Others also feel share speeds if want. Also tell what cpu and miner are you using, how many coins are you gettings in what speeds?
|
|
|
|
trax0r
Full Member
Offline
Activity: 375
Merit: 103
Coinz-Universe
|
|
December 08, 2017, 07:40:53 AM |
|
Hi all, I'm geting this errot while trying to start the cpuminer-opt: [2017-12-08 02:09:43] Starting Stratum on stratum+tcp://antminepool.com:6234 [2017-12-08 02:09:43] 2 miner threads started, using 'yescryptr16' algorithm. [2017-12-08 02:09:44] API bind to port 4048 failed - trying again in 20sec [2017-12-08 02:10:04] API bind to port 4048 failed - trying again in 20sec [2017-12-08 02:10:13] Stratum connection failed: Connection timed out after 30000 milliseconds [2017-12-08 02:10:13] ...retry after 10 seconds [2017-12-08 02:10:24] API bind to port 4048 failed - trying again in 20sec [2017-12-08 02:10:44] API bind to port 4048 failed - trying again in 20sec [2017-12-08 02:10:53] Stratum connection failed: Connection timed out after 30001 milliseconds [2017-12-08 02:10:53] ...retry after 10 seconds [2017-12-08 02:11:04] API bind to port 4048 failed (Address already in use) - API will not be available [2017-12-08 02:11:33] Stratum connection failed: Connection timed out after 30001 milliseconds [2017-12-08 02:11:33] ...retry after 10 seconds [2017-12-08 02:12:13] Stratum connection failed: Connection timed out after 30001 milliseconds [2017-12-08 02:12:13] ...retry after 10 seconds
Same error I get on other pools too. Anyone is geting this?
Make sure to open the port (6234 - outgoing) in your firewall... and "API bind to port 4048 failed" could mean the miner is already running.... Check your process list and kill the already running mining process....
|
|
|
|
stevascha
Member
Offline
Activity: 312
Merit: 10
|
|
December 08, 2017, 09:14:40 AM |
|
Hi all, I'm geting this errot while trying to start the cpuminer-opt: [2017-12-08 02:09:43] Starting Stratum on stratum+tcp://antminepool.com:6234 [2017-12-08 02:09:43] 2 miner threads started, using 'yescryptr16' algorithm. [2017-12-08 02:09:44] API bind to port 4048 failed - trying again in 20sec [2017-12-08 02:10:04] API bind to port 4048 failed - trying again in 20sec [2017-12-08 02:10:13] Stratum connection failed: Connection timed out after 30000 milliseconds [2017-12-08 02:10:13] ...retry after 10 seconds [2017-12-08 02:10:24] API bind to port 4048 failed - trying again in 20sec [2017-12-08 02:10:44] API bind to port 4048 failed - trying again in 20sec [2017-12-08 02:10:53] Stratum connection failed: Connection timed out after 30001 milliseconds [2017-12-08 02:10:53] ...retry after 10 seconds [2017-12-08 02:11:04] API bind to port 4048 failed (Address already in use) - API will not be available [2017-12-08 02:11:33] Stratum connection failed: Connection timed out after 30001 milliseconds [2017-12-08 02:11:33] ...retry after 10 seconds [2017-12-08 02:12:13] Stratum connection failed: Connection timed out after 30001 milliseconds [2017-12-08 02:12:13] ...retry after 10 seconds
Same error I get on other pools too. Anyone is geting this? do you try change the pool?
|
|
|
|
|