이메일 #161 - #165
원본 출처: Satoshi - Sirius emails 2009-2011
이메일 #161
Date: Sun, 14 Feb 2010 19:55:51 +0200
From: [email protected]
To: Satoshi Nakamoto <[email protected]>
Subject: Re: JSON-RPC status
영어 원문
> 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?
>
> Getting the Linux version to run without the GTK installed will be a
> separate task.
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.
이메일 #162
Date: Sun, 14 Feb 2010 19:59:12 +0200
From: [email protected]
To: Satoshi Nakamoto <[email protected]>
Subject: Re: Exchange options
영어 원문
I'm moving in the direction of making transactions automated only when
the customer buys coins with SMS payment provided by ZayPay. Pecunix
is the only reliable and practical enough e-currency that I'd store my
reserves in, but the exchange fees are quite high (about 5%).
When I'm buying coins, my recommended payment method would be IBAN
transfer. I could also say "contact us if you want to buy/sell with
any other payment option" and handle each order separately. I could
manually accept single orders with even PayPal, as long as I don't
store my money there and the customer pays the fees.
이메일 #163
Date: Sun, 14 Feb 2010 21:48:31 +0000
From: Satoshi Nakamoto <[email protected]>
Subject: Re: JSON-RPC status
To: [email protected]
영어 원문
[email protected] wrote:
>> 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?
>>
>> Getting the Linux version to run without the GTK installed will be a
>> separate task.
>
> 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.
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 is mostly Windows people, they wouldn't know much about GTK.
Don't you have an Ubuntu laptop you can test and compile on so you don't
have to toy with the vps?
이메일 #164
Date: Mon, 15 Feb 2010 15:00:34 +0200
From: [email protected]
To: Satoshi Nakamoto <[email protected]>
Subject: Re: JSON-RPC status
영어 원문
> Don't you have an Ubuntu laptop you can test and compile on so you
> don't have to toy with the vps?
Yes. Tested with Python's JSON-RPC, and seems to work fine! Really
easy to use.
이메일 #165
Date: Mon, 15 Feb 2010 18:11:53 +0000
From: Satoshi Nakamoto <[email protected]>
Subject: Re: JSON-RPC status
To: [email protected]
영어 원문
[email protected] wrote:
>> Don't you have an Ubuntu laptop you can test and compile on so you
>> don't have to toy with the vps?
>
> Yes. Tested with Python's JSON-RPC, and seems to work fine! Really easy
> to use.
Hurray, I got it on the first go.
Could you send me the Python code you used? So if I do some testing
later I don't have to figure it out myself.