Giter VIP home page Giter VIP logo

custom-scripts's People

Contributors

adamisz avatar alexcato avatar chris-belcher avatar domob1812 avatar kristapsk avatar takinbo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

custom-scripts's Issues

Organization

I had a thought of organizing like this: for each different script, make a subdirectory; that way, a user can browse by clicking the subdir, and there can be a README that explains its function, which will show on the github webpage for easy reading of the description.

The top level README can explain the reason for the repo's existence and a simple instruction like 'you can copy script_name.py into your main joinmarket folder and run it'.

Just one possibility I guess.

Unable to run yg-acyclic.py

Hello

Running Raspibolt (Raspberry pi4 with buster) I try to run yg-acyclic.py and I got this error:

(jmvenv) $ python yg-acyclic.py wallet.jmdat
Enter wallet decryption passphrase: 
Unhandled error in Deferred:

Traceback (most recent call last):
  File "/home/bitcoin/joinmarket-clientserver-0.6.0/jmvenv/lib/python3.7/site-packages/jmclient/yieldgenerator.py", line 33, in __init__
    Maker.__init__(self, wallet_service)
  File "/home/bitcoin/joinmarket-clientserver-0.6.0/jmvenv/lib/python3.7/site-packages/jmclient/maker.py", line 35, in __init__
    self.sync_wait_loop.start(2.0)
  File "/home/bitcoin/joinmarket-clientserver-0.6.0/jmvenv/lib/python3.7/site-packages/twisted/internet/task.py", line 194, in start
    self()
  File "/home/bitcoin/joinmarket-clientserver-0.6.0/jmvenv/lib/python3.7/site-packages/twisted/internet/task.py", line 239, in __call__
    d = defer.maybeDeferred(self.f, *self.a, **self.kw)
--- <exception caught here> ---
  File "/home/bitcoin/joinmarket-clientserver-0.6.0/jmvenv/lib/python3.7/site-packages/twisted/internet/defer.py", line 151, in maybeDeferred
    result = f(*args, **kw)
  File "/home/bitcoin/joinmarket-clientserver-0.6.0/jmvenv/lib/python3.7/site-packages/jmclient/maker.py", line 47, in try_to_create_my_orders
    self.offerlist = self.create_my_orders()
  File "/home/bitcoin/joinmarket-clientserver-0.6.0/jmvenv/lib/python3.7/site-packages/jmclient/yieldgenerator.py", line 82, in create_my_orders
    mix_balance = self.get_available_mixdepths()
  File "yg-acyclic.py", line 30, in get_available_mixdepths
    balances = self.wallet.get_balance_by_mixdepth(verbose=False)
builtins.AttributeError: 'YieldGeneratorAcyclic' object has no attribute 'wallet'

2019-12-02 00:00:33,215 [INFO]  starting yield generator
2019-12-02 00:00:33,401 [INFO]  Listening on port 27183
2019-12-02 00:00:33,402 [INFO]  Starting transaction monitor in walletservice
2019-12-02 00:00:40,873 [INFO]  Could not connect to *ALL* servers yet, waiting up to 60 more seconds.
2019-12-02 00:00:55,920 [INFO]  All IRC servers connected, starting execution.

I intend to remove yg-randomizer

Reasoning:
Imho yg-randomizer is not be needed any more and can be deleted. The yg-privacyenhanced, which comes with JM by default, basically does the same thing. yg-randomizer was introduced for the old JM, before privacyenhanced existed. There's no need to maintain both versions.

Any objections?

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.