root / trunk / pyopencoin / testWalletServer.py

Revision 67, 177 bytes (checked in by ocjhb, 4 years ago)

copying a new verion together

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1from oc import entities,transports
2w = entities.Wallet()
3sst = transports.SocketServerTransport('0.0.0.0',12008)
4sst.debug = 1
5print 'starting'
6w.receiveMoney(sst)
7print 'fini'
Note: See TracBrowser for help on using the browser.