Giter VIP home page Giter VIP logo

Comments (14)

Webonaute avatar Webonaute commented on August 22, 2024 2

I rewroted the python script in PHP finaly lol! now I can play a little more with the code!

from mikalendingbot.

rnevet avatar rnevet commented on August 22, 2024

Might be an api key issue, try replacing it with a new one.

from mikalendingbot.

martinkrung avatar martinkrung commented on August 22, 2024

had the same problem, because '

apikey = 'XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX'
secret = 'd41d8cd98f00b204e9800998ecf8427ed41d8cd98f00b204e9800998ecf8427e'

is not working..

without quotes it works:

apikey = XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX
secret = d41d8cd98f00b204e9800998ecf8427ed41d8cd98f00b204e9800998ecf8427e

from mikalendingbot.

martinkrung avatar martinkrung commented on August 22, 2024

Me again

I get this error in another case, because of the nonce:

        req['nonce'] = int(time.time()*1000)

change it to this and it works:

        req['nonce'] = int(time.time()*4222)

from mikalendingbot.

martinkrung avatar martinkrung commented on August 22, 2024

here is a fix: #38

or use my repro: https://github.com/martinkrung/poloniexlendingbot

from mikalendingbot.

Webonaute avatar Webonaute commented on August 22, 2024

It not fix the issue for me!

from mikalendingbot.

ghostnegotiator avatar ghostnegotiator commented on August 22, 2024

@Webonaute mind telling me which binary you are running?

FYI: You need the lendingbot.py and not poloniex.py :)

from mikalendingbot.

Webonaute avatar Webonaute commented on August 22, 2024

Its my launch script I run in cronjob every minute :

#!/bin/bash if [[ !pgrep -f "python lendingbot.py"]]; then echo "Application not found. Starting..." cd /home/poloniex/poloniexlendingbot; python lendingbot.py > poloniex.log 2>&1 & echo "done" fi

from mikalendingbot.

Webonaute avatar Webonaute commented on August 22, 2024

And the script was running fine in the last 2 month! 2 day ago, it stop working

from mikalendingbot.

ghostnegotiator avatar ghostnegotiator commented on August 22, 2024

@Webonaute try to remake the configuration file.

from mikalendingbot.

m33Lucky avatar m33Lucky commented on August 22, 2024

Fix #38 no working for me , apply for new api , with unrestricted access , works ,
If change to fix ip , error = provided .
Bot working now , but won't spread the lend , dumps max amount after mindailyrate

from mikalendingbot.

Mikadily avatar Mikadily commented on August 22, 2024

@m33Lucky for more aggressive spreading you need to play with gaptop, try increasing it 10x, 100x, 1000x or even more.

from mikalendingbot.

Evanito avatar Evanito commented on August 22, 2024

Original bug solved. Closing.

from mikalendingbot.

MYBOT avatar MYBOT commented on August 22, 2024

can you have a copy of the PHP @Webonaute

from mikalendingbot.

Related Issues (20)

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.