nade70
|
|
October 19, 2014, 07:01:54 AM |
|
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/downloadThis 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.
|
|
|
|
mitache365
|
|
October 19, 2014, 07:07:26 AM |
|
nice wallet. nice to see this coin is moving.
|
BTC
|
|
|
arielbit
Legendary
Offline
Activity: 3444
Merit: 1061
|
|
October 19, 2014, 07:12:27 AM |
|
once dash have ease of sending transaction, i'll send some donation..
|
|
|
|
slb (OP)
|
|
October 19, 2014, 09:09:03 AM Last edit: October 19, 2014, 12:28:37 PM by slb |
|
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: #define CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE 20000 Here is what they probably use: #define CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE 10000 2. Minergate started to use this code on 2014/10/06 10:28:17I looked at the blockchain for odd blocks and they started to appear here: http://chainradar.com/dsh/blocks/2241/3067225 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/63d91c6d5f7f9eab1cc2ad3f3be0435fba2427694ba4579e1cdb6077e8e47110Proof that the block is Minergate's: https://minergate.com/pool-stats/dsh/23491Search for 63d91c6d5f7f9eab1cc2ad3f3be0435fba2427694ba4579e1cdb6077e8e47110 3. Minergate used correct code before 2014/10/06 10:28:17Here is a Minergate's block just 2 blocks below the first strange block I showed above. 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/23491Search 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 MINERGATETo 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 poolsLets 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.2dashcoind --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.
|
|
|
|
crypto_currency
|
|
October 19, 2014, 10:06:44 AM |
|
Something wrong with the GUI wallet,it crashed and pop up a window saying running time error.
|
|
|
|
DenisZabar
|
|
October 19, 2014, 11:11:33 AM |
|
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.
|
|
|
|
DenisZabar
|
|
October 19, 2014, 12:10:39 PM |
|
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/downloadThis 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
|
|
|
|
|
mitache365
|
|
October 19, 2014, 03:07:52 PM |
|
will be good to see BTC market here!
|
BTC
|
|
|
CrashOD
Newbie
Offline
Activity: 41
Merit: 0
|
|
October 19, 2014, 03:42:50 PM |
|
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:
So what about transactions that never made it from pools like extremepool or even democats (or any of the open source pools)? Will those failed TXs ever be resent to miners that never received them or is it a manual process? I know extremepool won't be doing any manual payouts like that for me, I already asked. Between extremepool and democats I never received >50M DSH that should have made it to me.
|
|
|
|
slb (OP)
|
|
October 19, 2014, 03:53:41 PM |
|
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:
So what about transactions that never made it from pools like extremepool or even democats (or any of the open source pools)? Will those failed TXs ever be resent to miners that never received them or is it a manual process? I know extremepool won't be doing any manual payouts like that for me, I already asked. Between extremepool and democats I never received >50M DSH that should have made it to me. I expect to complete the script for sending the payments later today or tomorrow. I already automated the process of getting the failed transactions and I am halfway through sending.
|
|
|
|
CrashOD
Newbie
Offline
Activity: 41
Merit: 0
|
|
October 19, 2014, 04:07:14 PM |
|
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:
So what about transactions that never made it from pools like extremepool or even democats (or any of the open source pools)? Will those failed TXs ever be resent to miners that never received them or is it a manual process? I know extremepool won't be doing any manual payouts like that for me, I already asked. Between extremepool and democats I never received >50M DSH that should have made it to me. I expect to complete the script for sending the payments later today or tomorrow. I already automated the process of getting the failed transactions and I am halfway through sending. Awesome, thanks for looking into that and getting a fix. Will that only apply to your pool or should I contact other pools about it? Thanks again
|
|
|
|
pwstegman
|
|
October 19, 2014, 05:00:30 PM |
|
I have added the link the Dashcoin Wallet GUI github project to my original post. I have also added it in this post. https://github.com/pwstegman/DashcoinWalletGUIFor those trying to run on Linux, I experienced some issues while running the wallet under Linux, which I am working out.
|
|
|
|
AdamWhite
|
|
October 19, 2014, 05:19:39 PM |
|
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/downloadThis 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/DashcoinWalletGUITo 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. Awesome! Sending some coins your way
|
|
|
|
AdamWhite
|
|
October 19, 2014, 05:27:22 PM |
|
slb, interesting findings.. I have posted in the Minergate thread and sent a PM.. hopefully they fix the issue. I had a few cpu's pointed at minergate mining DSH which i've switched over to democats and xmining
I wonder what minergate gains by doing this if it was not an accident..
|
|
|
|
pwstegman
|
|
October 19, 2014, 06:08:33 PM |
|
Something wrong with the GUI wallet,it crashed and pop up a window saying running time error. What version of Windows are you running? Also, could you please post the exact error message? Thanks!
|
|
|
|
DenisZabar
|
|
October 19, 2014, 07:04:14 PM |
|
Sending not working. Created new wallet still not working...
|
|
|
|
pwstegman
|
|
October 19, 2014, 11:50:29 PM |
|
I released Subtoshi about a month and a half ago, so Dashcoin could be traded. Dashcoin has since been listed on Poloniex, and the trade volume on Subtoshi has dropped. As of now, Subtoshi is costing me more to run than it is bringing in. I am glad that Subtoshi was able to get Dashcoin trading going, but now that trading has died down, and for the reasons I stated before, I have decided to close down Subtoshi. Thank you to everyone who used Subtoshi. I hope it provided useful.
The plan for Subtoshi's closing is as follows Deposits will be disabled on October 26th, a week from today. Trading will be disabled on October 31st. After that, the exchange will remain open for withdrawals until December 31st.
I will have a more official announcement later on the website, and will be sending out an email regarding the closing of Subtoshi to everyone who has registered.
|
|
|
|
lostisland
Newbie
Offline
Activity: 20
Merit: 0
|
|
October 20, 2014, 12:46:34 AM |
|
I released Subtoshi about a month and a half ago, so Dashcoin could be traded. Dashcoin has since been listed on Poloniex, and the trade volume on Subtoshi has dropped. As of now, Subtoshi is costing me more to run than it is bringing in. I am glad that Subtoshi was able to get Dashcoin trading going, but now that trading has died down, and for the reasons I stated before, I have decided to close down Subtoshi. Thank you to everyone who used Subtoshi. I hope it provided useful.
The plan for Subtoshi's closing is as follows Deposits will be disabled on October 26th, a week from today. Trading will be disabled on October 31st. After that, the exchange will remain open for withdrawals until December 31st.
I will have a more official announcement later on the website, and will be sending out an email regarding the closing of Subtoshi to everyone who has registered.
Very sad to hear this. I love the idea of subtoshi, the website was clean and error free. Pwstegman thanks for subtoshi AND pumping out a GUI wallet for this coin very quickly! I wish you luck on your future projects, especially if you are continuing to work on dsh. I hope subtoshi can come back in the future if it could be profitable!
|
|
|
|
tacee
|
|
October 20, 2014, 02:41:12 AM |
|
good to see DSH moving toward the bright future.
|
|
|
|
|