Bitcoin Forum
March 28, 2024, 09:36:23 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 ... 7011 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722341 times)
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
January 29, 2014, 09:59:17 PM
 #421

...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

node-vps.com - Tron / Masternode hosting services
1711618583
Hero Member
*
Offline Offline

Posts: 1711618583

View Profile Personal Message (Offline)

Ignore
1711618583
Reply with quote  #2

1711618583
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711618583
Hero Member
*
Offline Offline

Posts: 1711618583

View Profile Personal Message (Offline)

Ignore
1711618583
Reply with quote  #2

1711618583
Report to moderator
1711618583
Hero Member
*
Offline Offline

Posts: 1711618583

View Profile Personal Message (Offline)

Ignore
1711618583
Reply with quote  #2

1711618583
Report to moderator
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
January 30, 2014, 03:25:36 AM
Last edit: January 30, 2014, 03:57:30 AM by eduffield
 #422

...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!

Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
TheMightyX
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250

Vires in Numeris


View Profile
January 30, 2014, 08:05:57 AM
 #423

wtb drk
msg me with your amounts and prices
thanks
kaene
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1005


View Profile
January 30, 2014, 09:12:59 AM
 #424

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!

ex_mac
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


"Proof-of-Asset Protocol"


View Profile
January 30, 2014, 09:47:00 AM
 #425

Pool updated :
http://cpu-pool.net/drk/

hashrate fixed...

|
 
 
50
|
 




                       ▄
           ▄▄▄▄▄▄███████
▄▄▄▄█████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████

█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
▀▀▀▀█████  █████████████
           ▀▀▀▀▀▀███████
                       ▀
|
 
 
$1,5 M
|



        ▄▄▄█████████▄▄▄
      ▄█████▀▀███▀▀█████▄
    ▄███▀     ███     ▀███▄
   ████       ███       ████
  ███▀                   ▀███
 ███▀                     ▀███
▄██▀       █████████       ▀██▄
███                         ███
███        █████████        ███
███                         ███
▀██▄       █████████       ▄██▀
 ███▄                     ▄███
  ███▄                   ▄███
   ████       ███       ████
    ▀███▄     ███     ▄███▀
      ▀█████▄▄███▄▄█████▀
        ▀▀▀█████████▀▀▀
|
 
|
 
<>
<>
<>
<>
 
GITHUB
TWITTER
YOUTUBE
FACEBOOK
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
January 30, 2014, 02:47:47 PM
 #426

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://bitcointalk.org/index.php?topic=440455

Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
January 30, 2014, 03:06:47 PM
 #427

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

Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
illodin
Hero Member
*****
Offline Offline

Activity: 966
Merit: 1003


View Profile
January 30, 2014, 03:21:46 PM
 #428

Oh damn.. what am I gonna mine with my CPU then?  Grin
illodin
Hero Member
*****
Offline Offline

Activity: 966
Merit: 1003


View Profile
January 30, 2014, 03:53:00 PM
Last edit: January 30, 2014, 04:20:50 PM by illodin
 #429

I can sell half my coins, 10k for 1 BTC.

Was too expensive Grin
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
January 30, 2014, 03:55:17 PM
 #430

wtb drk
msg me with your amounts and prices
thanks

Still no "official" trades out there?

We need to get on an exchange

Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
phm
Full Member
***
Offline Offline

Activity: 378
Merit: 110


DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO


View Profile
January 30, 2014, 04:09:23 PM
 #431

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.

illodin
Hero Member
*****
Offline Offline

Activity: 966
Merit: 1003


View Profile
January 30, 2014, 04:20:16 PM
 #432

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.
TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
January 30, 2014, 04:49:29 PM
Last edit: January 30, 2014, 05:22:34 PM by TanteStefana
 #433

She's ALIVE!

I don't know what I was doing wrong, but as I suspected, some good rest and I was finally able to compile, LOL Smiley

On another note, the windows 7 binary miner ig0tik3d posted doesn't work on my system either (win 7)   Does the one on the front page still work?  It's still called Xcoin (which might get confusing for newcomers?

█ ANN THREAD █
﹝Whitepaper﹞
【BLACKBOX OS】
The Future of Work. Decentralized.
TELEGRAM﹞﹝FACEBOOK
TWITTERYOUTUBE
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
January 30, 2014, 07:48:28 PM
 #434

She's ALIVE!

I don't know what I was doing wrong, but as I suspected, some good rest and I was finally able to compile, LOL Smiley

On another note, the windows 7 binary miner ig0tik3d posted doesn't work on my system either (win 7)   Does the one on the front page still work?  It's still called Xcoin (which might get confusing for newcomers?
try this version
https://drive.google.com/file/d/0B9cvOfoOekSdNktvalVOa3VPTUE/edit?usp=sharing
and... before you trying start miner,  look your cpu support sse2 and you have 64 bit version windows...
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
January 30, 2014, 10:19:49 PM
 #435

She's ALIVE!

I don't know what I was doing wrong, but as I suspected, some good rest and I was finally able to compile, LOL Smiley

On another note, the windows 7 binary miner ig0tik3d posted doesn't work on my system either (win 7)   Does the one on the front page still work?  It's still called Xcoin (which might get confusing for newcomers?
try this version
https://drive.google.com/file/d/0B9cvOfoOekSdNktvalVOa3VPTUE/edit?usp=sharing
and... before you trying start miner,  look your cpu support sse2 and you have 64 bit version windows...

This one seems to be working on my Phenom II X6 processor with about a 50% speed increase TYVM!!!!!!
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
January 30, 2014, 10:53:25 PM
 #436

She's ALIVE!

I don't know what I was doing wrong, but as I suspected, some good rest and I was finally able to compile, LOL Smiley

On another note, the windows 7 binary miner ig0tik3d posted doesn't work on my system either (win 7)   Does the one on the front page still work?  It's still called Xcoin (which might get confusing for newcomers?
try this version
https://drive.google.com/file/d/0B9cvOfoOekSdNktvalVOa3VPTUE/edit?usp=sharing
and... before you trying start miner,  look your cpu support sse2 and you have 64 bit version windows...

This one seems to be working on my Phenom II X6 processor with about a 50% speed increase TYVM!!!!!!

Wow, props to ig0tik3d, he knows his shit.

Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
blaaaaacksuit
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Who cares?


View Profile
January 30, 2014, 11:19:19 PM
 #437

She's ALIVE!

I don't know what I was doing wrong, but as I suspected, some good rest and I was finally able to compile, LOL Smiley

On another note, the windows 7 binary miner ig0tik3d posted doesn't work on my system either (win 7)   Does the one on the front page still work?  It's still called Xcoin (which might get confusing for newcomers?
try this version
https://drive.google.com/file/d/0B9cvOfoOekSdNktvalVOa3VPTUE/edit?usp=sharing
and... before you trying start miner,  look your cpu support sse2 and you have 64 bit version windows...


Still doesn't work on my box, giving me stratum errors now.
elixir
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
January 30, 2014, 11:37:48 PM
 #438

what does it mean when it says "stratum authentication failed"

 Sad

OPEC oc2E9cQ4StgaMW2a18pKuZGe5h9RZdLL9c

Non nobis solum, sed omnibus! - Franko

Ɖ ~ DSNJ49NdZM4KjLHfPSYEGWKRn7wSC4bWqi
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
January 30, 2014, 11:41:19 PM
 #439

what does it mean when it says "stratum authentication failed"

 Sad

That means your user/password is being rejected by the stratum server. Which pool are you in?

Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
elixir
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
January 30, 2014, 11:44:14 PM
 #440

what does it mean when it says "stratum authentication failed"

 Sad

That means your user/password is being rejected by the stratum server. Which pool are you in?

im in this one http://pool.darkcoin.io/

OPEC oc2E9cQ4StgaMW2a18pKuZGe5h9RZdLL9c

Non nobis solum, sed omnibus! - Franko

Ɖ ~ DSNJ49NdZM4KjLHfPSYEGWKRn7wSC4bWqi
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 ... 7011 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!