Pages:
Author

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

full member
Activity: 245
Merit: 100
Ha, saw this on another thread

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

He's complaining about not being able to connect when his own coin isn't connecting. Fuck, this is priceless.

sr. member
Activity: 474
Merit: 252
Proposed changes in the next MOJO release:

1. Activate and fix Spork system and enable a reference node: This will make MN payments more stable and fairly distributed.
2. Set block time at 5 min. to reduce blockchain size: Recently the block time is around 30 sec. and this will lead to a very large blockchain very quickly.
3. Complete Tor integration so network runs under Tor only: All the nodes and the MNs will run under Tor only.
4. Deactivate PoW blocks.
Sounds good!
full member
Activity: 245
Merit: 100
So will this new release fix connections?Huh I have now lost 3 weeks worth of stakes due to this problem. I cannot express in unprofane words how much this is upsetting.
legendary
Activity: 1981
Merit: 1039
why not zero reward PoW blocks just in case...
legendary
Activity: 2576
Merit: 1073
2. Set block time at 5 min. to reduce blockchain size: Recently the block time is around 30 sec. and this will lead to a very large blockchain very quickly.

I bet this suggestion comes from LIMX Dev Grin

I would agree with this suggestion though, 30 sec is definitely too fast, and, if not changed, it will make syncing blockchain a pain soon.

4. Deactivate PoW blocks.

Why? I have seen PoW helping to move some stuck blockchains. Things happen... so why not to keep it just in case?
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
Proposed changes in the next MOJO release:

1. Activate and fix Spork system and enable a reference node: This will make MN payments more stable and fairly distributed.
2. Set block time at 5 min. to reduce blockchain size: Recently the block time is around 30 sec. and this will lead to a very large blockchain very quickly.
3. Complete Tor integration so network runs under Tor only: All the nodes and the MNs will run under Tor only.
4. Deactivate PoW blocks.
legendary
Activity: 1050
Merit: 1000
...

Cryptohobo You can check the library gmp with this:

Code:
ld -lgmp -verbose


Mine says:

