Pages:
Author

Topic: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N - page 70. (Read 145934 times)

newbie
Activity: 44
Merit: 0
Quote
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?
legendary
Activity: 938
Merit: 1001
HashHarder (sister site to Verters' Pool) is working on a Vertcoin/Monocle non p2pool. Hoping to have this up within 30 minutes to 1 hour



Verters' 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 . -p x

More information will be provided shortly.
full member
Activity: 210
Merit: 100
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.
newbie
Activity: 14
Merit: 0
Quote
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.
newbie
Activity: 16
Merit: 0
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.
member
Activity: 111
Merit: 10
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 &

...
hero member
Activity: 756
Merit: 500
Could you explain how to mining solo
Step by Step

and what should be added to the configuration file

Thank you  Wink

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
newbie
Activity: 44
Merit: 0
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?
member
Activity: 111
Merit: 10
Could you explain how to mining solo
Step by Step

and what should be added to the configuration file

Thank you  Wink

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.
legendary
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
My .conf file (vertcoin p2p)
What i need?
Quote
{
"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!
member
Activity: 83
Merit: 10
Could you explain how to mining solo
Step by Step

and what should be added to the configuration file

Thank you  Wink

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.
newbie
Activity: 20
Merit: 0
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)
full member
Activity: 122
Merit: 100
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.
full member
Activity: 210
Merit: 100
Could you explain how to mining solo
Step by Step

and what should be added to the configuration file

Thank you  Wink

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.
member
Activity: 111
Merit: 10
full member
Activity: 210
Merit: 100
When will the wallet passwords be released?
member
Activity: 111
Merit: 10
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
full member
Activity: 122
Merit: 100
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).
legendary
Activity: 1120
Merit: 1000
Could you explain how to mining solo
Step by Step

and what should be added to the configuration file

Thank you  Wink
full member
Activity: 210
Merit: 100
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.
Pages:
Jump to: