Martti Malmi 通信

回复:JSON-RPC 进展

中本聪 · 2010 年 2 月 14 日

SN-10151 附来源、原文与上下文。

阅读语言
引用 Martti Malmi 的文字Martti Malmi来源 ↗
引用中本聪此前的文字中本聪来源 ↗

我还没用其他东西测试过自己的 JSON-RPC 服务器。如果你测试了,请告诉我情况如何。你用的是 Python,对吗?

I haven't tested my JSON-RPC server with anything else yet. If you do, please tell me how it goes. You're using Python, right?

让 Linux 版本在未安装 GTK 的情况下运行,将是另一项任务。

Getting the Linux version to run without the GTK installed will be a separate task.

是的,用 Python。我还没测试 JSON-RPC,因为还没有在 vps 上运行比特币。即使安装了 GTK 库,没有窗口管理器它也无法运行。我在 wxWidgets 论坛上问了(http://wxforum.shadonet.com/viewtopic.php?t=26954),但他们也没什么 头绪。也许我们就是需要做两个不同的二进制文件。

Yes, using Python. I didn't test the JSON-RPC yet as I don't have Bitcoin running on the vps yet. It doesn't work without a window manager even if GTK libraries are installed. I asked about it at wxWidgets forum (http://wxforum.shadonet.com/viewtopic.php?t=26954) but they didn't have much clue. Maybe we'll just need to make two different binaries.

我大概会让步,照这个办法做。我可以把初始化和关闭移到 init.cpp、start.cpp 或类似文件中,只链接 wxbase,不链接 ui.o 和 uibase.o。

I will probably relent and do that. I can move init and shutdown into init.cpp or start.cpp or something, link only wxbase and not link ui.o and uibase.o.

wxWidgets 社区主要是 Windows 用户,他们对 GTK 不会知道太多。

wxWidgets is mostly Windows people, they wouldn't know much about GTK.

你不是有一台 Ubuntu 笔记本,可以用来测试和编译,就不用折腾 vps 了吗?

Don't you have an Ubuntu laptop you can test and compile on so you don't have to toy with the vps?

来源

阅读字号

选择适合你的字号,之后阅读会继续使用。