Pages:
Author

Topic: [MOJO] MOJOv3 has been taken over by new devs - page 42. (Read 167299 times)

legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
Can I get a slack invite please?
anyone? i want a invite too  Embarrassed

If you want a Slack invite, just PM me with your e-mail
sr. member
Activity: 350
Merit: 250
Can I get a slack invite please?
anyone? i want a invite too  Embarrassed
hero member
Activity: 525
Merit: 500
Do you have an example of a mojocoin.conf file for both the masternodes and the daemon folders?

Example of a local mojocoin.conf for the controller wallet:

Code:
server=1
rpcuser=dshdkhasldhalskhdlkajhdljslkdhjlsajwhatever
rpcpassword=sldhakjhdakjshdfka5d6a6d6as7dfjajswhatevernotthesame
rpcport=22255
listen=0
staking=0
logtimestamps=1
mnconflock=0
addnode=mojonode01.mojocoin.org
addnode=mojonode02.mojocoin.org

Example of a local masternode.conf for the controller wallet:

Code:
aliasIP:portmasternodeprivkeytransaction-hashindex

alias = a name you give your masternode, i.e. MyMN01 or something like that
IP:port = the IP address and port of the MOJO daemon. So, if you are running it on a local Linux, I guess it would be something like 192.168.x.x something. You will need make sure that the port you use is open etc.

Example of a mojocoin.conf file on your Linux machine / VPS:

Code:
rpcuser=slkafhjlasfjmojojsrandom
rpcpassword=randomasdkd123344589dhfjf7jfdkdkkslkd7
masternode=1
masternodeprivkey=6xxxxxxxxxxxxxxxxxxxxxxxxxxxxc

It's all here:
https://bitcointalksearch.org/topic/m.15730974

You can also have a look at this link that applies to TXcoin, it's pretty much the same and deals with multiple Windows MNs:
http://thecryptoworld.org/how-to-setup-your-masternode


Okay and can I run multiple MN's on the same linux box, with the same IP? Just change the port number?
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
Do you have an example of a mojocoin.conf file for both the masternodes and the daemon folders?

Example of a local mojocoin.conf for the controller wallet:

Code:
server=1
rpcuser=dshdkhasldhalskhdlkajhdljslkdhjlsajwhatever
rpcpassword=sldhakjhdakjshdfka5d6a6d6as7dfjajswhatevernotthesame
rpcport=22255
listen=0
staking=0
logtimestamps=1
mnconflock=0
addnode=mojonode01.mojocoin.org
addnode=mojonode02.mojocoin.org

Example of a local masternode.conf for the controller wallet:

Code:
aliasIP:portmasternodeprivkeytransaction-hashindex

alias = a name you give your masternode, i.e. MyMN01 or something like that
IP:port = the IP address and port of the MOJO daemon. So, if you are running it on a local Linux, I guess it would be something like 192.168.x.x something. You will need make sure that the port you use is open etc.

Example of a mojocoin.conf file on your Linux machine / VPS:

Code:
rpcuser=slkafhjlasfjmojojsrandom
rpcpassword=randomasdkd123344589dhfjf7jfdkdkkslkd7
masternode=1
masternodeprivkey=6xxxxxxxxxxxxxxxxxxxxxxxxxxxxc

It's all here:
https://bitcointalksearch.org/topic/m.15730974

You can also have a look at this link that applies to TXcoin, it's pretty much the same and deals with multiple Windows MNs:
http://thecryptoworld.org/how-to-setup-your-masternode
hero member
Activity: 525
Merit: 500
Mojocoind keeps locking up on me. "Mojocoind has stopped working".

Anyone have any ideas?
hero member
Activity: 525
Merit: 500
Do you have an example of a mojocoin.conf file for both the masternodes and the daemon folders?
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity

MOJO Windows daemon (mojocoind.exe) v.2.3


This is a ready built Windows daemon that you can use to run a masternode in Windows.


Woah, thank you!!!! When will the MN staking rewards be fixed again August 28th?

All the fixes to the PoS will kick in at block 84,000. The average block count for the last 5 days is 2476, as opposed to the 1600 blocks per day when we agreed on block 84,000. So, if the block count continues at this rate, block 84,000 will be in 7.5 days, so on 24/08 at some point. We will have to keep an eye on the block count past 84,000 and see if it goes towards the target time of 60 sec. This is not such an issue at the  moment.
hero member
Activity: 525
Merit: 500

MOJO Windows daemon (mojocoind.exe) v.2.3


This is a ready built Windows daemon that you can use to run a masternode in Windows.


Woah, thank you!!!! When will the MN staking rewards be fixed again August 28th?


Edit: Just bought more Mojos Cheesy
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity

MOJO Windows daemon (mojocoind.exe) v.2.3


This is a ready built Windows daemon that you can use to run a masternode in Windows.
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
@EBK1000: MojoMix already works?

All you can do is try. I am trying now. But, I would recommend using 2.3. I am trying now. If you try and have some problem then please feed back. There should be enough 2.3 masternodes to mix.
hero member
Activity: 601
Merit: 500
@EBK1000: MojoMix already works?
sr. member
Activity: 504
Merit: 250
askNFTY Team Account
I'm having hell of a time installing daemons on Windows OR Linux. Can someone please give me a hand? I couldn't build mojocoind for windows and can't locate mojocoind for linux

The link to the linux monocoind you can find in the OP. It is currently v2.2, but should be updated soon.
If you want to compile the recent v2.3 or the daemon is not running because of the wrong dependencies (e.g. on ubuntu 16.04), you can compile from source.
If you notice the build notes (https://github.com/MojocoinV2/mojocoin/blob/master/doc/build-unix.md), everything should work.

I'll try to get links to ready built daemons up in the next 2-3 days if you have trouble building one.

I built the earlier versions of the MOJO wallets in linux without any issues in ubuntu 15.10. I didn't try the latest release. I will try now and update here later.
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
I'm having hell of a time installing daemons on Windows OR Linux. Can someone please give me a hand? I couldn't build mojocoind for windows and can't locate mojocoind for linux

The link to the linux monocoind you can find in the OP. It is currently v2.2, but should be updated soon.
If you want to compile the recent v2.3 or the daemon is not running because of the wrong dependencies (e.g. on ubuntu 16.04), you can compile from source.
If you notice the build notes (https://github.com/MojocoinV2/mojocoin/blob/master/doc/build-unix.md), everything should work.

I'll try to get links to ready built daemons up in the next 2-3 days if you have trouble building one.
hero member
Activity: 601
Merit: 500
This is where I get stuck:
 ~/mojocoin/src$ strip mojocoind
strip: 'mojocoind': No such file


I think there was a compile error before...
hero member
Activity: 601
Merit: 500
I'm having hell of a time installing daemons on Windows OR Linux. Can someone please give me a hand? I couldn't build mojocoind for windows and can't locate mojocoind for linux

The link to the linux monocoind you can find in the OP. It is currently v2.2, but should be updated soon.
If you want to compile the recent v2.3 or the daemon is not running because of the wrong dependencies (e.g. on ubuntu 16.04), you can compile from source.
If you notice the build notes (https://github.com/MojocoinV2/mojocoin/blob/master/doc/build-unix.md), everything should work.
hero member
Activity: 525
Merit: 500
Are there any guides to set up MOJO MN's on Linux?

As stated above. This is the guide I made a while ago. It should work.

https://bitcointalksearch.org/topic/m.15730974


This is where I get stuck:
 ~/mojocoin/src$ strip mojocoind
strip: 'mojocoind': No such file
hero member
Activity: 525
Merit: 500
I'm having hell of a time installing daemons on Windows OR Linux. Can someone please give me a hand? I couldn't build mojocoind for windows and can't locate mojocoind for linux
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
the fix for overflow wil be active after the block 84,000 or already is active ?

Fix will be activated at block 84,000 w/ the rest of the fixes
legendary
Activity: 1981
Merit: 1039
the fix for overflow wil be active after the block 84,000 or already is active ?
Pages:
Jump to: