Search content
Sort by

Showing 11 of 11 results by mg_home
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] 🔶 ICO is Live 🔶 Purchase is automated on GainerCoin.com 🔶
by
mg_home
on 19/01/2018, 16:05:13 UTC
Shit Dev, you send mail out at 4 PM but you updated the wallet 8 AM ?

Wtf is wrong with you.

You fucked up all investors with this shit.
This is really bad if it's not a system glitch, all of the investors might be affected by this right? any update with your wallet? I'm looking forward about GainerCoin yesterday but seeing this post today might change my mind Sad

Yes,

all investors got fucked from dev. All Staks and Masternode Rewards are not accepted from today 8 am till you update your wallet.



If coin will be listed at top 10 exchanges as promised then this "all investors got fucked" situation does not matter.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] VIVO - Masternodes, ASIC-Resistant, Secure, High MN Rewards, Decentralized
by
mg_home
on 14/11/2017, 12:31:58 UTC
WATCHDOG_EXPIRED status for all masternodes!
I am experiencing the same with another coin as well.

What is happening?

Follow the guide here to install and run sentinel: https://www.vivocrypto.com/vivo-technologies/masternodes/sentinel-guide/

Before starting the steps make to restart your masternode wallet with reindex.

What does it mean? Is this correct?

mg@43707:~/.vivocore/sentinel$ cat sentinel-cron.log
Unable to submit: Object creation rate limit exceeded
Unable to submit: Object creation rate limit exceeded
mg@43707:~/.vivocore/sentinel$

--
Instead of every minute sentinel running as described in the guide
* * * * * cd /home/YOURUSERNAME/.vivocore/sentinel && ./venv/bin/python bin/sentinel.py 2>&1 >> sentinel-cron.log

I have added sentinel to crontab as described in the guide Step 9) Create a crontab entry to wake sentinel every five minutes:

*/5 * * * * cd /home/YOURUSERNAME/.vivocore/sentinel && ./venv/bin/python bin/sentinel.py 2>&1 >> sentinel-cron.log

Which one is correct: every 5 minutes or every minute?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ENT] Eternity - X11 - No Premine
by
mg_home
on 19/09/2017, 16:43:40 UTC
Why eternityd loads CPU at 100% and how can I solve it?
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Secure. Private Send. Masternodes.
by
mg_home
on 22/08/2017, 09:06:24 UTC
As I can see in das.explorer at the http://das.explorerz.top:3002/block/0000000000089ac18dd60904abddf2345fbe7632b94b8a243646124a656a0055 the Height of this block 0000000000089ac18dd60904abddf2345fbe7632b94b8a243646124a656a0055 is 16281.

