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

Pages: 1 2 3 4 [5] 6 7 8 9 10 11 12 ... 14
62
General Discussion / Re: Devs NEED to reach out to freenode operators ASAP
« on: November 13, 2014, 01:55:50 pm »

sounds good .. can you code something like this?
I'd love to see gribble style bots in #bitshares :)

I probably can, but my time is very limited with (work+uni most of the day).
Gribble is built upon Supybot as far as I know.
Maybe building some plugins for Supybot will be easier..

I'll try to have a look over the weekend.

63
General Discussion / Re: Devs NEED to reach out to freenode operators ASAP
« on: November 12, 2014, 10:09:59 pm »
Idea:

Some channels we might want to register:
#bitshares-dev
#bitshares-otc
#bitshares-delegates

--
About a bot, what should it be used for?

1. Network state information
2. Bitshares (and derivatives?) price on exchanges

What do you think?

64
General Discussion / Re: Devs NEED to reach out to freenode operators ASAP
« on: November 12, 2014, 09:19:20 pm »
Good to hear. Looking forward for an active, well operated channel.
I'm still offering my help, if you accept it.

65
General Discussion / Re: Devs NEED to reach out to freenode operators ASAP
« on: November 12, 2014, 07:13:45 pm »
got interesting over there

Surrounded by children at times in the crypto scene.

Heh, not surprising, coming from a kid who's apparently "Too cool for school".

66
General Discussion / Re: Devs NEED to reach out to freenode operators ASAP
« on: November 12, 2014, 09:56:53 am »
I agree with xeroc.
Please do something about it.

When Bitshares starts getting more coverage the channel will be more active, and with no way to moderate it it'll just be a trollfest.

A few of us are idling in the channel almost 24/7. Let us know if we can help.

67
Technical Support / Re: RPC- I Need A Working PHP Example
« on: November 09, 2014, 09:38:28 am »
Hey erick, did you ever get this working? I see this thread was from a while ago, but if you're still around I'd love to see what you learned.

This is what I'm doing:

1. Run `bitshares_client` with the `--server` and `--httpport` flags set:

Code: [Select]
$ ./bitshares_client --server --httpport 9989
2. To communicate with json-rpc, use curl:

Code: [Select]
curl --user `grep rpc_user ~/.BitSharesX/config.json | cut -d ":" -f 2 | tr -d " \",\n"`:`grep rpc_password ~/.BitSharesX/config.json | cut -d ":" -f 2 | tr -d " \",\n"` --data-binary '{"method":"about", "params": [], "json-rpc": 2.0, "id": 0}' -H 'content-type: text/plain;' http://localhost:9989/rpc

68
General Discussion / Re: BitsharesX Mac (old mac) compile error
« on: November 06, 2014, 07:03:28 pm »
Is this solved? Noone left behind!

You're right, I just didn't have a chance to reply yet (all work, and university, makes arubi... etc).

cryptfun, aside from referring you to this post : https://github.com/bitcoin/bitcoin/issues/3228
I can't really do much more. I have no access to an OSX machine so I can't actively troubleshoot.
It seems that g++ is aliased to clang. Read up on that thread and see if any solution works for you.
I'd start with building with gcc insead of clang and see how that works out.

Let us know how it goes. Good luck.

69
General Discussion / Re: BitsharesX Mac (old mac) compile error
« on: November 03, 2014, 10:15:12 am »
Knowing your cpu model is not enough to help you.
You should list all appropriate versions of software your are using.

What's the OS version?
Compiler version?
What's the version of boost?
(etc.)

Anyway, I'm compiling just fine on an Intel T2060:
http://ark.intel.com/products/28021/Intel-Pentium-Processor-T2060-1M-Cache-1_60-GHz-533-MHz-FSB

For me it seems like you just have very old versions of software (libraries, compiler).
You should try compiling just the command-line wallet, so instead of:
cmake -DCMAKE_BUILD_TYPE=Release .
Use:
Code: [Select]
cmake .Then:
Code: [Select]
make bitshares_clientAnd see if that makes a difference.

70
afaik, the blockchain is being synced when the wallet is locked, but the blocks are not scanned for incoming transactions.
Only when unlocking the wallet, then those synced blocks are scanned and incoming tx's are read.

I might be wrong on this, so do correct me if I am.

71
General Discussion / Re: 0.4.21 segmentation fault
« on: October 23, 2014, 03:51:23 pm »
xeroc, what are you using there? what's the version of boost? which compiler and version?
My issue was fixed in
https://github.com/BitShares/bitshares_toolkit/issues/864

can't help with yours though .. as I am not using the GUI much :(

Me neither, but it's nice to have it working. I'll wait for an eventual fix then...


Download from trusted server instead of p2p network.

I don't like this feature.. glad that the fix is to turn it off.


Thanks all!

72
General Discussion / Re: 0.4.21 segmentation fault
« on: October 23, 2014, 03:44:50 pm »
The fix was to turn off chain downloader.

Ah I guess I missed that..
What's the purpose of "chain downloader"? (aside from the obvious ;) )

73
General Discussion / Re: 0.4.21 segmentation fault
« on: October 23, 2014, 03:36:59 pm »
What sense does it make to have a RC if you won't give people the time to install and report bugs?
https://github.com/BitShares/bitshares_toolkit/issues/864

We had people file and report bugs internally.
That would be a good approach if you had all different architectures available to test with .. have you?

I just finished building on ubuntu server 14.04.1 32bit.
The cli client seems to be working well but the web wallet is not.

I keep getting redirected to http://localhost:9989/#/createwallet and even after manually navigating to http://localhost:9989/#/unlockwallet and supplying the password, I'm still being redirected back to the /createwallet page.

My wallet's name is not default, if it matters.


I'm gonna try building on sid 64bit soon. xeroc, what are you using there? what's the version of boost? which compiler and version?
Thanks.

74
Technical Support / Re: bitsharesx build fails due to missing boost & curses
« on: September 17, 2014, 10:59:01 am »
Maybe you have conflicting boost versions installed?
Run this to check for any non 1.55 boost packages that are installed :

Code: [Select]
apt-cache search libboost | cut -f1 -d" " | xargs -n 1 apt-cache policy | egrep "Installed: 1.5[^5]" -B 1

75
General Discussion / Re: BitShares X 0.4.15 Mandatoty Update
« on: September 14, 2014, 09:26:59 pm »
v0.4.15-a seems to be working well.
Transaction history can be seen in the gui.

I like the new help popup, very nice and non intrusive!

(ubuntu server 14.04.1 32bit)

Pages: 1 2 3 4 [5] 6 7 8 9 10 11 12 ... 14