Pages:
Author

Topic: [DSH] Dashcoin (Cryptonote, automated source) - page 27. (Read 216677 times)

hero member
Activity: 731
Merit: 500
will be good to see BTC market here!  Cool
legendary
Activity: 3388
Merit: 1059
switched to http://dsh.democats.org

it is dev's pool  Wink
sr. member
Activity: 614
Merit: 254
The Dashcoin Wallet GUI is now ready for beta testing. Right now it is Windows only.  Mac and Linux builds will come later.  You can download it here:

http://sourceforge.net/projects/dashcoinwalletgui/files/latest/download

This version contains the following features.  It will be updated as more features are added:

  • Syncs blockchain with network
  • Can load/generate a wallet
  • Loads balance
  • Loads address
  • Lists transaction history (sends and receives)
  • Can send Dashcoin

To import an already existing wallet, copy wallet.bin, wallet.bin.address.txt, and wallet.bin.keys to the same directory as the wallet GUI.  Rename the files to wallet.bin, wallet.bin.address.txt, and wallet.bin.keys if they are not already named that.

wallet worked flawlessly for me, worked with my older wallet files and is quite fast and not so much of a memory hog. good job.

+1 and price is rising again, sending some coin to for contribute  Grin
sr. member
Activity: 614
Merit: 254
Mine in http://dsh.extremepool.org/ I just moved my machines ~ 13kh/s there because minergate STEAL your earnings trust me

i can confirm this, 5.6khs on minergate was getting me 6 million per 24 hours. 5.6khs on extremepool was giving me 17 million at the time. this was when the difficulty was alittle lower btw. not at current difficultys.

Also confirming this.
full member
Activity: 195
Merit: 100
Something wrong with the GUI wallet,it crashed and pop up a window saying running time error. Huh
slb
hero member
Activity: 598
Merit: 501
once dash have ease of sending transaction, i'll send some donation..

I have some finding about the recent transaction problem. I knew what was the problem when I fixed my test pool - transactions with size bigger than 10,000 bytes were hardly accepted in the blockchain. I took my investigation further and here are my finding:

1. Minergate uses old or modified code:
This is the code from the current version on Dashcoin:
Quote
#define CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE 20000
Here is what they probably use:
Quote
#define CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE 10000

2. Minergate started to use this code on 2014/10/06 10:28:17
I looked at the blockchain for odd blocks and they started to appear here:
http://chainradar.com/dsh/blocks/2241/30
Quote
67225   14-10-06 10:28:17   576   1   63d91c6d5f7f9eab1cc2ad3f3be0435fba2427694ba4579e1cdb6077e8e47110
Before this block all blocks have size >17,000 bytes, which means all pools have honest code before this point of time (CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE with value 20000)

http://chainradar.com/dsh/block/63d91c6d5f7f9eab1cc2ad3f3be0435fba2427694ba4579e1cdb6077e8e47110

Proof that the block is Minergate's:
https://minergate.com/pool-stats/dsh/23491
Search for   63d91c6d5f7f9eab1cc2ad3f3be0435fba2427694ba4579e1cdb6077e8e47110

3. Minergate used correct code before 2014/10/06 10:28:17
Here is a Minergate's block just 2 blocks below the first strange block I showed above.
Quote
67225   14-10-06 10:28:17   576   1   63d91c6d5f7f9eab1cc2ad3f3be0435fba2427694ba4579e1cdb6077e8e47110
67224   14-10-06 10:28:43   27286   3   87e8bd5e525649322ed3e5a7d582629917353b06680ba4c035736c03d6834a40
67223   14-10-06 10:17:47   23295   4   4e2dad2aa98dab526f9ea269c0d6dc0388ebb20af159e95c71df3f0bcd8bfdbe

Proof that the block is Minergate's:
https://minergate.com/pool-stats/dsh/23491
Search for   4e2dad2aa98dab526f9ea269c0d6dc0388ebb20af159e95c71df3f0bcd8bfdbe

How this is affecting the network:
1. Transactions with >10000 bytes will break with frequency, related to how much of the hashrate Minergate controls. This produce a snowball effect - the more failed transaction - more people goes to Minergate, because the other pools cannot send transactions.
2. The higher number of transaction failed leads to the constant need of reset and cache delete.

How to act:
DO NOT MINE AT MINERGATE
To improve the effective transaction median and reduce the rejected transactions, we must put Minergate's hashrate percent to minimum as possible until they fix their daemon.

Spread the hashrate between pools
Lets don't make the same mistake again and give so much power to a single pool.

Make sure you are running dashcoind with version 1.0.2
Quote
dashcoind --version

The fact that Minergate had a version with CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE 20000 before their version with value 10000 makes me almost certain this is not a simple mistake.
legendary
Activity: 3388
Merit: 1059
once dash have ease of sending transaction, i'll send some donation..
hero member
Activity: 731
Merit: 500
nice wallet. nice to see this coin is moving.
full member
Activity: 186
Merit: 100
The Dashcoin Wallet GUI is here! Right now it is Windows only.  Mac and Linux builds will come later.  You can download it here:

http://sourceforge.net/projects/dashcoinwalletgui/files/latest/download

This version contains the following features.  It will be updated as more features are added:

  • Syncs blockchain with network
  • Can load/generate a wallet
  • Loads balance
  • Loads address
  • Lists transaction history (sends and receives)
  • Can send Dashcoin

To import an already existing wallet, copy wallet.bin, wallet.bin.address.txt, and wallet.bin.keys to the same directory as the wallet GUI.  Rename the files to wallet.bin, wallet.bin.address.txt, and wallet.bin.keys if they are not already named that.

Up and running on windows 8.1

Sent you 50,000 dash to say thanks and to test sending coin

Haven't tried sending to an exchange yet will try that next.

You did a great job and set the standard with this wallet.
member
Activity: 120
Merit: 10
I just sync the new gui wallet. It's working superb. Thanks for the effort pwstegman, you've did fantastic job. Another step bringing this coin one level up.
full member
Activity: 195
Merit: 100
The Dashcoin Wallet GUI is here! Right now it is Windows only.  Mac and Linux builds will come later.  You can download it here:

http://sourceforge.net/projects/dashcoinwalletgui/files/latest/download

This version contains the following features.  It will be updated as more features are added:

  • Syncs blockchain with network
  • Can load/generate a wallet
  • Loads balance
  • Loads address
  • Lists transaction history (sends and receives)
  • Can send Dashcoin

To import an already existing wallet, copy wallet.bin, wallet.bin.address.txt, and wallet.bin.keys to the same directory as the wallet GUI.  Rename the files to wallet.bin, wallet.bin.address.txt, and wallet.bin.keys if they are not already named that.
Great!I am syncing now
sr. member
Activity: 466
Merit: 250
The Dashcoin Wallet GUI is here! Right now it is Windows only.  Mac and Linux builds will come later.  You can download it here:

http://sourceforge.net/projects/dashcoinwalletgui/files/latest/download

This version contains the following features.  It will be updated as more features are added:

  • Syncs blockchain with network
  • Can load/generate a wallet
  • Loads balance
  • Loads address
  • Lists transaction history (sends and receives)
  • Can send Dashcoin

To import an already existing wallet, copy wallet.bin, wallet.bin.address.txt, and wallet.bin.keys to the same directory as the wallet GUI.  Rename the files to wallet.bin, wallet.bin.address.txt, and wallet.bin.keys if they are not already named that.
Hallo,
whether it is possible link to git ?
i would like for my linux wallet .
Thanks
legendary
Activity: 882
Merit: 1000
The Dashcoin Wallet GUI is now ready for beta testing. Right now it is Windows only.  Mac and Linux builds will come later.  You can download it here:

http://sourceforge.net/projects/dashcoinwalletgui/files/latest/download

This version contains the following features.  It will be updated as more features are added:

  • Syncs blockchain with network
  • Can load/generate a wallet
  • Loads balance
  • Loads address
  • Lists transaction history (sends and receives)
  • Can send Dashcoin

To import an already existing wallet, copy wallet.bin, wallet.bin.address.txt, and wallet.bin.keys to the same directory as the wallet GUI.  Rename the files to wallet.bin, wallet.bin.address.txt, and wallet.bin.keys if they are not already named that.

wallet worked flawlessly for me, worked with my older wallet files and is quite fast and not so much of a memory hog. good job.
full member
Activity: 169
Merit: 100
The Dashcoin Wallet GUI is here! Right now it is Windows only.  Mac and Linux builds will come later.  You can download it here:

https://sourceforge.net/projects/dashcoinwalletgui

This version contains the following features.  It will be updated as more features are added:

  • Syncs blockchain with network
  • Can load/generate a wallet
  • Loads balance
  • Loads address
  • Lists transaction history (sends and receives)
  • Can send Dashcoin

Github: https://github.com/pwstegman/DashcoinWalletGUI

To import an already existing wallet, copy wallet.bin, wallet.bin.address.txt, and wallet.bin.keys to the same directory as the wallet GUI.  Rename the files to wallet.bin, wallet.bin.address.txt, and wallet.bin.keys if they are not already named that.
full member
Activity: 169
Merit: 100
The GUI wallet is now functional.  Right now I am cleaning up the the UI, and adding some additional things to make the wallet better.

What is working:
  • Syncs blockchain with network
  • Can load/generate a wallet
  • Loads balance
  • Loads address
  • Lists transactions (sends and receives)
  • Can send Dashcoin

What I will have working soon:
  • A troubleshooting tab that will have options to fix common problems.  I might make this its own program.
  • Wallet refresh status
  • Showing the output of dashcoind and simplewallet

If there are any other features the GUI wallet should have, please let me know.

I will have more info on the GUI wallet tomorrow.

Wow thank you! So does this mean Dashcoin will follow its own path from now on?

given all the problems lately with sending transactions it would be great to show whether the transaction made it into the txn pool, accepted into the blockchain or rejected by the network. Some type of auto refresh every x minutes for pending sent transactions?

I will see into adding that to the wallet, as that is a great idea.

Also, I will be posting the Dashcoin Wallet GUI within the next hour for those that wish to beta test.  It will have all the features listed under "What is working" (see my previous post).  I will post updates as features are added after that.  The current build is Windows only.  Mac and Linux builds will come later.
hero member
Activity: 605
Merit: 500
i've had the best payouts from xmining, mining there with 2kh http://dashcoin.xminingpool.com/
legendary
Activity: 882
Merit: 1000
Mine in http://dsh.extremepool.org/ I just moved my machines ~ 13kh/s there because minergate STEAL your earnings trust me

i can confirm this, 5.6khs on minergate was getting me 6 million per 24 hours. 5.6khs on extremepool was giving me 17 million at the time. this was when the difficulty was alittle lower btw. not at current difficultys.
sr. member
Activity: 394
Merit: 250
Crypto enthusiast
Mine in http://dsh.extremepool.org/ I just moved my machines ~ 13kh/s there because minergate STEAL your earnings trust me

you'll find a similar problem with extremepool too. there's a problem with these pools counting payments that fail as still succeeded. i'm missing 20% of my payouts.
ntz
full member
Activity: 137
Merit: 100
Mine in http://dsh.extremepool.org/ I just moved my machines ~ 13kh/s there because minergate STEAL your earnings trust me
hero member
Activity: 731
Merit: 500
price is goin up.
Pages:
Jump to: