Pages:
Author

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

full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
I've managed to get my front end showing as I want it (  Kiss )

So, if someone could please assist:

1. How do I stop vertcoind from running?
2. How do I update it to the latest version?



Hi. Did you read this ?
https://github.com/erkmos/proxypool/blob/master/HOWTO

I think you must download new sourcess from github and recompile it. But i dont know about dependencies like python etc.



That Howto is for installation. I'm looking to stop the wallet daemon and then update before restart.
sr. member
Activity: 355
Merit: 250
I've managed to get my front end showing as I want it (  Kiss )

So, if someone could please assist:

1. How do I stop vertcoind from running?
2. How do I update it to the latest version?



Hi. Did you read this ?
https://github.com/erkmos/proxypool/blob/master/HOWTO

I think you must download new sourcess from github and recompile it. But i dont know about dependencies like python etc.

full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
I've managed to get my front end showing as I want it (  Kiss )

So, if someone could please assist:

1. How do I stop vertcoind from running?
2. How do I update it to the latest version?

sr. member
Activity: 355
Merit: 250
thx for your reply i post some outputs.

sharelogger.conf

Code:
 "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
full member
Activity: 154
Merit: 100
How long has stratum+tcp://p2pool.vtcpool.co.uk:9555 been down for? Is it coming back?
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
Quote

How do I switch from one front end to another?

You change the contents of the web-static directory.  I suggest keeping a backup of the original incase you don't like the new one.  You then put the new stuff inside (you don't even have to stop and restart p2pool).  On my linux system I would do (inside the the main p2pool directory).  You could then copy it back inside the web-static directory (make sure it is inside a folder so that it looks something like web-static/web-static.old) so that you can access both frontends (your ip:port/static/web-static.old to get your old frontend).

Excellent, I'm getting there!

What front end would you recommend for MON and PLX?
member
Activity: 73
Merit: 10
Ok guys another question abou proxypool Smiley

My VTC balance:

Code:
vertcoind getbalance
0.86370627

payout.py output

Code:
2014-05-20 18:34:25.447040 Available balances 0.00000000 MON, 0.00000000 VTC
2014-05-20 18:34:25.447302 Shares backlog 68658
2014-05-20 18:34:25.447445 No user has a share balance that meets the minimum transaction requirement.
2014-05-20 18:34:25.467505 All transactions failed.
2014-05-20 18:34:25.467881 Retrying in 5 minutes.
2014-05-20 18:39:25.568490 Fetching shares from database...
2014-05-20 18:39:26.587150 Available balances 0.00000000 MON, 0.00000000 VTC
2014-05-20 18:39:26.587413 Shares backlog 68746
2014-05-20 18:39:26.587558 No user has a share balance that meets the minimum transaction requirement.
2014-05-20 18:39:26.607116 All transactions failed.
2014-05-20 18:39:26.607497 Retrying in 5 minutes.

Why payout script dont see my VTC ? i set automatic payout for vtc as 0.1 VTC and 1 MON all vtc are confirmed. Did payout script is bugged ?

What is your "min_balance" set to in the sharelogger.conf file? Also, did you change the "account" parameter in the sharelogger.conf to correspond to a specific account in your wallet? If you did it probably won't work correctly.. Also, is your balance mature? Try "vertcoind listtransactions", it'll tell you if the transactions have matured and are ready to be spent.
sr. member
Activity: 355
Merit: 250
Ok guys another question abou proxypool Smiley

My VTC balance:

Code:
vertcoind getbalance
0.86370627

payout.py output

Code:
2014-05-20 18:34:25.447040 Available balances 0.00000000 MON, 0.00000000 VTC
2014-05-20 18:34:25.447302 Shares backlog 68658
2014-05-20 18:34:25.447445 No user has a share balance that meets the minimum transaction requirement.
2014-05-20 18:34:25.467505 All transactions failed.
2014-05-20 18:34:25.467881 Retrying in 5 minutes.
2014-05-20 18:39:25.568490 Fetching shares from database...
2014-05-20 18:39:26.587150 Available balances 0.00000000 MON, 0.00000000 VTC
2014-05-20 18:39:26.587413 Shares backlog 68746
2014-05-20 18:39:26.587558 No user has a share balance that meets the minimum transaction requirement.
2014-05-20 18:39:26.607116 All transactions failed.
2014-05-20 18:39:26.607497 Retrying in 5 minutes.

