Pages:
Author

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

legendary
Activity: 1050
Merit: 1000
Mojo has lasted long but I want to know with some of these coins why they say dont use yobit ? Why ? Is it the wallet maintenance issue ? That can be a problem.

Yobit is a cesspool of fraud and shit and they will never ever answer any requests or e-mails or support questions. All the ICOs on Yobit are probably their own creations. DO NOT USE!!!

can vouch for this, bunch of C***s at yobit. You occasionally get an answer but its always bs or nonsense then silence again
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
Mojo has lasted long but I want to know with some of these coins why they say dont use yobit ? Why ? Is it the wallet maintenance issue ? That can be a problem.

Yobit is a cesspool of fraud and shit and they will never ever answer any requests or e-mails or support questions. All the ICOs on Yobit are probably their own creations. DO NOT USE!!!
hero member
Activity: 924
Merit: 501
Mojo has lasted long but I want to know with some of these coins why they say dont use yobit ? Why ? Is it the wallet maintenance issue ? That can be a problem.
hero member
Activity: 525
Merit: 500
Updated to the latest  wallet, and resync'd from scratch. Still unable to send anything. I guess I'll just have to wait for V3.
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer

the only change to my git is disconnecting older clients,
I made it to make syncing from 0 easier.
impresses me no end how many old clients there are :p

i got the impression earlier that no-one has access to the EBK1000 repository

I have added Limxdev and bumbacoin to the repo if you want to work on it. We are working on another repo for the v3 release at the moment.

Which git can I use to update to latest stable Mojo core?
Official git is not updated it seems, bumba's is the most recent.. Are you going to add more to it limxdev? Or should I just go with bumba's version for now...?

 Huh Huh Grin
hero member
Activity: 525
Merit: 500
What's the latest Windows daemon?
hero member
Activity: 750
Merit: 500
Pull Requests...use them! Wink
member
Activity: 70
Merit: 10
https://github.com/bumbacoin/mojocoin/blob/master/src/version.h#L56
this works but i'm curious which would be the best method ?
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity

the only change to my git is disconnecting older clients,
I made it to make syncing from 0 easier.
impresses me no end how many old clients there are :p

i got the impression earlier that no-one has access to the EBK1000 repository

I have added Limxdev and bumbacoin to the repo if you want to work on it. We are working on another repo for the v3 release at the moment.
legendary
Activity: 1638
Merit: 1036

the only change to my git is disconnecting older clients,
I made it to make syncing from 0 easier.
impresses me no end how many old clients there are :p

i got the impression earlier that no-one has access to the EBK1000 repository
member
Activity: 116
Merit: 10

So we're going with Bumbacoin's git for now?  Waiting for confirmation before I update again..

That's my question also, Is It the bumbacoin github the new repository?

I suppose that the official repository is the EBK1000 repository, isn't it?
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer

So we're going with Bumbacoin's git for now?  Waiting for confirmation before I update again..
copper member
Activity: 2324
Merit: 1348
member
Activity: 116
Merit: 10
the last version of mojocoin wallet 2.4.5.2 is working fine i'm using official nodes, i have 4 connection ad 11 masternodes we need only to ask a support request to cryptoid to fix the block explorer on the right version.



blockpioneers seems on the right version Smiley

http://chain.blockpioneers.info/mojo/index.php


Do you have a link to Wallet version 2.4.5.2? I don't see it on that github page. Also a link to the latest linux daemon?

Here is version 2.4.5.2 online...shows 2.4.5.1  I have no access more. !!

https://github.com/MojocoinV2/mojocoin/releases

MAC and Linux not available currently.

I can provide you with a linux amd64 v2.4.5.2-61402 version if you want.

Yes, that is really nice. Post here and i make later the upload.

This is the linux 64 bits version 2.4.5.2 daemon:

https://drive.google.com/open?id=0B1Q1ohqnlaQobklqTlNMc25qTVU

and this is the qt version:

