Bitcoin Forum
June 20, 2024, 05:30:11 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 ... 248 »
2101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA] on: January 28, 2017, 03:35:25 PM
Sorry guys but this thread is too big for me to follow.
I modified the pascal cuda miner and optimized it, now it's doing 900 Mh/s on a 1070 consuming just 100W.
Is it good? Worth working on it, now that there are pools?
2102  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 28, 2017, 01:05:49 PM
When pool hashrate is much higher than network, it may be due to a high number of orphans, so be careful when you do your own math.
2103  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin on: January 28, 2017, 08:09:52 AM
Again this is obsolete miner software.
Look for a newer sgminer fork.
2104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 27, 2017, 01:00:49 PM
Let me make a little briefing on the coin issues.
Two of them are known to me: one is blockchain sync from scratch and the other is wallet corruption.
The former can be mitigated by downloading a blockchain snapshot: I will do this periodically and I've seen other nice people doing the same.
The latter I could never reproduce: it must be something related to the environment the wallet runs into, or is compiled with.
For this reason, I'd like to collect some information on the operating system (and library versions, when different from the default) of both the people who are experiencing the corruption issue and those who aren't.

Here is my contribution:

Corruption issue: never experienced during months of use.
OS: ubuntu 16:04
Libraries: standard provided by the distro.
2105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: January 27, 2017, 08:22:34 AM
do pascal move
ESP is the next pascal  Cool

Pascal coin came out with their wallet and it contains a messaging system like the one that was being worked on for ESP. pascal beat esp to release with this feature.

perhaps in an initial feature release, though I have not seen pascal to be honest. Our features are different than what others offer. As some of the current ones already show. There's more than one way to bake a cake Smiley and not all ways are a good way.

Thank you for clarifying that messaging has been attempted before. We just want to perfect it Wink


Features are important, but there are so many innovative coins which just die or are not solid enough ;-)
ESP is growing steadily and, IMHO, is going to be a solid and long living coin.
2106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MAC]Machinecoin - The Steampunk Cryptocurrency - Now With TimeTravel PoW! on: January 26, 2017, 09:50:20 PM
yep, you need a few more posts on the forum for that, add a thanks in my cpuminer thread Wink

the coin diff should rise a bit with that Wink

There were already a few miners with that hashrate ;-)
2107  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 25, 2017, 09:13:49 PM
How do you get the cuda miner to work? I get only crashes.

I had to fix here and there and now it works, I even improved it a bit, but solo mining with such difficulty is no fun and even the hashrate reporting is crap for any serious optimisation work. Some parts should be rewritten.
2108  Alternate cryptocurrencies / Altcoin Discussion / Re: Weak / Narrow Blockchain AI on: January 25, 2017, 08:35:31 PM
I will write more comments as soon as I have some time, but I wanted to say something about the opensource thing now.
You can keep it closed, of course: it's your baby.
But people will not trust you. And you will get much less support and help from the community.
You could, eventually, keep some parts closed.
2109  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 25, 2017, 02:24:57 PM
I can optimize this. But the miner code is missing. Where is the proxy v2 code?

https://github.com/Vorksholk/PascalCoin-CUDA


I asked on their thread and they replied it's in the miner but I just can't find it anywhere.
2110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA] on: January 25, 2017, 02:24:06 PM
again, where the hell is the miner proxy jar?
can anyone point me to the file or the archive containing it?
thanks!
2111  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA] on: January 25, 2017, 10:38:12 AM
I'm on Linux.
Can't find the proxy anywhere: cuda miner,  opencl miner, Linux wallet, wallet sources, miner binaries...
2112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA] on: January 25, 2017, 10:21:12 AM
where is the pascalcoinproxy2.jar?
2113  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 1.8.4 - opensource (tpruvot) on: January 25, 2017, 08:30:52 AM
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.
2114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MAC]Machinecoin - The Steampunk Cryptocurrency - Now With TimeTravel PoW! on: January 25, 2017, 08:27:45 AM
No, this algo also switch the first one which can be much slower than others, unlike x11evo.

Well some are very fast due to the possible midstate, and some much slower, like groestl

It is a permutation, so they just change order (including the first, of course).
Are you sure the compile can optimize the midstate by itself?
2115  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 24, 2017, 12:33:49 PM
I need some more cheese in the mouse trap.  Grin

Why not some Fricotal? Cheesy
2116  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MAC]Machinecoin - The Steampunk Cryptocurrency - Now With TimeTravel PoW! on: January 24, 2017, 09:10:56 AM
Added on yiimp.ccminer.org, i like the algo name Smiley

Imported also madzebra work in cpuminer-multi (as is for now, might be optimized later)

Reminder: This yiimp pool doesnt allow BTC addresses...

for now this yiimp algo implementation code is not released, i need to do some tests due to the variable hashrates of the different algo permutations.

I accept MAC donations on MCchQ675kJYeXoCACgkKx6xakubE8CAQ5A.

If some day you want to do a gpu miner, you can contact me...

Different speed? Looks weird: they are the same algos, just chained with different order...
2117  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 23, 2017, 08:10:41 PM
Thanks George5, let's hope they finally fix their wallet.
2118  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 23, 2017, 05:41:25 PM
whaaaaaaaat wow, you serious pallas, when did you receive this,

wow this makes my year, haha..


i mean last year.


Today.
2119  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 23, 2017, 11:49:03 AM
Latest news from Poloniex about XCN deposits:

"rest assured that we have not given up on it as new information and possible solutions keep reaching us"
2120  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner on: January 22, 2017, 04:38:49 PM
i'm trying to mine x11 marijuana coin with that miner on suprnova but it doesnt work. i have an amd card

Unless you really know what you are doing, don't mine x11 with gpu. There are asics for that.
why?

Gpus are highly inefficient. You can mine ten times more coins, using the same power, with asics.
Pages: « 1 ... 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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 ... 248 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!