Code Monkey home page Code Monkey logo

ot-docksucker's People

Contributors

calr0x avatar valcyclovir avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

valcyclovir

ot-docksucker's Issues

Firewall

Make sure the firewall command is correct

rocksdb variables ajustments

We need a way to adjust rocksdb variables for science, in docker nodes, we have these vars :

from /ot-node/current/testnet/supervisord.conf

command=arangod --rocksdb.max-total-wal-size 1024000 --rocksdb.write-buffer-size 2048000 --rocksdb.max-write-buffer-number 2 --rocksdb.total-write-buffer-size 81920000 --rocksdb.dynamic-level-bytes false

dockerless :
/usr/sbin/arangod --uid arangodb --gid arangodb --pid-file /var/run/arangodb3/arangod.pid --temp.path /var/tmp/arangodb3 --log.foreground-tty true

Migrating existing docker nodes that have completed eth jobs that require manual payout prevent dockerless node start

Fix: cd /ot-node/5.0.4/modules/migration# sudo nano m1-payout-all-migration.js

ALTER:
* Run migration
/
async run() {
/
get all pending payouts */
let pendingPayOuts = await models.commands.findAll({
where: {
status: 'PENDING',
name: 'dhPayOutCommand',
},
});

TO:
* Run migration
/
async run() {
return;
/
get all pending payouts */
let pendingPayOuts = await models.commands.findAll({
where: {
status: 'PENDING',
name: 'dhPayOutCommand',
},
});

IN:
m1-payout-all-migration.js

This will prevent the automated payout.

Add ssh-keyscan

To add the backup server key to the node server

ssh-keyscan -H >> ~/.ssh/known_hosts

Npm install

To the dockerless gods who run the github, I have a request!

My dockerless node has always had errors running npm install that didn't seem to break anything but i've finally figured out what fixes them:
sudo apt-get install libpq-dev

may be worth seeing if this can go in the dockerless install script if it's not already?

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.