Pages:
Author

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

legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
I get continuously the following error even if i have libevent built.

Code:
atdsrc\tor\compat_libevent.h:18:25: fatal error: event2/util.h: No such file or
directory

Dunno what could be the problem.

Edit: BTW i have a prebuilt version of secp256k, which was working with many coins before. I can send it to you and you can give a try.

This is why we are in a bit of a pickle. ok
hero member
Activity: 728
Merit: 500
I get continuously the following error even if i have libevent built.

Code:
atdsrc\tor\compat_libevent.h:18:25: fatal error: event2/util.h: No such file or
directory

Dunno what could be the problem.

Edit: BTW i have a prebuilt version of secp256k, which was working with many coins before. I can send it to you and you can give a try.
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
1 BTC bounty

We are trying to build a Windows V2MOJO wallet from this repo but we get a keep a secp256k dependency error.

https://github.com/bryceweiner/mojocoin/

Can someone build a working Windows wallet? 1 BTC for you !!!!


The right approach  Smiley
do not forget to do an audit to identify possible "surprises"
Thank you for being with us.

No, no, it would have to be a working wallet that was accepted by the coommunity
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
1 BTC bounty

We are trying to build a Windows V2MOJO wallet from this repo but we get a keep a secp256k dependency error.

https://github.com/bryceweiner/mojocoin/

Can someone build a working Windows wallet? 1 BTC for you !!!!
hero member
Activity: 792
Merit: 501
ok two blocks are staked - but why did the chain stop ?

Is it possible to get invited to your slack channel ?

Regards

Masternode = 100.000 Coin right ?
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
Everything will be ok, just give me a moment. I'll get back to you soon.

I'll get the chain moving and we'll do some swaps
hero member
Activity: 792
Merit: 501
dev i got mojo v1 coin on my wallaet , is it possible to swap to v2 or not

No you are doomed your coins are gone you can go home now Smiley

if , for any reason, the chain isn't working anymore - it dosn't matter if you get coins or not - they are not usable without running chain.

Regards
sr. member
Activity: 326
Merit: 250
dev i got mojo v1 coin on my wallaet , is it possible to swap to v2 or not

No you are doomed your coins are gone you can go home now Smiley
full member
Activity: 212
Merit: 104
dev i got mojo v1 coin on my wallaet , is it possible to swap to v2 or not
hero member
Activity: 792
Merit: 501
Chain stoped ?

There are no new blocks generated : https://chainz.cryptoid.info/mojo/#

stuck at block : 12349

@Dev what happens here ?
sr. member
Activity: 326
Merit: 250
So the swap has been done but the dev is not posting any updates ??
We just gave him a big bag of btc and he isn't delivering anything saying that ''this coin will be in the top 10 in the future'' are you fucking serious Huh


you realized just now?  Grin

Just another loser who can't deliver shit ! Smiley
hero member
Activity: 770
Merit: 500
So the swap has been done but the dev is not posting any updates ??
We just gave him a big bag of btc and he isn't delivering anything saying that ''this coin will be in the top 10 in the future'' are you fucking serious Huh


you realized just now?  Grin
sr. member
Activity: 326
Merit: 250
So the swap has been done but the dev is not posting any updates ??
We just gave him a big bag of btc and he isn't delivering anything saying that ''this coin will be in the top 10 in the future'' are you fucking serious Huh
legendary
Activity: 2576
Merit: 1073
I think, the dev is fixing everything now. Not every dev has the skills for the social media appearance.

Maybe in few days, we see him with full steam ahead, again.

Greetz
Steve

Lets hope! We need masternode instructions released with the windows wallet too

This Dev used to be trustworthy. I would expect him to show up soon with info and fixes, just give him some time. Though he still didn't reply to my PM regarding swap, but I am pretty confident he will...

Patience and peace guys Smiley Things might go wrong, but when there is dedication and responsibility, they could/would be fixed.

sr. member
Activity: 406
Merit: 250
I think, the dev is fixing everything now. Not every dev has the skills for the social media appearance.

Maybe in few days, we see him with full steam ahead, again.

Greetz
Steve

Lets hope! We need masternode instructions released with the windows wallet too
legendary
Activity: 1050
Merit: 1000
...
After this message it didn't detect the 100000 transaction anymore ...


is it no longer 200k for a masternode?

I think so :

Code:
root@vmd12461:~/mojocoin/src# grep GetMNCollateral *
activemasternode.cpp:        if(out.tx->vout[out.i].nValue == GetMNCollateral(pindexBest->nHeight)*COIN) { //exactly
activemasternode.cpp:        if(out.tx->vout[out.i].scriptPubKey == scriptPubKey && out.tx->vout[out.i].nValue == GetMNCollateral(pindexBest->nHeight)*COIN) { //exactly
darksend.cpp:            if(out.nValue == GetMNCollateral(pindexBest->nHeight)*COIN){
main.h:inline int64_t GetMNCollateral(int nHeight) { return 100000; }

Before activateing the masternode with the parameter in the .cond the command 'masternode outputs' shows me the 100.000 transaction. After activating it's gone ..

Regards

awesome then i have enough for a masternode.

recompiled my wallet from source opened unlocked and staked in seconds!
http://chain.blockpioneers.info/mojo/search.php?id=437c3a826ce51ceae286158123a7df8ee5579d37d411b7f188967fc57c16c28e

off to my mates for a bit but ill try and setup a masternode when i get home or after work tomorrow

edit:
scratch that staked one block then said i had no weight (187000 coins remaining) closed and reopened the wallet, 0 network weight 187,000 local

second block
http://chain.blockpioneers.info/mojo/search.php?id=d0d99b9c2d59cfc2ad20bb67837553f0fb20c29aa80a8009c2692a6102bbe373

pos is still wrong, 175 coins gave 0.13931506 where 187,000 only gave 0.00473967 both inputs were the same age give or take 20 minutes
hero member
Activity: 792
Merit: 501
...
After this message it didn't detect the 100000 transaction anymore ...


is it no longer 200k for a masternode?

I think so :

Code:
root@vmd12461:~/mojocoin/src# grep GetMNCollateral *
activemasternode.cpp:        if(out.tx->vout[out.i].nValue == GetMNCollateral(pindexBest->nHeight)*COIN) { //exactly
activemasternode.cpp:        if(out.tx->vout[out.i].scriptPubKey == scriptPubKey && out.tx->vout[out.i].nValue == GetMNCollateral(pindexBest->nHeight)*COIN) { //exactly
darksend.cpp:            if(out.nValue == GetMNCollateral(pindexBest->nHeight)*COIN){
main.h:inline int64_t GetMNCollateral(int nHeight) { return 100000; }

Before activateing the masternode with the parameter in the .cond the command 'masternode outputs' shows me the 100.000 transaction. After activating it's gone ..

Regards
legendary
Activity: 1050
Merit: 1000
Anyone tried to run a Masternode ?

I get strange messages in the Log after I try to start a masternode.

Code:
2016-06-25 17:07:44 CActiveMasternode::ManageStatus() - Checking inbound connection to '213.136.94.226:22255'
2016-06-25 17:07:44 CActiveMasternode::ManageStatus() - Is capable master node!
2016-06-25 17:07:44 CActiveMasternode::Register() - Adding to masternode list service: 213.136.94.226:22255 - vin: CTxIn(COutPoint(23942d490e, 0), scriptSig=)
2016-06-25 17:07:44 CActiveMasternode::Register() - RelayElectionEntry vin = CTxIn(COutPoint(23942d490e, 0), scriptSig=)
2016-06-25 17:07:44 Misbehaving: 213.136.94.226:22255 (0 -> 1)
2016-06-25 17:07:44 ProcessMessage(dsee, 258 bytes) FAILED
2016-06-25 17:08:30 ERROR: ConnectInputs() : f8e1f67607c611259334ff4326df9dc728fa417e3adea19946211db9c35b4c8a value in < value out
2016-06-25 17:08:30 ERROR: AcceptableInputs : ConnectInputs failed f8e1f67607c611259334ff4326df9dc728fa417e3adea19946211db9c35b4c8a
2016-06-25 17:08:39 connect() to 95.211.110.151:22255 failed after select(): Connection refused
2016-06-25 17:08:44 CActiveMasternode::Dseep() - Error: MojoMix Masternode List doesn't include our masternode, Shutting down masternode pinging service! CTxIn(COutPoint(23942d490e, 0), scriptSig=)
2016-06-25 17:08:44 CActiveMasternode::ManageStatus() - Error on Ping: MojoMix Masternode List doesn't include our masternode, Shutting down masternode pinging service! CTxIn(COutPoint(23942d490e, 0), scriptSig=)

After this message it didn't detect the 100000 transaction anymore ...


is it no longer 200k for a masternode?
sr. member
Activity: 555
Merit: 250
if i have mojo on yobit i can do the manual swap ?
legendary
Activity: 1106
Merit: 1004
No risk, no fun!
I think, the dev is fixing everything now. Not every dev has the skills for the social media appearance.

Maybe in few days, we see him with full steam ahead, again.

Greetz
Steve
Pages:
Jump to: