Bitcoin Forum
May 06, 2024, 04:11:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 56 57 58 59 60 61 62 63 64 [65] 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 172 »
  Print  
Author Topic: [ANN] ccminer 2.3 - opensource - GPL (tpruvot)  (Read 499993 times)
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
January 08, 2017, 10:08:29 PM
 #1281

for xmr yes, my goal was more to handle correctly the different protocol

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
1714968664
Hero Member
*
Offline Offline

Posts: 1714968664

View Profile Personal Message (Offline)

Ignore
1714968664
Reply with quote  #2

1714968664
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714968664
Hero Member
*
Offline Offline

Posts: 1714968664

View Profile Personal Message (Offline)

Ignore
1714968664
Reply with quote  #2

1714968664
Report to moderator
1714968664
Hero Member
*
Offline Offline

Posts: 1714968664

View Profile Personal Message (Offline)

Ignore
1714968664
Reply with quote  #2

1714968664
Report to moderator
TimC
Legendary
*
Offline Offline

Activity: 1764
Merit: 1022


View Profile
January 11, 2017, 02:05:32 AM
Last edit: January 11, 2017, 02:15:38 AM by TimC
 #1282

I have the miner setup for a seven different algo for Zpool but it seems that the program stops with an error. I posted a screen shot showing the error and what it was doing before the error. It also seems to have problem if you put more then nine algos it seems to want to use the wrong port or something.



Here is my config file for the pools
Code:
{
"pools" : [
{
"url" : "stratum+tcp://blakecoin.mine.zpool.ca:5743",
"user" : "17mxCDCZkKLfCQv6C8wCiTJMbwafYFxETJ",
"pass" : "c=CRW,blakecoin,blake2s,nist5,skein,decred,x11evo,x17,sib",
                "algo" : "blakecoin"
},
{
"url" : "stratum+tcp://blake2s.mine.zpool.ca:5766",
"user" : "17mxCDCZkKLfCQv6C8wCiTJMbwafYFxETJ",
"pass" : "c=CRW,blakecoin,blake2s,nist5,skein,decred,x11evo,x17,sib",
                "algo" : "blake2s"
},
{
"url" : "stratum+tcp://nist5.mine.zpool.ca:3833",
"user" : "17mxCDCZkKLfCQv6C8wCiTJMbwafYFxETJ",
"pass" : "c=CRW,blakecoin,blake2s,nist5,skein,decred,x11evo,x17,sib",
                "algo" : "nist5"
},
{
"url" : "stratum+tcp://skein.mine.zpool.ca:4933",
"user" : "17mxCDCZkKLfCQv6C8wCiTJMbwafYFxETJ",
"pass" : "c=CRW,blakecoin,blake2s,nist5,skein,decred,x11evo,x17,sib",
                "algo" : "skein"
},
{
"url" : "stratum+tcp://decred.mine.zpool.ca:5744",
"user" : "17mxCDCZkKLfCQv6C8wCiTJMbwafYFxETJ",
"pass" : "c=CRW,blakecoin,blake2s,nist5,skein,decred,x11evo,x17,sib",
                "algo" : "decred"
},
{
"url" : "stratum+tcp://x11evo.mine.zpool.ca:3553",
"user" : "17mxCDCZkKLfCQv6C8wCiTJMbwafYFxETJ",
"pass" : "c=CRW,blakecoin,blake2s,nist5,skein,decred,x11evo,x17,sib",
                "algo" : "x11evo"
},
{
"url" : "stratum+tcp://x17.mine.zpool.ca:3737",
"user" : "17mxCDCZkKLfCQv6C8wCiTJMbwafYFxETJ",
"pass" : "c=CRW,blakecoin,blake2s,nist5,skein,decred,x11evo,x17,sib",
                "algo" : "x17"
},
{
"url" : "stratum+tcp://sib.mine.zpool.ca:5033",
"user" : "17mxCDCZkKLfCQv6C8wCiTJMbwafYFxETJ",
"pass" : "c=CRW,blakecoin,blake2s,nist5,skein,decred,x11evo,x17,sib",
                "algo" : "sib"
}

],

"failover-only" : true

}

Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
January 11, 2017, 02:19:13 AM
 #1283

yep, pool storage is limited to 8,
miner.h:699:#define MAX_POOLS 8

did you try nist5 alone ?

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
TimC
Legendary
*
Offline Offline

Activity: 1764
Merit: 1022


View Profile
January 11, 2017, 04:03:32 AM
 #1284

yep, pool storage is limited to 8,
miner.h:699:#define MAX_POOLS 8

did you try nist5 alone ?

Yes. It works fine alone and runs for hours. It seems to only get that error when with a pool and it may take some time before that happens.
mirny
Legendary
*
Offline Offline

Activity: 1108
Merit: 1005



View Profile
January 11, 2017, 04:06:13 AM
 #1285

@TimC
consider another pool, zpool is stealing 20% of your earnings!

This is my signature...
Nikolaj
Sr. Member
****
Offline Offline

Activity: 445
Merit: 255


View Profile
January 13, 2017, 12:31:11 AM
 #1286

@TimC
consider another pool, zpool is stealing 20% of your earnings!

Yiimp. Nothing more.

Let's support honest devs and pool operators Smiley
m1n1ngP4d4w4n
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CryptoLearner


View Profile
January 15, 2017, 08:53:30 AM
 #1287

Hello Epsylon3,

Thanks for the great miner and pool @yiimp.

Got a question, is there a way to obtain API data in json form ? when i query the API i always get colon separated datas. Or is it not implemented ? I found some post dating back 2 years ago that you were going to implement it, but haven't found any newer post talking about this.

TIA and Keep up the good work.  Cool
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
January 18, 2017, 09:14:18 AM
 #1288

i see that veltor is not working right, there are many cpu does not validate, i'm using the last drivers
cdavid53
Full Member
***
Offline Offline

Activity: 293
Merit: 100


View Profile
January 24, 2017, 05:33:59 AM
 #1289

Hello

I would like to use several pools.
is it possible ? and if yes, how?

thank you in advance
nemesisDF
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
January 24, 2017, 06:54:13 AM
 #1290

yep, pool storage is limited to 8,
miner.h:699:#define MAX_POOLS 8

did you try nist5 alone ?

Hey Epsylon3,

Thanks for the best miner in town and for the yiimp pool.

Stay Warm!

Nem
szachta
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
January 24, 2017, 07:22:12 PM
 #1291

Last version is better from 1.8.2 or maybe some improvement like close showing diff.
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
January 24, 2017, 11:10:48 PM
 #1292

Consider improving Veltor, there is someone in the VLT thread advertising 40Mh for the Fury for 10Bitcoin. Probably not going to sell any, but if that speed is legit similar and/or faster should be achievable with the 1070.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 25, 2017, 08:30:52 AM
 #1293

Consider improving Veltor, there is someone in the VLT thread advertising 40Mh for the Fury for 10Bitcoin. Probably not going to sell any, but if that speed is legit similar and/or faster should be achievable with the 1070.

the slowest (by far) algo on the veltor chain is streebog, which is based on lookup tables, like groestl.
amd cards have an edge on that, because of the faster shared memory (local memory, like it's called in opencl).
unless someone can do a bitsliced streebog (and there are no implementations of it that I know of) don't expect the same level of performance of amd.

Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
January 25, 2017, 10:32:00 PM
 #1294

VLT is not my priority at all, and alexis already made a good work on that.. (which is in 1.8.4)

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
sp_
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
January 28, 2017, 11:45:51 AM
 #1295

yiimp is Down...

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
January 28, 2017, 03:47:31 PM
Last edit: January 28, 2017, 05:36:36 PM by Epsylon3
 #1296

back, sorry i enabled an option to double the upload and the modem was waiting a reboot :/ that happened while i was not available...

yiimp is now upgraded in 300/200Mbs :p (2x more upload ability)

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
joblo
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
January 28, 2017, 05:45:49 PM
 #1297

back, sorry i enabled an option to double the upload and the modem was waiting a reboot :/ that happened while i was not available...

yiimp is now upgraded in 300/200Mbs :p (2x more upload ability)

Only fiber.ccminer.org is working, only checked timetravel. Is this a permanent change?

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
January 28, 2017, 05:46:44 PM
 #1298

yes, new ip is 90.88.71.160

some providers cache the DNS longer than others


BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
joblo
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
January 28, 2017, 05:55:19 PM
 #1299

yes, new ip is 90.88.71.160

some providers cache the DNS longer than others


I meant the name, but I get it. I'll wait for the new DNS record to propagate.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
January 28, 2017, 05:56:32 PM
 #1300

no, fiber is temporary, i will drop it from the DNS in the week end... Creating a new DNS entry is often relayed faster to other DNS servers (not cached)

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
Pages: « 1 ... 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 56 57 58 59 60 61 62 63 64 [65] 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 172 »
  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!