Bitcoin Forum
May 24, 2024, 03:07:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 »
221  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus [Niro] - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: September 24, 2015, 05:46:39 AM
I'll try https://mega.nz/#!6c1zTarR!qzIYqEMj-LclQUO-Ykv59Mc1w64nPOZEVbHkbBavBQU and see if that works.
222  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus [Niro] - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: September 23, 2015, 01:38:37 PM
As someone else mentioned your hashrate is low, a 280x gets 42mh.  I think u need to use different dll's as suggested, Mummus posted details somewhere around page 80 of this thread.

I downloaded this - https://mega.nz/#!4Ydz1S6D!byZ_Q1IrtfQMi_TBGssvfJtEmwyeBEoKdpJjMk0CIJA recommended by COOLERbyPSP and was told to put in the root of the gpu miner, but all it did was crash the miner when i ran it.

Are they the right dll's and am I meant to put them else where?
223  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus [Niro] - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: September 23, 2015, 10:35:20 AM
Try
"thread-concurrency" : "6400",
"worksize" : "64", (or 128)

The change was next to immeasurable. If anything, was 0.001 lower. Never the less cheers. This is what mining is all about. I'm a self confessed tweaker of the hashing kind xD
224  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus [Niro] - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: September 23, 2015, 10:27:10 AM
Try
"thread-concurrency" : "6400",
"worksize" : "64", (or 128)

Sure! 1 sec.
225  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus [Niro] - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: September 23, 2015, 10:00:37 AM
Code:
        "gpu-engine" : "975",
"gpu-memclock" : "1400",
"gpu-shaders" : "1280",

Just to clarify how I came across said sweet spot for my 270, run a program called GPU-z to find out the engine (GPU Clock), mem clock (Memory), and shaders (Shaders).

Leave everything else default. This will have the least amount of variance at the highest rate it seems, possibly regardless of your cards brand or model (amd/nVidia) - https://www.techpowerup.com/downloads/SysInfo/GPU-Z/



Note:

Memory Size does not seem to impact the hashrate

If you have an R9 295x2 or any card with 2 GPU's on the same PCB baord, change GPU-Threads to "2". This Should also improve performance.
226  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus [Niro] - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: September 23, 2015, 08:08:23 AM
... Gigabyte 270oc - Running @ ~13.2Mhash/s....
Hashrate looks too low, i got this on HD6930
Try 14.9 driver / DLLs

Cheers for advice! Much appreciated.

I've tweaked the .conf file to now pull ~16.1MH/s +-0.2

Code:
	"gpu-engine" : "975",
"gpu-memclock" : "1400",
"gpu-shaders" : "1280",
"gpu-threads" : "1",
"gpu-vddc" : "0",
"gpu-powertune" : "0",
"intensity" : "22",
"xintensity" : "0",
"rawintensity" : "0",
"thread-concurrency" : "8192",
"lookup-gap" : "2",
"worksize" : "256",
"temp-target" : "92",
"temp-overheat" : "96",
"temp-cutoff" : "97",
"auto-engine" : "false",
"auto-fan" : "false",
"submit-stale" : "false"

I'll try out your suggestion and do some more tinkering to find a sweet spot and report back. Once I'm happy I've found optimal settings for the Gigabyte  GV-R9270OC-2GD, I'll move on to the GV-N78TOC-3GD.
227  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nexus [Niro] - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come on: September 22, 2015, 08:00:40 AM
Solved 2 blocks so far with my Gigabyte 270oc - Running @ ~13.2Mhash/s.  Been a long time since I've gotten into the mining game. Up next I want to test out the 780ti.
228  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 19, 2015, 12:33:44 PM
In block explorer, where I can see nethash?

The block explorer is incomplete currently. It will be fully functional within the week I should expect.

Right now the easiest way is to do the math manually. diff / blocktime. I've been told.

Sorry.

https://github.com/cubedro/eth-netstats/blob/master/lib/history.js#L534-L555
229  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 19, 2015, 10:23:23 AM
It seems I have no idea how is emission model set up.

Where can I see some details? Charts or some hard data?

I am working on my proposal for the Inflation Model which includes total coin supply etc. Navigate to http://slack.expanse.tech/  #advisory-board
230  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 19, 2015, 10:11:30 AM


Console Cheat Sheet
Code:
BlockHeight == exp.blockNumber
nodeinfo == admin.noteInfo
peers == admin.peers
addnode == admin.addPeer("enode://nodekey:ipaddress@port")
send tx == exp.sendTransaction({from:exp.accounts[0], to:"0x…007", value: web3.toWei(1, "expanse")})
getBalance == web3.fromWei(exp.getBalance(exp.coinbase), "expanse")
Peercount == net.peerCount

Please add "exp.accounts" to the cheat sheet.
231  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 19, 2015, 10:06:13 AM
I have begun my proposition for the DAO Structure. If you want to see, join the slack and navigate to http://slack.expanse.tech/  #advisory-board
232  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 19, 2015, 07:43:45 AM
The Slack invite link needs to be updated. - http://slack.expanse.tech/
233  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 18, 2015, 08:23:56 AM
Beta of the Explorer is online...
http://www.expanse.tech/explorer

Good stuff.
234  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 18, 2015, 02:49:30 AM
dev, what is the dumping schedule for the premine?

100k is available from the start. The remainder of the 11M will be decided upon by the DAO once it is formed.

The community will decide.

The same goes for the total coin supply.

At the current rate with the lack of halving block rewards, assuming PoW remains, there will be ~40M coins produced over the next 10 years.
235  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 18, 2015, 02:10:02 AM
Open source platforms are all about using the best ideas and trying different things. That is what we are doing.

Well said.

Suppressing bad ideas can be as dangerous as the bad ideas themselves.
236  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 17, 2015, 10:21:09 AM
take the :3000 off and it should work
yeah fail

I was able to join when I took away :3000 but I can confirm it no longer works with or without.

Waiting on a new link to invite some people.
237  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ZiftrCOIN Release on: March 02, 2015, 01:27:42 PM
That coin distro sched would have been beautiful if it weren't for that premine ipo.. spew.
238  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Coinshield: Pure SHA3, Decentralized Checkpoints, Block Rewards Never Half on: January 25, 2015, 12:04:20 PM
I like the idea of Coinshield..
239  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FedoraCoin (TiPS); New style, new services, same unique features on: January 17, 2015, 11:55:36 PM
DW..

I'll use UFO for bithub. Whatever Hope does with Link and Fed with Mercbay, is entirely up to them and his nothing to do with me.
240  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FedoraCoin (TiPS); New style, new services, same unique features on: January 14, 2015, 01:39:26 PM
If need be ftc has solutions to the diff issue and the XX% attack. ACP and eHRC.

ACP will be decentralised soon enough and eHRC got us through the fork from scrypt to neoscrypt.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!