Code:
falló el intento de abrir //lib/x86_64-linux-gnu/libgmp.so
falló el intento de abrir //lib/x86_64-linux-gnu/libgmp.a
tuvo éxito el intento de abrir //usr/lib/x86_64-linux-gnu/libgmp.so
-lgmp (//usr/lib/x86_64-linux-gnu/libgmp.so)
libc.so.6 needed by //usr/lib/x86_64-linux-gnu/libgmp.so
found libc.so.6 at //lib/x86_64-linux-gnu/libc.so.6

Also I'll post the diff for the lgmp error....

i got this:
Code:
attempt to open /usr/x86_64-linux-gnu/lib64/libgmp.so failed
attempt to open /usr/x86_64-linux-gnu/lib64/libgmp.a failed
attempt to open //usr/local/lib/x86_64-linux-gnu/libgmp.so failed
attempt to open //usr/local/lib/x86_64-linux-gnu/libgmp.a failed
attempt to open //usr/local/lib64/libgmp.so failed
attempt to open //usr/local/lib64/libgmp.a failed
attempt to open //lib/x86_64-linux-gnu/libgmp.so failed
attempt to open //lib/x86_64-linux-gnu/libgmp.a failed
attempt to open //lib64/libgmp.so failed
attempt to open //lib64/libgmp.a failed
attempt to open //usr/lib/x86_64-linux-gnu/libgmp.so succeeded
-lgmp (//usr/lib/x86_64-linux-gnu/libgmp.so)
libc.so.6 needed by //usr/lib/x86_64-linux-gnu/libgmp.so
found libc.so.6 at //lib/x86_64-linux-gnu/libc.so.6
ld-linux-x86-64.so.2 needed by //lib/x86_64-linux-gnu/libc.so.6
found ld-linux-x86-64.so.2 at //lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
ld: warning: cannot find entry symbol _start; not setting start address

confused by the last line but then I'm a self taught amateur.

edit:
found this:
https://ubuntuforums.org/archive/index.php/t-407042.html

day off tomorrow so i'll be checking through that thread and sorting my system out then
member
Activity: 116
Merit: 10
Mojocoin Wallet on Livecoin is offline since yesterday.

Any idea why?

I suppose the reason is:

Hello.
We're under DDoS attack since weekend, we will continue listing after we rebuff an attack in full.
member
Activity: 116
Merit: 10
Mojocoin Wallet on Livecoin is offline since yesterday.

Any idea why?
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
member
Activity: 116
Merit: 10

thanks hagie, i don't mind being connectable as its needed really if everyone has closed ports connections are a bastard. which is what we're seeing

Well this depends - running a controller wallet on a windows machine you don't really want any software to open ports in your router and build bridges to a windows host.
If you want to run a full / masternode use linux and configure your ports by hand - my two mojtoshis :-)

Quote
what about this:

correct me if I'm being dense but I've noticed in the debug.log the 2 lines:

2016-09-14 07:10:05 UPnP: ExternalIPAddress = *.*.*.*
2016-09-14 07:10:05 AddLocal( *.*.*.*:22255,3)

are using the same ip address shouldn't the local address be the local address on my network of the system rather than the external ip?

external and local should be different IF upnp is working correctly. As told prior I never used or enabled upnp in any case  ... I even disabled it on my router.

Regards

thats a good two mojtoshis  Cheesy

still failing to build the linux client, got past the libgmp error thanks to dsutil its now listed in the makefille, but now getting an error for secp256k1 also loooks like its to do with gmp.

Code:
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `secp256k1_num_mod_inverse':
~/tmp/mojocoin/src/secp256k1/src/num_gmp_impl.h:128: undefined reference to `__gmpn_gcdext'
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `__gmpn_sub':
/usr/include/x86_64-linux-gnu/gmp.h:2097: undefined reference to `__gmpn_sub_n'
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `secp256k1_num_set_bin':
~/tmp/mojocoin/src/secp256k1/src/num_gmp_impl.h:49: undefined reference to `__gmpn_set_str'
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `secp256k1_num_get_bin':
~/tmp/mojocoin/src/secp256k1/src/num_gmp_impl.h:34: undefined reference to `__gmpn_get_str'
collect2: error: ld returned 1 exit status
make: *** [mojocoin2.3.0.1] Error 1

shame cause i leave my linux box running 24/7 and usually compile wallets without issue.

This is strange - I didn't see this before - I run 3 mastrenodes on debian8 without an issue ..
is the libgmp correctly installed - or could you deinstall it and use the static linked version from the wallet ?

Could this be some stub of a previous installation - I wonder because the header is build into your system.

regards



Cryptohobo You can check the library gmp with this:

Code:
ld -lgmp -verbose


Mine says:

Code:
falló el intento de abrir //lib/x86_64-linux-gnu/libgmp.so
falló el intento de abrir //lib/x86_64-linux-gnu/libgmp.a
tuvo éxito el intento de abrir //usr/lib/x86_64-linux-gnu/libgmp.so
-lgmp (//usr/lib/x86_64-linux-gnu/libgmp.so)
libc.so.6 needed by //usr/lib/x86_64-linux-gnu/libgmp.so
found libc.so.6 at //lib/x86_64-linux-gnu/libc.so.6

Also I'll post the diff for the lgmp error....
hero member
Activity: 792
Merit: 501

thanks hagie, i don't mind being connectable as its needed really if everyone has closed ports connections are a bastard. which is what we're seeing

Well this depends - running a controller wallet on a windows machine you don't really want any software to open ports in your router and build bridges to a windows host.
If you want to run a full / masternode use linux and configure your ports by hand - my two mojtoshis :-)

Quote
what about this:

correct me if I'm being dense but I've noticed in the debug.log the 2 lines:

2016-09-14 07:10:05 UPnP: ExternalIPAddress = *.*.*.*
2016-09-14 07:10:05 AddLocal( *.*.*.*:22255,3)

are using the same ip address shouldn't the local address be the local address on my network of the system rather than the external ip?

external and local should be different IF upnp is working correctly. As told prior I never used or enabled upnp in any case  ... I even disabled it on my router.

Regards

thats a good two mojtoshis  Cheesy

still failing to build the linux client, got past the libgmp error thanks to dsutil its now listed in the makefille, but now getting an error for secp256k1 also loooks like its to do with gmp.

Code:
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `secp256k1_num_mod_inverse':
~/tmp/mojocoin/src/secp256k1/src/num_gmp_impl.h:128: undefined reference to `__gmpn_gcdext'
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `__gmpn_sub':
/usr/include/x86_64-linux-gnu/gmp.h:2097: undefined reference to `__gmpn_sub_n'
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `secp256k1_num_set_bin':
~/tmp/mojocoin/src/secp256k1/src/num_gmp_impl.h:49: undefined reference to `__gmpn_set_str'
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `secp256k1_num_get_bin':
~/tmp/mojocoin/src/secp256k1/src/num_gmp_impl.h:34: undefined reference to `__gmpn_get_str'
collect2: error: ld returned 1 exit status
make: *** [mojocoin2.3.0.1] Error 1

shame cause i leave my linux box running 24/7 and usually compile wallets without issue.

This is strange - I didn't see this before - I run 3 mastrenodes on debian8 without an issue ..
is the libgmp correctly installed - or could you deinstall it and use the static linked version from the wallet ?

Could this be some stub of a previous installation - I wonder because the header is build into your system.

regards

legendary
Activity: 1050
Merit: 1000

thanks hagie, i don't mind being connectable as its needed really if everyone has closed ports connections are a bastard. which is what we're seeing

Well this depends - running a controller wallet on a windows machine you don't really want any software to open ports in your router and build bridges to a windows host.
If you want to run a full / masternode use linux and configure your ports by hand - my two mojtoshis :-)