Why payout script dont see my VTC ? i set automatic payout for vtc as 0.1 VTC and 1 MON all vtc are confirmed. Did payout script is bugged ?
full member
Activity: 158
Merit: 100
Quote

How do I switch from one front end to another?

You change the contents of the web-static directory.  I suggest keeping a backup of the original incase you don't like the new one.  You then put the new stuff inside (you don't even have to stop and restart p2pool).  On my linux system I would do (inside the the main p2pool directory).  You could then copy it back inside the web-static directory (make sure it is inside a folder so that it looks something like web-static/web-static.old) so that you can access both frontends (your ip:port/static/web-static.old to get your old frontend).
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
Could someone help please?

I've installed all the necessary daemons etc on Ubuntu, but now I want to update. Specifically, I want to update:

P2pool
Vertcoin daemon.
Monocle daemon.
Parallax daemon.

I installed the GUI with this originally :

Code:
git clone https://github.com/hardcpp/P2PoolExtendedFrontEnd

But I'm not sure if that's the latest GUI?
I would also like a GUI for Monocle and Parallax if possible.

Thanks in advance.

There are many different fronteds for p2pool, you can check when the last commit for yours was made to see if you have the latest version from that author.  I personally like the one by johndoe75  https://github.com/johndoe75/p2pool-node-status?files=1 ).  There really is no single version for the p2pool fronted (classic is probably the closest?), you could make your own if you wanted to...

How do I switch from one front end to another?
full member
Activity: 158
Merit: 100
Could someone help please?

I've installed all the necessary daemons etc on Ubuntu, but now I want to update. Specifically, I want to update:

P2pool
Vertcoin daemon.
Monocle daemon.
Parallax daemon.

I installed the GUI with this originally :

Code:
git clone https://github.com/hardcpp/P2PoolExtendedFrontEnd

But I'm not sure if that's the latest GUI?
I would also like a GUI for Monocle and Parallax if possible.

Thanks in advance.

There are many different fronteds for p2pool, you can check when the last commit for yours was made to see if you have the latest version from that author.  I personally like the one by johndoe75  https://github.com/johndoe75/p2pool-node-status?files=1 ).  There really is no single version for the p2pool fronted (classic is probably the closest?), you could make your own if you wanted to...
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
Could someone help please?

I've installed all the necessary daemons etc on Ubuntu, but now I want to update. Specifically, I want to update:

P2pool
Vertcoin daemon.
Monocle daemon.
Parallax daemon.

I installed the GUI with this originally :

Code:
git clone https://github.com/hardcpp/P2PoolExtendedFrontEnd

But I'm not sure if that's the latest GUI?
I would also like a GUI for Monocle and Parallax if possible.

Thanks in advance.
newbie
Activity: 24
Merit: 0
just got into wondering with one thing...

Vetcoin is asic resitant and will be always - thats most important part about this coin ... Right? (basing on what all writing here at least and backuping...)...
MON is generally asic resistant as well - pretty same way as vtc... as same devs ... same action will provide if required...

So what is .... should ask more like " what will" be the difference later in those coins besides:
VTC will have own markets where can be sold and will be possible to use coins
MON will be probably own places to use to buy something etc
BUT
VTC will be possible to mine ONLY directly
while
MON will be possoble to mone along with any other n-coin....

So wouldnt this means that MON in this moment have better possible future then other coins like vtc or exe  etc Huh
Its just matter of time till this coin will gather enough community.... enough markets... enugh resources to grow up as individual coin...
And Since most n-scrypt coins will be attaching it as bonus coin it will simply be most known and adaptive coin then any other normal ones .... LOL

Tell me if I just see this .... its like by accident here was created 4th generation coin.... Of course if whole purpose of n-scrypt sucess (meaning gpu miners will jumped massively on it)Smiley



Does MON is on wining line? For me looks like it is lol


I just sold all my 129 VTC coins to buy MON coins. That tells you alot. I think MON will be at par with VTC when Diff rate of MON reaches 200 plus
newbie
Activity: 36
Merit: 0
yes it is normal, all vtc and mon must mature before they are sent to miners

btw post update to proxypool-simplestats, nothing special, it just checking for updates xD
sr. member
Activity: 355
Merit: 250
Thank you for your reply. So i will be waiting Smiley I see my VTC payout are more delayed than when i mined wit normal p2pool. Is it also normal in proxypool ?
member
Activity: 73
Merit: 10
Hi. I have problem with proxypool vtc/mon. Fo now i am the only miner with 750 kh/s scrypt-n. Statistics shows i mine vtc and mon and shows my balance on website.
http://p2pool.vert-coin.pl/
From time to time i get small amount (0.2) VTC into my wallet but no MON but on statistics page i see 5 mined mons.

...removed code...

Any advices ?

Code:
root@vtc:/home/m00n# vertcoind getbalance
0.16332939
root@vtc:/home/m00n# monocled getbalance
0.00000000



It's because you haven't actually found a MON block yet. As you're solomining MON, you need to find a block before payouts can happen. The accumulated balance you're seeing is what you will be due once a block is found, it is calculated based on the current difficulty and block reward of MON.

With the current difficulty you'll just need to be patient in order to find a MON block, it could take a week or two. I was up to 8 MON due myself and a total unpaid balance of about 17.4 MON before I found my first block on my node.
sr. member
Activity: 355
Merit: 250
Hi. I have problem with proxypool vtc/mon. Fo now i am the only miner with 750 kh/s scrypt-n. Statistics shows i mine vtc and mon and shows my balance on website.
http://p2pool.vert-coin.pl/
From time to time i get small amount (0.2) VTC into my wallet but no MON but on statistics page i see 5 mined mons.

Code:
 vertcoind getinfo
{
    "version" : 80604,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.16332939,
    "blocks" : 89772,
    "timeoffset" : -3,
    "connections" : 40,
    "proxy" : "",
    "difficulty" : 277.65850752,
    "testnet" : false,
    "keypoololdest" : 1397459594,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""

Code:
 monocled getinfo
{
    "version" : 80701,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 13299,
    "timeoffset" : -7,
    "connections" : 16,
    "proxy" : "",
    "difficulty" : 112.66131686,
    "testnet" : false,
    "keypoololdest" : 1400412758,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""

Code:
[2014-05-19 15:54:04][main][INFO] Starting server with config: proxypool.json
[2014-05-19 15:54:04][client][INFO] Listening on localhost:9555
[2014-05-19 15:54:04][db][INFO] Connecting to localhost
[2014-05-19 15:54:04][server][INFO] Connecting to upstream: 127.0.0.1:9172
[2014-05-19 15:54:04][server][INFO] Sending mining subscription
[2014-05-19 15:54:04][db][INFO] Redis connected
[2014-05-19 15:54:04][server][INFO] Sending authorization
[2014-05-19 15:54:04][server][INFO] Upstream authorized (non standard response)
[2014-05-19 15:54:12][client][INFO] Client (1) [185.32.157.19] connected
[2014-05-19 15:54:12][client][INFO] Client (2) [91.235.219.30] connected
[2014-05-19 15:54:12][client][INFO] Client (2) [91.235.219.30] authorised with VvwqfcaU7BHPNDYPA28xKoJvSpYVYyuRYH aux: MCTR1r2TqdDQwWPdcJ7Ueh9Y1K2jnbDD1W
[2014-05-19 15:54:12][client][INFO] Client (1) [185.32.157.19] authorised with VvwqfcaU7BHPNDYPA28xKoJvSpYVYyuRYH aux: MCTR1r2TqdDQwWPdcJ7Ueh9Y1K2jnbDD1W
[2014-05-19 15:54:12][client][INFO] Client (3) [83.24.199.55] connected
[2014-05-19 15:54:12][client][INFO] Client (3) [83.24.199.55] authorised with VmThAojM6CXnggYSMe2RrM9P5TfUVKCvHh aux: MCTR1r2TqdDQwWPdcJ7Ueh9Y1K2jnbDD1W
[2014-05-19 15:54:12][client][INFO] Client (4) [185.32.157.18] connected
[2014-05-19 15:54:12][client][INFO] Client (4) [185.32.157.18] authorised with VvwqfcaU7BHPNDYPA28xKoJvSpYVYyuRYH aux: MCTR1r2TqdDQwWPdcJ7Ueh9Y1K2jnbDD1W
[2014-05-19 16:23:02][client][INFO] Client (3) [83.24.199.55] disconnected
[2014-05-19 16:23:02][client][INFO] IOException: : Data.ByteString.hGetLine: resource vanished (Connection reset by peer)
[2014-05-19 16:23:48][client][INFO] Client (5) [83.24.199.55] connected
[2014-05-19 16:23:48][client][INFO] Client (5) [83.24.199.55] authorised with VvwqfcaU7BHPNDYPA28xKoJvSpYVYyuRYH aux: MCTR1r2TqdDQwWPdcJ7Ueh9Y1K2jnbDD1W
[2014-05-19 16:44:01][client][INFO] Client (6) [79.191.243.54] connected
[2014-05-19 16:44:01][client][INFO] Client (6) [79.191.243.54] authorised with VvwqfcaU7BHPNDYPA28xKoJvSpYVYyuRYH aux: MCTR1r2TqdDQwWPdcJ7Ueh9Y1K2jnbDD1W
[2014-05-19 16:53:24][client][INFO] Client (7) [79.191.99.161] connected
[2014-05-19 16:53:24][client][INFO] Client (7) [79.191.99.161] authorised with VvwqfcaU7BHPNDYPA28xKoJvSpYVYyuRYH aux: MCTR1r2TqdDQwWPdcJ7Ueh9Y1K2jnbDD1W
[2014-05-19 17:00:06][client][INFO] Client (5) [83.24.199.55] disconnected
[2014-05-19 17:00:06][client][INFO] IOException: : Data.ByteString.hGetLine: end of file
[2014-05-19 17:09:09][client][INFO] Client (6) [79.191.243.54] disconnected
[2014-05-19 17:09:09][client][INFO] IOException: : Data.ByteString.hGetLine: end of file

Payout.py scrypt output

Code:
2014-05-20 06:54:12.625542 Available balances 0.00000000 MON, 0.00000000 VTC
2014-05-20 06:54:12.625856 Shares backlog 58240
2014-05-20 06:54:12.626068 No user has a share balance that meets the minimum transaction requirement.
2014-05-20 06:54:12.643013 All transactions failed.
2014-05-20 06:54:12.643341 Retrying in 5 minutes.
2014-05-20 06:59:12.744730 Fetching shares from database...
2014-05-20 06:59:13.601791 Available balances 0.00000000 MON, 0.00000000 VTC
2014-05-20 06:59:13.602058 Shares backlog 58298
2014-05-20 06:59:13.602207 No user has a share balance that meets the minimum transaction requirement.
2014-05-20 06:59:13.617889 All transactions failed.
2014-05-20 06:59:13.618231 Retrying in 5 minutes.
2014-05-20 07:04:13.701941 Fetching shares from database...
2014-05-20 07:04:14.552803 Available balances 0.00000000 MON, 0.00000000 VTC
2014-05-20 07:04:14.553080 Shares backlog 58387
2014-05-20 07:04:14.553240 No user has a share balance that meets the minimum transaction requirement.
2014-05-20 07:04:14.571156 All transactions failed.
2014-05-20 07:04:14.571532 Retrying in 5 minutes.

Any advices ?

Code:
root@vtc:/home/m00n# vertcoind getbalance
0.16332939
root@vtc:/home/m00n# monocled getbalance
0.00000000

full member
Activity: 196
Merit: 100
just got into wondering with one thing...

Vetcoin is asic resitant and will be always - thats most important part about this coin ... Right? (basing on what all writing here at least and backuping...)...
MON is generally asic resistant as well - pretty same way as vtc... as same devs ... same action will provide if required...

So what is .... should ask more like " what will" be the difference later in those coins besides:
VTC will have own markets where can be sold and will be possible to use coins
MON will be probably own places to use to buy something etc
BUT
VTC will be possible to mine ONLY directly
while
MON will be possoble to mone along with any other n-coin....

So wouldnt this means that MON in this moment have better possible future then other coins like vtc or exe  etc Huh
Its just matter of time till this coin will gather enough community.... enough markets... enugh resources to grow up as individual coin...
And Since most n-scrypt coins will be attaching it as bonus coin it will simply be most known and adaptive coin then any other normal ones .... LOL

Tell me if I just see this .... its like by accident here was created 4th generation coin.... Of course if whole purpose of n-scrypt sucess (meaning gpu miners will jumped massively on it)Smiley

Does MON is on wining line? For me looks like it is lol
sr. member
Activity: 308
Merit: 250
Everyone buy MON coins use 10% of your VTC coins to buy from.

Actually its very cheap now to buy MON

I knew we should all invest in MON from some VTC that we all have. It's the right thing to do. It helps everyone.

Already cashed out 15% VTC for MON... looks like the beginning of a pump on poloni, we'll see if it sticks.

I can't get my BTC fast enough on poloniex, already > 0.008 and I wanted to get in @ 0.0055  Roll Eyes
Pages:
Jump to: