Bitcoin Forum
June 22, 2024, 03:00:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 72 73 74 75 76 77 »
  Print  
Author Topic: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N  (Read 145884 times)
Vertcoin
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
May 20, 2014, 06:44:13 PM
 #1261

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 Smiley

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 Offline

Activity: 252
Merit: 102


OPEN Platform - Powering Blockchain Acceptance


View Profile
May 20, 2014, 06:49:05 PM
 #1262

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 Smiley

just vertcoind stop

Thanks!

And when I command :

Code:
git pull

I need to recompile?

OPEN Platform | Powering Blockchain Acceptance [ICO]
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱Blockchain's First Payment API❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱
Whitepaper  ●  Slack  ●  Facebook  ●  Twitter  ●  Reddit  ●  Telegram
Vertcoin
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
May 20, 2014, 06:51:28 PM
 #1263

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 Smiley

just vertcoind stop

Thanks!

And when I command :

Code:
git pull

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
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile WWW
May 20, 2014, 09:51:47 PM
 #1264

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


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)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 21, 2014, 12:04:14 AM
 #1265

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
Sr. Member
****
Offline Offline

Activity: 355
Merit: 250


View Profile
May 21, 2014, 05:28:04 AM
 #1266

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


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:

Code:
 "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:

Code:
  },
    {
        "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,

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses 100% original codebase
  Superfast with 30 seconds instant finality
  Tested 5000 tx per block on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
svk31
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile WWW
May 21, 2014, 07:54:56 AM
 #1267

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 Node
Running 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 Offline

Activity: 309
Merit: 250

confused developer


View Profile
May 21, 2014, 08:08:26 AM
 #1268

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:

Code:
  },
    {
        "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
silencesilence
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile WWW
May 21, 2014, 02:40:23 PM
 #1269

MONOCLE - MON - MONOCLE

come on guys don't go to sleep Grin

https://www.mintpal.com/voting#MON
svk31
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile WWW
May 21, 2014, 08:08:18 PM
 #1270

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 Node
Running 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  Grin

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
Full Member
***
Offline Offline

Activity: 277
Merit: 100



View Profile
May 21, 2014, 09:20:43 PM
 #1271

MONOCLE - MON - MONOCLE

come on guys don't go to sleep Grin

https://www.mintpal.com/voting#MON

I'm hoping for the express route onto mintpal via higher trading volume Smiley

BorisTheSpider (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 22, 2014, 11:44:48 AM
 #1272

Vote for Monocle on Mintpal: https://www.mintpal.com/voting#MON
Bitcoinasourus
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
May 22, 2014, 01:47:34 PM
 #1273

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 Node
Running 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  Grin

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 Offline

Activity: 1120
Merit: 1000


View Profile WWW
May 22, 2014, 02:02:26 PM
 #1274

Vote for Monocle on Mintpal: https://www.mintpal.com/voting#MON
+1
done

some generous person can donate a few BTC for MON vote in mintpal  Grin
svk31
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile WWW
May 22, 2014, 06:14:42 PM
 #1275

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 Node
Running 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  Grin

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 Smiley

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 Offline

Activity: 252
Merit: 102


OPEN Platform - Powering Blockchain Acceptance


View Profile
May 23, 2014, 12:07:27 PM
 #1276

Guys,

Is it possible to create a paper wallet for MON?

OPEN Platform | Powering Blockchain Acceptance [ICO]
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱Blockchain's First Payment API❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱
Whitepaper  ●  Slack  ●  Facebook  ●  Twitter  ●  Reddit  ●  Telegram
xgtele
Sr. Member
****
Offline Offline

Activity: 288
Merit: 250



View Profile
May 23, 2014, 04:47:08 PM
 #1277

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 Offline

Activity: 252
Merit: 102


OPEN Platform - Powering Blockchain Acceptance


View Profile
May 23, 2014, 05:03:58 PM
 #1278

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!

OPEN Platform | Powering Blockchain Acceptance [ICO]
❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱Blockchain's First Payment API❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱❱
Whitepaper  ●  Slack  ●  Facebook  ●  Twitter  ●  Reddit  ●  Telegram
c6m0h3
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
May 23, 2014, 06:25:57 PM
 #1279

Vote for Monocle on Mintpal: https://www.mintpal.com/voting#MON
+1
done

some generous person can donate a few BTC for MON vote in mintpal  Grin

You think the price will go up once on mintpal?? Smiley
silencesilence
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile WWW
May 23, 2014, 09:38:55 PM
 #1280

Vote for Monocle on Mintpal: https://www.mintpal.com/voting#MON
+1
done

some generous person can donate a few BTC for MON vote in mintpal  Grin

You think the price will go up once on mintpal?? Smiley

will surely take in the right direction - UP
may be for 2 - 3 or 5 days but it will happen
Pages: « 1 ... 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 72 73 74 75 76 77 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!