MobGod
|
|
January 05, 2014, 09:19:34 AM |
|
The latest upload to the Google drive now includes the Windows version of the command line daemon, darsekd.exe. The daemon does exhibit the fake "crash" when used to solo mine. To use: simply open up a command window. navigate to the directory where the executable has been placed. Use the command: to start. To send commands type: for example To get a list of commands: To stop the daemon Dream anything working for GPL to mine it in Linux ?
|
|
|
|
dreamwatcher (OP)
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
January 05, 2014, 09:29:42 AM |
|
I was not aware there was anything wrong with the GPL linux daemon.
The pool is using it and it works fine. What issues are you having?
|
|
|
|
MobGod
|
|
January 05, 2014, 09:31:35 AM |
|
I was not aware there was anything wrong with the GPL linux daemon.
The pool is using it and it works fine. What issues are you having?
working miner so i can solo it
|
|
|
|
|
MobGod
|
|
January 05, 2014, 11:03:57 AM |
|
Can someone make logo's for GPL,KED, and UFC please
BTW who the hell is slamming KED ?
still looking for some logo's anyone?
|
|
|
|
mogrith
Legendary
Offline
Activity: 1470
Merit: 1001
Use Coinbase Account almosanywhere with Shift card
|
|
January 05, 2014, 09:15:04 PM |
|
|
|
|
|
ffirriff
Newbie
Offline
Activity: 38
Merit: 0
|
|
January 05, 2014, 10:47:35 PM |
|
Unfocus any news on the exchange . Thanks for all the hard work .
|
|
|
|
|
mogrith
Legendary
Offline
Activity: 1470
Merit: 1001
Use Coinbase Account almosanywhere with Shift card
|
|
January 06, 2014, 04:32:05 AM |
|
|
|
|
|
Shad3dOne
|
|
January 06, 2014, 05:26:58 AM |
|
we can haz le bump?
|
Domain for sale -> NXTcoin.com, 200 btc/2.9 M nxt. pm me like craigslist but for btc! --> Visit BTClist.comFederationCredits--> C6khbXzADRUeT9di2SpNubCt2UVTuayKMV What's this?
|
|
|
mogrith
Legendary
Offline
Activity: 1470
Merit: 1001
Use Coinbase Account almosanywhere with Shift card
|
|
January 06, 2014, 07:30:03 AM |
|
ok also New KED Pool http://ked.livechains.net/Rura Penthe is no longer a slave mine join us and earn KED.
|
|
|
|
unfocus
|
|
January 06, 2014, 08:12:01 AM |
|
Unfocus any news on the exchange . Thanks for all the hard work .
I appreciate the question very much, thank you. Someone mentioned that things are better than Deep Space Nine. It was a fully functioning outpost, although you may not always be able to flush the toilet. There were about 10 people who have been testing the exchange, and I have some laundry list to do. If I were to launch the exchange today, it will actually work as an exchange platform. People can deposit, post orders, and they will get executed when there are matching orders to fulfill them. Funds are reserved properly for open order, trade history is showing fine, open order can be canceled if you wish. Chat is working, and people can troll each other. But a few things are still not function as expected. Secondary features, from resetting password to 2-factor security is still not done. As planned, we should be doing a larger limited beta launch in Jan. But general public are generally not very patience if they cannot flush the toilet. I guess it will be fun to hear beta testers chime in their experience and their confidence levels. I am dying to complete this and launch this as soon as I can; with working toilets, not with an army of janitors.
|
|
|
|
MobGod
|
|
January 06, 2014, 09:46:05 AM |
|
On the GPL wallet is there a bug when you solo than close the wallet open it again and it's just won't work?
|
|
|
|
tokyoghetto
Legendary
Offline
Activity: 1232
Merit: 1000
|
|
January 07, 2014, 12:06:39 AM |
|
Unfocus any news on the exchange . Thanks for all the hard work .
I appreciate the question very much, thank you. Someone mentioned that things are better than Deep Space Nine. It was a fully functioning outpost, although you may not always be able to flush the toilet. There were about 10 people who have been testing the exchange, and I have some laundry list to do. If I were to launch the exchange today, it will actually work as an exchange platform. People can deposit, post orders, and they will get executed when there are matching orders to fulfill them. Funds are reserved properly for open order, trade history is showing fine, open order can be canceled if you wish. Chat is working, and people can troll each other. But a few things are still not function as expected. Secondary features, from resetting password to 2-factor security is still not done. As planned, we should be doing a larger limited beta launch in Jan. But general public are generally not very patience if they cannot flush the toilet. I guess it will be fun to hear beta testers chime in their experience and their confidence levels. I am dying to complete this and launch this as soon as I can; with working toilets, not with an army of janitors. take your time on the exchange. good things come to those who wait.
|
|
|
|
tokyoghetto
Legendary
Offline
Activity: 1232
Merit: 1000
|
|
January 07, 2014, 12:16:35 AM |
|
typed setgenerate true into my darsek wallet, it crashed now it won't load. gives me a runtime error. can anyone help?
|
|
|
|
dreamwatcher (OP)
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
January 07, 2014, 01:11:42 AM |
|
typed setgenerate true into my darsek wallet, it crashed now it won't load. gives me a runtime error. can anyone help?
Restart your computer. There is still a Darsek thread running. If you want to solo mine in Windows, Download the latest zip, it contains the Darsek daemon which does not have these issues. The latest upload to the Google drive now includes the Windows version of the command line daemon, darsekd.exe. The daemon does exhibit the fake "crash" when used to solo mine. To use: simply open up a command window. navigate to the directory where the executable has been placed. Use the command: to start. To send commands type: for example To get a list of commands: To stop the daemon I guess I can give a small update now: I am getting closer to the cause of these Windows errors. These Windows errors have been my main project since Darsek relaunched. Day and Night. Up to 4 compile environments now. I have narrowed it down to the exception handling system in C++ vs. QT. The daemon appears to work because exception handling is done purely through C++. When cgminer first connects to the daemon, it appears to send an invalid (in todays standards) getwork JSON request. The client/daemon then throws a JSONRpc error. Outside this Windows/QT issue, the exception is handled and the correct getwork information is sent to cgminer. I have now learned there are 3 variants of MinGW, each handles exceptions differently. However because the daemon runs fine and is compiled with the MinGW I am using, this has to be a QT issue. Right now, pretty much anything that throws an exception will fake"crash" the Windows QT client as the exception is not being handled by Qt and works it way completely out of the application causing Windows C++ to throw the "application shut down" error.
|
|
|
|
unfocus
|
|
January 07, 2014, 06:50:15 AM |
|
Thanks for the hardwork, Dream!
|
|
|
|
unfocus
|
|
January 07, 2014, 07:15:25 AM |
|
Any nodes for UFC? Somehow my wallet keeps loosing connections, even with the pool's IP!
|
|
|
|
Xaltotun
|
|
January 08, 2014, 01:06:23 AM |
|
Hi, I thought I'd bring up another issue with the Darsek wallet and that is the text fields are not readable. The wallet may look cool and all but this is what it ends up looking like to me: I get this on multiple machines. Test is written in the label and yes, there is actually an address pasted into the address field. It's completely unreadable. Here are the nodes I have in my UFC conf file, unfocus: addnode=ufc.cryptocoinexplorer.com addnode=84.200.17.249 addnode=198.199.100.216 addnode=108.185.76.42
|
|
|
|
dreamwatcher (OP)
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
January 08, 2014, 01:28:42 AM |
|
Hi, I thought I'd bring up another issue with the Darsek wallet and that is the text fields are not readable. The wallet may look cool and all but this is what it ends up looking like to me: I get this on multiple machines. Test is written in the label and yes, there is actually an address pasted into the address field. It's completely unreadable. Here are the nodes I have in my UFC conf file, unfocus: addnode=ufc.cryptocoinexplorer.com addnode=84.200.17.249 addnode=198.199.100.216 addnode=108.185.76.42 There will be a major cosmetic update once the Windows exception issues are sorted out. It will be a major update of both client and cosmetics. At the moment I have decided to just move the Windows QT client to QT 5.2. Every path I have attempted to take has been fraught with different compile issues, I am reminded daily why I have developed in Linux the last few years. If I am going to push through and rewrite parts of the client code and fix the compile systems that multimillion dollar companies make that choke on their own code, I might as work forward instead of regressing backward through versions.
|
|
|
|
|