2.0.14 • Published 3 years ago

bitstamp_trading_tools v2.0.14

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

Pull these two files from github: macOS: curl -O https://raw.githubusercontent.com/ipinky77/runBitstampTradingGUI/main/config.js curl -O https://raw.githubusercontent.com/ipinky77/runBitstampTradingGUI/main/runServer.js

Windows: (Instructions https://techcommunity.microsoft.com/t5/containers/tar-and-curl-come-to-windows/ba-p/382409) curl -O https://raw.githubusercontent.com/ipinky77/runBitstampTradingGUI/main/config.js curl -O https://raw.githubusercontent.com/ipinky77/runBitstampTradingGUI/main/runServer.js

alternatively you can create these two files manually, add content between the -------------

runServer.js:

const configuration = require("./config.js") const BitstampGUIServer = require("bitstamp_trading_gui")

server = new BitstampGUIServer(configuration)

server.run()

config.js:

defaultAccount = { name: 'your preferred account name, possible the same as the Bitstamp subaccount', key: 'your API key for the sub account', secret: 'your API secret for the sub account', defaultCrypto: 'XRP', // if unsure leave this and check in GUI after installation for currency pairs defaultCurrency: 'USD' // if unsure leave this and check in GUI after installation for currency pairs }

var accounts = { defaultAccount }

var configuration = {}; configuration.server = 'www.bitstamp.net' configuration.ws_endpoint = 'wss://ws.bitstamp.net' configuration.defaultAccount = defaultAccount configuration.accounts = accounts configuration.debug = true // set to false if you don't want to see messages in the server window configuration.debugLevel = 1 // can set to 2 to display results from Bitstamp API configuration.path_log = "bitstampServerLog.txt"

module.exports = configuration

2.0.13

3 years ago

2.0.14

3 years ago

2.0.11

4 years ago

2.0.9

4 years ago

2.0.8

4 years ago

2.0.6

4 years ago

2.0.3

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago