본문으로 건너뛰기

이메일 #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

한글 번역

제 JSON-RPC 서버를 다른 것과 함께 아직 테스트해 보지 못했습니다. 해 보시면 어떻게 되는지 알려 주세요. 파이썬을 쓰고 계시죠?

GTK가 설치되지 않은 상태에서 리눅스 버전을 실행되게 하는 건 별도의 작업이 될 겁니다.

네, 파이썬을 사용하고 있습니다. VPS에 아직 비트코인을 실행하지 않아서 JSON-RPC는 아직 테스트하지 못했습니다. GTK 라이브러리가 설치되어 있어도 창 관리자가 없으면 동작하지 않습니다. wxWidgets 포럼에 문의해 봤는데(http://wxforum.shadonet.com/viewtopic.php?t=26954) 별다른 답을 얻지 못했습니다. 아마 두 개의 서로 다른 바이너리를 만들어야 할 겁니다.

영어 원문

> 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

한글 번역

고객이 ZayPay가 제공하는 SMS 결제로 비트코인을 살 때만 거래가 자동화되는 방향으로 나아가고 있습니다. Pecunix는 준비금을 보관할 수 있을 정도로 유일하게 신뢰할 수 있고 충분히 실용적인 전자 화폐이지만, 교환 수수료가 꽤 높습니다(약 5%).

제가 비트코인을 살 때는 IBAN 송금을 권장 결제 수단으로 하려고 합니다. “다른 결제 수단으로 사고팔고 싶으면 연락해 달라”고 안내하고 각 주문을 개별적으로 처리할 수도 있습니다. 돈을 그곳에 보관하지 않고 고객이 수수료를 부담한다면, PayPal로도 개별 주문을 수동으로 받을 수 있습니다.

영어 원문

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] 님의 글:

제 JSON-RPC 서버를 다른 것과 함께 아직 테스트해 보지 못했습니다. 해 보시면 어떻게 되는지 알려 주세요. 파이썬을 쓰고 계시죠?

GTK가 설치되지 않은 상태에서 리눅스 버전을 실행되게 하는 건 별도의 작업이 될 겁니다.

네, 파이썬을 사용하고 있습니다. VPS에 아직 비트코인을 실행하지 않아서 JSON-RPC는 아직 테스트하지 못했습니다. GTK 라이브러리가 설치되어 있어도 창 관리자가 없으면 동작하지 않습니다. wxWidgets 포럼에 문의해 봤는데(http://wxforum.shadonet.com/viewtopic.php?t=26954) 별다른 답을 얻지 못했습니다. 아마 두 개의 서로 다른 바이너리를 만들어야 할 겁니다.

아마 결국 그렇게 하겠습니다. init과 shutdown을 init.cpp나 start.cpp 같은 곳으로 옮기고, wxbase만 링크하고 ui.o와 uibase.o는 링크하지 않을 수 있습니다.

wxWidgets는 대부분 윈도우 쪽 사람들이라 GTK에 대해서는 잘 모를 겁니다.

VPS를 일일이 다루지 않아도 되도록 테스트하고 컴파일할 수 있는 우분투 노트북이 없으신가요?

영어 원문

[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

한글 번역

VPS를 일일이 다루지 않아도 되도록 테스트하고 컴파일할 수 있는 우분투 노트북이 없으신가요?

네. 파이썬의 JSON-RPC로 테스트해 봤는데, 잘 동작하는 것 같습니다! 정말 사용하기 쉽네요.

영어 원문

> 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] 님의 글:

VPS를 일일이 다루지 않아도 되도록 테스트하고 컴파일할 수 있는 우분투 노트북이 없으신가요?

네. 파이썬의 JSON-RPC로 테스트해 봤는데, 잘 동작하는 것 같습니다! 정말 사용하기 쉽네요.

만세, 한 번에 성공했네요.

사용하신 파이썬 코드를 보내 주실 수 있나요? 나중에 제가 테스트할 때 직접 알아내지 않아도 되게요.

영어 원문

[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.
링크 복사하기X에 공유페이스북에 공유쓰레드에 공유