Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N
by
mfedorov
on 02/05/2014, 17:50:33 UTC
I have seen OP, but didnt know, if port will be the same for all networks or not,

I ll wait for updates from pools,

thanks

Yes, unless the nodes choose to change the port in the config, the proxypool software will listen on port 9555, no matter which p2pool network it's proxying for.

I have 2 questions:

1) If I'm using my own personal p2pool and am collecting the MON to the local wallet, do I need to change anything in terms of my miners and ports? You've listed port 9555 for the proxy software, but it doesn't look like my miners would need to change their port from 9171? Just wanted to be 100% clear on this.

2) How do I transfer coins from my local wallet to my personal MON wallet? Also how do I check the number of coins I currently have in the local wallet? (sorry, noob daemon/ubuntu question).

1. No changes
2. monocled getbalance - will give balance. To transfer, see my script on page 7

Thanks for the response! Do you know if there is a difference between the --daemon switch and --server switch when running the daemon (vertcoind/monocled)? I've seen it both ways when looking at guides.

I have it as below and it works fine, lol!!!


Code:
#!/bin/bash
vertcoind --deamon &
monocled --deamon &

...