FogHorn_LegHorn
|
|
August 25, 2016, 06:31:26 PM |
|
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.
|
|
|
|
hagie
|
|
August 25, 2016, 07:13:29 PM |
|
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
|
|
|
|
boomboom
|
|
August 26, 2016, 03:28:04 AM |
|
Wow, I'm getting some massive rewards! What's going on?
yuor MOJO have accumulate many days and PoS stake is finally fixed now so coins age in offline wallets? I thought with mojo it was like CBX where only coins in online wallets gain weight
|
|
|
|
EBK1000 (OP)
Legendary
Offline
Activity: 1148
Merit: 1000
A Wound in Eternity
|
|
August 26, 2016, 08:58:06 AM |
|
EXCHANGESPlease if you hold MOJO, take a few min. to vote and request MOJO added to NovaExchange and PoloniexVote to add to NovaExchangePoloniex: Complete the COIN REQUEST form
|
Soooooooon...............
|
|
|
FogHorn_LegHorn
|
|
August 26, 2016, 03:54:15 PM |
|
Can someone please write/post a guide to get a masternode working on the windows wallet? Thank you.
|
|
|
|
|
|
|
FogHorn_LegHorn
|
|
August 26, 2016, 04:43:36 PM Last edit: August 26, 2016, 06:48:34 PM by FogHorn_LegHorn |
|
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
|
|
|
|
EBK1000 (OP)
Legendary
Offline
Activity: 1148
Merit: 1000
A Wound in Eternity
|
|
August 26, 2016, 08:55:20 PM |
|
!!NEW!! - Linux Daemon for masternodes MOJO Linux daemon (mojocoind) V.2.3One 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 packagesapt-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 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 compilegit clone https://github.com/MojocoinV2/mojocoin.git cd src mojocoin make -f makefile.unix USE_UPNP=- RELEASE=1 STATIC=1 strip mojocoind
|
Soooooooon...............
|
|
|
Haunebu81
|
|
August 26, 2016, 09:28:43 PM |
|
Any idea why a payment to myself would get stuck in unconfirmed status?
|
|
|
|
EBK1000 (OP)
Legendary
Offline
Activity: 1148
Merit: 1000
A Wound in Eternity
|
|
August 26, 2016, 10:40:44 PM |
|
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.
|
Soooooooon...............
|
|
|
boomboom
|
|
August 26, 2016, 10:47:54 PM |
|
Done! Getting on polo is worth x5 at least
|
|
|
|
Haunebu81
|
|
August 26, 2016, 11:49:21 PM Last edit: August 27, 2016, 12:07:44 AM by Haunebu81 |
|
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?
|
|
|
|
EBK1000 (OP)
Legendary
Offline
Activity: 1148
Merit: 1000
A Wound in Eternity
|
|
August 26, 2016, 11:51:33 PM |
|
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.
|
Soooooooon...............
|
|
|
Haunebu81
|
|
August 27, 2016, 12:45:53 AM |
|
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?
|
|
|
|
mxnsch
|
|
August 27, 2016, 10:11:46 AM |
|
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.
|
██ ███ nope ██ ███
|
|
|
Jack Liver
Legendary
Offline
Activity: 1981
Merit: 1039
|
|
August 27, 2016, 11:42:41 AM |
|
Poloniex coin request done but for nova I couldn't vote because is 250/250 and processing for listing i think
|
|
|
|
GoldenEye
|
|
August 27, 2016, 01:05:40 PM |
|
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"
|
|
|
|
GoldenEye
|
|
August 27, 2016, 01:40:26 PM |
|
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.
|
|
|
|
|