Author

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

legendary
Activity: 2940
Merit: 1091
--- ChainWorks Industries ---
What's a normal hashrate for one 280x? I keep getting 1.4/1.5, but according to dr. Google i could get ~2-2.5?

Core 1100 Mem 1500
Intensity at 14

I don't get it.

I get 1.4-1.5 too . This is 14 round blake, not 8 round, don't forget that

Ocminer, as soon as you have a windows.exe miner let us know and post link. I can test with AMD 280x or Nvidia 980M if a miner is available.

Here, I made binaries of OCMiner's git. My signature on these certifies that they are compiled from the same code on his git - I made no mods except what I needed to in order to make it cross-build for Win64. It does NOT certify that I vouch for the code, as I've not gone over it. Anyways, yeah, have some:

https://ottrbutt.com/miner/downloads/decred-cgminer/wolf-decred-cgminer-ocminer-02022016-win64.zip
https://ottrbutt.com/miner/downloads/decred-cgminer/wolf-decred-cgminer-ocminer-02022016-win64.zip.sig

Now I have to go diff the bugfixes done by ocminer and the bugfixes done by one of the Decred devs against my own private copy of cgminer that's been heavily edited and merge in the bug fixes, so I'll be busy for a bit.

linux please wolf? ...

#crysx

Thanks a lot Wolf, my changes are only in "cgminer.c" - the endianness of "roll_work" was switched, so it isn't too much, but I've noticed a few other places in the code where the endianness *SHOULD* be obviously wrong too but I did not change it (for now) as the miner is working and I'm by far no expert with miner coding Smiley

IMHO the code needs a major cleanup, I like ccminer/cpuminer much more for coding such things, it's much easier to understand (for me).

@crysx you need a compiled linux version ? It's as easy as "sh autogen.sh" then "./configure" and "make" Smiley



no - i never need the compiled version guys ...

im looking for the git ...

ocminer - yours in cloned and setup - but refuses to compile ...

wolf - i was asking for the git for your version so that i can compile ...

one of the two of your should work ...

and im looking for a ccminer version - as thefarm will be sitting there idly by if i dont get a nvidia version compiled ...

#crysx

Mine's not on git... also, there's not a ccminer version, but you know CGMiner runs on Nvidia, too.

it doesnt compile - at all ...

cgminer crashes on almost every compile ...

i shut the worker down for now - as it was an adhock setup on a small table in the corner of the office ( i am a few days away from setting farmamd back up ) ...

ill try again when i get back in a few hours ...

and no - i didnt know cgminer runs off nvidia also ... i thought it required a cuda installation for it - unless it runs off just opencl ...

tanx guys ...

#crysx
legendary
Activity: 2940
Merit: 1091
--- ChainWorks Industries ---
What's a normal hashrate for one 280x? I keep getting 1.4/1.5, but according to dr. Google i could get ~2-2.5?

Core 1100 Mem 1500
Intensity at 14

I don't get it.

I get 1.4-1.5 too . This is 14 round blake, not 8 round, don't forget that

Ocminer, as soon as you have a windows.exe miner let us know and post link. I can test with AMD 280x or Nvidia 980M if a miner is available.

Here, I made binaries of OCMiner's git. My signature on these certifies that they are compiled from the same code on his git - I made no mods except what I needed to in order to make it cross-build for Win64. It does NOT certify that I vouch for the code, as I've not gone over it. Anyways, yeah, have some:

https://ottrbutt.com/miner/downloads/decred-cgminer/wolf-decred-cgminer-ocminer-02022016-win64.zip
https://ottrbutt.com/miner/downloads/decred-cgminer/wolf-decred-cgminer-ocminer-02022016-win64.zip.sig

Now I have to go diff the bugfixes done by ocminer and the bugfixes done by one of the Decred devs against my own private copy of cgminer that's been heavily edited and merge in the bug fixes, so I'll be busy for a bit.

linux please wolf? ...

#crysx

Thanks a lot Wolf, my changes are only in "cgminer.c" - the endianness of "roll_work" was switched, so it isn't too much, but I've noticed a few other places in the code where the endianness *SHOULD* be obviously wrong too but I did not change it (for now) as the miner is working and I'm by far no expert with miner coding Smiley

IMHO the code needs a major cleanup, I like ccminer/cpuminer much more for coding such things, it's much easier to understand (for me).

@crysx you need a compiled linux version ? It's as easy as "sh autogen.sh" then "./configure" and "make" Smiley



no - i never need the compiled version guys ...

im looking for the git ...

ocminer - yours in cloned and setup - but refuses to compile ...

wolf - i was asking for the git for your version so that i can compile ...

one of the two of your code should work ...

and im looking for a ccminer version - as thefarm will be sitting there idly by if i dont get a nvidia version compiled ...

#crysx
sr. member
Activity: 314
Merit: 250
What's a normal hashrate for one 280x? I keep getting 1.4/1.5, but according to dr. Google i could get ~2-2.5?

Core 1100 Mem 1500
Intensity at 14

I don't get it.

I get 1.4-1.5 too . This is 14 round blake, not 8 round, don't forget that

Ocminer, as soon as you have a windows.exe miner let us know and post link. I can test with AMD 280x or Nvidia 980M if a miner is available.

Here, I made binaries of OCMiner's git. My signature on these certifies that they are compiled from the same code on his git - I made no mods except what I needed to in order to make it cross-build for Win64. It does NOT certify that I vouch for the code, as I've not gone over it. Anyways, yeah, have some:

https://ottrbutt.com/miner/downloads/decred-cgminer/wolf-decred-cgminer-ocminer-02022016-win64.zip
https://ottrbutt.com/miner/downloads/decred-cgminer/wolf-decred-cgminer-ocminer-02022016-win64.zip.sig

Now I have to go diff the bugfixes done by ocminer and the bugfixes done by one of the Decred devs against my own private copy of cgminer that's been heavily edited and merge in the bug fixes, so I'll be busy for a bit.

linux please wolf? ...

#crysx

Thanks a lot Wolf, my changes are only in "cgminer.c" - the endianness of "roll_work" was switched, so it isn't too much, but I've noticed a few other places in the code where the endianness *SHOULD* be obviously wrong too but I did not change it (for now) as the miner is working and I'm by far no expert with miner coding Smiley

IMHO the code needs a major cleanup, I like ccminer/cpuminer much more for coding such things, it's much easier to understand (for me).

@crysx you need a compiled linux version ? It's as easy as "sh autogen.sh" then "./configure" and "make" Smiley



OC please check your PM, we'd like to have a pool up and running for launch too and need your help.
legendary
Activity: 2702
Merit: 1240
What's a normal hashrate for one 280x? I keep getting 1.4/1.5, but according to dr. Google i could get ~2-2.5?

Core 1100 Mem 1500
Intensity at 14

I don't get it.

I get 1.4-1.5 too . This is 14 round blake, not 8 round, don't forget that

Ocminer, as soon as you have a windows.exe miner let us know and post link. I can test with AMD 280x or Nvidia 980M if a miner is available.

Here, I made binaries of OCMiner's git. My signature on these certifies that they are compiled from the same code on his git - I made no mods except what I needed to in order to make it cross-build for Win64. It does NOT certify that I vouch for the code, as I've not gone over it. Anyways, yeah, have some:

https://ottrbutt.com/miner/downloads/decred-cgminer/wolf-decred-cgminer-ocminer-02022016-win64.zip
https://ottrbutt.com/miner/downloads/decred-cgminer/wolf-decred-cgminer-ocminer-02022016-win64.zip.sig

Now I have to go diff the bugfixes done by ocminer and the bugfixes done by one of the Decred devs against my own private copy of cgminer that's been heavily edited and merge in the bug fixes, so I'll be busy for a bit.

linux please wolf? ...

#crysx

Thanks a lot Wolf, my changes are only in "cgminer.c" - the endianness of "roll_work" was switched, so it isn't too much, but I've noticed a few other places in the code where the endianness *SHOULD* be obviously wrong too but I did not change it (for now) as the miner is working and I'm by far no expert with miner coding Smiley

IMHO the code needs a major cleanup, I like ccminer/cpuminer much more for coding such things, it's much easier to understand (for me).

@crysx you need a compiled linux version ? It's as easy as "sh autogen.sh" then "./configure" and "make" Smiley

legendary
Activity: 2940
Merit: 1091
--- ChainWorks Industries ---
What's a normal hashrate for one 280x? I keep getting 1.4/1.5, but according to dr. Google i could get ~2-2.5?

Core 1100 Mem 1500
Intensity at 14

I don't get it.

I get 1.4-1.5 too . This is 14 round blake, not 8 round, don't forget that

Ocminer, as soon as you have a windows.exe miner let us know and post link. I can test with AMD 280x or Nvidia 980M if a miner is available.

Here, I made binaries of OCMiner's git. My signature on these certifies that they are compiled from the same code on his git - I made no mods except what I needed to in order to make it cross-build for Win64. It does NOT certify that I vouch for the code, as I've not gone over it. Anyways, yeah, have some:

https://ottrbutt.com/miner/downloads/decred-cgminer/wolf-decred-cgminer-ocminer-02022016-win64.zip
https://ottrbutt.com/miner/downloads/decred-cgminer/wolf-decred-cgminer-ocminer-02022016-win64.zip.sig

Now I have to go diff the bugfixes done by ocminer and the bugfixes done by one of the Decred devs against my own private copy of cgminer that's been heavily edited and merge in the bug fixes, so I'll be busy for a bit.

linux please wolf? ...

#crysx
legendary
Activity: 3164
Merit: 1118
Is there a simple way to setup miner ahead of time to mine on mainnet, since launch is scheduled for middle of the day on a week day? Like, if I mine on suprnova with a real address will it automatically switch me? Or somehow to run wallet and miner so that it starts solo mining as soon as network goes live?
legendary
Activity: 1848
Merit: 1018
What's a normal hashrate for one 280x? I keep getting 1.4/1.5, but according to dr. Google i could get ~2-2.5?

Core 1100 Mem 1500
Intensity at 14

I don't get it.

I get 1.4-1.5 too . This is 14 round blake, not 8 round, don't forget that

Ocminer, as soon as you have a windows.exe miner let us know and post link. I can test with AMD 280x or Nvidia 980M if a miner is available.
legendary
Activity: 1050
Merit: 1000
developers can deny award to this guy and divide it among all?

Quote
I got into the air drop
But i'm going to give these coins away
The idea here is you and everyone of you goes and tells
Not everyone does it, but if you can tell someone and they verify it, that's how it goes
First address: DsWtk3cFb1ya3MKNfdrC99vGTxVZuAqscvD
Extended public key: dpubZGQxpgW97FfSHzgc1HD9zcdHkcoTLa6Jt5tb2mQrL3DeWWyWQaYyqWhhjnBPnZ1rgF5nbYLsk9o nAnb4q2LnRkEdUok7mFsP7iTsBHZ1WQt
Isn't this the point of it all?
http://imgur.com/zDSfIsY

Why?
hero member
Activity: 553
Merit: 509
developers can deny award to this guy and divide it among all?

Quote
I got into the air drop
But i'm going to give these coins away
The idea here is you and everyone of you goes and tells
Not everyone does it, but if you can tell someone and they verify it, that's how it goes
First address: DsWtk3cFb1ya3MKNfdrC99vGTxVZuAqscvD
Extended public key: dpubZGQxpgW97FfSHzgc1HD9zcdHkcoTLa6Jt5tb2mQrL3DeWWyWQaYyqWhhjnBPnZ1rgF5nbYLsk9o nAnb4q2LnRkEdUok7mFsP7iTsBHZ1WQt
Isn't this the point of it all?
http://imgur.com/zDSfIsY
hero member
Activity: 616
Merit: 503
@Mansa_Godson
This means that many miners and pools are interested in the coin even before the launch which IMO it's a good sign

It's pretty good. There are already two PoW pools close to completion - developed independently by two different people. There will be a rudimentary proof-of-concept PoS pool hosted as well. The hope is that people can then take that code, improve it, and develop their own voting pools that others can join. The project can then list all of these pools and update the information so it's accessible to anyone. That will be a good start.

Let's push back another month, while we do a testnet airdrop to make sure the actual airdrop, PoS pools, and voting work as intended.

*ducks*
Nah lets wait till 2020 Smiley
sr. member
Activity: 700
Merit: 250
Decred Constitution is penned. It outlines principles and acts as a framework for blockchain governance, project governance, and funding. It is open to constructive (and proper) feedback for improvement. It will guide all future decision-making.

This is great whereas Bitcoin has issues to governance regarding block size, Decred will probably solve this by proper governance. I like the concept and hopefully it will be able to solve many of Bitcoin's issues if all goes well.  Smiley

Price could really reach 100-150usd if everything works fine over years
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
Decred Constitution is penned. It outlines principles and acts as a framework for blockchain governance, project governance, and funding. It is open to constructive (and proper) feedback for improvement. It will guide all future decision-making.

This is great whereas Bitcoin has issues to governance regarding block size, Decred will probably solve this by proper governance. I like the concept and hopefully it will be able to solve many of Bitcoin's issues if all goes well.  Smiley
legendary
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
This means that many miners and pools are interested in the coin even before the launch which IMO it's a good sign

It's pretty good. There are already two PoW pools close to completion - developed independently by two different people. There will be a rudimentary proof-of-concept PoS pool hosted as well. The hope is that people can then take that code, improve it, and develop their own voting pools that others can join. The project can then list all of these pools and update the information so it's accessible to anyone. That will be a good start.

Let's push back another month, while we do a testnet airdrop to make sure the actual airdrop, PoS pools, and voting work as intended.

*ducks*
sr. member
Activity: 700
Merit: 250
Waiting for mainnet launch.  Roll Eyes Roll Eyes Roll Eyes
legendary
Activity: 1311
Merit: 1003
Decred Constitution is penned. It outlines principles and acts as a framework for blockchain governance, project governance, and funding. It is open to constructive (and proper) feedback for improvement. It will guide all future decision-making.
Huge update   great work.
full member
Activity: 156
Merit: 236
Decred Constitution is penned. It outlines principles and acts as a framework for blockchain governance, project governance, and funding. It is open to constructive (and proper) feedback for improvement. It will guide all future decision-making.
legendary
Activity: 1764
Merit: 1000
does PoS pooling work like in NXT? that you softlock your coins and the stake power can be used by the pool?

also, is there one in development?
sr. member
Activity: 462
Merit: 250
Nice work OC, like other times Cheesy
legendary
Activity: 957
Merit: 1006
i guess the common cpuminer implementation is blake 8 round?
want to experiment with a cpu first...

is there a windows binary of your cgminer fork? i don't have a linux-machine with a opencl capable graphics-card Wink
legendary
Activity: 2702
Merit: 1240
What's a normal hashrate for one 280x? I keep getting 1.4/1.5, but according to dr. Google i could get ~2-2.5?

Core 1100 Mem 1500
Intensity at 14

I don't get it.

I get 1.4-1.5 too . This is 14 round blake, not 8 round, don't forget that
Jump to: