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 - wackou

Pages: 1 ... 25 26 27 28 29 30 31 [32] 33
466
Thanks! Haven't received it yet, though, this is weird because it's been like more than 15mins...

It looks like I'm still on block 4267 (have been during all that time), maybe that's the issue?

Must have been stuck somehow, I restarted the client and now it got all the blocks as well as the shares, thanks!

467
It looks like I'm still on block 4267 (have been during all that time), maybe that's the issue?

That should have been 4627, sorry

468
I received. Now I am connected with two nodes. And my ip is  218.82.233.79; you can try to connect me. I intend to keep the client running for the next 24 hours.
I have connected to you.  :)

And I have been connected (automatically) to you :)
Have send you a little

Thanks! Haven't received it yet, though, this is weird because it's been like more than 15mins...

It looks like I'm still on block 4267 (have been during all that time), maybe that's the issue?

469
I received. Now I am connected with two nodes. And my ip is  218.82.233.79; you can try to connect me. I intend to keep the client running for the next 24 hours.
I have connected to you.  :)

And I have been connected (automatically) to you :)

470
My account: XTS2PAVmogb7YS5hyA7RX1RARWxjRWyjqB7oEdMvodU9CYmB1kg8ei2C7xRVVQahSDsT2D2At5JLVtrX5uQAneo7iuZakhQSD

471
Marketplace / Re: 10 PTS Bounty - New build of Keyhotee for OS X
« on: March 16, 2014, 11:13:16 am »
@bytemaster: I think we should be able to close this bounty by now, right? Drekrob setup the jenkins build to have a working .dmg for os x (also helped him for that) and I checked the keyhotee builds and they look properly built, so this should be a solved issue. What do you think?

My pts address in case you agree: Ps8KJ5mJEszeYAhuGhdMPH4EbSiVFqNTFQ

Cheers!

472
Marketplace / Re: 10 PTS Bounty - New build of Keyhotee for OS X
« on: March 05, 2014, 03:38:42 pm »
works on my machine (C)  ;D

it also looks properly built (I checked the dylibs deps), so I assume it would work at least on all macs 10.8 and 10.9.

473
Marketplace / Re: 10 PTS Bounty - New build of Keyhotee for OS X
« on: February 27, 2014, 02:50:24 pm »
Even though the about menu says 1.0beta1, this is more like 0.5.5 (it's the version from 5 days ago). The .dmg I provided here: https://www.dropbox.com/s/ngq8c9hsbypxsvv/Keyhotee.dmg is precisely this version: https://github.com/InvictusInnovations/keyhotee/commit/eba1cfa3c3d0be0bd8190953d8d7086beb421f91

474
Marketplace / Re: 10 PTS Bounty - New build of Keyhotee for OS X
« on: February 27, 2014, 01:09:31 pm »
@bytemaster: did you have the chance to test it? Any chance you could have a look at it before the bitshares snapshot? :-)

btw, it takes less than an hour to set up a VM to build keyhotee, maybe then you can reuse this VM as a jenkins agent...

475
Marketplace / Re: 10 PTS Bounty - New build of Keyhotee for OS X
« on: February 23, 2014, 10:13:23 am »
Thanks, here's my PTS address: Ps8KJ5mJEszeYAhuGhdMPH4EbSiVFqNTFQ

FYI, the things I had to fix since last time:

- some cmake build flags were not completely correct, seems like they were introduced when your guys did the work for the static linux build. No biggie, and I imagine once you're gonna have the Jenkins CI running, this won't happen again

- in fc, you should never forward-declare the std::hash for custom types (ie: fc::sha256 as in https://github.com/InvictusInnovations/fc/pull/13/files but also all the other types, fc::ip::endpoint, etc...). Forward-declaring it, even for only one type, will shadow the declaration from the std lib and all the std::hash template specializations in fc will fail to compile. Not sure if it's a bug in clang or whether clang is stricter than GCC, but that's how it is...

Hope this helps!

476
Marketplace / Re: 10 PTS Bounty - New build of Keyhotee for OS X
« on: February 22, 2014, 09:39:58 pm »
Here are two pull requests that fix compilation on mac os:

https://github.com/InvictusInnovations/fc/pull/13
https://github.com/InvictusInnovations/keyhotee/pull/299

after that, you can follow the instructions in this file to compile keyhotee

https://github.com/InvictusInnovations/keyhotee/blob/master/bootstrap_mac_dmg.sh

It is recommended to run in a new virtual machine, as it allows to have a clean environment, without any conflicts between system/macports/brew/... (which unfortunately happen often on mac)

Here's a compiled version of keyhotee (as of the version in the pull request): https://www.dropbox.com/s/ngq8c9hsbypxsvv/Keyhotee.dmg

477
Marketplace / Re: 10 PTS Bounty - New build of Keyhotee for OS X
« on: February 18, 2014, 11:45:44 am »
Hi, I will be travelling in the next few days but I can have a look at that this weekend if nobody has done it before. Cheers!

478
Marketplace / Re: 200 PTS - Mac OS X Keyhotee Packaging Script [ACTIVE]
« on: January 28, 2014, 08:05:52 pm »
@bytemaster: I hope Miami was great! Can't wait to see the video of the panel with ethereum and mastercoin...

I removed the old script that tried miserably to build a working dmg with instructions to make a clean build using clang, now that it compiles with it: https://github.com/InvictusInnovations/keyhotee/pull/258
(btw, you still need to merge this: https://github.com/InvictusInnovations/fc/pull/3)

So if there's nothing else you'd like me to do, here is my PTS address: PjUhcttzZMu1WNdCxKYvZVQPsohQQkFRVp. Those protoshares will most likely all come back to you anyway, so I can get myself some angelshares ;)

Thanks!

479
Marketplace / Re: 200 PTS - Mac OS X Keyhotee Packaging Script [ACTIVE]
« on: January 20, 2014, 08:54:08 pm »
btw, this also allows to generate an xcode project using the following command:

Code: [Select]
cmake -G Xcode .
open keyhotee.xcodeproj

You will just need to remove the salsa20.s file from the fc project, which doesn't compile for some reason and you should be able to build and run (and debug) keyhotee normally using xcode!

480
Keyhotee / Re: New way to be sure your Founder ID and Key are Registered
« on: January 20, 2014, 08:18:45 pm »
Quote
Dan "Keyhotee" Notestein and team are working on a better way to provide positive feedback.

Glad to hear! I don't really care when it's done as long as I know I will be able to check myself at least once before the genesis block is created.

Pages: 1 ... 25 26 27 28 29 30 31 [32] 33