Vertcoin
|
|
May 20, 2014, 06:44:13 PM |
|
If you want stop wallet daemon then do: ps -aux | grep vertcoind write down PID number then: kill -9 <PID> later you must download new wallet sourcess from github and recompile it like in HOWTO. I think there is simpler method to stop daemon bu i am linux/unix guy and i will do that in this way just vertcoind stop
|
VTC Stealth Address : vJmt8sF4iySr2RnJdZJdqk7CbJMQzwPwQwUsQwKF27qPE7qv9gfhjYqD6VapALi6jv8j6VKUvXYEto6 xmtxoq9oUyBXbV9XsYdt6sA Please contact us via contact[at]vertcoin.org only, do not PM.
|
|
|
S_tring
Full Member
Offline
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
|
|
May 20, 2014, 06:49:05 PM |
|
If you want stop wallet daemon then do: ps -aux | grep vertcoind write down PID number then: kill -9 <PID> later you must download new wallet sourcess from github and recompile it like in HOWTO. I think there is simpler method to stop daemon bu i am linux/unix guy and i will do that in this way just vertcoind stop Thanks! And when I command : I need to recompile?
|
|
|
|
Vertcoin
|
|
May 20, 2014, 06:51:28 PM |
|
If you want stop wallet daemon then do: ps -aux | grep vertcoind write down PID number then: kill -9 <PID> later you must download new wallet sourcess from github and recompile it like in HOWTO. I think there is simpler method to stop daemon bu i am linux/unix guy and i will do that in this way just vertcoind stop Thanks! And when I command : I need to recompile? if there are updates on source code, you need to recompile.
|
VTC Stealth Address : vJmt8sF4iySr2RnJdZJdqk7CbJMQzwPwQwUsQwKF27qPE7qv9gfhjYqD6VapALi6jv8j6VKUvXYEto6 xmtxoq9oUyBXbV9XsYdt6sA Please contact us via contact[at]vertcoin.org only, do not PM.
|
|
|
svk31
|
|
May 20, 2014, 09:51:47 PM |
|
thx for your reply i post some outputs. sharelogger.conf "wallets": { "vtc": { "username": "####", "password": "####", "url": "http://127.0.0.1:5899"}, "mon": { "username": "####", "password": "####", "url": "http://127.0.0.1:6888"}},
"dbhost": "127.0.0.1", "dbuser": "proxypool", "dbpass": "#####", "dbname": "proxypool",
"redishost": "127.0.0.1", "redisauth": "####", "redisport": 6379, "redislist": "shares",
"mon_min_tx": 1.0, "vtc_min_tx": 0.1, "account": "", "feeaccount": "fees", "vtcfeeaddress": "VcngogHtGusKE8xKzBDJKMUtYf6nvpTG6j", "fee": 1.0, "monfeeaddress": "MMDLcvMMmRfh8zsN4oMX6xqEtx2y3KsUfF", "minbalance": 1.0 }
all my vtc are matured The problem is your "minbalance". As it's set to 1.0, the payout script will keep a balance of 1 VTC on your account, which means that it subtracts the min balance from the actual balance before doing any payouts. So in your case your balance in the payout script is 0.86370627-1, which is limited to 0. Set your minbalance lower, you can safely set it to 0.25. I'm not sure we even need that minbalance, might be to cover transaction fees, not sure. So just kill your payout script, then change the minbalance in the .conf file, then relaunch the payout script. You should see transactions go out immediately.
|
|
|
|
BorisTheSpider (OP)
|
|
May 21, 2014, 12:04:14 AM |
|
How long has stratum+tcp://p2pool.vtcpool.co.uk:9555 been down for? Is it coming back?
Hi Chris, Sorry, having some issues with the new server we migrated to. The pool is back up now - I have a ticket open with the provider to try to diagnose what's causing the issues.
|
|
|
|
duncan_idaho
|
|
May 21, 2014, 05:28:04 AM |
|
thx for your reply i post some outputs. sharelogger.conf "wallets": { "vtc": { "username": "####", "password": "####", "url": "http://127.0.0.1:5899"}, "mon": { "username": "####", "password": "####", "url": "http://127.0.0.1:6888"}},
"dbhost": "127.0.0.1", "dbuser": "proxypool", "dbpass": "#####", "dbname": "proxypool",
"redishost": "127.0.0.1", "redisauth": "####", "redisport": 6379, "redislist": "shares",
"mon_min_tx": 1.0, "vtc_min_tx": 0.1, "account": "", "feeaccount": "fees", "vtcfeeaddress": "VcngogHtGusKE8xKzBDJKMUtYf6nvpTG6j", "fee": 1.0, "monfeeaddress": "MMDLcvMMmRfh8zsN4oMX6xqEtx2y3KsUfF", "minbalance": 1.0 }
all my vtc are matured The problem is your "minbalance". As it's set to 1.0, the payout script will keep a balance of 1 VTC on your account, which means that it subtracts the min balance from the actual balance before doing any payouts. So in your case your balance in the payout script is 0.86370627-1, which is limited to 0. Set your minbalance lower, you can safely set it to 0.25. I'm not sure we even need that minbalance, might be to cover transaction fees, not sure. So just kill your payout script, then change the minbalance in the .conf file, then relaunch the payout script. You should see transactions go out immediately. Thank you for help. It is working now. i changed minbalance to 0.2 Another question is about fees: "mon_min_tx": 1.0, "vtc_min_tx": 0.1, "account": "", "feeaccount": "fees", "vtcfeeaddress": "VcngogHtGusKE8xKzBDJKMUtYf6nvpTG6j", "fee": 1.0, "monfeeaddress": "MMDLcvMMmRfh8zsN4oMX6xqEtx2y3KsUfF", "minbalance": 0.2
vtcfeeaddress is address of my remote wallet on personal computer, or local vertcoind address ? Is fees added to main vtc balance ? I have some transactions which i dont understand. Everytime when pool find a block i get small ammount of vtc into my wallet like 0,029 vtc and bigger ammount of immatured vtc on server side wallet (which is normal) I dont understand this transactions: }, { "account" : "fees", "category" : "move", "time" : 1400631670, "amount" : 0.00168403, "otheraccount" : "", "comment" : "" }, { "account" : "", "address" : "VvwqfcaU7BHPNDYPA28xKoJvSpYVYyuRYH", "category" : "send", "amount" : -0.16671855, "fee" : -0.00100000, "confirmations" : 119, "blockhash" : "694577f02303626ffa65d5f41153236cf7d279b812a2f91719206548c3e3338f", "blockindex" : 9, "blocktime" : 1400631998, "txid" : "b3b555bafd0fb5a30a9372358682374961c9a4bbf3f8a6725b0693f9c8951689", "time" : 1400631670, "timereceived" : 1400631670 }, { "account" : "", "category" : "move", "time" : 1400648511, "amount" : -0.00799013, "otheraccount" : "fees", "comment" : "" }, { "account" : "fees", "category" : "move", "time" : 1400648511,
|
|
|
|
svk31
|
|
May 21, 2014, 07:54:56 AM |
|
I've added PLX tracking and payment capabilities to the proxypool code, it works the same way as MON does. If you're mining on my node, please send me your VTC and PLX address if you'd like to also receive PLX, by mail to the node email address or by PM here. I'm confident tracking is working, payments should work too but will need to find a block first for confirmation. I'm at work now but will try to add PLX to the front-end this evening, and then if I have time this weekend I'll push it to github for anyone interested. VTC/MON/PLX p2pool NodeRunning on the third second VTC p2pool Network, very low DOA rates and stable, restarted this morning to add PLX and switch network. MON balance is currently positive so you'll get paid as soon as you hit the threshold for payouts. Fee: 0.5% Frontends: MON/VTC: http://109.24.254.169/proxypool/Traditional: http://109.24.254.169:9172/static/ To connect your miner use the following setting: "url" : "stratum+tcp://109.24.254.169:9555", "user" : "<Vertcoin Address>", "pass" : "<Monocle Address>"
|
|
|
|
bengtåke
Sr. Member
Offline
Activity: 309
Merit: 250
confused developer
|
|
May 21, 2014, 08:08:26 AM |
|
vtcfeeaddress is address of my remote wallet on personal computer, or local vertcoind address ? Is fees added to main vtc balance ? I have some transactions which i dont understand. Everytime when pool find a block i get small ammount of vtc into my wallet like 0,029 vtc and bigger ammount of immatured vtc on server side wallet (which is normal) I dont understand this transactions: }, { "account" : "fees", "category" : "move", "time" : 1400631670, "amount" : 0.00168403, "otheraccount" : "", "comment" : "" }, { "account" : "", "address" : "VvwqfcaU7BHPNDYPA28xKoJvSpYVYyuRYH", "category" : "send", "amount" : -0.16671855, "fee" : -0.00100000, "confirmations" : 119, "blockhash" : "694577f02303626ffa65d5f41153236cf7d279b812a2f91719206548c3e3338f", "blockindex" : 9, "blocktime" : 1400631998, "txid" : "b3b555bafd0fb5a30a9372358682374961c9a4bbf3f8a6725b0693f9c8951689", "time" : 1400631670, "timereceived" : 1400631670 }, { "account" : "", "category" : "move", "time" : 1400648511, "amount" : -0.00799013, "otheraccount" : "fees", "comment" : "" }, { "account" : "fees", "category" : "move", "time" : 1400648511,
minbalance is there as a buffer so you have some coins left for fees, the default is set a bit too high. vtc/monfeeaddress are the addresses you want the script to pay fees too. Every time you send coins to someone it deducts a little bit of the coins sent, to pay your server fee by moving it to a separate account in your wallet (fees), once that balance exceeds 10 coins (if I remember correctly) it will send that balance along with the next payment. At that point the coins will go to your vtc/monfeeaddress.
|
BTC: 1HoDKDn6Gk7mggAhbRVA1T9UAU8kFAA6sy
|
|
|
|
svk31
|
|
May 21, 2014, 08:08:18 PM |
|
I've added PLX tracking and payment capabilities to the proxypool code, it works the same way as MON does. If you're mining on my node, please send me your VTC and PLX address if you'd like to also receive PLX, by mail to the node email address or by PM here. I'm confident tracking is working, payments should work too but will need to find a block first for confirmation. I'm at work now but will try to add PLX to the front-end this evening, and then if I have time this weekend I'll push it to github for anyone interested. VTC/MON/PLX p2pool NodeRunning on the third second VTC p2pool Network, very low DOA rates and stable, restarted this morning to add PLX and switch network. MON balance is currently positive so you'll get paid as soon as you hit the threshold for payouts. Fee: 0.5% Frontends: MON/VTC/ PLX: http://109.24.254.169/proxypool/Traditional: http://109.24.254.169:9172/static/ To connect your miner use the following setting: "url" : "stratum+tcp://109.24.254.169:9555", "user" : "<Vertcoin Address>", "pass" : "<Monocle Address>" Update: IT'S WORKING I've successfully updated the proxypool payout script and sharelogging as well as the frontend in order to handle PLX. You can see it in action by following the link in my signature. I just tested the transactions by sending 15 PLX to the p2pool account, and the script immediately sent me my due of 7.9 PLX. It also correctly tagged shares as paid. I can't find a block explorer for PLX so at the moment the transaction hash link is a dead-end, but the sum is correct. Feel free to hop on if you want to triple mine but also support the p2pool. I'll try to get the code available this weekend but I'll be a bit low on time..
|
|
|
|
buttonmc
|
|
May 21, 2014, 09:20:43 PM |
|
I'm hoping for the express route onto mintpal via higher trading volume
|
|
|
|
|
Bitcoinasourus
Member
Offline
Activity: 98
Merit: 10
|
|
May 22, 2014, 01:47:34 PM |
|
I've added PLX tracking and payment capabilities to the proxypool code, it works the same way as MON does. If you're mining on my node, please send me your VTC and PLX address if you'd like to also receive PLX, by mail to the node email address or by PM here. I'm confident tracking is working, payments should work too but will need to find a block first for confirmation. I'm at work now but will try to add PLX to the front-end this evening, and then if I have time this weekend I'll push it to github for anyone interested. VTC/MON/PLX p2pool NodeRunning on the third second VTC p2pool Network, very low DOA rates and stable, restarted this morning to add PLX and switch network. MON balance is currently positive so you'll get paid as soon as you hit the threshold for payouts. Fee: 0.5% Frontends: MON/VTC/ PLX: http://109.24.254.169/proxypool/Traditional: http://109.24.254.169:9172/static/ To connect your miner use the following setting: "url" : "stratum+tcp://109.24.254.169:9555", "user" : "<Vertcoin Address>", "pass" : "<Monocle Address>" Update: IT'S WORKING I've successfully updated the proxypool payout script and sharelogging as well as the frontend in order to handle PLX. You can see it in action by following the link in my signature. I just tested the transactions by sending 15 PLX to the p2pool account, and the script immediately sent me my due of 7.9 PLX. It also correctly tagged shares as paid. I can't find a block explorer for PLX so at the moment the transaction hash link is a dead-end, but the sum is correct. Feel free to hop on if you want to triple mine but also support the p2pool. I'll try to get the code available this weekend but I'll be a bit low on time.. Been mining on your node since I seen it. I don't see my wallet address in the list of hashrates any more?
|
|
|
|
silencesilence
Legendary
Offline
Activity: 1120
Merit: 1000
|
|
May 22, 2014, 02:02:26 PM |
|
+1 done some generous person can donate a few BTC for MON vote in mintpal
|
|
|
|
svk31
|
|
May 22, 2014, 06:14:42 PM |
|
I've added PLX tracking and payment capabilities to the proxypool code, it works the same way as MON does. If you're mining on my node, please send me your VTC and PLX address if you'd like to also receive PLX, by mail to the node email address or by PM here. I'm confident tracking is working, payments should work too but will need to find a block first for confirmation. I'm at work now but will try to add PLX to the front-end this evening, and then if I have time this weekend I'll push it to github for anyone interested. VTC/MON/PLX p2pool NodeRunning on the third second VTC p2pool Network, very low DOA rates and stable, restarted this morning to add PLX and switch network. MON balance is currently positive so you'll get paid as soon as you hit the threshold for payouts. Fee: 0.5% Frontends: MON/VTC/ PLX: http://109.24.254.169/proxypool/Traditional: http://109.24.254.169:9172/static/ To connect your miner use the following setting: "url" : "stratum+tcp://109.24.254.169:9555", "user" : "<Vertcoin Address>", "pass" : "<Monocle Address>" Update: IT'S WORKING I've successfully updated the proxypool payout script and sharelogging as well as the frontend in order to handle PLX. You can see it in action by following the link in my signature. I just tested the transactions by sending 15 PLX to the p2pool account, and the script immediately sent me my due of 7.9 PLX. It also correctly tagged shares as paid. I can't find a block explorer for PLX so at the moment the transaction hash link is a dead-end, but the sum is correct. Feel free to hop on if you want to triple mine but also support the p2pool. I'll try to get the code available this weekend but I'll be a bit low on time.. Been mining on your node since I seen it. I don't see my wallet address in the list of hashrates any more? Is it showing up now? Don't forget to send me your PLX address I encountered a bug in the payout script earlier today, I believe it was constructing a transaction with user="none" which is the default value when no PLX address has been set, and it made the script crash. I've now corrected it and it's running fine. When the script crashed it made all the addresses disappear from the "Active users" category, as no new shares had been registered in the last 5 minutes. Unsurprisingly this all coincided with Teamviewer servers taking a crap, meaning I couldn't log onto my pc to fix things..
|
|
|
|
S_tring
Full Member
Offline
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
|
|
May 23, 2014, 12:07:27 PM |
|
Guys,
Is it possible to create a paper wallet for MON?
|
|
|
|
xgtele
|
|
May 23, 2014, 04:47:08 PM |
|
Guys,
Is it possible to create a paper wallet for MON?
Yes, it is possible. Start your wallet->help->debug window->console type dumpprivkey <your monocle address> <---this is you Private Key! Keep it secure! Use any QR code generator to generate your QP-codes for both (address&private key) Print them out on paper. Done!
|
|
|
|
S_tring
Full Member
Offline
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
|
|
May 23, 2014, 05:03:58 PM |
|
Guys,
Is it possible to create a paper wallet for MON?
Yes, it is possible. Start your wallet->help->debug window->console type dumpprivkey <your monocle address> <---this is you Private Key! Keep it secure! Use any QR code generator to generate your QP-codes for both (address&private key) Print them out on paper. Done! Thanks!
|
|
|
|
c6m0h3
Newbie
Offline
Activity: 38
Merit: 0
|
|
May 23, 2014, 06:25:57 PM |
|
+1 done some generous person can donate a few BTC for MON vote in mintpal You think the price will go up once on mintpal??
|
|
|
|
silencesilence
Legendary
Offline
Activity: 1120
Merit: 1000
|
|
May 23, 2014, 09:38:55 PM |
|
+1 done some generous person can donate a few BTC for MON vote in mintpal You think the price will go up once on mintpal?? will surely take in the right direction - UP may be for 2 - 3 or 5 days but it will happen
|
|
|
|
|