Last edited by a moderator:
I can pull my money out any time correct? I might actually have to buy MN shares, my MN still has only got 1 paymentFirering up 10 more nodes![]()
Correct, any time.I can pull my money out any time correct? I might actually have to buy MN shares, my MN still has only got 1 payment![]()
For 100 shares: (Pre-Enforcement, Post-Enforcement)What is the expected daily % ROI (return on investment), vertoe?
If I bought a small chunk of one of your MNs (let's say 100s @ 100.00 DRK), what might I expect to earn per day? week? month? year?
Thanks!
The DRK Lord
Got my first paymentSet up two additional nodes. Here is today's payment. I hope everything is correct?
Hmmm... vertoe, I may just have to take you up on this and park some DRK in your masternode farm. While the earnings aren't huge, it's definitely an excellent deal for anyone with a couple hundred DRK just sitting idle in a savings wallet. And those predicted post-enforcement earnings sound great! A solid 3.00 DRK per month on 100.00 DRK investment (3.0% RoI) is damn good, TBH... will come out to about 36.00 DRK per year!For 100 shares: (Pre-Enforcement, Post-Enforcement)
Per day: 0.05 DRK, 0.10 DRK
Per month: 1.5 DRK, 3.00 DRK
Per year: 18 DRK, 36 DRK
[...]
Currently I'm manually confirming the autogenerated transactions to make sure the script is not accidently sending thousends of coins to nirvana. I will add a time to the spreadsheet as soon as I'm convinced the script is doing what it should.May you add in the spreadsheet the UTC time of start and end of the shift? With numbers of shares for that shift and name of participants? Maybe for a week and then restart, dont know, just an idea.![]()
holders = {
'vertoe' => {
'address' => 'XymFsYJjXhFriSCnEAnm8BaBALWk7mu9Gd',
'shares' => 15458,
},
'vtrsch' => {
'address' => 'XsMrrXFRd3JnD6EwFe4NtCL5VkoZ4abkss',
'shares' => 573,
},
'sukram' => {
'address' => 'Xv5GjfZ9JQgV3YDhrQFd2QnxeVf2eNiHDX',
'shares' => 112,
},
'doctr' => {
'address' => 'XkjA8idCAtZdvrg1y7BHmKvWWJM3Noc3V1',
'shares' => 0,
},
'iheartsmartart' => {
'address' => 'XffjxfGwSQmynK1UQUasDUF4epXMPt3XSk',
'shares' => 9045,
},
'red-shinobi' => {
'address' => 'XsactF5H9RcivfpvKMosMDJ1QhiwsFnqdG',
'shares' => 134,
},
'andresescobar' => {
'address' => 'XeLrFrkkrkJeYv3uyxjDeWYAeJtZLVt8dh',
'shares' => 315,
},
'goto' => {
'address' => 'XpafEgqakRdwYA2REVFJfHcNPNuPDAwF2a',
'shares' => 0,
},
'elmad' => {
'address' => 'XvXJQbSTx8AvDT1eiTfcxd3zepUKf67Umx',
'shares' => 200,
},
'oaxaca' => {
'address' => 'XpyMoeKuBsxXYW8z1KYsUtmSXCvBDNZjWr',
'shares' => 500,
},
'lzeppelin' => {
'address' => 'XeY2ZTyHUhD9oesZ4DJ8EFdGZC2TWPkToS',
'shares' => 1000,
},
}
Just to understand, what is the 0.1 payment to this address http://explorer.darkcoin.io/address/XnsLtWY8rCdJNoe8r7mKpmHBp168TqNLmh in the transaction?Script looks good, will consider to put it into a 24h-cronjob.
Today's payout: http://explorer.darkcoin.io/tx/6b70660ca53cc89f94559ebf34dc3ee1517d3db206c81c53ea610b8b3c6acf29
For reference, at the time of payment, these are the shareholdersCode:holders = { 'vertoe' => { 'address' => 'XymFsYJjXhFriSCnEAnm8BaBALWk7mu9Gd', 'shares' => 15458, }, 'vtrsch' => { 'address' => 'XsMrrXFRd3JnD6EwFe4NtCL5VkoZ4abkss', 'shares' => 573, }, 'sukram' => { 'address' => 'Xv5GjfZ9JQgV3YDhrQFd2QnxeVf2eNiHDX', 'shares' => 112, }, 'doctr' => { 'address' => 'XkjA8idCAtZdvrg1y7BHmKvWWJM3Noc3V1', 'shares' => 0, }, 'iheartsmartart' => { 'address' => 'XffjxfGwSQmynK1UQUasDUF4epXMPt3XSk', 'shares' => 9045, }, 'red-shinobi' => { 'address' => 'XsactF5H9RcivfpvKMosMDJ1QhiwsFnqdG', 'shares' => 134, }, 'andresescobar' => { 'address' => 'XeLrFrkkrkJeYv3uyxjDeWYAeJtZLVt8dh', 'shares' => 315, }, 'goto' => { 'address' => 'XpafEgqakRdwYA2REVFJfHcNPNuPDAwF2a', 'shares' => 0, }, 'elmad' => { 'address' => 'XvXJQbSTx8AvDT1eiTfcxd3zepUKf67Umx', 'shares' => 200, }, 'oaxaca' => { 'address' => 'XpyMoeKuBsxXYW8z1KYsUtmSXCvBDNZjWr', 'shares' => 500, }, 'lzeppelin' => { 'address' => 'XeY2ZTyHUhD9oesZ4DJ8EFdGZC2TWPkToS', 'shares' => 1000, }, }
This is a reserve sent to an change address. The code looks like that:Just to understand, what is the 0.1 payment to this address http://explorer.darkcoin.io/address/XnsLtWY8rCdJNoe8r7mKpmHBp168TqNLmh in the transaction?
balance = `darkcoind getbalance`.to_f
@@m_balance = balance - @@m_masternodes * 1000.0 - 0.1
BTW, we already reached 1 DRK per node and day, so we already reached the point of 3% per month. (And for your bank comparison: banks give 3% per year, Masternodes per month, meaning the return is more like 30% per year.)Hmmm... vertoe, I may just have to take you up on this and park some DRK in your masternode farm. While the earnings aren't huge, it's definitely an excellent deal for anyone with a couple hundred DRK just sitting idle in a savings wallet. And those predicted post-enforcement earnings sound great! A solid 3.00 DRK per month on 100.00 DRK investment (3.0% RoI) is damn good, TBH... will come out to about 36.00 DRK per year!![]()
Yeah, I did consider that! Banks usually pay < 1.0% interest on savings annually... basically, what I was saying is that a masternode investment has a WAY bigger yield than you could ever get in any traditional liquid savings account, CD, bond or money-market fund.BTW, we already reached 1 DRK per node and day, so we already reached the point of 3% per month. (And for your bank comparison: banks give 3% per year, Masternodes per month, meaning the return is more like 30% per year.)
Yes, but that comes along with multiple issues.Hey vertoe you ever consider offering a DRIP type thing? Where you automatically reinvest payouts into buying more shares.
holders = {
'vertoe' => {
'address' => 'XymFsYJjXhFriSCnEAnm8BaBALWk7mu9Gd',
'shares' => 15473,
},
'vtrsch' => {
'address' => 'XsMrrXFRd3JnD6EwFe4NtCL5VkoZ4abkss',
'shares' => 573,
},
'sukram' => {
'address' => 'Xv5GjfZ9JQgV3YDhrQFd2QnxeVf2eNiHDX',
'shares' => 112,
},
'doctr' => {
'address' => 'XkjA8idCAtZdvrg1y7BHmKvWWJM3Noc3V1',
'shares' => 0,
},
'iheartsmartart' => {
'address' => 'XffjxfGwSQmynK1UQUasDUF4epXMPt3XSk',
'shares' => 9045,
},
'red-shinobi' => {
'address' => 'XsactF5H9RcivfpvKMosMDJ1QhiwsFnqdG',
'shares' => 134,
},
'andresescobar' => {
'address' => 'XeLrFrkkrkJeYv3uyxjDeWYAeJtZLVt8dh',
'shares' => 315,
},
'goto' => {
'address' => 'XpafEgqakRdwYA2REVFJfHcNPNuPDAwF2a',
'shares' => 342,
},
'elmad' => {
'address' => 'XvXJQbSTx8AvDT1eiTfcxd3zepUKf67Umx',
'shares' => 200,
},
'oaxaca' => {
'address' => 'XvUxnfLNmE2fb2BEt968uCzH9JRDnGNWbm',
'shares' => 900,
},
'lzeppelin' => {
'address' => 'XeY2ZTyHUhD9oesZ4DJ8EFdGZC2TWPkToS',
'shares' => 1000,
},
}
Nice work man. Autopilot to the moon 8)Today I switched on the automated payments. Starting tomorrow, you will recieve payments every day at 20:00 UTC even when I die.
Sent you a PM.I'm also interested in buying at least 100 shares.