Quote
what about this:

correct me if I'm being dense but I've noticed in the debug.log the 2 lines:

2016-09-14 07:10:05 UPnP: ExternalIPAddress = *.*.*.*
2016-09-14 07:10:05 AddLocal( *.*.*.*:22255,3)

are using the same ip address shouldn't the local address be the local address on my network of the system rather than the external ip?

external and local should be different IF upnp is working correctly. As told prior I never used or enabled upnp in any case  ... I even disabled it on my router.

Regards

thats a good two mojtoshis  Cheesy

still failing to build the linux client, got past the libgmp error thanks to dsutil its now listed in the makefille, but now getting an error for secp256k1 also loooks like its to do with gmp.

Code:
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `secp256k1_num_mod_inverse':
~/tmp/mojocoin/src/secp256k1/src/num_gmp_impl.h:128: undefined reference to `__gmpn_gcdext'
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `__gmpn_sub':
/usr/include/x86_64-linux-gnu/gmp.h:2097: undefined reference to `__gmpn_sub_n'
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `secp256k1_num_set_bin':
~/tmp/mojocoin/src/secp256k1/src/num_gmp_impl.h:49: undefined reference to `__gmpn_set_str'
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `secp256k1_num_get_bin':
~/tmp/mojocoin/src/secp256k1/src/num_gmp_impl.h:34: undefined reference to `__gmpn_get_str'
collect2: error: ld returned 1 exit status
make: *** [mojocoin2.3.0.1] Error 1

shame cause i leave my linux box running 24/7 and usually compile wallets without issue.
hero member
Activity: 792
Merit: 501

thanks hagie, i don't mind being connectable as its needed really if everyone has closed ports connections are a bastard. which is what we're seeing

Well this depends - running a controller wallet on a windows machine you don't really want any software to open ports in your router and build bridges to a windows host.
If you want to run a full / masternode use linux and configure your ports by hand - my two mojtoshis :-)

Quote
what about this:

correct me if I'm being dense but I've noticed in the debug.log the 2 lines:

2016-09-14 07:10:05 UPnP: ExternalIPAddress = *.*.*.*
2016-09-14 07:10:05 AddLocal( *.*.*.*:22255,3)

are using the same ip address shouldn't the local address be the local address on my network of the system rather than the external ip?

external and local should be different IF upnp is working correctly. As told prior I never used or enabled upnp in any case  ... I even disabled it on my router.

Regards
legendary
Activity: 1050
Merit: 1000

You don't need the port if you don't want incoming connections. For normal staking there is no need for an incoming mapping !
Only for Masternodes / Fullnodes.

In my case it works after some hours. But after a restart I got the same as anyone - blinking 1/0 connections. Looks like it takes some time until the node the client tries to connect (hardcoded nodes) timeout or are banned.

Regards
Regards



thanks hagie, i don't mind being connectable as its needed really if everyone has closed ports connections are a bastard. which is what we're seeing

what about this:

correct me if I'm being dense but I've noticed in the debug.log the 2 lines:

2016-09-14 07:10:05 UPnP: ExternalIPAddress = *.*.*.*
2016-09-14 07:10:05 AddLocal( *.*.*.*:22255,3)

are using the same ip address shouldn't the local address be the local address on my network of the system rather than the external ip?
hero member
Activity: 792
Merit: 501
MOJO v2.3.0.1 is out - Windows only for now, Mac to follow

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

still seem to be getting the same issue, blinking connection and debug.log:

Code:

2016-09-14 07:10:01 Mojocoin version v2.3.0.1-61402 (Sep 13 2016, 07:55:11)
2016-09-14 07:10:01 Using OpenSSL version OpenSSL 1.0.1j 15 Oct 2014
2016-09-14 07:10:01 Default data directory C:\Users\**\AppData\Roaming\Mojocoin
2016-09-14 07:10:01 Used data directory C:\Users\**\AppData\Roaming\Mojocoin
2016-09-14 07:10:01 Creating backup of "C:\Users\**\AppData\Roaming\Mojocoin\wallet.dat" -> "C:\Users\**\AppData\Roaming\Mojocoin\backups\wallet.dat.2016-09-14-07.10"
2016-09-14 07:10:01 Old backup deleted: "C:\Users\**\AppData\Roaming\Mojocoin\backups\wallet.dat.2016-09-06-22.23"
2016-09-14 07:10:01 init message: Verifying database integrity...
2016-09-14 07:10:01 dbenv.open LogDir=C:\Users\**\AppData\Roaming\Mojocoin\database ErrorFile=C:\Users\**\AppData\Roaming\Mojocoin\db.log
2016-09-14 07:10:01 Bound to [::]:22255
2016-09-14 07:10:01 Bound to 0.0.0.0:22255
2016-09-14 07:10:01 init message: Loading block index...
2016-09-14 07:10:01 Opening LevelDB in C:\Users\**\AppData\Roaming\Mojocoin\txleveldb
2016-09-14 07:10:01 Transaction index version is 70509
2016-09-14 07:10:01 Opened LevelDB successfully
2016-09-14 07:10:02 LoadBlockIndex(): hashBestChain=6a79446957f845f2af1902a62f9f2313718b981e4e09f02ee1be3213ec14fe3a  height=129358  trust=162625150521255530268  date=09/14/16 07:08:25
2016-09-14 07:10:02 Verifying last 5000 blocks at level 1
2016-09-14 07:10:02  block index            1429ms
2016-09-14 07:10:02 init message: Loading wallet...
2016-09-14 07:10:02 nFileVersion = 2030001
2016-09-14 07:10:02 Keys: 0 plaintext, 2001 encrypted, 2001 w/ metadata, 2001 total
2016-09-14 07:10:02  wallet                   81ms
2016-09-14 07:10:02 init message: Loading addresses...
2016-09-14 07:10:02 Loaded 161 addresses from peers.dat  0ms
2016-09-14 07:10:02 smsg thread start
2016-09-14 07:10:02 smsg-pow thread start
2016-09-14 07:10:02 init message: Loading masternode cache...
2016-09-14 07:10:02 Loaded info from mncache.dat  5ms
2016-09-14 07:10:02   masternodes: 29, peers who asked us for masternode list: 0, peers we asked for masternode list: 0, entries in Masternode list we asked for: 28, nDsqCount: 0
2016-09-14 07:10:02 fLiteMode 0
2016-09-14 07:10:02 nInstantXDepth 10
2016-09-14 07:10:02 MojoMix rounds 2
2016-09-14 07:10:02 Anonymize Mojocoin Amount 1000
2016-09-14 07:10:02 mapBlockIndex.size() = 129433
2016-09-14 07:10:02 nBestHeight = 129358
2016-09-14 07:10:02 setKeyPool.size() = 1000
2016-09-14 07:10:02 mapWallet.size() = 14
2016-09-14 07:10:02 mapAddressBook.size() = 1
2016-09-14 07:10:02 dnsseed thread start
2016-09-14 07:10:02 upnp thread start
2016-09-14 07:10:02 net thread start
2016-09-14 07:10:02 addcon thread start
2016-09-14 07:10:02 opencon thread start
2016-09-14 07:10:02 msghand thread start
2016-09-14 07:10:02 dumpaddr thread start
2016-09-14 07:10:02 Loading addresses from DNS seeds (could take a while)
2016-09-14 07:10:02 init message: Done loading
2016-09-14 07:10:02 3 addresses found from DNS seeds
2016-09-14 07:10:02 dnsseed thread exit
2016-09-14 07:10:02 GUI: QObject::connect: Cannot connect (null)::showProgress(QString,int) to BitcoinGUI::showProgress(QString,int)
2016-09-14 07:10:03 GUI: QObject::connect: No such signal OptionsModel::transactionFeeChanged(CAmount)
2016-09-14 07:10:03 GUI: QObject::connect:  (receiver name: 'SendCoinsDialog')
2016-09-14 07:10:03 socket recv error 10053
2016-09-14 07:10:03 socket recv error 10053
2016-09-14 07:10:05 UPnP: ExternalIPAddress = *.*.*.*
2016-09-14 07:10:05 AddLocal( *.*.*.*:22255,3)
2016-09-14 07:10:07 UPnP Port Mapping successful.
2016-09-14 07:10:09 socket recv error 10054
2016-09-14 07:10:12 socket recv error 10054
2016-09-14 07:10:14 socket recv error 10053
2016-09-14 07:10:21 socket recv error 10054

port not listed on routers upnp page.

You don't need the port if you don't want incoming connections. For normal staking there is no need for an incoming mapping !
Only for Masternodes / Fullnodes.

In my case it works after some hours. But after a restart I got the same as anyone - blinking 1/0 connections. Looks like it takes some time until the node the client tries to connect (hardcoded nodes) timeout or are banned.

Regards
Regards

legendary
Activity: 1050
Merit: 1000
MOJO v2.3.0.1 is out - Windows only for now, Mac to follow

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

still seem to be getting the same issue, blinking connection and debug.log:

Code:

2016-09-14 07:10:01 Mojocoin version v2.3.0.1-61402 (Sep 13 2016, 07:55:11)
2016-09-14 07:10:01 Using OpenSSL version OpenSSL 1.0.1j 15 Oct 2014
2016-09-14 07:10:01 Default data directory C:\Users\**\AppData\Roaming\Mojocoin
2016-09-14 07:10:01 Used data directory C:\Users\**\AppData\Roaming\Mojocoin
2016-09-14 07:10:01 Creating backup of "C:\Users\**\AppData\Roaming\Mojocoin\wallet.dat" -> "C:\Users\**\AppData\Roaming\Mojocoin\backups\wallet.dat.2016-09-14-07.10"
2016-09-14 07:10:01 Old backup deleted: "C:\Users\**\AppData\Roaming\Mojocoin\backups\wallet.dat.2016-09-06-22.23"
2016-09-14 07:10:01 init message: Verifying database integrity...
2016-09-14 07:10:01 dbenv.open LogDir=C:\Users\**\AppData\Roaming\Mojocoin\database ErrorFile=C:\Users\**\AppData\Roaming\Mojocoin\db.log
2016-09-14 07:10:01 Bound to [::]:22255
2016-09-14 07:10:01 Bound to 0.0.0.0:22255
2016-09-14 07:10:01 init message: Loading block index...
2016-09-14 07:10:01 Opening LevelDB in C:\Users\**\AppData\Roaming\Mojocoin\txleveldb
2016-09-14 07:10:01 Transaction index version is 70509
2016-09-14 07:10:01 Opened LevelDB successfully
2016-09-14 07:10:02 LoadBlockIndex(): hashBestChain=6a79446957f845f2af1902a62f9f2313718b981e4e09f02ee1be3213ec14fe3a  height=129358  trust=162625150521255530268  date=09/14/16 07:08:25
2016-09-14 07:10:02 Verifying last 5000 blocks at level 1
2016-09-14 07:10:02  block index            1429ms
2016-09-14 07:10:02 init message: Loading wallet...
2016-09-14 07:10:02 nFileVersion = 2030001
2016-09-14 07:10:02 Keys: 0 plaintext, 2001 encrypted, 2001 w/ metadata, 2001 total
2016-09-14 07:10:02  wallet                   81ms
2016-09-14 07:10:02 init message: Loading addresses...
2016-09-14 07:10:02 Loaded 161 addresses from peers.dat  0ms
2016-09-14 07:10:02 smsg thread start
2016-09-14 07:10:02 smsg-pow thread start
2016-09-14 07:10:02 init message: Loading masternode cache...
2016-09-14 07:10:02 Loaded info from mncache.dat  5ms
2016-09-14 07:10:02   masternodes: 29, peers who asked us for masternode list: 0, peers we asked for masternode list: 0, entries in Masternode list we asked for: 28, nDsqCount: 0
2016-09-14 07:10:02 fLiteMode 0
2016-09-14 07:10:02 nInstantXDepth 10
2016-09-14 07:10:02 MojoMix rounds 2
2016-09-14 07:10:02 Anonymize Mojocoin Amount 1000
2016-09-14 07:10:02 mapBlockIndex.size() = 129433
2016-09-14 07:10:02 nBestHeight = 129358
2016-09-14 07:10:02 setKeyPool.size() = 1000
2016-09-14 07:10:02 mapWallet.size() = 14
2016-09-14 07:10:02 mapAddressBook.size() = 1
2016-09-14 07:10:02 dnsseed thread start
2016-09-14 07:10:02 upnp thread start
2016-09-14 07:10:02 net thread start
2016-09-14 07:10:02 addcon thread start
2016-09-14 07:10:02 opencon thread start
2016-09-14 07:10:02 msghand thread start
2016-09-14 07:10:02 dumpaddr thread start
2016-09-14 07:10:02 Loading addresses from DNS seeds (could take a while)
2016-09-14 07:10:02 init message: Done loading
2016-09-14 07:10:02 3 addresses found from DNS seeds
2016-09-14 07:10:02 dnsseed thread exit
2016-09-14 07:10:02 GUI: QObject::connect: Cannot connect (null)::showProgress(QString,int) to BitcoinGUI::showProgress(QString,int)
2016-09-14 07:10:03 GUI: QObject::connect: No such signal OptionsModel::transactionFeeChanged(CAmount)
2016-09-14 07:10:03 GUI: QObject::connect:  (receiver name: 'SendCoinsDialog')
2016-09-14 07:10:03 socket recv error 10053
2016-09-14 07:10:03 socket recv error 10053
2016-09-14 07:10:05 UPnP: ExternalIPAddress = *.*.*.*
2016-09-14 07:10:05 AddLocal( *.*.*.*:22255,3)
2016-09-14 07:10:07 UPnP Port Mapping successful.
2016-09-14 07:10:09 socket recv error 10054
2016-09-14 07:10:12 socket recv error 10054
2016-09-14 07:10:14 socket recv error 10053
2016-09-14 07:10:21 socket recv error 10054

port not listed on routers upnp page.
legendary
Activity: 3262
Merit: 3675
Top Crypto Casino
This is not a mandatory upgrade?
member
Activity: 116
Merit: 10
MOJO v2.3.0.1 is out - Windows only for now, Mac to follow

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

The github source is updated also?
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
I'll put it up later when I get home, in on my phone now
Pages:
Jump to: