silencesilence
Legendary
Offline
Activity: 1120
Merit: 1000
|
|
May 02, 2014, 05:06:05 PM |
|
Could you explain how to mining solo Step by Step and what should be added to the configuration file Thank you
|
|
|
|
OPTiK
|
|
May 02, 2014, 05:15:09 PM |
|
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).
|
|
|
|
mfedorov
Member
Offline
Activity: 111
Merit: 10
|
|
May 02, 2014, 05:25:34 PM |
|
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
|
|
|
|
Maestro1
|
|
May 02, 2014, 05:30:38 PM |
|
When will the wallet passwords be released?
|
If you're happy with our work on AsiaCoin revival, please consider giving us trust feedback and provide donations to the new AsiaCoin Foundation.BTC: 1LCsuAojeFqf5YamN9iiwEo3VJ9YM8HHjf
|
|
|
mfedorov
Member
Offline
Activity: 111
Merit: 10
|
|
May 02, 2014, 05:37:15 PM |
|
When will the wallet passwords be released?
20 minutes
|
|
|
|
BorisTheSpider (OP)
|
|
May 02, 2014, 05:38:07 PM |
|
Could you explain how to mining solo Step by Step and what should be added to the configuration file Thank you Hi, Solomining _only_ MON will be exactly the same with any other coin - add rpcuser and rpcpassword to the config file then connect your miner with those credentials.
|
|
|
|
OPTiK
|
|
May 02, 2014, 05:39:03 PM |
|
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.
|
|
|
|
Maestr0
Newbie
Offline
Activity: 20
Merit: 0
|
|
May 02, 2014, 05:39:57 PM |
|
When will the wallet passwords be released?
Should be at launch... Friday, May 2nd 2014 at 7pm UK time (6pm UTC, 2pm US East Coast, 11AM US West Coast)
|
|
|
|
WildChaser777
Member
Offline
Activity: 83
Merit: 10
|
|
May 02, 2014, 05:45:01 PM |
|
Could you explain how to mining solo Step by Step and what should be added to the configuration file Thank you Hi, Solomining _only_ MON will be exactly the same with any other coin - add rpcuser and rpcpassword to the config file then connect your miner with those credentials. Hi, could you post an example .conf file, and how it should look like? Not anything fancy, just want to see how it should be put inside the file. Thx.
|
|
|
|
DonQuijote
Legendary
Offline
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
|
|
May 02, 2014, 05:45:28 PM |
|
My .conf file (vertcoin p2p) What i need? { "pools" : [ { "url" : "XX.XXX.140.155:57", "user" : "Vercoinadress", "pass" : "x" } ], "intensity" : "13,13", "api-listen" : true, "api-allow": "W:127.0.0.1", "nfactor" : "11", Help me please!
|
THE INGENIOUS GENTLEMAN DON QUIXOTE OF LA MANCHA
|
|
|
mfedorov
Member
Offline
Activity: 111
Merit: 10
|
|
May 02, 2014, 05:46:07 PM |
|
Could you explain how to mining solo Step by Step and what should be added to the configuration file Thank you Hi, Solomining _only_ MON will be exactly the same with any other coin - add rpcuser and rpcpassword to the config file then connect your miner with those credentials. Hi, could you post an example .conf file, and how it should look like? Not anything fancy, just want to see how it should be put inside the file. Thx. See page 6 or 7. I posted.
|
|
|
|
Coelacanth
Newbie
Offline
Activity: 44
Merit: 0
|
|
May 02, 2014, 05:47:53 PM |
|
I'm stuck at this stage. please help.
Bingo@bingo:~/proxypool/payout$mysql -u proxypool -p proxypool < db.sql Enter password: ERROR 1045 (28000): Access denied for user 'proxypool'@'localhost' (using password: YES)
What is the correct password?
|
|
|
|
dotnetmin
|
|
May 02, 2014, 05:50:10 PM |
|
Could you explain how to mining solo Step by Step and what should be added to the configuration file Thank you Hi, Solomining _only_ MON will be exactly the same with any other coin - add rpcuser and rpcpassword to the config file then connect your miner with those credentials. Hi, could you post an example .conf file, and how it should look like? Not anything fancy, just want to see how it should be put inside the file. Thx. See page 6 or 7. I posted. i think mining solo in the beginning won´t be that big thing. Reward starts at 1.0 and increases over the next hours to full reward
|
|
|
|
mfedorov
Member
Offline
Activity: 111
Merit: 10
|
|
May 02, 2014, 05:50:33 PM |
|
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!!! #!/bin/bash vertcoind --deamon & monocled --deamon &
...
|
|
|
|
freddingo
Newbie
Offline
Activity: 16
Merit: 0
|
|
May 02, 2014, 05:51:15 PM |
|
Should we expect that the "Python payouts.py" command will work without the Mon wallet running? I am getting 'cannot connect' errors that make me believe so.
|
|
|
|
Antipatro
Newbie
Offline
Activity: 14
Merit: 0
|
|
May 02, 2014, 05:52:06 PM |
|
I'm stuck at this stage. please help.
Bingo@bingo:~/proxypool/payout$mysql -u proxypool -p proxypool < db.sql Enter password: ERROR 1045 (28000): Access denied for user 'proxypool'@'localhost' (using password: YES)
What is the correct password? You created that password just a little earlier. CREATE USER 'proxypool'@'localhost' IDENTIFIED BY 'insert-password-here'; <--that password.
|
|
|
|
BorisTheSpider (OP)
|
|
May 02, 2014, 05:53:01 PM |
|
Should we expect that the "Python payouts.py" command will work without the Mon wallet running? I am getting 'cannot connect' errors that make me believe so.
Yeah the payout command won't work if it can't connect to the MON wallet.
|
|
|
|
TheCoinFinder
Legendary
Offline
Activity: 938
Merit: 1001
|
|
May 02, 2014, 05:56:56 PM |
|
HashHarder (sister site to Verters' Pool) is working on a Vertcoin/Monocle non p2pool. Hoping to have this up within 30 minutes to 1 hourVerters' Pool will not be merge mined (at least initially), because the mining requires customisation and testing - so it would bring instability to the pool. This may be something we add later, but for now - HashHarder will be providing the merge mine pool. It will be auto-payouts on block maturity. Stratum Information: Use your username as follows -u <VertcoinAddress>.<MonocleAddress> -p xMore information will be provided shortly.
|
|
|
|
Coelacanth
Newbie
Offline
Activity: 44
Merit: 0
|
|
May 02, 2014, 05:57:26 PM |
|
I'm stuck at this stage. please help.
Bingo@bingo:~/proxypool/payout$mysql -u proxypool -p proxypool < db.sql Enter password: ERROR 1045 (28000): Access denied for user 'proxypool'@'localhost' (using password: YES)
What is the correct password? You created that password just a little earlier. CREATE USER 'proxypool'@'localhost' IDENTIFIED BY 'insert-password-here'; <--that password. Pardon, begin with CREATE USER 'proxypool'@'localhost' IDENTIFIED BY 'randomp@ssw0rd'; $ mysql -u proxypool -p proxypool < db.sql Enter password: <--- entered randomp@ssw0rd, then ERROR 1049 (42000): Unknown database 'proxypool' What is missing here?
|
|
|
|
freddingo
Newbie
Offline
Activity: 16
Merit: 0
|
|
May 02, 2014, 05:59:21 PM |
|
Should we expect that the "Python payouts.py" command will work without the Mon wallet running? I am getting 'cannot connect' errors that make me believe so.
Yeah the payout command won't work if it can't connect to the MON wallet. Rockin - thanks! I do believe my p2pool will be good to go within an hour after launch. Even did some work to get a ddns up and running. West coast of USA. http://freddingo.no-ip.biz:9171/static/To be fully clear - the version of the p2pool that I got last week should support the --merged option out of the box?
|
|
|
|
|