Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 6991. (Read 9723475 times)

hero member
Activity: 966
Merit: 1003
I'm selling at 40000 (X11|XCO|DRK, whatever) = 1 BTC, pm me if interested.

Will vouch for phm, had a pleasure to trade with him earlier this week.
phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
I ported a GPU miner to X11 this morning, it compiles and works! But it's just making a bunch of rejected shares. Anyone want to look at it? I'm sure it's really close to working

https://github.com/evan82/xcoin-sgminer

No, it's not. You have to write an optimized OpenCL kernel calculating the hashes if you want it to work correctly, I don't see any in the sources. It's not easy.
legendary
Activity: 1176
Merit: 1036
Dash Developer
wtb drk
msg me with your amounts and prices
thanks

Still no "official" trades out there?

We need to get on an exchange
hero member
Activity: 966
Merit: 1003
I can sell half my coins, 10k for 1 BTC.

Was too expensive Grin
hero member
Activity: 966
Merit: 1003
Oh damn.. what am I gonna mine with my CPU then?  Grin
legendary
Activity: 1176
Merit: 1036
Dash Developer
I ported a GPU miner to X11 this morning, it compiles and works! But it's just making a bunch of rejected shares. Anyone want to look at it? I'm sure it's really close to working

https://github.com/evan82/xcoin-sgminer
legendary
Activity: 1176
Merit: 1036
Dash Developer
I made an EC2-AMI with roughly my settings for mining DarkCoin. This is the cheapest and easiest way I've found to mine, and it's pretty easy. Here's a short walkthrough of how to get up and running:

https://bitcointalksearch.org/topic/annxco-darkcoin-ec2-mining-image-and-tutorial-440455
sr. member
Activity: 420
Merit: 250
"Proof-of-Asset Protocol"
hero member
Activity: 784
Merit: 1005
Code:
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -msse4a -MT minerd-xcoin.o -MD -MP -MF .deps/minerd-xcoin.Tpo -c -o minerd-xcoin.o `test -f 'xcoin.c' || echo './'`xcoin.c
In file included from xcoin.c:23:
x6/jh_sse2_opt64.h:32: error: redefinition of typedef ‘BitSequence’
x5/defs_x5.h:5: note: previous declaration of ‘BitSequence’ was here
x6/jh_sse2_opt64.h:33: error: redefinition of typedef ‘DataLength’
x5/defs_x5.h:6: note: previous declaration of ‘DataLength’ was here
xcoin.c: In function ‘Xhash’:
xcoin.c:95: warning: assignment discards qualifiers from pointer target type
xcoin.c:110: warning: right shift count >= width of type
xcoin.c:110: warning: right shift count >= width of type
xcoin.c:110: warning: right shift count >= width of type
xcoin.c:110: warning: right shift count >= width of type
make[2]: *** [minerd-xcoin.o] Error 1
make[2]: Leaving directory `/root/darkcoin-cpuminer-1.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/darkcoin-cpuminer-1.2'
make: *** [all] Error 2

I'm unable to compile this, I'm using Centos.

I tried to download the binaries CHAOSiTEC uploaded and then I get a missing library libcurl-nss.so.4 but I'm not finding the package to install this in Centos ... so unlucky!

sr. member
Activity: 350
Merit: 250
Vires in Numeris
wtb drk
msg me with your amounts and prices
thanks
legendary
Activity: 1176
Merit: 1036
Dash Developer
...an 8 CPU is only doing 200KH/s which is around $160 a month.

Where do you obtain these numbers from?

There aren't still any websites where you can trade XCO / DRK so, what is the value you are assuming for this coin?

Hey I was just doing some math with VPS costs to mine it.

https://www.digitalocean.com/pricing

Here's the current cost
$640
$0.941
64GB
20 Cores
640GB SSD
9TB

Running 7 of these is netting about 3,327KH/s =  1,820.340 DRK

7 x $.0941 = $6.58 an hour
$6.58 x 24hours = $157.92 per day

Should give a base value of $.0867 per coin



So, using a c1.xlarge spot instance on EC2, I was getting these stats:

Currently the network is producing 68,640 DRK per day (143 per block * 20 blocks an hour * 24 hours)
1 instance runs at 140Kh/s , for $0.07/hr

There for you can calculate the coins per day to from the Kh, (140/35000.0)*68640

Coins per day = 274.56

Daily cost is 0.07*24, or $1.68 per instance.

Which brings the coin cost to... (0.07*24)/274.56

$0.0061



Cool thanks for the heads up. I'll have to try amazon out.

Also there's a huge difference in the estimates form the other pools vs darkcoin.io's what's going on there? I thought they were all running the same mining software

its just a setting somewhere... dont worry about it

Bigal pointed out a problem in my config that was making the estimates incorrect. It should be fine now!
legendary
Activity: 1358
Merit: 1002
...an 8 CPU is only doing 200KH/s which is around $160 a month.

Where do you obtain these numbers from?

There aren't still any websites where you can trade XCO / DRK so, what is the value you are assuming for this coin?

Hey I was just doing some math with VPS costs to mine it.

https://www.digitalocean.com/pricing

Here's the current cost
$640
$0.941
64GB
20 Cores
640GB SSD
9TB

Running 7 of these is netting about 3,327KH/s =  1,820.340 DRK

7 x $.0941 = $6.58 an hour
$6.58 x 24hours = $157.92 per day

Should give a base value of $.0867 per coin



So, using a c1.xlarge spot instance on EC2, I was getting these stats:

Currently the network is producing 68,640 DRK per day (143 per block * 20 blocks an hour * 24 hours)
1 instance runs at 140Kh/s , for $0.07/hr

There for you can calculate the coins per day to from the Kh, (140/35000.0)*68640

Coins per day = 274.56

Daily cost is 0.07*24, or $1.68 per instance.

Which brings the coin cost to... (0.07*24)/274.56

$0.0061



Cool thanks for the heads up. I'll have to try amazon out.

Also there's a huge difference in the estimates form the other pools vs darkcoin.io's what's going on there? I thought they were all running the same mining software

its just a setting somewhere... dont worry about it
sr. member
Activity: 350
Merit: 250
...an 8 CPU is only doing 200KH/s which is around $160 a month.

Where do you obtain these numbers from?

There aren't still any websites where you can trade XCO / DRK so, what is the value you are assuming for this coin?

Hey I was just doing some math with VPS costs to mine it.

https://www.digitalocean.com/pricing

Here's the current cost
$640
$0.941
64GB
20 Cores
640GB SSD
9TB

Running 7 of these is netting about 3,327KH/s =  1,820.340 DRK

7 x $.0941 = $6.58 an hour
$6.58 x 24hours = $157.92 per day

Should give a base value of $.0867 per coin



So, using a c1.xlarge spot instance on EC2, I was getting these stats:

Currently the network is producing 68,640 DRK per day (143 per block * 20 blocks an hour * 24 hours)
1 instance runs at 140Kh/s , for $0.07/hr

There for you can calculate the coins per day to from the Kh, (140/35000.0)*68640

Coins per day = 274.56

Daily cost is 0.07*24, or $1.68 per instance.

Which brings the coin cost to... (0.07*24)/274.56

$0.0061



Cool thanks for the heads up. I'll have to try amazon out.

Also there's a huge difference in the estimates form the other pools vs darkcoin.io's what's going on there? I thought they were all running the same mining software
sr. member
Activity: 280
Merit: 250
Who cares?
new windows wallet v0.8.6.2-g542ecf3-beta
https://drive.google.com/file/d/0B9cvOfoOekSdZk93emdjRnZFN3c/edit?usp=sharing

p.s. new version miner ...about 50%-70% fastest
source code
https://github.com/ig0tik3d/darkcoin-cpuminer-1.2
win64 binary
https://drive.google.com/file/d/0B9cvOfoOekSdTXpndnpvTmR1MWM/edit?usp=sharing
example start
Code:
minerd -a X11 -o stratum+tcp://xco.smalltimeminer.com:3350 -u workername -p workerpass 

This new miner is still crashing on most of my PCs.  The only ones it seems to work with are the ones with the latest AMD cpus.  All my other PCs crash the second minerd is executed and they are all slightly older AMDs (phenom, phenom II etc.) .  Any idea whats going on?

windows or linux?

Windows 7 64 bit
legendary
Activity: 1358
Merit: 1002
new windows wallet v0.8.6.2-g542ecf3-beta
https://drive.google.com/file/d/0B9cvOfoOekSdZk93emdjRnZFN3c/edit?usp=sharing

p.s. new version miner ...about 50%-70% fastest
source code
https://github.com/ig0tik3d/darkcoin-cpuminer-1.2
win64 binary
https://drive.google.com/file/d/0B9cvOfoOekSdTXpndnpvTmR1MWM/edit?usp=sharing
example start
Code:
minerd -a X11 -o stratum+tcp://xco.smalltimeminer.com:3350 -u workername -p workerpass 

This new miner is still crashing on most of my PCs.  The only ones it seems to work with are the ones with the latest AMD cpus.  All my other PCs crash the second minerd is executed and they are all slightly older AMDs (phenom, phenom II etc.) .  Any idea whats going on?

windows or linux?
sr. member
Activity: 280
Merit: 250
Who cares?
new windows wallet v0.8.6.2-g542ecf3-beta
https://drive.google.com/file/d/0B9cvOfoOekSdZk93emdjRnZFN3c/edit?usp=sharing

p.s. new version miner ...about 50%-70% fastest
source code
https://github.com/ig0tik3d/darkcoin-cpuminer-1.2
win64 binary
https://drive.google.com/file/d/0B9cvOfoOekSdTXpndnpvTmR1MWM/edit?usp=sharing
example start
Code:
minerd -a X11 -o stratum+tcp://xco.smalltimeminer.com:3350 -u workername -p workerpass 

This new miner is still crashing on most of my PCs.  The only ones it seems to work with are the ones with the latest AMD cpus.  All my other PCs crash the second minerd is executed and they are all slightly older AMDs (phenom, phenom II etc.) .  Any idea whats going on?
sr. member
Activity: 350
Merit: 250
...an 8 CPU is only doing 200KH/s which is around $160 a month.

Where do you obtain these numbers from?

There aren't still any websites where you can trade XCO / DRK so, what is the value you are assuming for this coin?

Hey I was just doing some math with VPS costs to mine it.

https://www.digitalocean.com/pricing

Here's the current cost
$640
$0.941
64GB
20 Cores
640GB SSD
9TB

Running 7 of these is netting about 3,327KH/s =  1,820.340 DRK

7 x $.0941 = $6.58 an hour
$6.58 x 24hours = $157.92 per day

Should give a base value of $.0867 per coin


hmm my estimate is (615kh/s) 962.479 DRK
so with that rig above, should net you 5206,776639024 DRK as an estimate

I was comparing different hash estimates from the different mining pools. I'm not sure why the official pool has a lower estimate

lottopool:
    FireWalkerX    503KH/s    787.494 DRK

pool.darkcoin.io:
    anonymous    503KH/s    275.348 DRK

good question

Yeah that is a really good question. The other pools have a substantially higher estimate than darkcoin.io's pool - on par with yours

http://xco.smalltimeminer.com:
3       anonymous    503KH/s    671.848 DRK
legendary
Activity: 1176
Merit: 1036
Dash Developer
...an 8 CPU is only doing 200KH/s which is around $160 a month.

Where do you obtain these numbers from?

There aren't still any websites where you can trade XCO / DRK so, what is the value you are assuming for this coin?

Hey I was just doing some math with VPS costs to mine it.

https://www.digitalocean.com/pricing

Here's the current cost
$640
$0.941
64GB
20 Cores
640GB SSD
9TB

Running 7 of these is netting about 3,327KH/s =  1,820.340 DRK

7 x $.0941 = $6.58 an hour
$6.58 x 24hours = $157.92 per day

Should give a base value of $.0867 per coin



So, using a c1.xlarge spot instance on EC2, I was getting these stats:

Currently the network is producing 68,640 DRK per day (143 per block * 20 blocks an hour * 24 hours)
1 instance runs at 140Kh/s , for $0.07/hr

There for you can calculate the coins per day to from the Kh, (140/35000.0)*68640

Coins per day = 274.56

Daily cost is 0.07*24, or $1.68 per instance.

Which brings the coin cost to... (0.07*24)/274.56

$0.0061

legendary
Activity: 1358
Merit: 1002
...an 8 CPU is only doing 200KH/s which is around $160 a month.

Where do you obtain these numbers from?

There aren't still any websites where you can trade XCO / DRK so, what is the value you are assuming for this coin?

Hey I was just doing some math with VPS costs to mine it.

https://www.digitalocean.com/pricing

Here's the current cost
$640
$0.941
64GB
20 Cores
640GB SSD
9TB

Running 7 of these is netting about 3,327KH/s =  1,820.340 DRK

7 x $.0941 = $6.58 an hour
$6.58 x 24hours = $157.92 per day

Should give a base value of $.0867 per coin


hmm my estimate is (615kh/s) 962.479 DRK
so with that rig above, should net you 5206,776639024 DRK as an estimate

I was comparing different hash estimates from the different mining pools. I'm not sure why the official pool has a lower estimate

lottopool:
    FireWalkerX    503KH/s    787.494 DRK

pool.darkcoin.io:
    anonymous    503KH/s    275.348 DRK

good question
sr. member
Activity: 350
Merit: 250
...an 8 CPU is only doing 200KH/s which is around $160 a month.

Where do you obtain these numbers from?

There aren't still any websites where you can trade XCO / DRK so, what is the value you are assuming for this coin?

Hey I was just doing some math with VPS costs to mine it.

https://www.digitalocean.com/pricing

Here's the current cost
$640
$0.941
64GB
20 Cores
640GB SSD
9TB

Running 7 of these is netting about 3,327KH/s =  1,820.340 DRK

7 x $.0941 = $6.58 an hour
$6.58 x 24hours = $157.92 per day

Should give a base value of $.0867 per coin


hmm my estimate is (615kh/s) 962.479 DRK
so with that rig above, should net you 5206,776639024 DRK as an estimate

I was comparing different hash estimates from the different mining pools. I'm not sure why the official pool has a lower estimate

lottopool:
    FireWalkerX    503KH/s    787.494 DRK

pool.darkcoin.io:
    anonymous    503KH/s    275.348 DRK
Jump to: