Bitcoin Forum
May 24, 2024, 11:01:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEVA] NevaCoin | PoS 2.0 / PoW Hybrid | Blake2s PoW | NO Premine | on: March 14, 2016, 10:40:48 AM
It can get better, but meh, for now, it'll do (NSFW): https://ottrbutt.com/miner/blake2swolf-03132016.png

just for fun

280x 1150/1500

2.5GH/s on 280X, same clocks, 1150/1500 - other cards improved similarly (NSFW): https://ottrbutt.com/miner/blake2swolf-03142016.png

Your move. Cheesy
You win )
I lost interest in this algo a few days ago
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEVA] NevaCoin | PoS 2.0 / PoW Hybrid | Blake2s PoW | NO Premine | on: March 14, 2016, 05:39:38 AM
It can get better, but meh, for now, it'll do (NSFW): https://ottrbutt.com/miner/blake2swolf-03132016.png

just for fun

280x 1150/1500
3  Other / Archival / Re: [ANN] [ILT] Intellect | X11 | 3650% Annually on: March 06, 2015, 12:57:33 PM
what kind of 'code mistake' you talking about?
4  Other / Archival / Re: [ANN] [ILT] Intellect | X11 | 3650% Annually on: March 06, 2015, 07:47:11 AM
I'm no expert, but looks like the problem is here:

https://github.com/intellect-project/intellect/blob/master/src/main.cpp#L1000

Code:
int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;

It divides by COIN(/ COIN) and doesn't multiply (* COIN), putting the block subsidy in non satoshi format. nSubsidy is in satoshis.

If this is the case(99% sure it is), I suggest everyone simply stop running their wallets until a fork because your coin age will persist, and you will have "gained" block subsidy upon staking post-fork. Opposed to now at least.

Did you check this?
https://github.com/intellect-project/intellect/blob/master/src/main.h#L41:
Code:
static const int64_t MAX_MINT_PROOF_OF_STAKE = 36.50 * COIN; // 3650% annual interest
https://github.com/intellect-project/intellect/blob/master/src/main.cpp#L998:
Code:
    int64_t nRewardCoinYear;
    nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE;
    int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;

So,
nSubsidy == nCoinAge * (36.50 * COIN) / 365 / COIN == nCoinAge * 36.50 / 365

I think, *COIN and /COIN used for correct float-int conversion.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [VNL] VanillaCoin [WhirlpoolX] [Angel Investor] [White paper] GPU miner is out! on: February 21, 2015, 08:09:56 PM
I think, coin with closed sources have no future.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [VNL] VanillaCoin [WhirlpoolX] [Angel Investor] [White paper] GPU miner is out! on: February 21, 2015, 07:30:14 PM
Lol
Did you read http://vanillacoin.net/forums/viewtopic.php?pid=2775#p2775 :

Quote
Word of advice for some people out there. If you mine more than 10% of the pool combined hashrate 90% of your earnings will be sent to the faucet. This happens automatically in NOMP server-side code. The GPU arms race will start sunday evening after I have upgraded the infrastructure and the anti-DoS attack rules will be removed from NOMP. That said all of the people abusing the system today have lost 90% of all of their rewards so perhaps they will learn to wait until things are in a state where the load can be handled and sustained or go start their own mining pool with strong servers. Everyone else needs to make sure they stay under 10% which should be simple. Have a great weekend.

Right now faucet growth from ~110k to 191k.
More than 80k coin stolen by dev )

Thank you for your support, John )
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: September 18, 2014, 04:33:26 AM
I made, and released, miners that were several times faster than the best public one for XMR. I barely got anything in donations. Making the same mistake twice is called stupidity.
The trouble with selling the miner is that there is no way to protect the kernels from the person who buys it turning right around and giving them away

Of course - which is why I sell it to one large farmer for a high price. His own need to get a return on his investment stops him from sharing it - I can even offer him an exclusive deal, that is, I only sell it once, to him. I've seen what this community does to miners with fees - I'm not getting tricked that way.
Completely right decision.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PEOPLES CURRENCY][PPL][THE FIRST17ROUND CRYPTOHASH ALGO]LAUNCHING NOW on: July 19, 2014, 03:04:10 PM
I thought this was a cpu coin? no....

At the moment i think yes, but 'I think' a GPU miner could be made, just like BBL x15. I would jump in now before this happens, if it ever does Smiley.
Wink

hi lasybear, are you working on a gpu miner for x17?  Grin
Lips sealed
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PEOPLES CURRENCY][PPL][THE FIRST17ROUND CRYPTOHASH ALGO]LAUNCHING NOW on: July 14, 2014, 06:22:06 PM
I thought this was a cpu coin? no....

At the moment i think yes, but 'I think' a GPU miner could be made, just like BBL x15. I would jump in now before this happens, if it ever does Smiley.
Wink
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [FRSH] FreshCoin | FRESH algo! | Slingshield | % fees | Launch 7/7- 18GMT on: July 02, 2014, 03:31:24 AM
Thanks!
We just successfully finished the test launch and everything went very smooth. Also the OP is updated with additional mining info.
The average measured power reduction is 15 to 20% compared to x11  Cool
Power reduction is good. How about a hashrate?
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 09, 2014, 10:53:51 AM
Could anybody share good X13 settings for Sapphire 7970 "Vapor-X", "Dual-X"
Settins I use give me ~2500 Kh per each, but cards are crashing time to time

"kernel" : "x13mod",
"worksize" : "128",
"gpu-threads" : "2",
"intensity" : "17",
"gpu-engine" : "1075",
"gpu-memclock" : "1500",
"thread-concurrency" : "0", (cards set it to 22336 by itself)

Run on PiPM

Thank you

r9 280x (aka 7970) Dual-X 2500kh/s
Code:
"rawintensity" : "81920",
"worksize" : "64",
"gpu-engine" : "1000-1030",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"gpu-threads" : "2",
"kernel" : "x13mod",

12  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 05, 2014, 05:40:33 PM
Anyone got a 7990 working?

Im running dual 7990 rigs and getting nothing but HW errors?

This is my bat. Anyone know whats causing the issue? Have tried various tc and intensities, and tried 13.12, 13.9. 14.4 and 14.6 drivers.

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
C:\sgminer_x11x13mod_03_06_2014\sgminer.exe --kernel x13mod -o stratum+tcp://am01.eu.trademybit.com:5550 -u sb0y1.2 -p 1234 -w 256 --thread-concurrency 11200 -g 2 -I 13 --gpu-memclock 1500 --gpu-engine 1040 --gpu-fan 100

Try TC=8192, I=17, g=2 if there are too many HW, reduce the core frequency.
OMG...
Just for fun, did you try --thread-concurrency 100500?
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 05, 2014, 08:09:34 AM
new version fails to work properly. For some reason i get no submissions.  Seems to hash slightly higher hashrate but never submits any work. (7870/270x/270)
Code:
sgminer  - Started: [2014-06-05 07:19:34] - [0 days 04:47:41]
--------------------------------------------------------------------------------
(5s):2.920M (avg):2.882Mh/s | A:1281  R:20  HW:0  WU:0.041/m
ST: 0  SS: 2  NB: 596  LW: 27916  GF: 0  RF: 0
Connected to Trademybit (stratum) diff 0.007 as user someone.5
Block: 1ab64ff7...  Diff:968  Started: [12:07:15]  Best share: 17
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  66.0C 1550RPM | 2.886M/2.883Mh/s | A:1281 R:  1.7% HW:0 WU:0.041/m rI:81920
--------------------------------------------------------------------------------
[12:05:46] Accepted 85ae737a Diff 0.007/0.007 GPU 0 at Trademybit
[12:06:07] Accepted 86d6743b Diff 0.007/0.007 GPU 0 at Trademybit
[12:06:09] Accepted 388df216 Diff 0.018/0.007 GPU 0 at Trademybit
What I'm doing wrong?
14  Local / Альтернативные криптовалюты / Re: [PRE-ANN]AXIS монета гибрид-X13 алгоритм- всего 12M -6 дней ха on: June 05, 2014, 07:27:54 AM
А. Иванов
Высокий звон
В худой котомк поклав pжаное хлебо,
Я ухожу туда, где птичья звон,
И вижу над собою синий небо,
Лохматый облак и шиpокий кpон.
Я дома здесь, я здесь пpишел не в гости,
Снимаю кепк, одетый набекpень,
Весёлый птичк, помахивая хвостик,
Высвистывает мой стихотвоpень.
Зелёный тpавк ложится под ногами,
И сам к бумаге тянется pука,
И я шепчу дpожащие губами:
"Велик могучим pусский языка!"
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 04, 2014, 04:31:17 PM

x13mod with some my optimizations only in OpenCL code, not miner code
Code:
sgminer  - Started: [2014-06-04 15:58:48] - [0 days 00:01:46]
--------------------------------------------------------------------------------
(5s):2.874M (avg):2.865Mh/s | A:15  R:0  HW:0  WU:0.053/m
ST: 1  SS: 0  NB: 2  LW: 167  GF: 0  RF: 0
Connected to Trademybit (stratum) diff 0.020 as user someone.5
Block: 51133e8a...  Diff:232  Started: [15:59:04]  Best share: 0.688
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  68.0C 1139RPM | 2.881M/2.953Mh/s | A:16 R:  0.0% HW:0 WU:0.053/m rI:81920
--------------------------------------------------------------------------------
[15:59:22] Accepted 11b8fbbc Diff 0.056/0.005 GPU 0 at Trademybit
[15:59:27] Accepted aa5c5a44 Diff 0.006/0.005 GPU 0 at Trademybit
[15:59:28] Accepted 7a40f6a0 Diff 0.008/0.005 GPU 0 at Trademybit
[15:59:31] Accepted 3135dc6d Diff 0.020/0.005 GPU 0 at Trademybit
[15:59:35] Accepted 904f73a9 Diff 0.007/0.005 GPU 0 at Trademybit
[15:59:39] Accepted 39fabeaf Diff 0.017/0.005 GPU 0 at Trademybit
would you mind please to share your full settings?
i get 2.66mh for exact same gpu (msi R9 280x Gaming)
thanks
Code:
"rawintensity" : "81920",
"vector" : "1",
"worksize" : "128",
"kernel" : "x13mod",
"lookup-gap" : "2",
"gpu-engine" : "1190",
"gpu-fan" : "20-95",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "1.200",
"temp-cutoff" : "90",
"temp-overheat" : "83",
"temp-target" : "70",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "1",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "4",
"shares" : "0"
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 04, 2014, 03:47:34 PM
New version i get 2.4mh old version get 2.5 why it lower Huh same config
Use old version. New version is mainly for old cards.
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 04, 2014, 03:45:25 PM
I just upgraded to the latest 14.6 driver and strangely it doesn't seem to work, I only get HW errors and no share at all with my R9 290x
(Am I doing something wrong or is there anybody having the same problem ?)
Yep.
Has read a lot of responses that 14.6 is bad for miners.
18  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 04, 2014, 01:40:37 PM
will there be new % increase? girino version gives 100kh/s more

100kh/s more on what? x11 and x13? both?

will there be new % increase? girino version gives 100kh/s more
and 1% fee.



the math is still in his favor

100kh/s more is like 1/30 for 1/100 fee
You're so funny )
This is not a miner quality, but kernels code optimisations.
Ok. Look.
Girino's
Code:
sgminer  - Started: [2014-06-04 16:02:10] - [0 days 00:01:34]
--------------------------------------------------------------------------------
(5s):2.876M (avg):2.854Mh/s | A:17  R:1  HW:0  WU:0.052/m
ST: 0  SS: 0  NB: 9  LW: 165  GF: 0  RF: 0
Connected to Trademybit (stratum) diff 0.005 as user someone.5
Block: 1ecd4b32...  Diff:34  Started: [16:03:42]  Best share: 0.313
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  64.0C 1049RPM | 2.866M/2.902Mh/s | A:18 R:  5.3% HW:0 WU:0.052/m rI:81920
--------------------------------------------------------------------------------
[16:02:28] Accepted 71450cce Diff 0.009/0.005 GPU 0 at Trademybit
[16:02:34] Accepted 1ef085e5 Diff 0.032/0.005 GPU 0 at Trademybit
[16:02:40] Accepted 71108ca2 Diff 0.009/0.005 GPU 0 at Trademybit
[16:02:42] Network diff set to 660
[16:02:42] Stratum from Trademybit detected new block
[16:02:51] Accepted 333e23f5 Diff 0.020/0.005 GPU 0 at Trademybit

x13mod with some my optimizations only in OpenCL code, not miner code
Code:
sgminer  - Started: [2014-06-04 15:58:48] - [0 days 00:01:46]
--------------------------------------------------------------------------------
(5s):2.874M (avg):2.865Mh/s | A:15  R:0  HW:0  WU:0.053/m
ST: 1  SS: 0  NB: 2  LW: 167  GF: 0  RF: 0
Connected to Trademybit (stratum) diff 0.020 as user someone.5
Block: 51133e8a...  Diff:232  Started: [15:59:04]  Best share: 0.688
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  68.0C 1139RPM | 2.881M/2.953Mh/s | A:16 R:  0.0% HW:0 WU:0.053/m rI:81920
--------------------------------------------------------------------------------
[15:59:22] Accepted 11b8fbbc Diff 0.056/0.005 GPU 0 at Trademybit
[15:59:27] Accepted aa5c5a44 Diff 0.006/0.005 GPU 0 at Trademybit
[15:59:28] Accepted 7a40f6a0 Diff 0.008/0.005 GPU 0 at Trademybit
[15:59:31] Accepted 3135dc6d Diff 0.020/0.005 GPU 0 at Trademybit
[15:59:35] Accepted 904f73a9 Diff 0.007/0.005 GPU 0 at Trademybit
[15:59:39] Accepted 39fabeaf Diff 0.017/0.005 GPU 0 at Trademybit

i know this is optimization lol, i was just showing the obvious

is that a 280x at 1100c doing almost 2.9MH/s on x13?
R9 280x MSI Gaming, GPU/MEM 1190/1500, x13.
19  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 04, 2014, 12:06:02 PM
will there be new % increase? girino version gives 100kh/s more

100kh/s more on what? x11 and x13? both?

will there be new % increase? girino version gives 100kh/s more
and 1% fee.



the math is still in his favor

100kh/s more is like 1/30 for 1/100 fee
You're so funny )
This is not a miner quality, but kernels code optimisations.
Ok. Look.
Girino's
Code:
sgminer  - Started: [2014-06-04 16:02:10] - [0 days 00:01:34]
--------------------------------------------------------------------------------
(5s):2.876M (avg):2.854Mh/s | A:17  R:1  HW:0  WU:0.052/m
ST: 0  SS: 0  NB: 9  LW: 165  GF: 0  RF: 0
Connected to Trademybit (stratum) diff 0.005 as user someone.5
Block: 1ecd4b32...  Diff:34  Started: [16:03:42]  Best share: 0.313
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  64.0C 1049RPM | 2.866M/2.902Mh/s | A:18 R:  5.3% HW:0 WU:0.052/m rI:81920
--------------------------------------------------------------------------------
[16:02:28] Accepted 71450cce Diff 0.009/0.005 GPU 0 at Trademybit
[16:02:34] Accepted 1ef085e5 Diff 0.032/0.005 GPU 0 at Trademybit
[16:02:40] Accepted 71108ca2 Diff 0.009/0.005 GPU 0 at Trademybit
[16:02:42] Network diff set to 660
[16:02:42] Stratum from Trademybit detected new block
[16:02:51] Accepted 333e23f5 Diff 0.020/0.005 GPU 0 at Trademybit

x13mod with some my optimizations only in OpenCL code, not miner code
Code:
sgminer  - Started: [2014-06-04 15:58:48] - [0 days 00:01:46]
--------------------------------------------------------------------------------
(5s):2.874M (avg):2.865Mh/s | A:15  R:0  HW:0  WU:0.053/m
ST: 1  SS: 0  NB: 2  LW: 167  GF: 0  RF: 0
Connected to Trademybit (stratum) diff 0.020 as user someone.5
Block: 51133e8a...  Diff:232  Started: [15:59:04]  Best share: 0.688
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  68.0C 1139RPM | 2.881M/2.953Mh/s | A:16 R:  0.0% HW:0 WU:0.053/m rI:81920
--------------------------------------------------------------------------------
[15:59:22] Accepted 11b8fbbc Diff 0.056/0.005 GPU 0 at Trademybit
[15:59:27] Accepted aa5c5a44 Diff 0.006/0.005 GPU 0 at Trademybit
[15:59:28] Accepted 7a40f6a0 Diff 0.008/0.005 GPU 0 at Trademybit
[15:59:31] Accepted 3135dc6d Diff 0.020/0.005 GPU 0 at Trademybit
[15:59:35] Accepted 904f73a9 Diff 0.007/0.005 GPU 0 at Trademybit
[15:59:39] Accepted 39fabeaf Diff 0.017/0.005 GPU 0 at Trademybit
20  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) on: June 04, 2014, 09:34:01 AM
will there be new % increase? girino version gives 100kh/s more
and 1% fee.

Pages: [1] 2 3 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!