Bitcoin Forum
May 24, 2024, 02:35:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
561  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (cryptonote coin, true anonymity, automated source code) on: July 11, 2014, 09:05:13 PM
Anyone know what's up with the network? I was about to put some hash on this, but no blocks for an hour... I was thinking difficulty readjustment, but the hash rate hasn't fluctuated drastically. I'll mine some once we know the status of the network.


Also, I agree that we need to start spreading the hash around to other pools.
Other pools find blocks as well. It just takes more time.

Currently the pools with chances of finding blocks beside extremepool are:
http://dsh.noteminer.com/#pool  (153.64 KH/sec)
https://www2.coinmine.pl/dsh/  (16.66 KH/sec)
http://dsh.poolpool.pl  (6.24 KH/sec)
http://dsh.darktech.org  (775.36 H/sec)
562  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (cryptonote coin, true anonymity, automated source code) on: July 11, 2014, 03:15:49 PM
Bytecoin has the same problem. The reason this is happening is not enough investment from the pools' side. Miners want fast payouts, this happens when the pool has big % from the network hashrate. Serious pool owners should not only invest in a VPS/server, but also in hashrate to provide fast payout for the miners. If you have 0 miners on your pool how do you expect someone to join? What exactly they are paying this 1% for when they basically solo mine?
I hope those questions will guide smaller pool owners to the right direction.
I posted pool fees on in the first post and I hope this will lead to diversification.
Non diversification is a problem for the network health, but market drives it all.
563  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (cryptonote coin, true anonymity, automated source code) on: July 10, 2014, 04:13:02 PM
Hi guys,

New binaries are available. The update is not mandatory, but will avoid a single point of failure problem for new connections, as we had only one hardcoded node.
The popularity of the coin grew faster than expected and this forced the change. The next update will be synchronised with the Bytecoin update as planned.
If someone with a stable pool want to participate in providing security of the network and to be a hardcoded node please PM with with an IP.

Also, Linux and Mac OS X builds don't require boost installed anymore.
564  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 09, 2014, 12:40:15 PM
i have a question for the dev.

why make a cryptonote coin with such a large number amount mineable, when you can only send tiny amounts to exchanges etc...?

I see it the other way - exchanges have to adapt to the coins, not the coins to the exchanges. If an exchange supports Bytecoin it will support Dashcoin with no problem.
Also changing the amount can lead to unexpected problems because of the automation, which is a priority of this coin.
565  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 09, 2014, 12:37:44 PM
Still cannot compile. This quite sux. Could the dev fix their GIT ?


noob.. be quiet Senior members are talking .
and my point bad grammar or not should be fairly easy to deduce.. he posted his ANN topic in the wrong section.
this happens a lot and they usually play dumb about it..

Hey Spoetnik, are you a dev ? Did you make some altcoins ?

I have no problem with building on Ununtu 14.04.
I tried to reproduce your problem and the closest thing I can is related with low memory. You can easily fix this by adding a swap:
https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04
Please tell what OS are you using so I can try to reproduce the problem.
566  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 09, 2014, 10:34:16 AM
@silvo
I think network hash rate is calculated based on the previews 720 blocks, so when a large amount of hash rate is added it needs time to create a more realistic value:
https://wiki.bytecoin.org/wiki/Difficulty

I also think every pool hash rate must be divided by 2, same as the network hash rate fix.

Code:
was launched with a value of 69.45641231 dsh  block reward...
This was an error of your pool
567  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 09, 2014, 07:29:14 AM
If you compile on Linux you must take care of this issue first:
https://github.com/amjuarez/bytecoin/issues/25
If you compile on Windows you have to take care of this first:
https://github.com/amjuarez/bytecoin/issues/26
Unfortunately if Bytecoin has an issue, we'll have it too.

Code:
Adding
#include <algorithm> below the other includes in ObserverManager.h allowed me to compile.

I have no idea what does this mean.
I just type make to compile, I never heard about including in the ObserverManager.h

add this line in src/common/ObserverManager.h
Quote
#include <algorithm>
Then you make and it should be fine
568  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 09, 2014, 06:47:12 AM
Dashcoin is the only cryptonote that I cannot compile. Weird...

Did anyone tried to compile instead of downloading binaries ?


Code:
collect2: error: ld returned 1 exit status
make[3]: *** [tests/unit_tests] Error 1
make[3]: Target `tests/CMakeFiles/unit_tests.dir/build' not remade because of errors.
make[3]: Leaving directory `/root/dashcoin/build/release'
make[2]: *** [tests/CMakeFiles/unit_tests.dir/all] Error 2
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/root/dashcoin/build/release'
make[1]: *** [all] Error 2
make[1]: Target `default_target' not remade because of errors.
make[1]: Leaving directory `/root/dashcoin/build/release'
make: *** [build-release] Error 2
make: Target `all' not remade because of errors.



If you compile on Linux you must take care of this issue first:
https://github.com/amjuarez/bytecoin/issues/25
If you compile on Windows you have to take care of this first:
https://github.com/amjuarez/bytecoin/issues/26

Unfortunately if Bytecoin has an issue, we'll have it too.
569  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 08, 2014, 07:10:16 PM
Linux wallet won't compile from the source on OpenSUSE.

Nice premine BTW.

Hi,
You need to apply this fix to get it working for Linux.
https://github.com/amjuarez/bytecoin/issues/25

I knew the premine FUD will come, so here is my explanation of why this is not pre-announced - pre-announcement is anything but fair. Pre-announcement is good for the big guys and leaves no chance for the small guys. I made this thread 1/2 hour after the first block was found (we had to be sure transactions works fine on the real network). You can confirm that by checking the time of the open post and the timestamp of the first block, which is pretty simple and everyone can do this (write "print_block 1" in the daemon). None of the developers is a huge miner (I personally mine from my laptop, and I am the biggest miner) and we solely rely on donations. None not team member was pre-informed about this coin. I was amazed how fast the first pools came out, but some guys are just good at it.
570  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 08, 2014, 01:16:28 PM
Dear all,

Dashcoin network hash is 50KH in 2 days, it is amazing  Grin , it is really high when GPU haven't joined in. This is due to deligent developers.

To support dashcoin stronger in cryptonote market, we should make a donation. I suppose we should donate using dashcoin, not bitcoin.


Hi slb, please confirm dashcoin address of developers:

Dashcoin - D5eFxxMj6MMR8Qv9gcdrZZYgGb9EzuwBQGtKpXYMxVk8crCx5yUvMSDK9ekgSE2z4ZXW5nfB5RhDb5h HSb2ghEUK4G2nXkc
is it true?

We have a new address for donations:  D3z2DDWygoZU4NniCNa4oMjjKi45dC2KHUWUyD1RZ1pfgnRgcHdfLVQgh5gmRv4jwEjCX5LoLERAf5P bjLS43Rkd8vFUM1m
I'll update it in the first post.
We prefer donations in Dashcoins as none of our team members is a huge miner. Thanks for your donation no matter of the amount.

Sent 250k.

Please confirm that you receive it.

Who are the team members, and what are the skills of them?

Received. Thank you Smiley

Team members:
A system engineer with more than 8 years of experience. He has thorough experience with different Linux distributions, bash and Perl;
A Tor enthusiast with years of experience with scraping and web browser automation;
And me - a believer in the future of the decentralised systems with a lot of programming experience. Game theory is also my passion.
571  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 08, 2014, 09:10:53 AM
3 donations received. Thank you Smiley)
572  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 08, 2014, 08:35:56 AM
Dear all,

Dashcoin network hash is 50KH in 2 days, it is amazing  Grin , it is really high when GPU haven't joined in. This is due to deligent developers.

To support dashcoin stronger in cryptonote market, we should make a donation. I suppose we should donate using dashcoin, not bitcoin.


Hi slb, please confirm dashcoin address of developers:

Dashcoin - D5eFxxMj6MMR8Qv9gcdrZZYgGb9EzuwBQGtKpXYMxVk8crCx5yUvMSDK9ekgSE2z4ZXW5nfB5RhDb5h HSb2ghEUK4G2nXkc
is it true?

We have a new address for donations:  D3z2DDWygoZU4NniCNa4oMjjKi45dC2KHUWUyD1RZ1pfgnRgcHdfLVQgh5gmRv4jwEjCX5LoLERAf5P bjLS43Rkd8vFUM1m
I'll update it in the first post.
We prefer donations in Dashcoins as none of our team members is a huge miner. Thanks for your donation no matter of the amount.
573  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 07, 2014, 04:50:15 AM
hi guys,

->> http://dsh.darktech.org  <<-

News:
-for optimized mining use minerd with stratum+tcp see Getting Started ex...

-min payout 0.1 DSH , fee 2%

happy mining.

 Cheesy Cheesy Cheesy

This pool is not good to me.  I only see half the hash I'm outputting.  Plus, I've been on the last 2.5 hours and have only received 5.7 dash with 0.09 pending dash.  WTF?  I went back to solo mining in between and got 30,000 dash in 40 minutes.  I'm done with this pool.

The pool is removed from the first page until this is fixed.
574  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 06, 2014, 08:55:36 AM
Hi guys,
I found a critical bug in the source generator. It's still not affecting the network, but I recommend you to update your binaries.

Can you explain this further? Thx!

The Bytecoin blockchain checkpoint values were not deleted. It is fixed now. You must update your binaries before we hit block 79000 or you will receive an error when we hit it. You can download the new binaries from the first post (or compile if you prefer that).

I also added high resolution logo images at the bottom of the first post.
575  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 06, 2014, 08:48:32 AM
Hey guys,

Completely new here - long time lurker not much of a poster so i just signed up out of pure interest.

I would like to give this coin a go at mining on my computer (macbook) but have no idea how to setup.

Im trying via the instructions from the mining pool but I'm just no good at this.

Could someone help me or point me in the right direction to getting setup?

Thanks for any and all help

The pool miner is written in C#, so it's only for Windows.
You can try solo mining while the hash rate is still low. Follow the instructions here:
http://dashcoin.net/download/mac/
576  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 06, 2014, 04:33:42 AM
Hi guys,
I found a critical bug in the source generator. It's still not affecting the network, but I recommend you to update your binaries.
577  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (CPU-mining, true anonymity, automated source code) on: July 05, 2014, 02:45:10 PM
ehi dev, are you here?
 Wink
Sent you a PM Smiley

dev, are you ready to support like XMR dev?
When the automatisation is finished there will be no need for support. Our goal is to make it as fast as possible to a self generating stage.
578  Alternate cryptocurrencies / Altcoin Discussion / Re: List of all cryptocoins on: July 05, 2014, 12:02:30 PM
Dashcoin - https://bitcointalk.org/index.php?topic=678232
579  Alternate cryptocurrencies / Announcements (Altcoins) / [DSH] Dashcoin (Cryptonote, automated source) on: July 05, 2014, 11:31:39 AM



Dashcoin [DSH] | http://dashcoin.info | http://forknote.net
Based on CryptoNote technology | https://cryptonote.org/
and Bytecoin | https://bytecoin.org




Dashcoin (DSH) is a cryptocurrency started on July 5, 2014. Dashcoin is a fork of Bytecoin and uses the unique algorithm CryptoNite. Our goal with Dashcoin is to create a perfect mirror image of Bytecoin, the first CryptoNote based cryptocurrency, at any given moment of time. Automatically.

Specifications

  • Algorithm: CryptoNight
  • Block time: 120 seconds (2 minutes)
  • Difficulty retargets each block
  • Block reward decreases each block according to the formula: BaseReward = (MSupply - A)/218,  where MSupply = (264 - 1) atomic units and 'A' is amount of already generated coins
  • One coin is divisible down to 8 decimal places (divisible up to 108)
  • Total coins: 18 446 744 073 709 551 616 atomic units (= 184.46 billion DSH)
 

Coin Information



Why mirror image is better than self sustained fork?
The reason is simple - costs. Self sustained forks demand a lot of development time, if you want to build a well maintained cryptocurrency. And if the network grows, the required development time is likely to grow too.
A simpler, and less costly way to maintain a network with high reliability is to create a self mutating copy of it. Mutating copy is a simple copy of the original source, mutating every time the original source mutates.

Even more - such a process can be automated!

Current level of automation:
  • Source code
  • Automatically generated binaries for Windows
  • Automatically generated binaries for Mac OS X
  • Automatically generated binaries for Linux

Targeted synchronization with the latest Bytecoin code and binaries - 1 hour.

Official downloads and links

Source and binaries
GitHub - Source
Cryptonote generator - The script for generating Dashcoin

Ports

  • RPC: 29080
  • P2P: 29081


Resources
Logo PNG 1000x1000
Logo PNG 2048x2048

irc.freenode.net
#dashcoin    - Talk with others from the dashcoin community

Back your coin!
Dashcoin has no premine and even that developer costs are not high compared to other coins, we still need servers and development time to run the coin. Donate for more reliable network.

DSH:
Code:
D3z2DDWygoZU4NniCNa4oMjjKi45dC2KHUWUyD1RZ1pfgnRgcHdfLVQgh5gmRv4jwEjCX5LoLERAf5PbjLS43Rkd8vFUM1m

BTC:
Code:
1pVWDunbNFUbCtLBWtp83ox5pnLZGRP8P
    You can also help Dashcoin by creating your own services, promote Dashcoin, or simply mining


    Unofficial downloads and links

    Mining Pools
    Spread around the hashrate! Join the smaller pools to improve network health.

    URLFees
    http://democats.org 0%
    http://dashcoin.miner.center/0.5%
    http://dsh.cryptonight.net1%
    http://dsh.shscrypto.net5%
    https://minergate.com1%

    Miners


    Exchanges

    Blockchain Explorer
    https://minergate.com/blockchain/dsh/blocks
    http://chainradar.com/dsh/blocks
    http://democats.org/blockchain/?name=dashcoin
    [/list]
    580  Alternate cryptocurrencies / Altcoin Discussion / Re: Monero or Bytecoin? on: July 05, 2014, 10:36:51 AM

    I hope there are no people dumb enough not to check darkota's story. Bytecoin has 50 commits on github, last commit has 800 lines of code added.
    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 »
    Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!