bensam1231
Legendary
Offline
Activity: 1764
Merit: 1024
|
|
August 23, 2016, 07:56:44 AM |
|
Netflix alone has marketcap of 40 billion. I am going to throw some btc to lbry at some point, I just can't calculate what that point is.
Next in line:
Ubertokens Airbnbcredits
Interesting times...
-edit- and to be on topic, I hope lbry blockchain is not 30GB year from now. Perhaps they should call XCN dev.
Etherum went from $1 to $0.50 in the first few months after launch. Just like LBRY. If the team deliver I think we can see LBRY over $1. I'll keep some just in case... im pesonally selling all te way down - its getting to the point today where its no longer the best algo though (profit-wise) Yup, XCN has been that way for ever, Lbry over the last couple days is worse then just normal Ethereum. Take a look at Claymores dual miner. Converting from normal algos to Eth is a PITA.
|
I buy private Nvidia miners. Send information and/or inquiries to my PM box.
|
|
|
Newton90
|
|
August 23, 2016, 11:24:37 AM Last edit: August 23, 2016, 12:40:50 PM by Newton90 |
|
|
|
|
|
Velgelm
|
|
August 23, 2016, 02:00:30 PM |
|
SP release contains some errors, sp decided delete his fork and work with it
|
|
|
|
bensam1231
Legendary
Offline
Activity: 1764
Merit: 1024
|
|
August 23, 2016, 06:11:21 PM |
|
There aren't windows binaries yet, no one has made public ones.
|
I buy private Nvidia miners. Send information and/or inquiries to my PM box.
|
|
|
|
bensam1231
Legendary
Offline
Activity: 1764
Merit: 1024
|
|
August 24, 2016, 09:55:11 AM |
|
|
I buy private Nvidia miners. Send information and/or inquiries to my PM box.
|
|
|
sp_
Legendary
Offline
Activity: 2954
Merit: 1087
Team Black developer
|
|
August 24, 2016, 10:07:59 AM |
|
You should be careful with anonymous links like these. Might contain viruses.
|
|
|
|
Velgelm
|
|
August 24, 2016, 10:46:45 AM |
|
SP - your M7 miner not working correctly - when you planned fix it ?
|
|
|
|
alrami
Member
Offline
Activity: 92
Merit: 10
|
|
August 24, 2016, 11:57:49 AM |
|
It works at my system for 3 days no unusual activity was checked Nod32 shows no warnings, too its a tsiv's fork + all DLL's, but of case, it must be checked (i'm in a newbie status)
|
|
|
|
jonesskill
Member
Offline
Activity: 83
Merit: 10
|
|
August 25, 2016, 05:36:33 AM |
|
Thanks alrami, worked were... can u tell how i can set -i in this miner? my GPU only loads 60-70% on stock config, but when i try put -i the ccminer crashes
|
|
|
|
sp_
Legendary
Offline
Activity: 2954
Merit: 1087
Team Black developer
|
|
August 25, 2016, 06:56:12 AM |
|
SP - your M7 miner not working correctly - when you planned fix it ?
I tried to build Pallas github for windows with cuda 6.5, and it doesn't seem to work. (90% rejects on the pool). Cuda 8.0 was crashing when compiling. I don't have time to look at it now.
|
|
|
|
giagge
Legendary
Offline
Activity: 1134
Merit: 1001
|
|
August 25, 2016, 10:48:30 AM |
|
With 1 gtx 1070 how much XCN a day now ?
Thanks .
|
|
|
|
alrami
Member
Offline
Activity: 92
Merit: 10
|
|
August 25, 2016, 11:18:04 AM |
|
Thanks alrami, worked were... can u tell how i can set -i in this miner? my GPU only loads 60-70% on stock config, but when i try put -i the ccminer crashes
I was unable to find "-i" in this miner. And it's unlisted in a "help", too. But at my side GPU load is ave 96-98% on both 970 and 960.. Win7x64, 362.0 Nvidia Driver
|
|
|
|
alrami
Member
Offline
Activity: 92
Merit: 10
|
|
August 25, 2016, 11:39:28 AM |
|
With 1 gtx 1070 how much XCN a day now ?
Thanks .
not 100% sure, but must be near 1100xcn
|
|
|
|
giagge
Legendary
Offline
Activity: 1134
Merit: 1001
|
|
August 25, 2016, 12:52:36 PM |
|
With 1 gtx 1070 how much XCN a day now ?
Thanks .
not 100% sure, but must be near 1100xcn Thanks .
|
|
|
|
sp_
Legendary
Offline
Activity: 2954
Merit: 1087
Team Black developer
|
|
August 25, 2016, 08:47:26 PM Last edit: August 25, 2016, 09:03:08 PM by sp_ |
|
SP - your M7 miner not working correctly - when you planned fix it ?
I tried to build Pallas github for windows with cuda 6.5, and it doesn't seem to work. (90% rejects on the pool). Cuda 8.0 was crashing when compiling. I don't have time to look at it now. I have investigated some more. The cuda 6.5 32bit build hash is failing when startnonce is bigger than 0x00ffffff. So if the highbyte is filled with something else than 0. It produce the wrong hash. I enabled cpu mining verification. reproducable in benchmark mode by adding this line on the top: pdata[29] = 0x023445566; ( const uint32_t FirstNonce = pdata[29] )
|
|
|
|
Velgelm
|
|
August 26, 2016, 05:01:52 AM |
|
SP - your M7 miner not working correctly - when you planned fix it ?
I tried to build Pallas github for windows with cuda 6.5, and it doesn't seem to work. (90% rejects on the pool). Cuda 8.0 was crashing when compiling. I don't have time to look at it now. I have investigated some more. The cuda 6.5 32bit build hash is failing when startnonce is bigger than 0x00ffffff. So if the highbyte is filled with something else than 0. It produce the wrong hash. I enabled cpu mining verification. reproducable in benchmark mode by adding this line on the top: pdata[29] = 0x023445566; ( const uint32_t FirstNonce = pdata[29] ) If it work, you need get pull reguest and fix pallas build
|
|
|
|
giagge
Legendary
Offline
Activity: 1134
Merit: 1001
|
|
August 26, 2016, 01:08:05 PM |
|
SP - your M7 miner not working correctly - when you planned fix it ?
I tried to build Pallas github for windows with cuda 6.5, and it doesn't seem to work. (90% rejects on the pool). Cuda 8.0 was crashing when compiling. I don't have time to look at it now. I have investigated some more. The cuda 6.5 32bit build hash is failing when startnonce is bigger than 0x00ffffff. So if the highbyte is filled with something else than 0. It produce the wrong hash. I enabled cpu mining verification. reproducable in benchmark mode by adding this line on the top: pdata[29] = 0x023445566; ( const uint32_t FirstNonce = pdata[29] ) If it work , also it works on windows 10 x64 ? .
|
|
|
|
antantti
Legendary
Offline
Activity: 1176
Merit: 1015
|
|
August 26, 2016, 03:45:20 PM |
|
XCN again, wtf is going on?
|
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
August 26, 2016, 04:20:26 PM |
|
XCN again, wtf is going on?
something must always be pumped it's how the things work here
|
|
|
|
|