So, I think this fix ( http://telegra.ph/compile-DAS-wallet-on-clear-Ubuntu-1704-08-06 ) should be applied:
Code:
#### SOURCE FIX START ####

Search (F6 key) for:

( 20282, uint256S("0x0000000000089ac18dd60904abddf2345fbe7632b94b8a243646124a656a0055")),



Replace "20282" with "16281" so it looks like:

( 16281, uint256S("0x0000000000089ac18dd60904abddf2345fbe7632b94b8a243646124a656a0055")),

But if we look at the source in chainparams.cpp at the string number 157 we can see the following:

Code:
        checkpointData = (CCheckpointData) {
            boost::assign::map_list_of
            (  0, uint256S("0x00000a55dce11803cfa87cfab4498cba41ffe2acca8e3cda2b48e633c69fd84c"))
                        (  20282, uint256S("0x0000000000089ac18dd60904abddf2345fbe7632b94b8a243646124a656a0055")),
            1500983175, // * UNIX timestamp of last checkpoint block
            20282,    // * total number of transactions between genesis and last checkpoint
                        //   (the tx=... number in the SetBestChain debug.log lines)
            2800        // * estimated number of transactions per day after checkpoint
        };

So, if we should change 20282 to 16281 in the string
Code:
(  20282, uint256S("0x0000000000089ac18dd60904abddf2345fbe7632b94b8a243646124a656a0055")),
I think we should change 20282 to 16281 in the string
Code:
20282,    // * total number of transactions between genesis and last checkpoint
also.

But in the instruction at the http://telegra.ph/compile-DAS-wallet-on-clear-Ubuntu-1704-08-06 there is nothing about this fix. It is very strange.
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Secure. Private Send. Masternodes.
by
mg_home
on 22/08/2017, 08:52:15 UTC

My debug.log size is more than 2GB!

My debug file was 7 GB, but MN works fine. Previous wallet hadn't such issue.

You have the same problem? How did you fix it? And what you mean "Previous wallet hadn't such issue"? I got DAS source from git clone https://github.com/Truckman83/DAS-source

Source from https://github.com/hexpool/DAS-source/releases/tag/DAS-v0.12.2 ( https://github.com/hexpool/DAS-source/archive/DAS-v0.12.2.tar.gz ) the same.
The difference only in one file I fixed:
Code:
diff DAS-source/src/chainparams.cpp DAS-source-DAS-v0.12.2/src/chainparams.cpp
160c160
<                       (  16281, uint256S("0x0000000000089ac18dd60904abddf2345fbe7632b94b8a243646124a656a0055")),
---
>                       (  20282, uint256S("0x0000000000089ac18dd60904abddf2345fbe7632b94b8a243646124a656a0055")),

I still did not understand should I apply this fix or not?
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Secure. Private Send. Masternodes.
by
mg_home
on 21/08/2017, 22:06:45 UTC
Is anyone have such error like this (log time in GMT):

please use
Code:
code (# in the toolbar)
when you are pasting stuff like that.
and no, i don't see any of those errors, my debug.log is roughly 1MB per 24 hours, did not do any replacement in the code while compiling

And how many days your masternode running without restarting? I got this error above at the second day or running masternode.
Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Secure. Private Send. Masternodes.
by
mg_home
on 21/08/2017, 19:27:54 UTC
Is anyone have such error like this (log time in GMT):

2017-08-20 08:48:39 CMasternodePayments::IsTransactionValid - Missing required payment - DFwm4KUx3ckF6iSUCxJ4bBQEvv7aynJSUN 200000000
2017-08-20 08:48:39 Invalid mn payment detected CTransaction(hash=bd0e37e0f8, ver=2, vin.size=1, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase 02687604c64c99590881000108e42500007969696d7000, nSequence=0)
    CTxOut(nValue=2.00000000, scriptPubKey=76a91442547d06146b7d2067d44160)
    CTxOut(nValue=8.00000000, scriptPubKey=76a914480eca1a9f867a6ca8815e0c)

2017-08-20 08:48:39 ERROR: CheckBlock() : Couldn't find masternode/budget payment
2017-08-20 08:48:39 ERROR: ProcessNewBlock: CheckBlock FAILED
2017-08-20 08:48:39 Misbehaving: 154.16.7.191:9399 (200 -> 300)
2017-08-20 08:48:39 CMasternodePayments::IsTransactionValid - Missing required payment - DFwm4KUx3ckF6iSUCxJ4bBQEvv7aynJSUN 200000000
2017-08-20 08:48:39 Invalid mn payment detected CTransaction(hash=bd0e37e0f8, ver=2, vin.size=1, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase 02687604c64c99590881000108e42500007969696d7000, nSequence=0)
    CTxOut(nValue=2.00000000, scriptPubKey=76a91442547d06146b7d2067d44160)
    CTxOut(nValue=8.00000000, scriptPubKey=76a914480eca1a9f867a6ca8815e0c)

2017-08-20 08:48:39 ERROR: CheckBlock() : Couldn't find masternode/budget payment
2017-08-20 08:48:39 ERROR: ProcessNewBlock: CheckBlock FAILED
2017-08-20 08:48:39 Misbehaving: 154.16.7.191:9399 (300 -> 400)
2017-08-20 08:48:39 CMasternodePayments::IsTransactionValid - Missing required payment - DFwm4KUx3ckF6iSUCxJ4bBQEvv7aynJSUN 200000000
2017-08-20 08:48:39 Invalid mn payment detected CTransaction(hash=bd0e37e0f8, ver=2, vin.size=1, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase 02687604c64c99590881000108e42500007969696d7000, nSequence=0)
    CTxOut(nValue=2.00000000, scriptPubKey=76a91442547d06146b7d2067d44160)
    CTxOut(nValue=8.00000000, scriptPubKey=76a914480eca1a9f867a6ca8815e0c)

2017-08-20 08:48:39 ERROR: CheckBlock() : Couldn't find masternode/budget payment
2017-08-20 08:48:39 ERROR: ProcessNewBlock: CheckBlock FAILED
2017-08-20 08:48:39 Misbehaving: 154.16.7.191:9399 (400 -> 500)
2017-08-20 08:48:39 CMasternodePayments::IsTransactionValid - Missing required payment - DFwm4KUx3ckF6iSUCxJ4bBQEvv7aynJSUN 200000000
2017-08-20 08:48:39 Invalid mn payment detected CTransaction(hash=bd0e37e0f8, ver=2, vin.size=1, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase 02687604c64c99590881000108e42500007969696d7000, nSequence=0)
    CTxOut(nValue=2.00000000, scriptPubKey=76a91442547d06146b7d2067d44160)
    CTxOut(nValue=8.00000000, scriptPubKey=76a914480eca1a9f867a6ca8815e0c)

2017-08-20 08:48:39 ERROR: CheckBlock() : Couldn't find masternode/budget payment
2017-08-20 08:48:39 ERROR: ProcessNewBlock: CheckBlock FAILED
2017-08-20 08:48:39 Misbehaving: 154.16.7.191:9399 (500 -> 600)
2017-08-20 08:48:39 CMasternodePayments::IsTransactionValid - Missing required payment - DFwm4KUx3ckF6iSUCxJ4bBQEvv7aynJSUN 200000000
2017-08-20 08:48:39 Invalid mn payment detected CTransaction(hash=bd0e37e0f8, ver=2, vin.size=1, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase 02687604c64c99590881000108e42500007969696d7000, nSequence=0)
    CTxOut(nValue=2.00000000, scriptPubKey=76a91442547d06146b7d2067d44160)
    CTxOut(nValue=8.00000000, scriptPubKey=76a914480eca1a9f867a6ca8815e0c)

2017-08-20 08:48:39 ERROR: CheckBlock() : Couldn't find masternode/budget payment
2017-08-20 08:48:39 ERROR: ProcessNewBlock: CheckBlock FAILED
2017-08-20 08:48:39 Misbehaving: 154.16.7.191:9399 (600 -> 700)
2017-08-20 08:48:39 CMasternodePayments::IsTransactionValid - Missing required payment - DFwm4KUx3ckF6iSUCxJ4bBQEvv7aynJSUN 200000000
2017-08-20 08:48:39 Invalid mn payment detected CTransaction(hash=bd0e37e0f8, ver=2, vin.size=1, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase 02687604c64c99590881000108e42500007969696d7000, nSequence=0)
    CTxOut(nValue=2.00000000, scriptPubKey=76a91442547d06146b7d2067d44160)
    CTxOut(nValue=8.00000000, scriptPubKey=76a914480eca1a9f867a6ca8815e0c)

.
.
.
HERE IS ENDLESS CYCLE UNTIL I STOP IT TODAY.
.
.
.

2017-08-21 18:04:09 ERROR: CheckBlock() : Couldn't find masternode/budget payment
2017-08-21 18:04:09 ERROR: ProcessNewBlock: CheckBlock FAILED
2017-08-21 18:04:09 Misbehaving: 72.22.168.197:9399 (116774680 -> 116774780)
2017-08-21 18:04:09 CMasternodePayments::IsTransactionValid - Missing required payment - DFwm4KUx3ckF6iSUCxJ4bBQEvv7aynJSUN 200000000
2017-08-21 18:04:09 Invalid mn payment detected CTransaction(hash=bd0e37e0f8, ver=2, vin.size=1, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase 02687604c64c99590881000108e42500007969696d7000, nSequence=0)
    CTxOut(nValue=2.00000000, scriptPubKey=76a91442547d06146b7d2067d44160)
    CTxOut(nValue=8.00000000, scriptPubKey=76a914480eca1a9f867a6ca8815e0c)

2017-08-21 18:04:09 ERROR: CheckBlock() : Couldn't find masternode/budget payment
2017-08-21 18:04:09 ERROR: ProcessNewBlock: CheckBlock FAILED
2017-08-21 18:04:09 Misbehaving: 72.22.168.197:9399 (116774780 -> 116774880)
2017-08-21 18:04:09 tor: Thread interrupt
2017-08-21 18:04:09 torcontrol thread exit
2017-08-21 18:04:09 scheduler thread interrupt
2017-08-21 18:04:09 opencon thread interrupt
2017-08-21 18:04:09 addcon thread interrupt
2017-08-21 18:04:09 msghand thread interrupt
2017-08-21 18:04:09 net thread interrupt
2017-08-21 18:04:09 PrepareShutdown: In progress...
2017-08-21 18:04:09 StopNode()

------


My debug.log size is more than 2GB!
Is this error related to fixings listed at the http://telegra.ph/compile-DAS-wallet-on-clear-Ubuntu-1704-08-06 and http://www.explorerz.top/das-masternode-guide.html ?
And which one is correct? I did only one fix listed at http://www.explorerz.top/das-masternode-guide.html :
#### CHECKPOINT FIX ####
Search for:
(  20282, uint256S("0x0000000000089ac18dd60904abddf2345fbe7632b94b8a243646124a656a0055")),

Replace 20282 with 16281 so it looks like:
(  16281, uint256S("0x0000000000089ac18dd60904abddf2345fbe7632b94b8a243646124a656a0055")),
#### CHECKPOINT FIX ####


Is it necessary apply second fix listed at the http://telegra.ph/compile-DAS-wallet-on-clear-Ubuntu-1704-08-06 also?
I mean this:
Search for:

base58Prefixes[EXT_COIN_TYPE]  = boost::assign::list_of(0x80000005);



Add ".convert_to_container >()" so it looks like:

base58Prefixes[EXT_COIN_TYPE]  = boost::assign::list_of(0x80000005).convert_to_container >();



Search for:

base58Prefixes[EXT_COIN_TYPE]  = boost::assign::list_of(0x80000001);



Add ".convert_to_container >()" so it looks like:

base58Prefixes[EXT_COIN_TYPE]  = boost::assign::list_of(0x80000001).convert_to_container >();
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET
by
mg_home
on 03/08/2017, 18:22:43 UTC
I can see 15 masternodes here https://linda.masternodes.pro/ and it says that daily income is $579.25. I have to devide 579.25 by 15 to get how much one masternode earns per day, right?

No those stats are per masternode.  I'm sure the numbers will drop significantly once there are more online.  For now though those 15 are banking.
No! This stats ARE NOT per masternode. This stats are for ALL masternodes (or even ALL masternodes + PoS miners).
You can check masternodes linda generated at the https://linda.masternodes.pro/advanced/list and summ all values in last column
Now it is 3850377 LindaCoins (for two days linda.masternodes.pro running).


 Mr. Man you are getting it wrong, reward is per masternode.

How you can prove it?
I already show you the stats at the https://linda.masternodes.pro/advanced/list and you can see NO ONE MASTERNODE from this list does NOT earn at least 1 million LindaCoins. The first one (ENABLED   LThqEraaXsTUj4s22VJEmhJdvMV53kEeme   Not Tagged   Fislisbach   Aargau   Switzerland   30227959.871159) is incorrect because was setup after masternodes.pro began to monitor Linda masternodes and you should substract 30 milions from values of this masternode. Other masternodes give us 3850377 LindaCoins (for almost two days). And this is approximatelly 2087222.98 per day as stated at the header on the top (DAILY LINDA EARNED 2087222.98).
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET
by
mg_home
on 03/08/2017, 18:02:08 UTC
I can see 15 masternodes here https://linda.masternodes.pro/ and it says that daily income is $579.25. I have to devide 579.25 by 15 to get how much one masternode earns per day, right?

No those stats are per masternode.  I'm sure the numbers will drop significantly once there are more online.  For now though those 15 are banking.
No! This stats ARE NOT per masternode. This stats are for ALL masternodes (or even ALL masternodes + PoS miners).
You can check masternodes linda generated at the https://linda.masternodes.pro/advanced/list and summ all values in last column
Now it is 3850377 LindaCoins (for two days linda.masternodes.pro running).
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET
by
mg_home
on 03/08/2017, 17:54:28 UTC
I can see 15 masternodes here https://linda.masternodes.pro/ and it says that daily income is $579.25. I have to devide 579.25 by 15 to get how much one masternode earns per day, right?
Yes, correct.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET
by
mg_home
on 01/08/2017, 22:03:08 UTC
We can get 200$ donations and then a overview of masternode from Linda.

Should we register?

Look: https://masternodes.pro


     Yes,please register.

                 Thank you

I'm having problems implementing my masternode in windows. need help.

I receive this errors:
 
not capable masternode: Unknown. Check debug.log for more information.
  
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: QCoreApplication::postEvent: Unexpected null receiver

Requirements
- 30.000.000 coins allocated (locked via the masternode.conf, does it exists?)
- port 33820 Inbound (router/firewall and optional windows firewall), you can test by remote telnet to your public IP on this port
- Correct lindacoin.conf file, see examplte

#----
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
#----
listen=1
server=1
daemon=1
addnode=45.32.77.164
addnode=104.238.159.161
#--------------------
masternode=1
masternodeprivkey=
masternodeaddr=1.2.3.4 (your public IP)

Hope this helps

I corrected linda.conf , did the port 33820 Inbound and tested it in https://www.adminkit.net/telnet.aspx and have exactly 30m coins in my wallet. when I use the command "masternode start" in console the same error appears:
not capable masternode: Unknown. Check debug.log for more information.
  
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: QCoreApplication::postEvent: Unexpected null receiver

this is my linda.conf (I just replaced the private items):

rpcuser=
rpcpassword=
daemon=1
maxconnections=256
masternode=1
masternodeprivkey=
masternodeaddr=:33820
addnode=104.238.159.161
addnode=45.32.77.164

what am I doing wrong?

Did you solve this issue? I have the same problem.
I have to restart masternode every 20-24 hours (and resend 30 millions LindaCoins again). I have tried to run in Windows and Linux and it works about 20 hours only. After that it stops and when I try "masternode start" I see error in logs: CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
Can anyone help me please?

I tried this guide https://github.com/Lindacoin/Linda/wiki/Basic-Masternode-guide and this one https://steemit.com/cryptocurrency/@bradspodium.xyz/linda-linda-coin-masternode-guide (with putting masternodes in masternode.conf), but it does not help. After approximatelly 20 hours masternode stops and did not start again until I resend 30 millions Linda coins again.
I think the reason of it - after 20 hours Lindad can not find my incoming 30 million transaction (it was done 20 hours before and may be expired in memory).

When I try to setup Lindad as described at https://steemit.com/cryptocurrency/@bradspodium.xyz/linda-linda-coin-masternode-guide with putting transactionId (I got by "masternode outputs") in
masternode.conf - it doesn not work and "masternode start-many" says "Successfully started 0 masternodes, failed to start 0, total 0".