Bitcoin Forum
March 29, 2024, 01:31:16 PM *
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 ... 7011 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722364 times)
mattmct
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250



View Profile
January 29, 2014, 07:17:48 PM
 #401

Cheers for the help guys.

I get this during the autogen.  I suspect this is what is causing the problems.

automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirecto                    ry
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
Makefile.am:18: warning: source file 'x2/sha2-arm.S' is in a subdirectory,
Makefile.am:18: but option 'subdir-objects' is disabled
Makefile.am:18: warning: source file 'x2/sha2-x86.S' is in a subdirectory,
Makefile.am:18: but option 'subdir-objects' is disabled
Makefile.am:18: warning: source file 'x2/sha2-x64.S' is in a subdirectory,
Makefile.am:18: but option 'subdir-objects' is disabled
Makefile.am:18: warning: source file 'x2/scrypt.c' is in a subdirectory,
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
January 29, 2014, 07:20:35 PM
 #402

Cheers for the help guys.

I get this during the autogen.  I suspect this is what is causing the problems.

automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirecto                    ry
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
Makefile.am:18: warning: source file 'x2/sha2-arm.S' is in a subdirectory,
Makefile.am:18: but option 'subdir-objects' is disabled
Makefile.am:18: warning: source file 'x2/sha2-x86.S' is in a subdirectory,
Makefile.am:18: but option 'subdir-objects' is disabled
Makefile.am:18: warning: source file 'x2/sha2-x64.S' is in a subdirectory,
Makefile.am:18: but option 'subdir-objects' is disabled
Makefile.am:18: warning: source file 'x2/scrypt.c' is in a subdirectory,

try
add configure.ac:
AM_INIT_AUTOMAKE([subdir-objects])
or
add in Makefile.am
AUTOMAKE_OPTIONS = subdir-objects
wonko86
Legendary
*
Offline Offline

Activity: 1624
Merit: 1024



View Profile
January 29, 2014, 07:34:43 PM
 #403

Hello everyone! It was I who originally thought up a coin with the name darkcoin. Should be fun to work with you Grin.
Syth
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
January 29, 2014, 07:42:21 PM
 #404

Hello everyone! It was I who originally thought up a coin with the name darkcoin. Should be fun to work with you Grin.
DAMN! That's creative bro
wonko86
Legendary
*
Offline Offline

Activity: 1624
Merit: 1024



View Profile
January 29, 2014, 07:45:30 PM
 #405

Hello everyone! It was I who originally thought up a coin with the name darkcoin. Should be fun to work with you Grin.
DAMN! That's creative bro

Okay, it sounded a little strange but just wanted to say hi  Roll Eyes.
TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
January 29, 2014, 07:46:23 PM
 #406

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 

Would you be so kind to explain step by step how to compile?  I am on 64bit ubuntu and am getting no such file when I do ./configure etc...  I used $ sudo git clone https://github.com/ig0tik3d/darkcoin-cpuminer-1.2 to download.  To tell you the truth, I don't know what the difference is in the different commands, LOL.  Thanks for any help!

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

Activity: 1358
Merit: 1002


View Profile
January 29, 2014, 07:50:57 PM
 #407

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 

Would you be so kind to explain step by step how to compile?  I am on 64bit ubuntu and am getting no such file when I do ./configure etc...  I used $ sudo git clone https://github.com/ig0tik3d/darkcoin-cpuminer-1.2 to download.  To tell you the truth, I don't know what the difference is in the different commands, LOL.  Thanks for any help!


Code:
sudo apt-get install autotools-dev  libcurl-dev automake
chmod +x autogen.sh
./autogen.sh
./configure CFLAGS="-O3 -msse2 -msse4"
make
#or
make -j8

 :-) see above

node-vps.com - Tron / Masternode hosting services
TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
January 29, 2014, 08:21:44 PM
 #408

I know I'm being really stupid, but when doing the sudo apt-get install autotools-dev  libcurl-dev automake, I get:


me@me-Ubuntu:~/Desktop$ sudo apt-get install autotools-dev libcurl-dev automake
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Package libcurl-dev is a virtual package provided by:
  libcurl4-openssl-dev 7.32.0-1ubuntu1.2
  libcurl4-nss-dev 7.32.0-1ubuntu1.2
  libcurl4-gnutls-dev 7.32.0-1ubuntu1.2
You should explicitly select one to install.

E: Package 'libcurl-dev' has no installation candidate
me@me-Ubuntu:~/Desktop$

Sorry for being a blockhead!

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

Activity: 1358
Merit: 1002


View Profile
January 29, 2014, 08:25:03 PM
 #409

I know I'm being really stupid, but when doing the sudo apt-get install autotools-dev  libcurl-dev automake, I get:


me@me-Ubuntu:~/Desktop$ sudo apt-get install autotools-dev libcurl-dev automake
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Package libcurl-dev is a virtual package provided by:
  libcurl4-openssl-dev 7.32.0-1ubuntu1.2
  libcurl4-nss-dev 7.32.0-1ubuntu1.2
  libcurl4-gnutls-dev 7.32.0-1ubuntu1.2
You should explicitly select one to install.

E: Package 'libcurl-dev' has no installation candidate
me@me-Ubuntu:~/Desktop$

Sorry for being a blockhead!
sudo apt-get install libcurl4-nss-dev

:-)

node-vps.com - Tron / Masternode hosting services
Coolstoryteller
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
January 29, 2014, 08:28:53 PM
 #410

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

"Buy, sell, trade, chat. Leave nothing but a Shadow." - www.shadow.cash
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
January 29, 2014, 08:33:17 PM
 #411

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

node-vps.com - Tron / Masternode hosting services
TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
January 29, 2014, 08:38:57 PM
 #412

I know I'm being really stupid, but when doing the sudo apt-get install autotools-dev  libcurl-dev automake, I get:


me@me-Ubuntu:~/Desktop$ sudo apt-get install autotools-dev libcurl-dev automake
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Package libcurl-dev is a virtual package provided by:
  libcurl4-openssl-dev 7.32.0-1ubuntu1.2
  libcurl4-nss-dev 7.32.0-1ubuntu1.2
  libcurl4-gnutls-dev 7.32.0-1ubuntu1.2
You should explicitly select one to install.

E: Package 'libcurl-dev' has no installation candidate
me@me-Ubuntu:~/Desktop$

Sorry for being a blockhead!
sudo apt-get install libcurl4-nss-dev

:-)

Thank you dear, I already have that installed.  I'm going to try again later, I'm afraid I'm too tired right now.  Thanks for helping, hopefully my miner will be working until I can update??  

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

Activity: 350
Merit: 250


View Profile
January 29, 2014, 08:40:26 PM
 #413

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

"Buy, sell, trade, chat. Leave nothing but a Shadow." - www.shadow.cash
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
January 29, 2014, 08:45:49 PM
 #414

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

node-vps.com - Tron / Masternode hosting services
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
January 29, 2014, 08:49:06 PM
 #415

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


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

Activity: 350
Merit: 250


View Profile
January 29, 2014, 08:52:08 PM
 #416

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

"Buy, sell, trade, chat. Leave nothing but a Shadow." - www.shadow.cash
blaaaaacksuit
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Who cares?


View Profile
January 29, 2014, 09:03:19 PM
 #417

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?
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
January 29, 2014, 09:05:07 PM
 #418

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?

node-vps.com - Tron / Masternode hosting services
blaaaaacksuit
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Who cares?


View Profile
January 29, 2014, 09:27:54 PM
 #419

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
Coolstoryteller
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
January 29, 2014, 09:33:44 PM
 #420

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

"Buy, sell, trade, chat. Leave nothing but a Shadow." - www.shadow.cash
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 ... 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!