Bitcoin Forum
May 26, 2024, 12:06:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 7 8 9 10 11 12 13 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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 163 »
  Print  
Author Topic: ✅|ANN| 🌍DESIRE |NeoScrypt| |🔨MasterNodes🔨| - COIN OF YOUR DREAMS!  (Read 167290 times)
lazy_boozer (OP)
Full Member
***
Offline Offline

Activity: 271
Merit: 100



View Profile WWW
November 13, 2017, 01:11:47 AM
 #1121

MN Desire 0.12.2.1 work and without sentinel, just inaccurately displays information about the MN.
MN payments received. It's okay!


bitmagic1984
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
November 13, 2017, 03:13:02 AM
 #1122

waiting for Yobit listing. Any update from Yobit ?
SmallRig
Full Member
***
Offline Offline

Activity: 253
Merit: 100


SafeCoin-SAFE


View Profile
November 13, 2017, 03:25:52 AM
 #1123

waiting for Yobit listing. Any update from Yobit ?

Dev got no response from earlier listing. Now he plans to go with 0.50BTC listing fee
UncleV
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
November 13, 2017, 03:36:39 AM
 #1124

I "solved" it by creating symlinks
Code:
ln -s /home/wal/dsr-mn2/desire.conf /home/vvn/.desirecore

Of course, this won't work with multiple MN as it seems in your case

I suspect, however, this is only related to tests. Even symlinking won't make the tests pass, because all hashes/roots/etc. on the tests are dash ones, not desire, thus failing pretty much everything.

Thanks for your answer!
For signle MN we can use directory symlink as a workaround. I.e. in my case:
Code:
ln -s /home/wal/dsr-mn2 /home/vvn/.desirecore

If anyone want to replay it: you must delete '.desirecore' directory first! Be carefull: it may contain usefull data!

Another one problem: during MN installation I removed all RPC credential from conf (to increase sequrity). But Sentinel requires RPC access and I was forced to add 'rpcuser' and 'rpcpassword' to my conf-file Sad
ar2609
Member
**
Offline Offline

Activity: 62
Merit: 10


View Profile
November 13, 2017, 07:27:02 AM
 #1125

From where and how does one install this sentinel v1.1.1 on a linux vps?

Follow instructions here:
https://github.com/dashpay/sentinel

Be sure to double check your paths and configs, but that's it
Thanks! Masternode pre-enabled. Smiley

./desire-cli masternode status prints an error though "this is not a masternode". Is this trouble or will it change for the better when it is enabled?

Nope, it should be saying "Masternode successfully started". Do the following

1. Make sure the path in crontab for sentinel is correct
2. Stop daemon: desire-cli stop
3. Restart and reindex all chain: desired -reindex --daemon
4. Wait for it to sync the chain: desire-cli getinfo
5. Wait for it to syn the masternode: desire-cli mnsync status, you should get MASTERNODE_SYNC_WAITING/MASTERNODE_SYNC_FINISHED
6. Start mastenode: desire-cli masternode start

Thanks for the info.

coco23
Hero Member
*****
Offline Offline

Activity: 1974
Merit: 856


View Profile
November 13, 2017, 07:39:23 AM
 #1126

Stuck at block 15709?
jisupol250
Newbie
*
Offline Offline

Activity: 108
Merit: 0


View Profile
November 13, 2017, 07:41:16 AM
 #1127

My MN status "Watchdog Expired", How to fix?  Cry Cry
mninfo
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
November 13, 2017, 07:49:50 AM
 #1128

From where and how does one install this sentinel v1.1.1 on a linux vps?

Follow instructions here:
https://github.com/dashpay/sentinel

Be sure to double check your paths and configs, but that's it
Thanks! Masternode pre-enabled. Smiley

./desire-cli masternode status prints an error though "this is not a masternode". Is this trouble or will it change for the better when it is enabled?

Nope, it should be saying "Masternode successfully started". Do the following

1. Make sure the path in crontab for sentinel is correct
2. Stop daemon: desire-cli stop
3. Update to v0.12.2.1 (either pull from github and recompile, or download the new binaries)
4. Restart and reindex all chain: desired -reindex --daemon
5. Wait for it to sync the chain: desire-cli getinfo
6. Wait for it to syn the masternode: desire-cli mnsync status, you should get MASTERNODE_SYNC_WAITING/MASTERNODE_SYNC_FINISHED
7. Start mastenode: desire-cli masternode start

For completeness,
desire-cli masternode status : should say it is started
desire-cli masternode list: your collateral txid should be there, status PRE_ENABLED. After some blocks it should change to ENABLED

I've just updated it a bit, I was taking for grated it was running 0.12.2.1, I've made it explicit.
kadrcalmness
Newbie
*
Offline Offline

Activity: 85
Merit: 0


View Profile
November 13, 2017, 07:54:48 AM
 #1129

MN Desire 0.12.2.1 work and without sentinel, just inaccurately displays information about the MN.
MN payments received. It's okay!


Wallet for MAC OS steel not working!  Huh
mninfo
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
November 13, 2017, 07:56:35 AM
 #1130

I "solved" it by creating symlinks
Code:
ln -s /home/wal/dsr-mn2/desire.conf /home/vvn/.desirecore

Of course, this won't work with multiple MN as it seems in your case

I suspect, however, this is only related to tests. Even symlinking won't make the tests pass, because all hashes/roots/etc. on the tests are dash ones, not desire, thus failing pretty much everything.

Thanks for your answer!
For signle MN we can use directory symlink as a workaround. I.e. in my case:
Code:
ln -s /home/wal/dsr-mn2 /home/vvn/.desirecore

If anyone want to replay it: you must delete '.desirecore' directory first! Be carefull: it may contain usefull data!

Another one problem: during MN installation I removed all RPC credential from conf (to increase sequrity). But Sentinel requires RPC access and I was forced to add 'rpcuser' and 'rpcpassword' to my conf-file Sad

Oh yeah sry, that '/desire.conf' shouldn't be there, sry!

About RPC, leaving it blank doesn't it simply setup RPC without user/pass? Just asking, I don't really know for sure, haven't looked at the code
bitekoin
Full Member
***
Offline Offline

Activity: 518
Merit: 100



View Profile
November 13, 2017, 08:00:46 AM
 #1131

Stuck at block 15709?

Hi guys. Was this fixed?
Hangterisaan
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
November 13, 2017, 08:12:53 AM
 #1132

What is wrong? I upgraded my mn wallet to the latest version but it said watchdog expired. So i downgraded again and it says enabled. Also in the all masternode list. But when i look in my laptop wallet (latest version) that is not a masternode it says for the mn wallet watchdog expired. Also only 6 masternodes enabled for the entire network...
Masternode wallet is also behind. On block 15709...
Coins also not arriving on coinsmarkets. Stuk on 0/6 confirms (on wallet and coinsmarkets side).

Coinsmarkets is also stuck on block 15709, the coins i sent with my laptop wallet that is on block 15749 is not showing in the pending list but has 6 confirms on my wallet.
lazy_boozer (OP)
Full Member
***
Offline Offline

Activity: 271
Merit: 100



View Profile WWW
November 13, 2017, 08:15:46 AM
 #1133

MN Desire 0.12.2.1 work and without sentinel, just inaccurately displays information about the MN.
MN payments received. It's okay!


Wallet for MAC OS steel not working!  Huh

 I'll see what can be done.

danspasiva
Full Member
***
Offline Offline

Activity: 417
Merit: 105


View Profile
November 13, 2017, 08:53:42 AM
 #1134

My MN status "Watchdog Expired", How to fix?  Cry Cry

Almost all of the masternodes have the same messsage of "watchdog expired".  Please let us know with detailed instructions how to solve this problem dev, thanks!
esco86
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
November 13, 2017, 09:00:52 AM
 #1135

What happen with nerwork? Last block about 4 hours ago Huh
Jeex
Member
**
Offline Offline

Activity: 364
Merit: 58


View Profile WWW
November 13, 2017, 09:03:13 AM
 #1136

I mine Desire in pool https://pool.unimining.net
In the list of extracted coins, I see: Desire, Vivo and InnovaCoin (screenshot): .
Vivo and InnovaCoin - how did they get on the list of mine?
My config miner: ccminer -a neoscrypt -o stratum+tcp://pool.unimining.net:4233 -u DESIREWALLET -p c=DESIRE --cpu-priority=3

In other mining pool (bigmine.org, altminer.net and other) with "-p c=DESIRE" i recive only Desire coin.

Jeex
Member
**
Offline Offline

Activity: 364
Merit: 58


View Profile WWW
November 13, 2017, 09:05:43 AM
 #1137

What happen with nerwork? Last block about 4 hours ago Huh
Network work fine, lastblock in pool.unimining.net - 12 min ago.
mrsa
Newbie
*
Offline Offline

Activity: 103
Merit: 0


View Profile
November 13, 2017, 09:14:25 AM
 #1138

@lazy_boozer can you confirm bounty was paid for Twitter posts 3days ago
DAi4qnqSXURjZFaK9eDtszTsW8QeirAjC6


Cheers heaps


Hello! To receive a reward, you must follow the conditions.
You did not receive the award, because you did not write to me in the PM.
Send me a PM, information about your tweet and we will gladly send you your DSR.


Quote
New bounty!+ 5 DSR for you




1. Write in the comments to this tweet that you need to add Desire.

2. Make a screenshot and send it along with the address for bounties to me in the PM.


done

 i have corrected my error
and PM sent

thankyou
Blasphemer
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
November 13, 2017, 09:18:31 AM
 #1139

My wallet (last version!) not synced. Any addnodes?
Hangterisaan
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
November 13, 2017, 09:19:00 AM
 #1140

What happen with nerwork? Last block about 4 hours ago Huh
Network work fine, lastblock in pool.unimining.net - 12 min ago.

Network is far from ok, only seems to be ok for som users. Most and coinexchange are stuck.
Pages: « 1 ... 7 8 9 10 11 12 13 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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 163 »
  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!