Bitcoin Forum
April 28, 2024, 01:57:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: ..
1
2

Pages: « 1 ... 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 108 109 110 111 112 113 114 115 116 117 118 119 [120] 121 122 123 124 125 126 127 128 129 130 131 132 133 »
  Print  
Author Topic: [MOJO] MOJOv3 has been taken over by new devs  (Read 167259 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
KarlAnders
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 21, 2016, 07:37:58 PM
 #2381

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?
1714269461
Hero Member
*
Offline Offline

Posts: 1714269461

View Profile Personal Message (Offline)

Ignore
1714269461
Reply with quote  #2

1714269461
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
December 21, 2016, 09:07:46 PM
 #2382

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

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
logictense
Hero Member
*****
Offline Offline

Activity: 2146
Merit: 518


View Profile WWW
December 21, 2016, 09:12:13 PM
 #2383

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.

bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
December 22, 2016, 01:33:18 PM
Last edit: December 22, 2016, 03:00:07 PM by bumbacoin
 #2384

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.


💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
December 22, 2016, 01:56:48 PM
Last edit: December 22, 2016, 02:11:20 PM by Limx Dev
 #2385

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


Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
December 22, 2016, 03:02:04 PM
 #2386

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.

💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
dsutil
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
December 22, 2016, 05:33:03 PM
 #2387

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
Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
December 23, 2016, 09:36:03 AM
 #2388

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.

https://dl.dropboxusercontent.com/u/21000833/Mojo/Kundenrelease/mojocoin-qt-win-v2.4.5.3.exe

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
BanzaiBTC
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Chipcoin Developer


View Profile WWW
December 23, 2016, 11:12:10 AM
 #2389


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

Activity: 116
Merit: 10


View Profile
December 23, 2016, 01:16:22 PM
 #2390


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?
bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
December 23, 2016, 01:58:18 PM
 #2391


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

💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
EBK1000 (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


A Wound in Eternity


View Profile
December 23, 2016, 02:55:56 PM
 #2392


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.

Soooooooon...............
jojotequila11
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 23, 2016, 03:27:26 PM
 #2393

https://github.com/bumbacoin/mojocoin/blob/master/src/version.h#L56
this works but i'm curious which would be the best method ?
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
December 23, 2016, 06:58:12 PM
 #2394

Pull Requests...use them! Wink
Haunebu81
Hero Member
*****
Offline Offline

Activity: 525
Merit: 500


View Profile
December 23, 2016, 10:48:04 PM
 #2395

What's the latest Windows daemon?
BanzaiBTC
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Chipcoin Developer


View Profile WWW
December 23, 2016, 10:55:55 PM
 #2396


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
Haunebu81
Hero Member
*****
Offline Offline

Activity: 525
Merit: 500


View Profile
December 24, 2016, 07:12:50 PM
 #2397

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.
Ryan Dugan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile WWW
December 24, 2016, 08:56:46 PM
 #2398

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.

EBK1000 (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


A Wound in Eternity


View Profile
December 24, 2016, 08:59:12 PM
 #2399

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!!!

Soooooooon...............
CryptoHobo
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
December 24, 2016, 11:33:01 PM
 #2400

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
Pages: « 1 ... 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 108 109 110 111 112 113 114 115 116 117 118 119 [120] 121 122 123 124 125 126 127 128 129 130 131 132 133 »
  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!