Author

Topic: [ANN][DCR] Decred - Community Governance | Bitcoin Devs | Lightning Network - page 485. (Read 1201332 times)

sr. member
Activity: 452
Merit: 251
No problem, you should announce it in the decred forums too probably to have it listed for launch:

https://forum.decred.org/forums/mining/

I'm keeping track of them as well. So far I know of three to list:


You've forgot coinmine.pl:

http://coinmine.pl/dcr

Ah, thank you! I've updated my personal list and will make sure it's listed.
full member
Activity: 224
Merit: 100
TIME TO CLAIM AIRDROP COIN?
legendary
Activity: 966
Merit: 1000
There's a lot of available mining pools, but which do you think is the most suitable pool to mine Decred?

You should mine solo, at least at launch and a few hours later.

Any easy configs for solo mining?

When you download the decred miner is included a bat file for start solo mining you only need to change user and password
sr. member
Activity: 356
Merit: 250
There's a lot of available mining pools, but which do you think is the most suitable pool to mine Decred?

You should mine solo, at least at launch and a few hours later.

Any easy configs for solo mining?
sr. member
Activity: 459
Merit: 250
There's a lot of available mining pools, but which do you think is the most suitable pool to mine Decred?

You should mine solo, at least at launch and a few hours later.

Thanks for the advice, hope to get some blocks at mainnet launch.
legendary
Activity: 2688
Merit: 1240
There's a lot of available mining pools, but which do you think is the most suitable pool to mine Decred?

You should mine solo, at least at launch and a few hours later.
sr. member
Activity: 459
Merit: 250
There's a lot of available mining pools, but which do you think is the most suitable pool to mine Decred?
legendary
Activity: 1526
Merit: 1014
From http://decred.multicoin.co/:

Code:
[2016-02-07 13:13:01] Started cgminer 3.7.2
[2016-02-07 13:13:01] Started cgminer 3.7.2
[2016-02-07 13:13:01] Probing for an alive pool
[2016-02-07 13:13:05] Pool 0 slow/down or URL or credentials invalid
legendary
Activity: 2688
Merit: 1240
No problem, you should announce it in the decred forums too probably to have it listed for launch:

https://forum.decred.org/forums/mining/

I'm keeping track of them as well. So far I know of three to list:


You've forgot coinmine.pl:

http://coinmine.pl/dcr
legendary
Activity: 1316
Merit: 1021
2009 Alea iacta est
in multicoin & pool.mn  pool :Pool 0 slow/down or URL or credentials invalid
No servers were found that could be used to get work from...........
wat's wrong?
sr. member
Activity: 452
Merit: 251
No problem, you should announce it in the decred forums too probably to have it listed for launch:

https://forum.decred.org/forums/mining/

I'm keeping track of them as well. So far I know of three four to list:


Edit: Forgot one - added as per ocminer's suggestion.
sr. member
Activity: 314
Merit: 250
Our Pool is ready:

https://pool.mn/dcr

Everything should be fine, please test and report any problems.

Many thanks to ocminer for help.



please change the Getting Started Guide (( for cgminer decred settings )..........

Working on that now.
legendary
Activity: 2688
Merit: 1240
Our Pool is ready:

https://pool.mn/dcr

Everything should be fine, please test and report any problems.

Many thanks to ocminer for help.

No problem, you should announce it in the decred forums too probably to have it listed for launch:

https://forum.decred.org/forums/mining/
legendary
Activity: 1316
Merit: 1021
2009 Alea iacta est
Our Pool is ready:

https://pool.mn/dcr

Everything should be fine, please test and report any problems.

Many thanks to ocminer for help.



please change the Getting Started Guide (( for cgminer decred settings )..........
legendary
Activity: 1049
Merit: 1001

Hmm sorry no idea.. maybe its missing an export or so ?

I compile with ./configure --enable-opencl and it works just fine

I'll dive into it when I have more time. For the sake of completeness here's the config.log: http://fpaste.org/318868/54662242/

Thank you for your time Smiley

One question mate in ADL_SDK directory did you put file for support for amd GPU?

Pardon me, I don't understand. Could you elaborate?

You need to download the ADL_SDK library, and put the contents of the /include folder in the /ADL_SDK folder in your miner directory, before you do config/make. I'm sure if you google "adl sdk cgminer" you'll get lots more info.

Thanks, I just did that but the result is the same, the output remains

Code:
OpenCL...............: NOT FOUND. GPU mining support DISABLED
configure: error: No mining configured in

will duckduckgo around a bit later tonight. thanks again.

im in exactly the same boat - and have been for weeks now - with STILL no answer to this issue ...

and i am no novice to compiling software ... yet this EXACT same issue with both amd and nvidia systems ...

anyone know an answer to this? ... i cant do very much with it now until tomorrow night ...

#crysx

I ended up running it with wine on linux, same speeds as on windows
Not ideal, but it works
sr. member
Activity: 329
Merit: 250

Hmm sorry no idea.. maybe its missing an export or so ?

I compile with ./configure --enable-opencl and it works just fine

I'll dive into it when I have more time. For the sake of completeness here's the config.log: http://fpaste.org/318868/54662242/

Thank you for your time Smiley

One question mate in ADL_SDK directory did you put file for support for amd GPU?

Pardon me, I don't understand. Could you elaborate?

You need to download the ADL_SDK library, and put the contents of the /include folder in the /ADL_SDK folder in your miner directory, before you do config/make. I'm sure if you google "adl sdk cgminer" you'll get lots more info.

Thanks, I just did that but the result is the same, the output remains

Code:
OpenCL...............: NOT FOUND. GPU mining support DISABLED
configure: error: No mining configured in

will duckduckgo around a bit later tonight. thanks again.

im in exactly the same boat - and have been for weeks now - with STILL no answer to this issue ...

and i am no novice to compiling software ... yet this EXACT same issue with both amd and nvidia systems ...

anyone know an answer to this? ... i cant do very much with it now until tomorrow night ...

#crysx

this worked for me:
Code:
./autogen.sh --enable-opencl
./configure --enable-opencl
make
sr. member
Activity: 314
Merit: 250
Our Pool is ready:

https://pool.mn/dcr

Everything should be fine, please test and report any problems.

Many thanks to ocminer for help.
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---

Hmm sorry no idea.. maybe its missing an export or so ?

I compile with ./configure --enable-opencl and it works just fine

I'll dive into it when I have more time. For the sake of completeness here's the config.log: http://fpaste.org/318868/54662242/

Thank you for your time Smiley

One question mate in ADL_SDK directory did you put file for support for amd GPU?

Pardon me, I don't understand. Could you elaborate?

You need to download the ADL_SDK library, and put the contents of the /include folder in the /ADL_SDK folder in your miner directory, before you do config/make. I'm sure if you google "adl sdk cgminer" you'll get lots more info.

Thanks, I just did that but the result is the same, the output remains

Code:
OpenCL...............: NOT FOUND. GPU mining support DISABLED
configure: error: No mining configured in

will duckduckgo around a bit later tonight. thanks again.

im in exactly the same boat - and have been for weeks now - with STILL no answer to this issue ...

and i am no novice to compiling software ... yet this EXACT same issue with both amd and nvidia systems ...

anyone know an answer to this? ... i cant do very much with it now until tomorrow night ...

#crysx
sr. member
Activity: 700
Merit: 250
What's an electricity consumption for 280x and 290x?

About 240w for an 280x while mining
About 360w for an 290x.

Thank you
BTW that's a lot of noise and heat. IMO it'd easier to buy'em.

Yes,blake is not really the best mining algo in 2016.
Cpu's heat is quite high and also power consumption.

Will mine for a while, but,if price will not reach at least 2 usd like eth,will switch again to eth. Eth is less noise/heat and very low power consumption compared with decred testnet.
I'm mining eth with fan 40% and 65c temperature.
When i run cgminer for decred, my fan goes up to 70%-75% and temperature are over 70 c.
Not a good optimization.

Probably is better to buy. Will see...
legendary
Activity: 1193
Merit: 1000
Peaky Blinder
What's an electricity consumption for 280x and 290x?

About 240w for an 280x while mining
About 360w for an 290x.

Thank you
BTW that's a lot of noise and heat. IMO it'd easier to buy'em.
Jump to: