Bitcoin Forum
May 02, 2024, 11:27:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 [373] 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722502 times)
Alohaboy?!
Hero Member
*****
Offline Offline

Activity: 1050
Merit: 506



View Profile
March 09, 2014, 03:17:50 PM
 #7441

There are GPU farms that pull 1 GHs in scrypt, so.... it's not impossible by any measure that it's a relatively large GPU farm.

sure but that´s sick anyway^^
1714649279
Hero Member
*
Offline Offline

Posts: 1714649279

View Profile Personal Message (Offline)

Ignore
1714649279
Reply with quote  #2

1714649279
Report to moderator
1714649279
Hero Member
*
Offline Offline

Posts: 1714649279

View Profile Personal Message (Offline)

Ignore
1714649279
Reply with quote  #2

1714649279
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714649279
Hero Member
*
Offline Offline

Posts: 1714649279

View Profile Personal Message (Offline)

Ignore
1714649279
Reply with quote  #2

1714649279
Report to moderator
1714649279
Hero Member
*
Offline Offline

Posts: 1714649279

View Profile Personal Message (Offline)

Ignore
1714649279
Reply with quote  #2

1714649279
Report to moderator
1714649279
Hero Member
*
Offline Offline

Posts: 1714649279

View Profile Personal Message (Offline)

Ignore
1714649279
Reply with quote  #2

1714649279
Report to moderator
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 09, 2014, 03:18:40 PM
 #7442

I still can not get my gtx9800gtx+ to work with sgminer.

Code:
set GPU_MAX_ALLOC_PERCENT=100
set GPU_USE_SYNC_OBJECTS=1
sgminer.exe -o stratum+tcp://62.141.39.175:7903 -u darkcoinaddress-p x -k darkcoin --debug -v --gpu-engine 750 --gpu-memclock 1100 --shaders 128

I tried to lower to gpu engine and gpu memclock below factory level, without success.

any ideas? Thx in advance ....

still no solution, cmon guys, any suggestion?
try to put -k darkcoin just after sgminer.exe . But I think it is not possible to mine with nvidia, just ati.

Hi,

I'm using sgminer with my nvidia cards.

Try this:

Quote
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe --kernel darkcoin -o stratum+tcp://www.drkpool.com:3333 -u user.worker -p x -g 2 --lookup-gap 2 -w 256 --thread-concurrency 8064 -I 13 --shaders 2048

Of course, change your options to what's best for your card. And use the latest miner.

still no success. Later today im back on linux, will try it there.

Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
camosoul
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


www.OroCoin.co


View Profile WWW
March 09, 2014, 03:41:51 PM
Last edit: March 09, 2014, 03:59:37 PM by camosoul
 #7443

./sgminer -k darkcoin \
-o stratum+tcp://lotterymining.com:4444 -u un -p pw \
--thread-concurrency 8192 -I 19 -g 1 \
--gpu-engine 1450 \
--gpu-memclock 1450

[04:21:59] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[04:21:59] WARNING: GPU_USE_SYNC_OBJECTS is not specified!

It's 4:30am, going to sleep...


Way too high core clock. Start with 1050 and you can move up a bit maybe around 1140.

Memclock to 1500

This generally works good for most 7970 -I 13 -g 2 -w 256 --thread-concurrency 8192.

Very rarely you can't use 2 threads (search for The Stilt's bioses), in that case -I 20 -g 1 -w 256 --thread-concurrency 24000 and tweak TC to higher numbers upto stability.

Also add to the startup script for sgminer

Code:
#!/bin/bash
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1

config now set as follows, still no effect on speed:

Quote from: failconfig
./sgminer -k darkcoin \
-o stratum+tcp://lotterymining.com:4444 -u un -p pw \
--thread-concurrency 8192 -I 13 -g 2 -w 256 \
--gpu-engine 1050 --gpu-memclock 1500

It still complains about the exported variables as if they hadn't been exported.

Quote from: failsplosion
[11:40:05] Started sgminer 4.1.0-85-gccc7d
[11:40:05] ADL found less devices than opencl!
[11:40:05] There is possibly more than one display attached to a GPU
[11:40:05] Use the gpu map feature to reliably map OpenCL to ADL
[11:40:05] WARNING: Number of OpenCL and ADL devices did not match!
[11:40:05] Hardware monitoring may NOT match up with devices!
[11:40:05] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[11:40:05] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[11:40:05] Kernel darkcoin is experimental.
[11:40:05] Kernel darkcoin is experimental.
[11:40:05] Probing for an alive pool
[11:40:05] Pool 0 difficulty changed to 0.008
[11:40:06] Network diff set to 300

I have a hunch that ADL/OpenCL whining is part of the problem. I think the values passed in the command line are being ignored. Thus, why setting GPU clock to 1500 didn't do anything bad or good; it's not actually happening.

Also, found that libGL.so is only being installed in /usr/lib32/ which is complete fail. No idea what it previously was just fine but then went poof. Tried manually linking /usr/lib/libGL.so to /usr/lib32/fglrx/libGL.so.1.2 and that is a disaster, as expected... It's just plain borked up beyond hope and I'm done wasting my time on it. I have too much real work to do to play these games with busted ubuntu crap.

.
.OROCOIN.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 09, 2014, 03:48:45 PM
 #7444

./sgminer -k darkcoin \
-o stratum+tcp://lotterymining.com:4444 -u un -p pw \
--thread-concurrency 8192 -I 19 -g 1 \
--gpu-engine 1450 \
--gpu-memclock 1450

[04:21:59] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[04:21:59] WARNING: GPU_USE_SYNC_OBJECTS is not specified!

It's 4:30am, going to sleep...


Way too high core clock. Start with 1050 and you can move up a bit maybe around 1140.

Memclock to 1500

This generally works good for most 7970 -I 13 -g 2 -w 256 --thread-concurrency 8192.

Very rarely you can't use 2 threads (search for The Stilt's bioses), in that case -I 20 -g 1 -w 256 --thread-concurrency 24000 and tweak TC to higher numbers upto stability.

Also add to the startup script for sgminer

Code:
#!/bin/bash
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1

config now set as follows, still no effect on speed:

Quote from: failconfig
./sgminer -k darkcoin \
-o stratum+tcp://lotterymining.com:4444 -u un -p pw \
--thread-concurrency 8192 -I 13 -g 2 -w 256 \
--gpu-engine 1050 --gpu-memclock 1500

It still complains about the exported variables as if they hadn't been exported.

Quote from: failsplosion
[11:40:05] Started sgminer 4.1.0-85-gccc7d
[11:40:05] ADL found less devices than opencl!
[11:40:05] There is possibly more than one display attached to a GPU
[11:40:05] Use the gpu map feature to reliably map OpenCL to ADL
[11:40:05] WARNING: Number of OpenCL and ADL devices did not match!
[11:40:05] Hardware monitoring may NOT match up with devices!
[11:40:05] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[11:40:05] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[11:40:05] Kernel darkcoin is experimental.
[11:40:05] Kernel darkcoin is experimental.
[11:40:05] Probing for an alive pool
[11:40:05] Pool 0 difficulty changed to 0.008
[11:40:06] Network diff set to 300

I have a hunch that ADL/OpenCL whining is part of the problem. I think the values passed in the command line are being ignored. Thus, why setting GPU clock to 1500 didn't do anything bad or good; it's not actually happening.


did you tried :
Code:
set GPU_MAX_ALLOC_PERCENT=100
set GPU_USE_SYNC_OBJECTS=1

or
Code:
setx GPU_MAX_ALLOC_PERCENT=100
setx GPU_USE_SYNC_OBJECTS=1

Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
camosoul
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


www.OroCoin.co


View Profile WWW
March 09, 2014, 04:02:21 PM
 #7445

did you tried :
Code:
set GPU_MAX_ALLOC_PERCENT=100
set GPU_USE_SYNC_OBJECTS=1
or
Code:
setx GPU_MAX_ALLOC_PERCENT=100
setx GPU_USE_SYNC_OBJECTS=1

Set, setx, and export. Doesn't matter. It complains that these are unset no matter what.

Code:
bash:~$ echo $GPU_USE_SYNC_OBJECTS
1
bash:~$ echo $GPU_MAX_ALLOC_PERCENT
100

They ARE set, sgminer is just lying to mess with me... It's a woman. :-p

.
.OROCOIN.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
March 09, 2014, 04:14:38 PM
 #7446

did you tried :
Code:
set GPU_MAX_ALLOC_PERCENT=100
set GPU_USE_SYNC_OBJECTS=1
or
Code:
setx GPU_MAX_ALLOC_PERCENT=100
setx GPU_USE_SYNC_OBJECTS=1

Set, setx, and export. Doesn't matter. It complains that these are unset no matter what.

Code:
bash:~$ echo $GPU_USE_SYNC_OBJECTS
1
bash:~$ echo $GPU_MAX_ALLOC_PERCENT
100

They ARE set, sgminer is just lying to mess with me... It's a woman. :-p

those settings are used by opencl. try finding another release, or redownload and reinstall

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

Activity: 602
Merit: 500


View Profile
March 09, 2014, 04:27:41 PM
 #7447

just bought 500 darkcoin on cryptsy for 0.00125. Someone dumped a lot. Get them cheap while u can.
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
March 09, 2014, 04:29:12 PM
 #7448

did you tried :
Code:
set GPU_MAX_ALLOC_PERCENT=100
set GPU_USE_SYNC_OBJECTS=1
or
Code:
setx GPU_MAX_ALLOC_PERCENT=100
setx GPU_USE_SYNC_OBJECTS=1

Set, setx, and export. Doesn't matter. It complains that these are unset no matter what.

Code:
bash:~$ echo $GPU_USE_SYNC_OBJECTS
1
bash:~$ echo $GPU_MAX_ALLOC_PERCENT
100

They ARE set, sgminer is just lying to mess with me... It's a woman. :-p

those settings are used by opencl. try finding another release, or redownload and reinstall
try using --no-adl just to see if it will start up and mine....
it will not have any clock control or monitoring but if it works it is probably your adl drivers
megges
Sr. Member
****
Offline Offline

Activity: 371
Merit: 250


View Profile
March 09, 2014, 04:48:40 PM
 #7449

orders @ cryptsy are just not following any logics ... i cant understand why we see a new bottom on cryptsy and a spike in difficulty up to 415 ... that makes absolutly no sense ...

can someone explain the logic behind that? has someone a theory?

tip me! Tongue XtSrWch1U3BsTBFBHj7acTTzxFo1fy5BMa
camosoul
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


www.OroCoin.co


View Profile WWW
March 09, 2014, 04:48:59 PM
 #7450

did you tried :
Code:
set GPU_MAX_ALLOC_PERCENT=100
set GPU_USE_SYNC_OBJECTS=1
or
Code:
setx GPU_MAX_ALLOC_PERCENT=100
setx GPU_USE_SYNC_OBJECTS=1

Set, setx, and export. Doesn't matter. It complains that these are unset no matter what.

Code:
bash:~$ echo $GPU_USE_SYNC_OBJECTS
1
bash:~$ echo $GPU_MAX_ALLOC_PERCENT
100

They ARE set, sgminer is just lying to mess with me... It's a woman. :-p

those settings are used by opencl. try finding another release, or redownload and reinstall
try using --no-adl just to see if it will start up and mine....
it will not have any clock control or monitoring but if it works it is probably your adl drivers

Starts up and mines just the same with the --no-adl flag.

Rebuilt sgminer, dropped --no-adl flag... No effect.

Confused as to why broken and unfixable libGL halts the build of a program that has no use for libGL (darkcoin-qt), but sgminer still builds just fine...

.
.OROCOIN.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █
djcrypto
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
March 09, 2014, 05:14:45 PM
 #7451

DRK has two big issues that I see:

(1) Because the power draw is only 60% of scrypt, large GPU farms that mine altcoins and dump them for BTC/fiat have an incentive to target DRK. More profit even at price parity due to lower electricity costs. This will keep market supply high perpetually and hence keep the price low.

(2) The legions of unremarkable clone-coins will implement DarkSend once it's open-sourced. See how zero-talent "devs" are copy-pasting Vertcoin's anti-ASIC adaptive N algorithm.

For both (1) and (2) the solution is greater adoption. In the case of (1) it reduces these quasi-commercial dumpers to a smaller proportion of the market. In the case of (2), it allows DRK to achieve escape velocity and get to a point where a competing clone coin can't catch up due to lacking the network effect.

So I see "marketing" as crucial, even in the short-term. In any case, DarkSend should probably be kept closed-source before hitting at least Bter and BTC38 (not that I'm in any position to advise devs). Call it an extended mandatory beta or something. Tongue

I agree, well said.
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
March 09, 2014, 05:21:19 PM
 #7452

DRK has two big issues that I see:

(1) Because the power draw is only 60% of scrypt, large GPU farms that mine altcoins and dump them for BTC/fiat have an incentive to target DRK. More profit even at price parity due to lower electricity costs. This will keep market supply high perpetually and hence keep the price low.

(2) The legions of unremarkable clone-coins will implement DarkSend once it's open-sourced. See how zero-talent "devs" are copy-pasting Vertcoin's anti-ASIC adaptive N algorithm.

For both (1) and (2) the solution is greater adoption. In the case of (1) it reduces these quasi-commercial dumpers to a smaller proportion of the market. In the case of (2), it allows DRK to achieve escape velocity and get to a point where a competing clone coin can't catch up due to lacking the network effect.

So I see "marketing" as crucial, even in the short-term. In any case, DarkSend should probably be kept closed-source before hitting at least Bter and BTC38 (not that I'm in any position to advise devs). Call it an extended mandatory beta or something. Tongue

I agree, well said.

Is there anyone here with a marketing background that would want to manage that? We could raise some money and use it to draw some attention. Email me at evan@darkcoin.io if you're interested.

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

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
March 09, 2014, 05:29:07 PM
 #7453

I'll be speaking at the Cryptocurrency Convention on Apr 9th in NewYork, detailing how DarkSend works and promoting DarkCoin. If anyone will be in NewYork at that time I'd love to meet you!

http://cryptocurrencyconvention.com/


*My details should be up on the site soon

THIS is the type of "marketing" this coin needs.

Edu, can you talk any about what type of testing (beyond this community doing some DS transactions) you are doing? It's been mentioned before to try to let some "white-hat" types take a hammer to it... anything like that? To me, i'd like some sort of 3rd party endorsement on the anonymous transactions.


There were a few people that came into the forums and said that it wasn't anonymous and could break it, I'll reach out to them and see if they're up for taking a look at it.

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

Activity: 420
Merit: 250


Kamehameha!!!


View Profile
March 09, 2014, 05:39:04 PM
 #7454

DRK has two big issues that I see:

(1) Because the power draw is only 60% of scrypt, large GPU farms that mine altcoins and dump them for BTC/fiat have an incentive to target DRK. More profit even at price parity due to lower electricity costs. This will keep market supply high perpetually and hence keep the price low.

(2) The legions of unremarkable clone-coins will implement DarkSend once it's open-sourced. See how zero-talent "devs" are copy-pasting Vertcoin's anti-ASIC adaptive N algorithm.

For both (1) and (2) the solution is greater adoption. In the case of (1) it reduces these quasi-commercial dumpers to a smaller proportion of the market. In the case of (2), it allows DRK to achieve escape velocity and get to a point where a competing clone coin can't catch up due to lacking the network effect.

So I see "marketing" as crucial, even in the short-term. In any case, DarkSend should probably be kept closed-source before hitting at least Bter and BTC38 (not that I'm in any position to advise devs). Call it an extended mandatory beta or something. Tongue

I agree, well said.

Is there anyone here with a marketing background that would want to manage that? We could raise some money and use it to draw some attention. Email me at evan@darkcoin.io if you're interested.

Hey Mr Eduffield I got the marketing plan of the century!

Take out a full page advertisement or online campaign jokingly making an open letter to Mark Karpeles that if he want to keep his ill gotten wealth then he should buy Darkcoins. And if he actually does do it then we all get rich, everyones happy, if he doesn't then great advertising!!!


https://bitcointalk.org/index.php?topic=505044.0  (see this link)


duazo
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
March 09, 2014, 05:52:00 PM
 #7455

orders @ cryptsy are just not following any logics ... i cant understand why we see a new bottom on cryptsy and a spike in difficulty up to 415 ... that makes absolutly no sense ...

can someone explain the logic behind that? has someone a theory?

It is strange. At current difficulty (315), 1MH/s of scrypt power earns you about 3.5 DRK per day, which is about 0.004 BTC per MH per day at current prices. Most stable coins earn about 0.008 - 0.012 BTC per MH per day, so it's undervalued in terms of mining by 2x to 3x.

However, trade volumes are pretty low, so you can't read too much into it. Sometimes miners just need to cash out.

BTC: 141svhv9AsMLgsXDjhvZwWagRUpGWYptRE
DRK: XrnVid6U2kvTP77EifHtgxe3tEovUFK45B
IFC: iHEo7CrpQhLaTKeBxHaSvfVLTvQq1M5UcW
albertdros
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
March 09, 2014, 05:52:37 PM
 #7456

orders @ cryptsy are just not following any logics ... i cant understand why we see a new bottom on cryptsy and a spike in difficulty up to 415 ... that makes absolutly no sense ...

can someone explain the logic behind that? has someone a theory?

there will always be dumpers. I just bought myself 500 more.
djcrypto
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
March 09, 2014, 06:01:04 PM
 #7457

I'll be speaking at the Cryptocurrency Convention on Apr 9th in NewYork, detailing how DarkSend works and promoting DarkCoin. If anyone will be in NewYork at that time I'd love to meet you!

http://cryptocurrencyconvention.com/


*My details should be up on the site soon

THIS is the type of "marketing" this coin needs.

Edu, can you talk any about what type of testing (beyond this community doing some DS transactions) you are doing? It's been mentioned before to try to let some "white-hat" types take a hammer to it... anything like that? To me, i'd like some sort of 3rd party endorsement on the anonymous transactions.


There were a few people that came into the forums and said that it wasn't anonymous and could break it, I'll reach out to them and see if they're up for taking a look at it.

This would be great to have for marketing purposes.

Also, I was thinking you could institute a 2% fee for your mining pool that would go towards bounties for the DarkCoin Foundation. This would give miners a chance to contribute to the growth and prosperity of the coin.
bigrcanada
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile WWW
March 09, 2014, 06:03:38 PM
 #7458

I'll be speaking at the Cryptocurrency Convention on Apr 9th in NewYork, detailing how DarkSend works and promoting DarkCoin. If anyone will be in NewYork at that time I'd love to meet you!

http://cryptocurrencyconvention.com/


*My details should be up on the site soon

THIS is the type of "marketing" this coin needs.

Edu, can you talk any about what type of testing (beyond this community doing some DS transactions) you are doing? It's been mentioned before to try to let some "white-hat" types take a hammer to it... anything like that? To me, i'd like some sort of 3rd party endorsement on the anonymous transactions.


There were a few people that came into the forums and said that it wasn't anonymous and could break it, I'll reach out to them and see if they're up for taking a look at it.

Hi Eduffield.   Check out what Heavycoin did.  You can check what they are doing with this coin.  

https://cryptocointalk.com/topic/6988-launchedhvc-heavycoin-decentralized-block-reward-votingcpu-only-ultra-secure/


"Bounty details

Thanks to the bounty phase, Heavycoin will start with enough funds to do some serious work in terms of branding, marketing and promotion. Here are some of the projects we will be rewarding early adopters and promoters for.  If you are interested, then please post to the forum and send a PM so we can confirm the details.

30,000 HVC - professional grade commercial art and logos (specific guidelines, logo competition)
50,000 HVC - professional grade promotional video explanation (specific guidelines apply)
100,000 HVC - first substaintial merchant to accept payments with Heavycoin
50,000 HVC - second merchant
40,000 HVC - third merchant
10,000 HVC - fourth merchant
10,000 HVC - fifth merchant
50,000 HVC - first gambling site (specific guidelines apply)
20,000 HVC - first dice site
10,000 HVC - setup and maintenance of a dedicated Heavycoin forum
10,000 HVC - sign-up of the first Heavycoin exchange
30,000 HVC - first block explorer
10,000 HVC - second block explorer
30,000 HVC - first mining pool
10,000 HVC - second mining pool
10,000 HVC - first article published
10,000 HVC - second article published
30,000 HVC - article at CoinDesk, Bitcoin Magazine, Forbes or Money Week

Thousands more to be awarded to promotors on twitter, facebook and online forums.

Completed bounties
These bounties have been pre-allocated ahead of the launch for helpful contributions.

Twitter feed setup - 1,000 HVC awarded to robmillernow
Chinese PRE-ANN translation - 1,000 HVC awarded to xiaocong
Greek PRE-ANN translation - 1,000 HVC awarded to RealMiner
French PRE-ANN translation - 1,000 HVC awarded to kuroman
Spanish PRE-ANN translation - 1,000 HVC awarded to VanBreuk
Dutch PRE-ANN translation - 1,000 HVC awarded to tinus42
First article published - 10,000 HVC awarded to qznc (Block Reward Voting: HeavyCoin)
Polish PRE-ANN translation - 1,000 HVC awarded to Moozg
Russian PRE-ANN translation - 1,000 HVC awarded to -Greed-
Informative blog post - 1,000 HVC awarded to Shuxy (Alt Coins Lookout! #1)
Setup and maintenance of a dedicated Heavycoin forum - 10,000 HVC awarded to cryptomind (heavycoinforum.com)
Italian PRE-ANN translation - 500 HVC awarded to Steve_Sanders

We are still awarding bounties for pre-launch contributions (ex. promotions and translations) so please send us a PM."


This in my opinion is a very well thought out roll out.  We need to set up a bounty found ASAP and I'll donate the first 500 DRK to the fund to start with.  FYI I do not current own or have any holdings in HVC.

Thoughts?

 

Proud lifetime DASH Foundation Member | First Brick & Mortar DASH Merchant |  Please visit DASH.org or DASHtalk.org for a list of merchants and information.
bigrcanada
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile WWW
March 09, 2014, 06:05:39 PM
 #7459

I'll be speaking at the Cryptocurrency Convention on Apr 9th in NewYork, detailing how DarkSend works and promoting DarkCoin. If anyone will be in NewYork at that time I'd love to meet you!

http://cryptocurrencyconvention.com/


*My details should be up on the site soon

THIS is the type of "marketing" this coin needs.

Edu, can you talk any about what type of testing (beyond this community doing some DS transactions) you are doing? It's been mentioned before to try to let some "white-hat" types take a hammer to it... anything like that? To me, i'd like some sort of 3rd party endorsement on the anonymous transactions.


There were a few people that came into the forums and said that it wasn't anonymous and could break it, I'll reach out to them and see if they're up for taking a look at it.

Hi Eduffield.   Check out what Heavycoin did.  You can check what they are doing with this coin.  

https://cryptocointalk.com/topic/6988-launchedhvc-heavycoin-decentralized-block-reward-votingcpu-only-ultra-secure/


"Bounty details

Thanks to the bounty phase, Heavycoin will start with enough funds to do some serious work in terms of branding, marketing and promotion. Here are some of the projects we will be rewarding early adopters and promoters for.  If you are interested, then please post to the forum and send a PM so we can confirm the details.

30,000 HVC - professional grade commercial art and logos (specific guidelines, logo competition)
50,000 HVC - professional grade promotional video explanation (specific guidelines apply)
100,000 HVC - first substaintial merchant to accept payments with Heavycoin
50,000 HVC - second merchant
40,000 HVC - third merchant
10,000 HVC - fourth merchant
10,000 HVC - fifth merchant
50,000 HVC - first gambling site (specific guidelines apply)
20,000 HVC - first dice site
10,000 HVC - setup and maintenance of a dedicated Heavycoin forum
10,000 HVC - sign-up of the first Heavycoin exchange
30,000 HVC - first block explorer
10,000 HVC - second block explorer
30,000 HVC - first mining pool
10,000 HVC - second mining pool
10,000 HVC - first article published
10,000 HVC - second article published
30,000 HVC - article at CoinDesk, Bitcoin Magazine, Forbes or Money Week

Thousands more to be awarded to promotors on twitter, facebook and online forums.

Completed bounties
These bounties have been pre-allocated ahead of the launch for helpful contributions.

Twitter feed setup - 1,000 HVC awarded to robmillernow
Chinese PRE-ANN translation - 1,000 HVC awarded to xiaocong
Greek PRE-ANN translation - 1,000 HVC awarded to RealMiner
French PRE-ANN translation - 1,000 HVC awarded to kuroman
Spanish PRE-ANN translation - 1,000 HVC awarded to VanBreuk
Dutch PRE-ANN translation - 1,000 HVC awarded to tinus42
First article published - 10,000 HVC awarded to qznc (Block Reward Voting: HeavyCoin)
Polish PRE-ANN translation - 1,000 HVC awarded to Moozg
Russian PRE-ANN translation - 1,000 HVC awarded to -Greed-
Informative blog post - 1,000 HVC awarded to Shuxy (Alt Coins Lookout! #1)
Setup and maintenance of a dedicated Heavycoin forum - 10,000 HVC awarded to cryptomind (heavycoinforum.com)
Italian PRE-ANN translation - 500 HVC awarded to Steve_Sanders

We are still awarding bounties for pre-launch contributions (ex. promotions and translations) so please send us a PM."


This in my opinion is a very well thought out roll out.  We need to set up a bounty found ASAP and I'll donate the first 500 DRK to the fund to start with.  FYI I do not current own or have any holdings in HVC.

Thoughts?

 PS.... I'll be the first merchant to sign up to use DarkCoin! ....and I'll donate any bounty I'd get for that back into the "fund".


Proud lifetime DASH Foundation Member | First Brick & Mortar DASH Merchant |  Please visit DASH.org or DASHtalk.org for a list of merchants and information.
djcrypto
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
March 09, 2014, 06:16:43 PM
 #7460

Thanks bigrcanada!

As mentioned above I think we should get the mining pools involved to offer an auto-donation to get the foundation funded. I also think we should use a similar rewards structure as heavy, obviously with fewer coins since ours are and will be worth so much more!

eduffield can you put up a donation address for the Foundation and implement the donation option on your pool to that address? If you do it then other mining pool operators can follow suit, up until a fund ceiling of 200,000 DRK or so.

I think most miners would be happy to contribute, especially when it will go directly to the foundation and improving the awareness, development and value of the coin. It's in everyone's best interest!
Pages: « 1 ... 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 [373] 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 ... 7012 »
  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!