KomodoPlatform / coins

coin parameters and all files needed for GUI support
17 stars 121 forks source link

Add Meowcoin #1005

Closed zachchan105 closed 4 months ago

zachchan105 commented 4 months ago

Coin: Meowcoin Symbol: MEWC Website: https://www.mewccrypto.com/ Discord: https://discord.gg/meowcoin Explorer: https://mewc.cryptoscope.io/

Tested Electrumx on 50002 and 50004

cipig commented 4 months ago
    "pubtype": 60,
    "p2shtype": 122,
    "wiftype": 128,

can't be correct, since wallet code has this in src/chainparams.cpp

        base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,50); 
        base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,122);
        base58Prefixes[SECRET_KEY] =     std::vector<unsigned char>(1,112);

so it must be

    "pubtype": 50,
    "p2shtype": 122,
    "wiftype": 112,

can you please also add the ids from coingecko/coinpaprika/livecoinwatch to the files in api_ids folder?

zachchan105 commented 4 months ago

Sounds good, I have made those changes

cipig commented 4 months ago

thanks, price shows up, swap worked fine and this are the txids:

[taker fee (KMD)](https://kmdexplorer.io/tx/907a633dbf8d56469ce1db26038e8172636df372db36fb8246b12562a73025f2)  
[maker payment (MEWC)](https://mewc.cryptoscope.io/tx/?txid=dc92e0271aa75d394f5388cfda54898e5864a3e4c9e4621096fd3eeee8982afe)  
[taker payment (KMD)](https://kmdexplorer.io/tx/38b9b32cf308587e40b0ebc66a73895d8deaf50c4bce9c454802f4ae8e908ea3)  
[taker payment spent (KMD)](https://kmdexplorer.io/tx/032ed61029b6e1557bc3e532f591efc5ed9c0e117ecbd9bce74eca7332075a91)  
[maker payment spent (MEWC)](https://mewc.cryptoscope.io/tx/?txid=56346c16e47ea6c704009b1cde24d402db79aaa00b566922940eb89829024006)  

swap in GUI: image

need to do just one change, because of the explorer URLs... i hope you don't mind

zachchan105 commented 4 months ago

Yes no worries.

Thanks for the help @cipig really appreciate it. Sorry about the minor oversight with the chainparams stuff.

cipig commented 4 months ago

oh, i see that i can't do the changes myself... can you please add this to explorers/explorer_paths.json?

        "https://mewc.cryptoscope.io/": {
                "explorer_tx_url": "tx/?txid=",
                "explorer_address_url": "address/?address="
        },
zachchan105 commented 4 months ago

Will do, just pushed the change

cipig commented 4 months ago

both MEWC electrum servers are down free monitoring can be setup on https://1209k.com/bitcoin-eye/ele.php to get notified by mail when electrum is down or not in sync

zachchan105 commented 4 months ago

@cipig Hello, we found an issue around our hard fork yesterday from KawPow to MeowPow we will try and get this resolved today.

zachchan105 commented 4 months ago

@cipig This should be resolved now, since this was around the algorithm switch we did yesterday, it's not likely we will see this issue again. I will take a look at that notification system you sent.

cipig commented 4 months ago

thanks, works fine now