djfinch

Results 31 comments of djfinch

In case it's in free tier i'm pretty sure it's T2.micro. You have to follow [THIS](https://moneroocean.blogspot.com/2017/10/setup-of-xmr-node-proxy-on-free-tier.html) guide. It's almost at the end...

what's the physical size of your partitions? above screenshot showing inodes... use `df -h` plz

okay, you have just 1.3GB free space on '/' so you cannot create 4GB swap file there...

first of all i'll try `pm2 flush` to remove logs... `du -a -h -d 1` will show you used size of current subdirectories

Swapfile is there but probably not attached. You can try to delete this file and repeat the 'create swap' steps once again. Then run `npm i` inside proxy folder...

Umm, i forgot on sometging... Could you run `npm i` once again and paste output on pastebin? Maybe the compiler fails because of missing dependencies... :/

You can block/allow IPs/range inside your firewall... Proxy can't do that (so far). I can made something to block miners depending on additional field inside config... E.g. if miner walletID...

I'm not digging monero for a while but made testing env now and looks OK to me... So probably something on your side. Wrong config, I guess... ![image](https://user-images.githubusercontent.com/13107713/54083958-f59e7200-432a-11e9-8999-348c59eef619.png)

``` 2023-03-07T11:27:20.265547607Z 2023/03/07 11:27:20 ...s/graceful/server.go:62:NewServer() [I] [64071f98-26] Starting new Web server: tcp:0.0.0.0:3000 on PID: 15 2023-03-07T11:27:35.818441946Z kex_exchange_identification: client sent invalid protocol identifier "GET / HTTP/1.1" 2023-03-07T11:27:35.818478306Z send_error: write: Broken pipe...

i'm curious as well as Vue app deploys are not working, too ... i'm currently fixing it with Docker selection instead and using Dockerfile with official node: alpine w/ git...