Giter Club home page Giter Club logo

two1's Introduction

#two1 library - OTB

     21212121212121212121212121212
   2121212121212121212121212121212
  21212121212121212121212121212121
  21212121                  212121
  2121212       121212      121212
  212121      21212121      212121
  21212121212121212121      212121
  212121212      12121      212121
  212121         21212     1212121
  212121     212121212121212121212
  212121     212121212121   212121
  212121                    212121
  212121                    212121
  21212121212121212121212121212121
  2121212121212121212121212121212 
  21212121212121212121212121212 

Two1 Python3 library + other files 1.0.0 2.0.1 2.3.1 2.3.6 (April 21 2016)

Disclaimer (Original Package metadata)

Metadata-Version: 1.1
Name: two1
Version: 1.0.0
Summary: Buy and sell anything on the internet with Bitcoin.
Home-page: https://github.com/21dotco/two1
Author: 21
Author-email: [email protected]
License: MIT
Description: ``two1``: buy/sell anything on the internet with Bitcoin.
Package: two1
Version: 2.0.1-1
Architecture: all
Maintainer: 21 <[email protected]>
Installed-Size: 840
Depends: python3, python3-arrow, python3-click, python3-pytest, python3-requests, python3-responses, python3-simplejson, python3:any (>= 3.3.2-2~), libpam-systemd, python3-pyaes, python3-base58, python3-jsonrpcclient, python3-jsonrpcserver, python3-path.py, python3-tabulate, python3-sha256, python3-mnemonic, python3-protobuf, python3-funcsigs
Section: python
Priority: optional
Description: Buy and sell anything on the internet with Bitcoin.
 ``two1``: buy/sell anything on the internet with Bitcoin.
Package: two1
Version: 2.3.6-1
Architecture: all
Maintainer: 21 <[email protected]>
Installed-Size: 1040
Depends: python3, python3-arrow, python3-click, python3-pytest, python3-requests, python3-responses, python3-simplejson, python3-yaml, python3:any (>= 3.3.2-2~), libpam-systemd, rng-tools, minerd:armhf (= 0.3.4-1), python3-base58:armhf (= 0.2.2-1), python3-click:armhf (= 4.1-1), python3-funcsigs:armhf (= 0.4-1), python3-jsonrpcclient:armhf (= 2.0.1-1), python3-jsonrpcserver:armhf (= 3.1.1-1), python3-mnemonic:armhf (= 0.13-1), python3-path.py:armhf (= 8.1.2-1), python3-protobuf:armhf (= 3.0.0a3-1), python3-pyaes:armhf (= 1.3.0-1), python3-sha256:armhf (= 0.1-1), python3-tabulate:armhf (= 0.7.5-1), zerotier-one:armhf (= 1.1.4-1)
Section: python
Priority: optional
Description: Buy and sell anything on the internet with Bitcoin.

two1's People

Contributors

shayanb avatar

Stargazers

JF avatar  avatar John Grant avatar David Cox avatar

Watchers

Lunang avatar  avatar Casey O'Neill avatar James Cloos avatar David Cox avatar  avatar

two1's Issues

21 mine fails to return

$ 21 mine

admin, you are mining 20000 Satoshis from 21.co
This may take a little while...

█████████████████████████████████████████
█████████████████████████████████████████
█████████████████████████████████████████
█████████████████████████████████████████
█████████████████████████████████████████
█████████████████████████████████████████
█████████████████████████████████████████
█████████████████████████████████████████
███████^C
Aborted!

wallet spreadutxos ERROR

twenty@bitcoin-computer-v04m:~$ wallet spreadutxos
Usage: wallet spreadutxos [OPTIONS] NUM_ADDRESSES THRESHOLD

Error: Missing argument "num_addresses".
twenty@bitcoin-computer-v04m:~$ wallet spreadutxos 2
Usage: wallet spreadutxos [OPTIONS] NUM_ADDRESSES THRESHOLD

Error: Missing argument "threshold".
twenty@bitcoin-computer-v04m:~$ wallet spreadutxos 2 3
ERROR: Expecting value: line 1 column 1 (char 0)

21 send exception

$ 21 send 14691TBDiSuNWoAxZ3VheRQZ9JdcXNao4i 5
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/two1/lib/wallet/two1_wallet.py", line 1728, in wrapper
    attr(*new_args, **new_kwargs))
  File "/usr/lib/python3/dist-packages/two1/lib/wallet/socket_rpc_server.py", line 109, in attr_handler
    return self.request(name, [dict(args=args, kwargs=kwargs)])
  File "/usr/lib/python3/dist-packages/jsonrpcclient/server.py", line 98, in request
    return self.handle_response(self.send_message(request), True)
  File "/usr/lib/python3/dist-packages/jsonrpcclient/server.py", line 139, in handle_response
    response_dict['error'].get('data'))
jsonrpcclient.exceptions.ReceivedErrorResponse: Server error; {"message": "Transaction rejected.", "type": "DataProviderError"}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/21", line 9, in <module>
    load_entry_point('two1==1.0.0', 'console_scripts', '21')()
  File "/usr/lib/python3/dist-packages/click/core.py", line 664, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/core.py", line 644, in main
    rv = self.invoke(ctx)
  File "/usr/lib/python3/dist-packages/click/core.py", line 991, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/lib/python3/dist-packages/click/core.py", line 837, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/lib/python3/dist-packages/click/core.py", line 464, in invoke
    return callback(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/two1/lib/util/decorators.py", line 24, in wrapper
    result = f(config, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/two1/commands/send.py", line 30, in send
    amount=satoshis)
  File "/usr/lib/python3/dist-packages/two1/lib/wallet/two1_wallet.py", line 1730, in wrapper
    self._handle_server_error(e)
  File "/usr/lib/python3/dist-packages/two1/lib/wallet/two1_wallet.py", line 1679, in _handle_server_error
    raise getattr(builtins, data['type'])(data['message'])
AttributeError: 'module' object has no attribute 'DataProviderError'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.