Bitcoin Forum
June 17, 2024, 01:46:35 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Poll
Question: ..
1
2

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 ... 133 »
  Print  
Author Topic: [MOJO] MOJOv3 has been taken over by new devs  (Read 167266 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.
Jack Liver
Legendary
*
Offline Offline

Activity: 1981
Merit: 1039


View Profile
April 04, 2016, 06:34:20 AM
Last edit: April 04, 2016, 06:50:24 AM by Jack Liver
 #381

can i ask for a little help for linux ? i'm on ubuntu 15.10 64bit i've tried with both linux version without success ( obsolete dependency ) so i decide to compile my own wallet daemon following docs in the source and it works Grin


after i've tried to build a GUI wallet with QT creator, with this version the building process starts but gives to many errors and the compling fails.

http://download.qt.io/official_releases/qt/5.6/5.6.0/qt-opensource-linux-x64-5.6.0.run


with this other i successfully compiled the binaries with some errors but the wallet doesn't even starts

http://download.qt.io/official_releases/qtcreator/3.6/3.6.1/qt-creator-opensource-linux-x86_64-3.6.1.run



there is a specific version should I use ?
CryptoHobo
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
April 04, 2016, 07:53:29 AM
 #382

can i ask for a little help for linux ? i'm on ubuntu 15.10 64bit i've tried with both linux version without success ( obsolete dependency ) so i decide to compile my own wallet daemon following docs in the source and it works Grin


after i've tried to build a GUI wallet with QT creator, with this version the building process starts but gives to many errors and the compling fails.

http://download.qt.io/official_releases/qt/5.6/5.6.0/qt-opensource-linux-x64-5.6.0.run


with this other i successfully compiled the binaries with some errors but the wallet doesn't even starts

http://download.qt.io/official_releases/qtcreator/3.6/3.6.1/qt-creator-opensource-linux-x86_64-3.6.1.run



there is a specific version should I use ?

 i built on linux mint with :

Code:
git clone https://github.com/stormbitz/mojocoin
cd mojocoin
qmake
chmod +x src/leveldb/build_detect_platform
make
Jack Liver
Legendary
*
Offline Offline

Activity: 1981
Merit: 1039


View Profile
April 04, 2016, 09:39:52 AM
 #383

succesfully compiled with qmake/make but when i run Mojocoin-qt i get this message "segmentation fault (core dumped)" and won't execute  Undecided
LiveCoin
Legendary
*
Offline Offline

Activity: 1596
Merit: 1017


LiveCoin - is a modern stock exchange


View Profile WWW
April 04, 2016, 10:34:18 AM
 #384

Hello.
We're glad to announce that Mojocoin is listed at our exchange: MOJO/BTC

Welcome and if you have any questions, don't hesitate to ask me in chat.

.
█████████████████████████████████████████████████████████████████████████████████████████████████
.LIVECOIN.NET.......
.
████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
......SIMPLE.  ★  .RELIABLE.  ★  .QUICK......
████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
bhokor
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
April 04, 2016, 10:38:53 AM
 #385

CCEX have added too Mojocoin now, link is  https://c-cex.com/?p=mojo-btc, congratulations, now probably the short term mind dumpers will sell cheap and the people who support this project will can to buy cheap thinking in the long term, congratulations dev too by the way you have managed  the ICO have been very transparent and it seems we have a good community now, lets see if we can get more people involved
kurniajim
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


Decentralised Amazon & ICO Hub


View Profile WWW
April 04, 2016, 11:44:44 AM
 #386

9000 sat on c-cex
Amazing!!

MadCow
Hero Member
*****
Offline Offline

Activity: 655
Merit: 500



View Profile
April 04, 2016, 11:46:14 AM
 #387

9000 sat on c-cex
Amazing!!

Impressive!
Pietpiraat
Sr. Member
****
Offline Offline

Activity: 326
Merit: 250


View Profile
April 04, 2016, 11:53:01 AM
 #388

9000 sat on c-cex
Amazing!!

Impressive!

It just started and the price will not be stable for a few weeks.
Lots of things will happen with Mojo in the next months / year. So just hold and enjoy the ride  Cool
DeluxeKevin
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 04, 2016, 12:17:22 PM
 #389

Need help. i´m new and need some answers.

1. Question:

I deposit at ICO 3 times with different Mojo addresses. Is it useful to send all Coins to 1 specific Mojo address or is it ok if i have for example 1000 mojo on XXXXX and 500 on YYYYY and 100 on ZZZZ ?

2. Question: Staking
I already got on staking reward for 1 of my mojo addresses. Can i get a higher reward if i put all my mojos on 1 mojo address? Cuz its showing me that i got the reward for my 1. mojo address. Or is the reward for my whole Wallet?


Thanks a lot.

Kev
fitraok09
Legendary
*
Offline Offline

Activity: 1049
Merit: 1009

TRX: TCRKDukYt2zDie9vJDhToKrP3tyTV29U48


View Profile
April 04, 2016, 12:23:09 PM
 #390

waiting up for 1k sat Smiley
CryptoHobo
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
April 04, 2016, 12:43:06 PM
 #391

succesfully compiled with qmake/make but when i run Mojocoin-qt i get this message "segmentation fault (core dumped)" and won't execute  Undecided

Open it again, alot of wallets crash on first open.
GoldenEye
Hero Member
*****
Offline Offline

Activity: 601
Merit: 500


View Profile
April 04, 2016, 12:53:51 PM
 #392

Need help. i´m new and need some answers.

1. Question:

I deposit at ICO 3 times with different Mojo addresses. Is it useful to send all Coins to 1 specific Mojo address or is it ok if i have for example 1000 mojo on XXXXX and 500 on YYYYY and 100 on ZZZZ ?

2. Question: Staking
I already got on staking reward for 1 of my mojo addresses. Can i get a higher reward if i put all my mojos on 1 mojo address? Cuz its showing me that i got the reward for my 1. mojo address. Or is the reward for my whole Wallet?


Thanks a lot.

Kev

1. You can consolidate your addresses or not, there is no difference. If all Mojos are in one account (address) everybody can see, that there is one owner, but perhaps it is easier for you to track your balance(s) in the block explorer. Regarding staking more addresses are better.
2. The staking reward is the same, no matter how many addresses you have, assuming you do not move the coins.
But: Staking depends on the coin age (the time, the coins were not moved). If you send mojos to another account, the coin age of the coins left in this account will be reseted.

ThradEO
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
April 04, 2016, 12:55:18 PM
 #393

9000 sat on c-cex
Amazing!!

Impressive!

It just started and the price will not be stable for a few weeks.
Lots of things will happen with Mojo in the next months / year. So just hold and enjoy the ride  Cool

We all know the key for success: Polo + Azure and a spacesuit...
diks
Legendary
*
Offline Offline

Activity: 2632
Merit: 1450



View Profile
April 04, 2016, 01:19:31 PM
 #394

hi EBK1000
i think we need add info to CoinMarketCap

CoinMarketCap.com Request Form
https://docs.google.com/forms/d/1IZf5cBivam_93zENT_arFFuvWDidHGjWxoTMVmFSoWg/viewform

MadCow
Hero Member
*****
Offline Offline

Activity: 655
Merit: 500



View Profile
April 04, 2016, 01:22:32 PM
 #395

We all know the key for success: Polo + Azure and a spacesuit...

you forgot the Panama Papers
xaker74
Hero Member
*****
Offline Offline

Activity: 1016
Merit: 502


View Profile
April 04, 2016, 01:29:23 PM
 #396

Quote
Sign up at Coinwallet.co and link your Twitter account to receive tips for good Tweets mentioning @Mojodevs #Mojocoin

tip at tweets is stop? i dont have any tip, my twitter: https://twitter.com/Sat0shi77
verb
Sr. Member
****
Offline Offline

Activity: 432
Merit: 250


View Profile
April 04, 2016, 02:07:29 PM
 #397

What was the ICO price per MOJO?



        ▄▄███▄▄
    ▄▄███████████▄▄
▄▄███████████████████▄▄
██████████████████████████
▀▀██████████████████▀▀ ▄▄
    ▀▀██████████▀▀ ▄▄████
        ▀▀█▀▀ ▄▄█████████
            ▄█████████████
            ██████████████
            ██████████████
            ██████████████
            ██████████████
            █████████████▀
            █████████▀▀
            █████▀▀
            ▀▀▀

.
Brickblock.io
║║
║║
║║
║║
║║
.
║║
║║
║║
║║
║║


                ▄▄██▄
            ▄▄█▀▀  ██
        ▄▄█▀▀      █▌
    ▄▄█▀▀   ▄▀    ██
▄▄▄█▀▀    ▄█▀     ▐█
██      ▄██▀       █▌
▀▀██▄███▀        ██
    ██▀▀█▄▄▄     █▌
    █▄  ██▀▀▀█▄██
    █▄█▀





    ▄▄▄▄▄▄
    ▄████████
    █████▀▀▀▀
▐████
▐████
████████████
████████████
▐████
▐████
▐████
▐████




                ▄████▄▄    ▄
██             ████████████▀ 
████▄         █████████████▀ 
▀████████▄▄   █████████████
▄▄█████████████████████████
██████████████████████████
▀██████████████████████ 
█████████████████████ 
    ▀█████████████████▀
    ▄█████████████▀
▄▄███████████████▀ 
▀▀▀▀▀▀▀▀▀▀▀ 



▄▄▄                  ▄▄▄
█████▄             ▄██████▄
█████████▄        ████████████▄
██████████▌▄     ██████████████
██████████▌▐█  ▄█████████████▀▄█
██████████▌▐██▄▀████████████ ███
██████████▌▐████▀██████████ ████
██████████▌▐█████ ███████▀▄█████
██████████▌ ▀█████▄▀████ ███████
██████████▌   ▀▀████ ██▄████████
▀█████████▌      ▀▀▀▀ ▄█████████
▀▀█████▌             ▀▀██████
        ▀█▌                  ▀▀█
║║
║║
║║
║║
║║
.
Pietpiraat
Sr. Member
****
Offline Offline

Activity: 326
Merit: 250


View Profile
April 04, 2016, 02:11:46 PM
 #398

What was the ICO price per MOJO?


Price per MOJO: 259 Sats (0.00000259 BTC)
EBK1000 (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


A Wound in Eternity


View Profile
April 04, 2016, 03:29:35 PM
 #399

hi EBK1000
i think we need add info to CoinMarketCap

CoinMarketCap.com Request Form
https://docs.google.com/forms/d/1IZf5cBivam_93zENT_arFFuvWDidHGjWxoTMVmFSoWg/viewform

I have done this already, waiting for Gliss to get back to me

Soooooooon...............
jrpatking
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
April 04, 2016, 03:31:04 PM
 #400

Mojo has no disadvantage to be traded below 10000 sats per coin. People who are selling below 10k are real losers. People who are buying below 10k sats are getting coins for free while thinking about the future price. There will be lot of dumpers much below this price for few days until real trading happens. But, nothing can be predicted in the cryptos. There will be lot of volatality for few days. Let's see how well the trading goes. Good luck to holders.

GUNBOT  THE AUTOMATIC PROFIT GENERATOR FOR POLONIEX 
     LIMITED EDITION
[15 DAYS MONEY BACK GUARANTEE
]
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 ... 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!