https://drive.google.com/open?id=0B1Q1ohqnlaQoWG9fa3ZpOUhNOGs
legendary
Activity: 1638
Merit: 1036
have updated the code and mac version
https://drive.google.com/open?id=0B5j8d4FSc7drS2FlYy14T0I2VHc

hmm. i dont really do windows :p hopefully someone else can help with that.
copper member
Activity: 2324
Merit: 1348
i've built a mac latest version.
not sure if it's necessary to update or whether v2450 on github is ok ??

mojocoin-qt-OSX-v2452
https://drive.google.com/open?id=0B5j8d4FSc7drR1QwakNfcnhUWnc


i also had problems syncing, so i made my own fork that will disconnect older clients, including a version increase to v2453,
https://github.com/bumbacoin/mojocoin

mojocoin-qt-OSX-v2453  
https://drive.google.com/open?id=0B5j8d4FSc7drWmx5Snl2VDdzNDA



--
out of interest,
i also tried just not accepting blocks from outdated versions,

Code:
// only request blocks from nodes outside this range of versions
static const int NOBLKS_VERSION_START = 60002;
static const int NOBLKS_VERSION_END = 90001;

https://github.com/bumbacoin/mojocoin/blob/master/src/version.h#L56

this works,
but i'm curious which would be the better method ?
disconnecting clients vs not accepting blocks

i went with disconnecting earlier clients because i can see the merit in pretending they don't exist.




Yes that is a good idea. You must change this line here too. And please make a upload from Win installer.exe

https://github.com/bumbacoin/mojocoin/blob/1e8b9f731c0d9346bf795eebea17b71b4267c709/src/version.h#L42:L50

legendary
Activity: 1638
Merit: 1036
i've built a mac latest version.
not sure if it's necessary to update or whether v2450 on github is ok ??

mojocoin-qt-OSX-v2452
https://drive.google.com/open?id=0B5j8d4FSc7drR1QwakNfcnhUWnc


i also had problems syncing, so i made my own fork that will disconnect older clients, including a version increase to v2453,
https://github.com/bumbacoin/mojocoin

mojocoin-qt-OSX-v2453  << updated link
https://drive.google.com/open?id=0B5j8d4FSc7drS2FlYy14T0I2VHc
https://drive.google.com/open?id=0B5j8d4FSc7drWmx5Snl2VDdzNDA



--
out of interest,
i also tried just not accepting blocks from outdated versions,

Code:
// only request blocks from nodes outside this range of versions
static const int NOBLKS_VERSION_START = 60002;
static const int NOBLKS_VERSION_END = 90001;

https://github.com/bumbacoin/mojocoin/blob/master/src/version.h#L56

this works,
but i'm curious which would be the better method ?
disconnecting clients vs not accepting blocks

i went with disconnecting earlier clients because i can see the merit in pretending they don't exist.

hero member
Activity: 2146
Merit: 518
any news about the v3 ?  Grin

v3 assumes the rollout of mojo box office news index site. That site has been around for years, so it appears, theres nothing to roll out.
copper member
Activity: 2324
Merit: 1348
Hello
I started up my Mojo-wallet today in a long time. I can see all the transactions since 6 months ago, but my balance is zero mojocoins. It seems I lost my coins in the fork ore something, I guess. Tongue

It wont be lost, the balance is held in your MOJO addresses? Try to -rescan the wallet after installing the latest version:

https://github.com/MojocoinV2/mojocoin/releases

 Smiley

I get "no matching result" in the Mojocoin Blockchain Explorer on my MOJO address. Can you pease tell me how to rescan the wallet?

Start with -reindex
newbie
Activity: 8
Merit: 0
Hello
I started up my Mojo-wallet today in a long time. I can see all the transactions since 6 months ago, but my balance is zero mojocoins. It seems I lost my coins in the fork ore something, I guess. Tongue

It wont be lost, the balance is held in your MOJO addresses? Try to -rescan the wallet after installing the latest version:

https://github.com/MojocoinV2/mojocoin/releases

 Smiley

I get "no matching result" in the Mojocoin Blockchain Explorer on my MOJO address. Can you pease tell me how to rescan the wallet?
Pages:
Jump to: