Author

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

full member
Activity: 224
Merit: 100
This bot/trader has the whole orderbook filled with this junk. Bigvern should put some rules in for this type of thing.



What's the purpose of that bot activity?
legendary
Activity: 1260
Merit: 1001
This bot/trader has the whole orderbook filled with this junk. Bigvern should put some rules in for this type of thing.

sr. member
Activity: 294
Merit: 250
it's just not pulled into master branch yet.. in the meantime, try
2014/03/15 10:08:00 root@b:~/darkcoin> git tag -l
...
2014/03/15 10:08:02 root@b:~/darkcoin> git checkout tags/v0.9.0.0
Note: checking out 'tags/v0.9.0.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 50189ca... Added DarkGravityWave! Hard fork at 34700.
2014/03/15 10:08:21 root@b:~/darkcoin> git describe --always --dirty
v0.9.0.0


sv3:/usr/local/src/darkcoine2 # git describe --always --dirty
v0.9.0.0

Thanks Smiley
member
Activity: 88
Merit: 10


I think git has prob...

Code:
sv3:/usr/local/src # git clone https://github.com/evan82/darkcoin.git darkcoine2
Cloning into 'darkcoine2'...
remote: Counting objects: 32850, done.
remote: Compressing objects: 100% (8782/8782), done.
remote: Total 32850 (delta 23975), reused 32711 (delta 23843)
Receiving objects: 100% (32850/32850), 31.24 MiB | 5.82 MiB/s, done.
Resolving deltas: 100% (23975/23975), done.
sv3:/usr/local/src # cd darkcoine2/
sv3:/usr/local/src/darkcoine2 # git describe --always --dirty
v0.8.9.2-1-g07c9905


Code:
sv3:/usr/local/src/darkcoine2 # tail -5 .git/packed-refs
^a553548c029b525a73f8cb4876bd137ff3f0b93c
94c41f7594aca2a6afa54c7f7d10fc49900eaada refs/tags/v0.8.9.2
^bd593e75f84d435319b5781adfe1ac4d94ba7a2d
247ba2708795aca153a0e62ca6ffdb005cbda0e7 refs/tags/v0.9.0.0
^50189ca2a010728bc559a4f46568267bf13b7ff7


it's just not pulled into master branch yet.. in the meantime, try
2014/03/15 10:08:00 root@b:~/darkcoin> git tag -l
...
2014/03/15 10:08:02 root@b:~/darkcoin> git checkout tags/v0.9.0.0
Note: checking out 'tags/v0.9.0.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 50189ca... Added DarkGravityWave! Hard fork at 34700.
2014/03/15 10:08:21 root@b:~/darkcoin> git describe --always --dirty
v0.9.0.0
sr. member
Activity: 294
Merit: 250


I think git has prob...

Code:
sv3:/usr/local/src # git clone https://github.com/evan82/darkcoin.git darkcoine2
Cloning into 'darkcoine2'...
remote: Counting objects: 32850, done.
remote: Compressing objects: 100% (8782/8782), done.
remote: Total 32850 (delta 23975), reused 32711 (delta 23843)
Receiving objects: 100% (32850/32850), 31.24 MiB | 5.82 MiB/s, done.
Resolving deltas: 100% (23975/23975), done.
sv3:/usr/local/src # cd darkcoine2/
sv3:/usr/local/src/darkcoine2 # git describe --always --dirty
v0.8.9.2-1-g07c9905


Code:
sv3:/usr/local/src/darkcoine2 # tail -5 .git/packed-refs
^a553548c029b525a73f8cb4876bd137ff3f0b93c
94c41f7594aca2a6afa54c7f7d10fc49900eaada refs/tags/v0.8.9.2
^bd593e75f84d435319b5781adfe1ac4d94ba7a2d
247ba2708795aca153a0e62ca6ffdb005cbda0e7 refs/tags/v0.9.0.0
^50189ca2a010728bc559a4f46568267bf13b7ff7


Code:
sv3:/usr/local/src/darkcoine2 # git show

commit 07c99052edc617975cdcbe4482e02c52e2d1fbf5
Author: Evan
Date:   Fri Mar 14 19:56:19 2014 -0700

    Added DarkGravityWave (DGW), Hard fork at 34140!

diff --git a/README.md b/README.md
index 59c584e..2ae1afb 100644
--- a/README.md
+++ b/README.md
@@ -11,14 +11,12 @@ What is DarkCoin?
 
 DarkCoin is a lite version of Bitcoin using X11 as a proof-of-work algorithm.
  - Super secure hashing algorithm: 11 rounds of scientific hashing functions (blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo)
- - Block reward is controlled by moore's law: (11111 / (((Difficulty+51)/6) ^ 2))
- - CPU only mining
+ - Block reward is controlled by moore's law: 2222222/(((Difficulty+2600)/9)^2)
+ - GPU/CPU only mining
  - Block generation: 2.5 minutes
- - Difficulty Retargets every 576 blocks
- - 84 Million Coins Max
- - Block reward halving every 2 years
- - Encrypted transaction network: Work In Progress
- - Anonymous blockchain using coinjoin technology: Work In Progress
+ - Difficulty Retargets every block using Dark Gravity Wave
+ - Est. ~7M Coins in 2015, ~13M in 2020, ~23M in 2030
+ - Anonymous blockchain using DarkSend technology (Based on CoinJoin): Beta Testing
 
 For more information, as well as an immediately useable, binary version of
 the DarkCoin client sofware, see http://www.darkcoin.io.
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro
index 4424b83..5921061 100644
--- a/bitcoin-qt.pro
+++ b/bitcoin-qt.pro
@@ -1,7 +1,7 @@
 TEMPLATE = app
 TARGET = darkcoin-qt
 macx:TARGET = "DarkCoin-Qt"
-VERSION = 0.8.9.0
+VERSION = 0.9.0.0
 INCLUDEPATH += src src/json src/qt
 QT += core gui network
 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
diff --git a/share/setup.nsi b/share/setup.nsi
index 479f2dc..710693a 100644
--- a/share/setup.nsi
+++ b/share/setup.nsi
@@ -5,8 +5,8 @@ SetCompressor /SOLID lzma
 
 # General Symbol Definitions
 !define REGKEY "SOFTWARE\$(^Name)"
-!define VERSION 0.8.9.0
 !define COMPANY "DarkCoin project"
+!define VERSION 0.9.0.0
 !define URL http://www.darkcoin.io/
sr. member
Activity: 294
Merit: 250

Code:
sv3:/usr/local/src/darkcoin # cat src/clientversion.h
#ifndef CLIENTVERSION_H
#define CLIENTVERSION_H

//
// client versioning and copyright year
//

// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR       0
#define CLIENT_VERSION_MINOR       9
#define CLIENT_VERSION_REVISION    0
#define CLIENT_VERSION_BUILD       0

// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE  true

// Copyright year (2009-this)
// Todo: update this when changing our copyright comments in the source
#define COPYRIGHT_YEAR 2013

// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!
#define STRINGIZE(X) DO_STRINGIZE(X)
#define DO_STRINGIZE(X) #X

#endif // CLIENTVERSION_H


^^ 안녕하세요 ~~
sr. member
Activity: 294
Merit: 250
Where to get the updated wallet for linux?
I git cloned but its still v0.8.9.2-1-g07c9905-beta

latest commit 07c99052ed is definitely 0.9, rm -rf your folder and clone again.

on mac. git clone one still show



This one has...


Code:

Mac-mini:darkcoin chaeplin$ grep DarkGravityWave src/main.cpp
unsigned int static DarkGravityWave(const CBlockIndex* pindexLast, const CBlockHeader *pblock) {
        else if (DiffMode == 3) { return DarkGravityWave(pindexLast, pblock); }
        return DarkGravityWave(pindexLast, pblock);




on linux, 2 hours ago git clone
Code:
sv3:~ # /usr/bin/darkcoind --help
DarkCoin version v0.8.9.2-1-g07c9905-beta

sv3:~ # grep DarkGravityWave /usr/local/src/darkcoin/src/main.cpp
unsigned int static DarkGravityWave(const CBlockIndex* pindexLast, const CBlockHeader *pblock) {
        else if (DiffMode == 3) { return DarkGravityWave(pindexLast, pblock); }
        return DarkGravityWave(pindexLast, pblock);
sv3:~ # cd /usr/local/src/darkcoin
sv3:/usr/local/src/darkcoin # git pull
Already up-to-date.
sv3:/usr/local/src/darkcoin #

sr. member
Activity: 322
Merit: 250
Where to get the updated wallet for linux?
I git cloned but its still v0.8.9.2-1-g07c9905-beta

latest commit 07c99052ed is definitely 0.9, rm -rf your folder and clone again.
I did rm -r the old folder and cloned this one https://github.com/evan82/darkcoin/ just about an hour ago

member
Activity: 84
Merit: 10
I think the point of the bot is to distort the bid/ask orderbook so traders can't see where the resting orders are, it is a dirty trick.

Anyone an idea if the bot just wants to kill DRK or they just want to buy for cheap?

Bot or no bot, the daily volume is relatively low. I think this points to:

1. Miners not selling their coins.
2. More historic buyers holding, then looking to sell
3. People waiting for updates on DarkSend

Generally, I see some features that were present when Bitcoin was just getting going - miners holding their breathes in anticipation that they have something of great value, but can't quite put their finger on what will happen.

I'm holding to see how the whole DarkSend develops. If the media coverage is good along with a good concept, this coin will be surely behind bitcoin, litecoin, aurora and doge. But at the moment for everyone who looks into this coin its just another altcoin. Hope this changes though Smiley
hero member
Activity: 798
Merit: 500
Where to get the updated wallet for linux?
I git cloned but its still v0.8.9.2-1-g07c9905-beta

latest commit 07c99052ed is definitely 0.9, rm -rf your folder and clone again.
sr. member
Activity: 322
Merit: 250
Where to get the updated wallet for linux?
I git cloned but its still v0.8.9.2-1-g07c9905-beta
legendary
Activity: 1456
Merit: 1000
I think the point of the bot is to distort the bid/ask orderbook so traders can't see where the resting orders are, it is a dirty trick.

Anyone an idea if the bot just wants to kill DRK or they just want to buy for cheap?

Bot or no bot, the daily volume is relatively low. I think this points to:

1. Miners not selling their coins.
2. More historic buyers holding, then looking to sell
3. People waiting for updates on DarkSend

Generally, I see some features that were present when Bitcoin was just getting going - miners holding their breathes in anticipation that they have something of great value, but can't quite put their finger on what will happen.
sr. member
Activity: 309
Merit: 250
How config HD7850 for mine drk??

I always have more and more HW

Can somebody help me ~~~ Embarrassed Embarrassed

Config for 7850:
sgminer.exe --kernel darkcoin --gpu-engine 1200 --gpu-memclock 1225 --gpu-memdiff 0 --gpu-powertune 20 --gpu-vddc 1.170 --worksize 256 --lookup-gap 2 --thread-concurrency 6016 -g 4 --intensity 18

PHM-sgminer 4.1.0


also have HW ....>_<
Try without -gpu-powertune 20 --gpu-vddc 1.170 and lowering intensity.

This is my .conf

sgminer.exe --kernel darkcoin  -w 256 --lookup-gap 2 --thread-concurrency 6016 -g 2 -I 12  

and result:

--------------------------------------------------------------------------------
[P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:  52.0C 2158RPM | 1.021M/1.041Mh/s | R:  0.0% HW:6 WU:0.000/m I:12



My 7850 Settings with CORECLOCK 1100 MHz; MEMCLOCK 1300 MHz:


GPU_MAX_ALLOC_PERCENT=100
sgminer.exe -k darkcoin -o lotterymining.com:4444 -u XXXX -p XXXX -I 15 -g 4 -w 256 --thread-concurrency 14208 --gpu-platform 1
pause

------------------------------------------------------------------------------
[P]ool management [G]PU management [Settings [D]isplay options [Q]uit
 GPU 0:  51.0C  33%    | 1.045M/1.050Mh/s | R:  0.0% HW:0 WU:0.015/m I:15
------------------------------------------------------------------------------

also have HW  Angry Angry
on my 7850er i work only with "--thread-concurrency 8192" with zero HW
newbie
Activity: 14
Merit: 0
How config HD7850 for mine drk??

I always have more and more HW

Can somebody help me ~~~ Embarrassed Embarrassed

Config for 7850:
sgminer.exe --kernel darkcoin --gpu-engine 1200 --gpu-memclock 1225 --gpu-memdiff 0 --gpu-powertune 20 --gpu-vddc 1.170 --worksize 256 --lookup-gap 2 --thread-concurrency 6016 -g 4 --intensity 18

PHM-sgminer 4.1.0


also have HW ....>_<
Try without -gpu-powertune 20 --gpu-vddc 1.170 and lowering intensity.

This is my .conf

sgminer.exe --kernel darkcoin  -w 256 --lookup-gap 2 --thread-concurrency 6016 -g 2 -I 12  

and result:

--------------------------------------------------------------------------------
[P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:  52.0C 2158RPM | 1.021M/1.041Mh/s | R:  0.0% HW:6 WU:0.000/m I:12



My 7850 Settings with CORECLOCK 1100 MHz; MEMCLOCK 1300 MHz:


GPU_MAX_ALLOC_PERCENT=100
sgminer.exe -k darkcoin -o lotterymining.com:4444 -u XXXX -p XXXX -I 15 -g 4 -w 256 --thread-concurrency 14208 --gpu-platform 1
pause

------------------------------------------------------------------------------
[P]ool management [G]PU management [Settings [D]isplay options [Q]uit
 GPU 0:  51.0C  33%    | 1.045M/1.050Mh/s | R:  0.0% HW:0 WU:0.015/m I:15
------------------------------------------------------------------------------

also have HW  Angry Angry
sr. member
Activity: 387
Merit: 250
Wish I had more funds deposited to get done cheap DRK!
legendary
Activity: 1260
Merit: 1001
I think the point of the bot is to distort the bid/ask orderbook so traders can't see where the resting orders are, it is a dirty trick.

Anyone an idea if the bot just wants to kill DRK or they just want to buy for cheap?
hero member
Activity: 798
Merit: 500
Mac OS X Client 0.9 update available:

DarkCoin Mac OS X Client 0.9   (updated 15th March 2014)

link = http://ubuntuone.com/6xeoIG9OvyNIVQMYDDOKaS

mirror = https://www.mediafire.com/?7swr6wpy5yb99iq

zip md5 = 20999f3434c3997ae30d88e0d37a9e61

Donations: XxR1ixRziVcAxoSgjkaRvNJtu4jSYHgnkj

Thank you!


sr. member
Activity: 309
Merit: 250
What the heck is going on with the price of DRK?

one point is distributing the hash-power of the miner
1. drk.coinmine.pl with 4 Gh/s -> 40 %
2. dark.suchpool.pw with 2.8 Gh/s -> 30 %
3. drkpool.com with 0.6 Gh/s -> 6 %
4. lotterymining.com with 0.6 Gh/s -> 6 %
5. p2p-pool with 0.25 Gh/s -> 2.5 %

it would be optimal to have 4 big pools with 20 % (now 2 Gh/s) - when 1 of the 4 pools is down then the other 3 have each 30  %
when you are an investor in this DRK and you realize that the network is not safe - you will not invest in it!

please distribute your hashrate wisely!
legendary
Activity: 1498
Merit: 1001
180 BPM
Anyone an idea if the bot just wants to kill DRK or they just want to buy for cheap?
Jump to: