NuRiver Pool on Cryptsy for NBT/USD & NBT/BTC

right right, good point, I forgot there wasn’t much volume there.

what python version is needed for windows? 2 or 3 or 3.5?
i have 2 and i get below error:

I have Python 2.7.3 and have no problems.
I run the bots on a RaspberryPi with Raspbian and not Windows, but the required Python version should be the same.

edit: erm, shouldn’t you first change into the windows directory (cd windows), put the right settings into pool.conf there and start the bot with client.bat? I’m not sure as I have never used a Windows version of such a bot so far :frowning:

I ran the non-json version of bot on windows before and it worked. python 2.7 i think

if i run the client.bat i get
ERROR: server missing in pool.conf
:frowning:

Recommended settings for NBT/USD:

Recommended settings for NBT/BTC:

Did you edit pool.conf?

At the end of the pool.conf there need to be either

  • NBT/USD server specifics
  • or NBT/BTC server specifics

@Nagalim
Two different instances in two different folders on the server:
/server-usd
/server-btc

All with their own sub folders, configs, etc

added to raw.nupool.net

I hope you got the problem fixed.
If not, you might want to have a look here:

thanks. it is a very strange error. it is like client.bat doesn’t recognize the server IP number :frowning:
if the whole “server” argument is missing from pool.conf, i get the ERROR: pool.conf could not be read: ‘server’.
i am reviewing the python program to see IF i can find the bug!

Do you mind to try this?

Don’t forget to update the pool config file after you’ve downloaded and unzipped https://github.com/Lamz0rNewb/nu-pool/archive/experimental.zip! :wink:

1 Like

this is working! thanks.
my very first bot experience :slight_smile:

By “that” you mean the bot from here: https://github.com/Lamz0rNewb/nu-pool/tree/experimental?

exactly, the windows version

Yeah!
I bet you started the bot directly and not using the “multiple ALP bot startup script” (alp-bot-sessions.bat), right?
You’re lucky that I decided to include a windows set of the bot collection :wink:

3 Likes

yes directly. and i changed only the required parameters in the conf file.
the rest are unchanged.

That’s how it should be.
This section needs attention:

### REQUIRED PARAMETERS ###

# NuBits payout address
address = xxxxxx

# API key from the exchange
apikey = xxxxxx

# API secret from the exchange
apisecret = xxxxxx

The rest can remain unchanged.

I tried my best to have all

### GENERAL OPERATION PARAMETERS - DO NOT CHANGE ###

server=
unit=
exchange=

settings correct as well as the recommended deviation and offset for each bot operation.
I wouldn’t guarantee that, though.

In fact most of the settings are still like they had been in @Nagalim’s version. I adjusted some of them settings based on his recent recommendations.

The pool settings in the unix and windows section should be identical.

In case you find something that doesn’t match, feel free to tell me in the “Universal ALP bot collection - forked (and hopefully improved) @Nagalim edition"” thread or make a pull request in github :wink:

1 Like

payouts are working daily at a fixed time?
and the amount the bot reports as “balance” is accurate?

Payouts occur at ~ 1700 EST. Yes the balance is accurate.
You must have greater than 1 NBT to have a payout.

2 Likes