Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - victor

Pages: 1 [2] 3
16
Marketplace / Re: [WTS] 37 PTS each 0.01 BTC
« on: November 15, 2013, 09:25:21 am »
Sent 0.1813 BTC

17
Marketplace / Re: [WTS] 37 PTS each 0.01 BTC
« on: November 15, 2013, 09:21:13 am »
Sent .0098×37÷2=0.1813 BTC
My PTS address Pvxtus6iJ7pS7uJDir8c5puVNcDQaatQR5
I will send another half after I receive PTS

18
Marketplace / Re: [WTS] 37 PTS each 0.01 BTC
« on: November 15, 2013, 09:16:48 am »
I can send first. We can do trade in this thread. What is your BTC address? Let's do half half.

19
Marketplace / Re: [WTS] 2000 PTS @ 0.01BTC
« on: November 15, 2013, 09:11:05 am »
I want to buy 300PTS right now. Is that OK?

We will use a escrow, and I will pay the transaction fees.

20
General Discussion / Re: Coinground Alpha PTS Exchange - trading back up!
« on: November 13, 2013, 01:08:07 am »
Great exchange to buy some cheap PTS! 8)

21
General Discussion / Re: Coingrounds PTS / BTC Exchange
« on: November 12, 2013, 09:16:45 pm »
Exchange is back and working! 8)

22
BitShares PTS / Re: Coyote Miner | PPS Mining Pool
« on: November 12, 2013, 11:41:45 am »
The pool is under DDos...
Very high packet loss!
Code: [Select]
                                      Packets               Pings
 Host                               Loss%   Snt   Last   Avg  Best  Wrst StDev
 1. 172.29.0.1                       0.0%    23   18.3  18.4  17.4  20.5   0.6
 2. host.colocrossing.com            0.0%    23   18.7  18.3  17.5  19.7   0.3
 3. 173.245.71.177                   0.0%    23   18.5  21.1  17.8  30.0   3.7
 4. xe-2-3-0.cr1.sjc1.us.nlayer.net  0.0%    23   19.2  21.4  17.8  55.5   8.5
 5. xe-1-2-1.cr1.ewr1.us.nlayer.net  0.0%    23   87.1  90.3  86.6 120.8   8.8
 6. ae2-60g.cr1.nyc2.us.nlayer.net   0.0%    23   86.9  89.6  86.8 103.7   4.4
 7. vlan-77.ar2.nyc3.us.nlayer.net   0.0%    22   90.5  93.0  89.2 112.0   6.8
 8. as62567.xe-3-0-6.ar2.nyc3.us.nl  0.0%    22   91.0  95.5  90.6 110.7   6.3
 9. 192.241.164.242                  0.0%    22   89.6  92.0  89.2 109.2   4.7
10. 162.243.67.4                    95.2%    22  138.1 138.1 138.1 138.1   0.0

23
BitShares PTS / Re: 1 BTC Bounty - Build Faster Miners People :)
« on: November 12, 2013, 04:56:27 am »
Hmm... I do have an improved miner with only a few lines changed and ~20% more HPM.
Maybe try this bounty later, after I am paid the 1BTC for fixing crash (I am still waiting for that 1BTC :P)

Ok.. I was waiting on bitstamp withdraw to pay your bounty... coming now.

20% more than my pool miner?

Got the 1BTC, thank you!

No, it is just 20% more than the original pts-miner. But that's just a few line changes within a few minutes. I just wanted to show that there is much room to make improvements on the miner.

24
BitShares PTS / Re: 1 BTC Bounty - Build Faster Miners People :)
« on: November 12, 2013, 04:19:41 am »
Hmm... I do have an improved miner with only a few lines changed and ~20% more HPM.
Maybe try this bounty later, after I am paid the 1BTC for fixing crash (I am still waiting for that 1BTC :P)

26
General Discussion / Re: 1 BTC Bounty to Fix Crash
« on: November 11, 2013, 10:18:19 pm »
Thank you, bytemaster :)

27
General Discussion / Re: 1 BTC Bounty to Fix Crash
« on: November 11, 2013, 10:12:42 pm »
Hi bytemaster,

I have posted a patch at http://bitsharestalk.org/index.php?topic=408.15 sometime earlier today, and my patched clients has been running fine for a few hours instead of consistently crashing. May I claim this bounty?

My BTC address: 12FtgmhWyu64x9kCC8GzGG5DCgQ4ps2PgE

Thanks,
Victor



28

That's weird.  I wonder why "momentum.o" wasn't include in the makefile to begin with?  The makefile shows the last edit date was 7 months ago, so it must have been like that from the beginning.

How the hell did mine compile?

Previously, there is a "#include "momentum.cpp"" line at the beginning of main.cpp, but it was removed in a recent commit. If we include momentum.cpp, functions like momentum_search will be compiled into main.o, and thus we don't need to look for it at the final linking. Otherwise we must compile momentum.cpp into an individual object file.

29
BitShares PTS / Re: Client keeps crashing
« on: November 11, 2013, 08:49:44 pm »
Running a few tests to see if I can replicate the issue.  I've got a watchdog wrapper for my protoshare client, so if it crashes I'll capture the debug.log file for analysis.

I'll let you know if I spot anything.

We are aware of this issue and have a 1 BTC bounty for any patches that can help resolve it quickly.

My quick patch below should fix this issue. Please test it.

http://pastebin.com/FQv3snaP

The cause of this problem is that the old client disconnects the new client due to the wrong proof of work; however there is a race condition that sometimes the new client still wants to communicate with the old client, but since the old client has closed this connection, a "broken pipe" signal will be passed to the new client and it is terminated.

Interestingly, on Windows platform a flag MSG_NOSIGNAL is passed to send() to avoid this problem. This should also apply to Linux since MSG_NOSIGNAL is supported after kernel 2.2+

Code: [Select]
--- ProtoShares/src/net.cpp     2013-11-11 11:46:13.019922787 -0800
+++ ProtoShares-new/src/net.cpp 2013-11-11 12:34:22.155890315 -0800
@@ -710,7 +710,7 @@
     while (it != pnode->vSendMsg.end()) {
         const CSerializeData &data = *it;
         assert(data.size() > pnode->nSendOffset);
-#ifdef WIN32
+#if 1
         int nBytes = send(pnode->hSocket, &data[pnode->nSendOffset], data.size() - pnode->nSendOffset, MSG_NOSIGNAL | MSG_DONTWAIT);
 #else
         int nBytes = send(pnode->hSocket, &data[pnode->nSendOffset], data.size() - pnode->nSendOffset, MSG_DONTWAIT);

30
My patch should fix this issue:

Code: [Select]
--- ProtoShares/src/makefile.unix       2013-11-11 11:46:13.019922787 -0800
+++ ProtoShares-new/src/makefile.unix   2013-11-11 11:47:52.255921671 -0800
@@ -141,7 +141,8 @@
     obj/bloom.o \
     obj/noui.o \
     obj/leveldb.o \
-    obj/txdb.o
+    obj/txdb.o \
+    obj/momentum.o
 
 
 all: bitcoind



save the code above as makefile.patch and patch -p0 < makefile.patch, you should be able to compile it again 8)

Pages: 1 [2] 3