Pages:
Author

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

hero member
Activity: 601
Merit: 500
Currently there seems to be a real transaction problem.
Almost no transaction was confirmed by the network in the last two days, regardless the transaction size. I tried transactions smaller than 1 kb an also much bigger ones.
hero member
Activity: 601
Merit: 500
Any idea why a payment to myself would get stuck in unconfirmed status?

It could be that the transaction size is to big. You should use 'coin control' and you can see the transaction size and if it is over the limit.

No, It was just moving coins from one MN address to a new address. I had an issue with it restarting. Now I can't access those funds. The repairwallet command doesn't help either. How do I regain access to these funds?

If the tx remains unconfirmed it should be rejected after a while and a rescan should resolve it. I don't know how long it might take for the tx to be rejected. I will look into it.

The best way is to replace the wallet.dat file with an older version (from the time before the transaction) and do a "repairwallet" from debug console.
If you have no backuped wallet, see Menu "Settings|Show Autobackup"
legendary
Activity: 1981
Merit: 1039
EXCHANGES

Please if you hold MOJO, take a few min. to vote and request MOJO added to NovaExchange and Poloniex

Vote to add to NovaExchange
Poloniex: Complete the COIN REQUEST form


Poloniex coin request done but for nova I couldn't vote because is 250/250 and processing for listing i think  Grin

sr. member
Activity: 474
Merit: 252
Any idea why a payment to myself would get stuck in unconfirmed status?

It could be that the transaction size is to big. You should use 'coin control' and you can see the transaction size and if it is over the limit.

No, It was just moving coins from one MN address to a new address. I had an issue with it restarting. Now I can't access those funds. The repairwallet command doesn't help either. How do I regain access to these funds?

Are the coins maybe locked because they're being used as masternodes?
No, MOJO hasnt that feature. That's in DASH and DNET only.
hero member
Activity: 525
Merit: 500
Any idea why a payment to myself would get stuck in unconfirmed status?

It could be that the transaction size is to big. You should use 'coin control' and you can see the transaction size and if it is over the limit.

No, It was just moving coins from one MN address to a new address. I had an issue with it restarting. Now I can't access those funds. The repairwallet command doesn't help either. How do I regain access to these funds?

If the tx remains unconfirmed it should be rejected after a while and a rescan should resolve it. I don't know how long it might take for the tx to be rejected. I will look into it.

Can a manual rescan be done?
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
Any idea why a payment to myself would get stuck in unconfirmed status?

It could be that the transaction size is to big. You should use 'coin control' and you can see the transaction size and if it is over the limit.

No, It was just moving coins from one MN address to a new address. I had an issue with it restarting. Now I can't access those funds. The repairwallet command doesn't help either. How do I regain access to these funds?

If the tx remains unconfirmed it should be rejected after a while and a rescan should resolve it. I don't know how long it might take for the tx to be rejected. I will look into it.
hero member
Activity: 525
Merit: 500
Any idea why a payment to myself would get stuck in unconfirmed status?

It could be that the transaction size is to big. You should use 'coin control' and you can see the transaction size and if it is over the limit.

No, It was just moving coins from one MN address to a new address. I had an issue with it restarting. Now I can't access those funds. The repairwallet command doesn't help either. How do I regain access to these funds?

Are the coins maybe locked because they're being used as masternodes?
hero member
Activity: 1068
Merit: 523
EXCHANGES

Please if you hold MOJO, take a few min. to vote and request MOJO added to NovaExchange and Poloniex

Vote to add to NovaExchange
Poloniex: Complete the COIN REQUEST form

Done! Getting on polo is worth x5 at least
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
Any idea why a payment to myself would get stuck in unconfirmed status?

It could be that the transaction size is to big. You should use 'coin control' and you can see the transaction size and if it is over the limit.
hero member
Activity: 525
Merit: 500
Any idea why a payment to myself would get stuck in unconfirmed status?
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
!!NEW!! - Linux Daemon for masternodes

MOJO Linux daemon (mojocoind) V.2.3
One possible method to set up a remote / local controller MN
!!NEW!! - New Linux daemon link above. Tested for Ubuntu 14.04, Ubuntu 16.04, Debian 8, Centos 7


If you want to build it yourself:
must be done on a Ubuntu 14.04 LTS box:

# upgrade and install packages
Code:
apt-get update && apt-get upgrade
apt-get install build-essential g++ protobuf-compiler libboost-all-dev \
    autotools-dev automake libcurl4-openssl-dev libboost-all-dev libssl-dev \
    libdb++-dev make autoconf automake libtool git apt-utils libprotobuf-dev \
    pkg-config libcurl3-dev libudev-dev libqrencode-dev bsdmainutils pkg-config \
    libssl-dev libgmp3-dev libevent-dev

#create a swapfile if needed   
Code:
dd if=/dev/zero of=/var/swap.img bs=1024k count=3000
chmod 0600 /var/swap.img
mkswap /var/swap.img
swapon /var/swap.img

# get sources and compile
Code:
git clone https://github.com/MojocoinV2/mojocoin.git
cd src mojocoin
make -f makefile.unix USE_UPNP=- RELEASE=1 STATIC=1
strip mojocoind
full member
Activity: 245
Merit: 100
Can someone please write/post a guide to get a masternode working on the windows wallet? Thank you.


I will try to get one done as soon as I can. You can  try these as they are just about the same and should work with some minor adjustments:
http://thecryptoworld.org/how-to-setup-your-masternode
https://docs.google.com/presentation/d/1HuIpcifBthyvp88wRquq9txQMAoDHkemv8Ozt4euw1g/edit?usp=sharing

Maybe a bounty for a good Windows guide?

You can use this guide. http://bitsend.info/forums/index.php?topic=7.0
Please change the port and remove "promode=1".

So would this one work too?

First, open the console of your wallet and create an address for your master node, do this by entering
”getaccountaddress MN” You can replace “MN” with whatever you would like to name your masternode.

Step 2:
Send 200k MOJO to the address you just created. It must be exactly 200k in one transaction

Step 3:
Once that transaction has confirmed, Execute “masternode genkey” in your wallet’s console.

Step 4:
Open the mojo.conf file in your wallets working directory, edit it like so;

rpcuser-long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Replace the X’s with the key generated in Step 3

Step 5:
Save the mojo.conf file, close and restart your wallet

Step 6:
In the console of you wallet, enter “masternode start”, assuming everything went well you should see a message letting
you know that your new masternode has been started successfully
copper member
Activity: 2324
Merit: 1348
Can someone please write/post a guide to get a masternode working on the windows wallet? Thank you.


I will try to get one done as soon as I can. You can  try these as they are just about the same and should work with some minor adjustments:
http://thecryptoworld.org/how-to-setup-your-masternode
https://docs.google.com/presentation/d/1HuIpcifBthyvp88wRquq9txQMAoDHkemv8Ozt4euw1g/edit?usp=sharing

Maybe a bounty for a good Windows guide?

You can use this guide. http://bitsend.info/forums/index.php?topic=7.0
Please change the port and remove "promode=1".
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
Can someone please write/post a guide to get a masternode working on the windows wallet? Thank you.


I will try to get one done as soon as I can. You can  try these as they are just about the same and should work with some minor adjustments:
http://thecryptoworld.org/how-to-setup-your-masternode
https://docs.google.com/presentation/d/1HuIpcifBthyvp88wRquq9txQMAoDHkemv8Ozt4euw1g/edit?usp=sharing

Maybe a bounty for a good Windows guide?
full member
Activity: 245
Merit: 100
EXCHANGES

Please if you hold MOJO, take a few min. to vote and request MOJO added to NovaExchange and Poloniex

Vote to add to NovaExchange
Poloniex: Complete the COIN REQUEST form

Done.
full member
Activity: 245
Merit: 100
Can someone please write/post a guide to get a masternode working on the windows wallet? Thank you.
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
EXCHANGES

Please if you hold MOJO, take a few min. to vote and request MOJO added to NovaExchange and Poloniex

Vote to add to NovaExchange
Poloniex: Complete the COIN REQUEST form
hero member
Activity: 1068
Merit: 523
Wow, I'm getting some massive rewards! What's going on?

yuor MOJO have accumulate many days and PoS stake is finally fixed now  Grin

so coins age in offline wallets? I thought with mojo it was like CBX where only coins in online wallets gain weight
hero member
Activity: 792
Merit: 501
OK it's a timing problem ...

From creation to appearance on the chain it took 1 hour ... this is really strange .. but it's working

regards

full member
Activity: 245
Merit: 100
I just tried to send 1000 to Livecoin and nothing happens. It takes my password to unlock wallet but then nothing, no transaction, no nothing. I am using win 64 bit. Very strange.


Restart the wallet and complete the transaction before starting any masternodes. I have similar issues with other Masternode wallets.

Yep that did it. I restarted and sent 2 txs of 1k each to Livecoin and then sent back to my wallet. All good. Thanks.
Pages:
Jump to: