Search content
Sort by

Showing 20 of 85 results by emrgohff
Post
Topic
Board Announcements (Altcoins)
Topic OP
[ANN] Mulierum | POW | GhostRider
by
emrgohff
on 28/05/2025, 12:30:04 UTC

Mulierum is our first major blockchain project. It is basically a fork of Raptoreum, which was a fork from Dash, which was a fork from Bitcoin.

Why did we chose this fork ? Because of it’s mining algorithm first of all due to it’s capabilities to reject ASIC which are very known to consume a lot of power.

Our team believes that POW is more fair way of coin distribution.
But you can stake your coins just by making an internal transactions within your wallet.

Note: You don't need to send your coins to someone else wallet.

Thanks to staking with SmartNodes mechanism, you contribute to the security and decentralisation of the Blockchain network.
The higher the percentage of staked assets in the network, the more difficult it is to attack it.

In case you need help in deploying SmartNodes We have detailed document on our
website.

Our team believes SmartNodes is better than POS as all transactions are verified by
miner yet you can stake your coins without locking them.


The idea is simple: a coin that helps people earning assets while mining and staking using the Mulierum features.

Each Mined block offers 5000 Mulierums, from this

75% goes to the miner
20% goes to the smartnodes
5% goes to the developers to maintain the network.

The Mulierum blockchain has already integrated private wallets where the balance can be hidden directly from the wallet.
The smartnodes are accessible directly from the wallet as well.


CPU Friendly

GhostRider algorithm is both CPU/GPU Minable but CPU's are more efficient for mining Mulierum.

Smartnodes

Smartnodes are used to handle smart contracts, and provide 51% \ double spend protection. In addition this allows:

- Larger allowed contract size.
- Greater variety of programming languages can be used.
- Removes the scaling issues and large increase in gas tx fees.

More Information

We'll update this thread soon + all future core developments will be updated on this thread. Please join us on our discord channel for the latest news and updates.

Start of mining May 28, 2025

Wallet:

Windows: https://github.com/Mulierum-blockchain/Mulierum/releases/download/1.3.1/Mulierum-win64-v1.3.1-1.zip
Linux: https://github.com/Mulierum-blockchain/Mulierum/releases/download/1.3.1/mulierum-linux-QT-v.1.3.1.tar.gz

Links

Website: May 29, 2025
Discord: discord.gg/M8iNtkkl


Summary In Case you Skipped Everything above this line Wink

Algorithm: GhostRider
Ticker: MLRM
Block Reward: 5000 Mulierum
Total Coin Supply: 21 Billion
Founders Reward: Yes
Premine: No
ICO: No

Post
Topic
Board Announcements (Altcoins)
Topic OP
[ANN] Mulierum | POW | GhostRider
by
emrgohff
on 12/05/2025, 12:47:50 UTC

Mulierum is our first major blockchain project. It is basically a fork of Raptoreum, which was a fork from Dash, which was a fork from Bitcoin.

Why did we chose this fork ? Because of it’s mining algorithm first of all due to it’s capabilities to reject ASIC which are very known to consume a lot of power.

Our team believes that POW is more fair way of coin distribution.
But you can stake your coins just by making an internal transactions within your wallet.

Note: You don't need to send your coins to someone else wallet.

Thanks to staking with SmartNodes mechanism, you contribute to the security and decentralisation of the Blockchain network.
The higher the percentage of staked assets in the network, the more difficult it is to attack it.

In case you need help in deploying SmartNodes We have detailed document on our
website.

Our team believes SmartNodes is better than POS as all transactions are verified by
miner yet you can stake your coins without locking them.


The idea is simple: a coin that helps people earning assets while mining and staking using the Mulierum features.

Each Mined block offers 5000 Mulierums, from this

75% goes to the miner
20% goes to the smartnodes
5% goes to the developers to maintain the network.

The Mulierum blockchain has already integrated private wallets where the balance can be hidden directly from the wallet.
The smartnodes are accessible directly from the wallet as well.


CPU Friendly

GhostRider algorithm is both CPU/GPU Minable but CPU's are more efficient for mining Mulierum.

Smartnodes

Smartnodes are used to handle smart contracts, and provide 51% \ double spend protection. In addition this allows:

- Larger allowed contract size.
- Greater variety of programming languages can be used.
- Removes the scaling issues and large increase in gas tx fees.

More Information

We'll update this thread soon + all future core developments will be updated on this thread. Please join us on our discord channel for the latest news and updates.

Start of mining May 3, 2025

Wallet:

Windows: https://github.com/Mulierum-blockchain/Mulierum/releases/download/1.3.1/Mulierum-win64-v1.3.1-1.zip
Linux: https://github.com/Mulierum-blockchain/Mulierum/releases/download/1.3.1/mulierum-linux-QT-v.1.3.1.tar.gz

Links

Website: May 5, 2025
Discord: discord.gg/M8iNtkkl
Twitter: twitter.com/Mulierum

Summary In Case you Skipped Everything above this line Wink

Algorithm: GhostRider
Ticker: MLRM
Block Reward: 5000 Mulierum
Total Coin Supply: 21 Billion
Founders Reward: Yes
Premine: No
ICO: No

Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
emrgohff
on 17/03/2021, 23:23:47 UTC
The problem is not in the burned coins but in the

Balance = 41.69 SLM (transactions = 75)
Report = 41.69 SLM (transactions = 75)
Coin Control Features = 0 SLM

Coin control was not a feature of the original Slimcoin clone of Peercoin's clone of Bitcoin 0.6, it was backported later.

By default, the wallet will choose to collate a set of smaller transactions to make up the intended amount. The original clone is of Bitcoin 0.6 and at this early stage of the development of Bitcoin's codebase, this algorithm is very simple, it starts with the smallest tx values in order. As d5000 has already explained, the "Unable to send transactions" means that in order to make up the total you are trying to send, the wallet has to collate a number of transactions that exceeds the encoded limit. The solution is to gradually reduce the UTXO set by sending very small amounts at first, gradually increasing the amount.

Step one: close client, restart with -rescan=1 option. Wait until complete.

Step two: Try sending a small (e.g. 0.25) SLM to an address you control.

Stop here. Please report back on whether you can successfully send a tx of 0.25 SLM to yourself.

If successful, repeat with the amount x 2, continue until "Unable to Send Transaction", go back one step, continue to send that amount repeatedly until all your SLM are collated into a single address.

When I did this, I repeated the exercise, working my way down from my total balance until the tx succeeded.

And thanks for trying to help, but in my opinion it's from the version code, something is working less well in this version.
You might care to back up your opinion by inspecting the source code: https://github.com/slimcoin-project/Slimcoin and identifying the likely cause of your difficulty.

Cheers

Graham




gjhiggins: I’ve been following your good work for a while now, at GAPCOIN, where I’ve been enjoying your good work (Gapcoin Core version v0.16.3.0-6defb3bcb-minki (64-bit), but in SLIMCOIN (v0.6.0.0 -g8e9fe2c-alpha) in my opinion the result is not the same and in the negative but you know why.

Sorry for another annoyance, but my intention is to try to help you with things that I appreciate and like despite being a newbie and maybe that's why I can't report the problems properly and also don't know almost anything about code.

Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
emrgohff
on 17/03/2021, 22:35:45 UTC
The problem is not in the burned coins but in the

Balance = 41.69 SLM (transactions = 75)
Report = 41.69 SLM (transactions = 75)
Coin Control Features = 0 SLM

Coin control was not a feature of the original Slimcoin clone of Peercoin's clone of Bitcoin 0.6, it was backported later.

By default, the wallet will choose to collate a set of smaller transactions to make up the intended amount. The original clone is of Bitcoin 0.6 and at this early stage of the development of Bitcoin's codebase, this algorithm is very simple, it starts with the smallest tx values in order. As d5000 has already explained, the "Unable to send transactions" means that in order to make up the total you are trying to send, the wallet has to collate a number of transactions that exceeds the encoded limit. The solution is to gradually reduce the UTXO set by sending very small amounts at first, gradually increasing the amount.

Step one: close client, restart with -rescan=1 option. Wait until complete.

Step two: Try sending a small (e.g. 0.25) SLM to an address you control.

Stop here. Please report back on whether you can successfully send a tx of 0.25 SLM to yourself.

If successful, repeat with the amount x 2, continue until "Unable to Send Transaction", go back one step, continue to send that amount repeatedly until all your SLM are collated into a single address.

When I did this, I repeated the exercise, working my way down from my total balance until the tx succeeded.

And thanks for trying to help, but in my opinion it's from the version code, something is working less well in this version.
You might care to back up your opinion by inspecting the source code: https://github.com/slimcoin-project/Slimcoin and identifying the likely cause of your difficulty.

Cheers

Graham





Unfortunately, I still don't have the knowledge to analyze the code and propose solutions .... but for everything I reported, something less good is happening in this version.
Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
emrgohff
on 17/03/2021, 22:32:01 UTC
The problem is not in the burned coins but in the

Balance = 41.69 SLM (transactions = 75)
Report = 41.69 SLM (transactions = 75)
Coin Control Features = 0 SLM

Coin control was not a feature of the original Slimcoin clone of Peercoin's clone of Bitcoin 0.6, it was backported later.

By default, the wallet will choose to collate a set of smaller transactions to make up the intended amount. The original clone is of Bitcoin 0.6 and at this early stage of the development of Bitcoin's codebase, this algorithm is very simple, it starts with the smallest tx values in order. As d5000 has already explained, the "Unable to send transactions" means that in order to make up the total you are trying to send, the wallet has to collate a number of transactions that exceeds the encoded limit. The solution is to gradually reduce the UTXO set by sending very small amounts at first, gradually increasing the amount.

Step one: close client, restart with -rescan=1 option. Wait until complete.

Step two: Try sending a small (e.g. 0.25) SLM to an address you control.

Stop here. Please report back on whether you can successfully send a tx of 0.25 SLM to yourself.

If successful, repeat with the amount x 2, continue until "Unable to Send Transaction", go back one step, continue to send that amount repeatedly until all your SLM are collated into a single address.

When I did this, I repeated the exercise, working my way down from my total balance until the tx succeeded.

And thanks for trying to help, but in my opinion it's from the version code, something is working less well in this version.
You might care to back up your opinion by inspecting the source code: https://github.com/slimcoin-project/Slimcoin and identifying the likely cause of your difficulty.

Cheers

Graham



With the command "sendtoaddress <slimcoin> <amount>" on the console, I can send SLM to another wallet (but the Slimcoin version: v0.6.0.0-g8e9fe2c-alpha client, CLOSES and it is necessary to restart the one in my case it takes about five 30 minutes), which I can't do using the "Send Coins" function.

In short, I don't know why the customer closes after making the transaction and still doesn't understand if using "send coins" gives (Error: Transaction creation failed)
Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
emrgohff
on 16/03/2021, 22:13:29 UTC
I understood

Everything ok now

Thanks
Excellent news. Glad you now have full control.

Cheers

Graham


Hello.

Shouldn't I have a mempool.dat file in my Slimcoin directory?
Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
emrgohff
on 15/03/2021, 15:04:16 UTC
The problem is not in the burned coins but in the

Balance = 41.69 SLM (transactions = 75)
Report = 41.69 SLM (transactions = 75)
Coin Control Features = 0 SLM

Coin control was not a feature of the original Slimcoin clone of Peercoin's clone of Bitcoin 0.6, it was backported later.

By default, the wallet will choose to collate a set of smaller transactions to make up the intended amount. The original clone is of Bitcoin 0.6 and at this early stage of the development of Bitcoin's codebase, this algorithm is very simple, it starts with the smallest tx values in order. As d5000 has already explained, the "Unable to send transactions" means that in order to make up the total you are trying to send, the wallet has to collate a number of transactions that exceeds the encoded limit. The solution is to gradually reduce the UTXO set by sending very small amounts at first, gradually increasing the amount.

Step one: close client, restart with -rescan=1 option. Wait until complete.

Step two: Try sending a small (e.g. 0.25) SLM to an address you control.

Stop here. Please report back on whether you can successfully send a tx of 0.25 SLM to yourself.

If successful, repeat with the amount x 2, continue until "Unable to Send Transaction", go back one step, continue to send that amount repeatedly until all your SLM are collated into a single address.

When I did this, I repeated the exercise, working my way down from my total balance until the tx succeeded.

And thanks for trying to help, but in my opinion it's from the version code, something is working less well in this version.
You might care to back up your opinion by inspecting the source code: https://github.com/slimcoin-project/Slimcoin and identifying the likely cause of your difficulty.

Cheers

Graham





Hello

I understood

Everything ok now

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
emrgohff
on 15/03/2021, 02:45:26 UTC
thanks


You are welcome! But were you able to solve or at least to improve the situation?

Hello.

Everything is the same.

It seems to me that something is wrong with the "Slimcoin version: v0.6.0.0-g8e9fe2c-alpha".

Example:
Balance = 41.69 SLM (transactions = 75)
Report = 41.69 SLM (transactions = 75)
Coin Control Features = 0 SLM

Net Burnt Coins = 527.92 SLM
Report (Brun Address) = 528.09 SLM

In other words, not all values go to "Coin Control" so the values are not the same in all fields.

I think some of your burnt coins are already decayed thus there is a difference between what's you originally burned and your net burnt coins balance.

If you are still experiencing the issues with the wallet you can try to add some RAM to your computer it helped me greatly once.

Another idea can be to switch to the previous version of Slimcoin wallet. Have you compiled by yourself or just got the binaries from github?


Hello

The problem is not in the burned coins but in the

Balance = 41.69 SLM (transactions = 75)
Report = 41.69 SLM (transactions = 75)
Coin Control Features = 0 SLM

I have 8GB of memory (more than enough for any currency).

Going back to a previous version is not going to work ... or else I will lose all the coins burned and some that are being confirmed.

And thanks for trying to help, but in my opinion it's from the version code, something is working less well in this version.

I'm just talking here, because I think slimcoin is an interesting currency and maybe try to help improve the code.
Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
emrgohff
on 15/03/2021, 02:44:13 UTC
thanks


You are welcome! But were you able to solve or at least to improve the situation?

Hello.

Everything is the same.

It seems to me that something is wrong with the "Slimcoin version: v0.6.0.0-g8e9fe2c-alpha".

Example:
Balance = 41.69 SLM (transactions = 75)
Report = 41.69 SLM (transactions = 75)
Coin Control Features = 0 SLM

Net Burnt Coins = 527.92 SLM
Report (Brun Address) = 528.09 SLM

In other words, not all values go to "Coin Control" so the values are not the same in all fields.

I think some of your burnt coins are already decayed thus there is a difference between what's you originally burned and your net burnt coins balance.

If you are still experiencing the issues with the wallet you can try to add some RAM to your computer it helped me greatly once.

Another idea can be to switch to the previous version of Slimcoin wallet. Have you compiled by yourself or just got the binaries from github?

Hello

The problem is not in the burned coins but in the

Balance = 41.69 SLM (transactions = 75)
Report = 41.69 SLM (transactions = 75)
Coin Control Features = 0 SLM

I have 8GB of memory (more than enough for any currency).

Going back to a previous version is not going to work ... or else I will lose all the coins burned and some that are being confirmed.

And thanks for trying to help, but in my opinion it's from the version code, something is working less well in this version.

I'm just talking here, because I think slimcoin is an interesting currency and maybe try to help improve the code.
Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
emrgohff
on 14/03/2021, 11:51:17 UTC
thanks


You are welcome! But were you able to solve or at least to improve the situation?

Hello.

Everything is the same.

It seems to me that something is wrong with the "Slimcoin version: v0.6.0.0-g8e9fe2c-alpha".

Example:
Balance = 41.69 SLM (transactions = 75)
Report = 41.69 SLM (transactions = 75)
Coin Control Features = 0 SLM

Net Burnt Coins = 527.92 SLM
Report (Brun Address) = 528.09 SLM

In other words, not all values go to "Coin Control" so the values are not the same in all fields.
Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
emrgohff
on 11/03/2021, 11:23:27 UTC
@emrgohff: For me that looks like that you've many inputs (from mining, staking, PoB minting etc.) in your wallet. Maybe to get an idea you could post the (approximate) number of incoming transactions you received, or how long you are PoB/PoS minting or mining already? (if this is too private you can send me a PM)

If this is the root of the problem, then you should try to consolidate the UTXOs. This means convert many transaction outputs into a few transactions sending them to yourself, which will make your wallet "cleaner" and your Slimcoin client will work faster. The easiest way should be to make a big transaction (as big as possible without the above error) to one of your own wallet addresses first and then use Coin Control to consolidate the rest. Can be a bit tedious but is unfortunately currently not possible automatically. If you need more instructions (don't know about your knowledge level regarding Bitcoin-based coins) simply post your questions.

thanks
Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
emrgohff
on 11/03/2021, 11:18:21 UTC
@emrgohff

Do you have many transactions already done with that wallet (included PoB rewards)?

Maybe you can reduce the number of maxconnections.

Also changing server=1 into server=0 and listen=1 into listen=0 may help.

By the way your slimcoin.conf is partially in Portuguese, at least the last version you've published. I'm not sure slimcoin-qt is able to understand Portuguese  Smiley

Please let me know whether any of above suggestion has improved the situation.

thanks
Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
emrgohff
on 09/03/2021, 11:18:32 UTC
@emrgohff please let us know if you've solved

Hello

The problem is (NOT) solved.

The situation is as follows: After making a move (burning or sending) to be able to make another move, you have to close the client (windows) and open again, which is very uncomfortable and takes a lot of time.

Another flaw that I detected was that the account balances are often not correct (updated) and only remain if the customer is re-started.

Can anyone analyze and correct these situations?

Thanks

What version of wallet-qt are you using?
How much RAM do you have on your computer?


* Versão Slimcoin v0.6.0.0-g8e9fe2c-alpha

* slimcoin.conf
rpcuser = usuário
rpcpassword = pass
listen = 1
server = 1
deamon = 1
rpcport = 41684
splash = 1
reservebalance = 1000000
maxconexões = 127
conectar = 144,76.118.44
conectar = 144.76.64.49
connect = 185.150.190.19
addnode = 109.92.14.98
addnode = 178.222.20.152
...
...

RAM = 8 GB

Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
emrgohff
on 09/03/2021, 10:41:33 UTC
@emrgohff please let us know if you've solved

Hello

The problem is (NOT) solved.

The situation is as follows: After making a move (burning or sending) to be able to make another move, you have to close the client (windows) and open again, which is very uncomfortable and takes a lot of time.

Another flaw that I detected was that the account balances are often not correct (updated) and only remain if the customer is re-started.

Can anyone analyze and correct these situations?

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
emrgohff
on 08/03/2021, 14:27:50 UTC
Hello

I'm starting and trying to understand slimcoin.

I've burned coins and everything is ok

Now I was trying to send coins to the FreiExchange exchange but the following message "Error: Transation Creation Failed" appears.

I don't understand why, is help possible?

* Slimcoin version v0.6.0.0-g8e9fe2c-alpha

* slimcoin.conf
rpcuser=user
rpcpassword=pass
listen=1
server=1
deamon=1
rpcport=41684
splash=1
reservebalance=1000000
maxconnections=127
connect=144.76.118.44
connect=144.76.64.49
connect=185.150.190.19
addnode=109.92.14.98
addnode=178.222.20.152
...
...

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine
by
emrgohff
on 09/06/2019, 21:57:28 UTC
Ergh ... missed my alert ... block explorer 'expired' ...

- https://chainz.cryptoid.info/gap/

Decided to keep gapcoin.club nodes running for now (or gapcoin will probably 'die') ...


Do not try too hard

You always fucked Gapcoin.

Byeeeeeeeeeeeeee
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record
by
emrgohff
on 29/05/2019, 21:01:08 UTC
The "gen =" function is not working in riecoin.conf .. is it anyway ??

The miner built into the wallet is not worth using anyway, it's quite slow.

you can use rieMiner for solo mining, or join a pool.

https://github.com/Pttn/rieMiner



thank you

This miner can run on ubuntu 32bits Huh?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record
by
emrgohff
on 29/05/2019, 20:57:51 UTC
thank you

This miner can run on ubuntu 32bits Huh?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record
by
emrgohff
on 29/05/2019, 10:29:57 UTC
The "gen =" function is not working in riecoin.conf .. is it anyway ??
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine
by
emrgohff
on 29/11/2018, 22:29:08 UTC
...

I have an account at coinfalcon, so far no problem


OK that's useful then hopefully.

Anyone can just up vote Gapcoin here at coinfalcon: https://feedback.coinfalcon.com/coin-request/p/gapcoin-gap

...

Good news (I think)!

One of Gapcoin's original exchanges (Nova Exchange) which went on hiatus appears to be relaunching 3rd December 2018 ...

- https://novaexchange.com
- https://twitter.com/nova_exchange
- https://novaexchange.com/market/BTC_GAP/
- https://novaexchange.com/market/DOGE_GAP/

So, Gapcoin is still listed at nova exchange and will re-open for trading on Monday? Tread with caution + show your support !

I'll contact nova exchange to touch base and to get them to update the logo.

...

Ongoing discussions with cryptopia regarding de-listing - actually talking to the relevant folks thanks to a bitcointalk forum contact.

"Their delisting policy is outlined here:
https://support.cryptopia.co.nz/csm?id=kb_article&sys_id=b8aa010ddb452b80d7e096888a961934

The following criteria are required to be met by coin projects at the time of the listing:
 
Active and visible development team with at least two contacts given to Cryptopia (Lead Developer and CEO or Marketing Representative).
Public and safe source code as defined by our code review.
A functioning block explorer.
Detailed whitepaper outlining the use case of the project.
Road map with milestones, preferably with some achieved.
A working and detailed website.
Is NOT a "financial product", under New Zealand law.
Positive community engagement within launch forum or similar social media spaces."

...

"Their listing policy is outlined here:
https://support.cryptopia.co.nz/csm?id=kb_article&sys_id=5d7482d2db9e9bc032a664a14a96199f

Be aware of our delisting policy and your ongoing obligations
Before you list, be aware of your obligations to us to help maintain your listing.

You need to give us notice of the following:

At least 2 weeks' notice of any significant code or protocol changes for your coin, especially hard forks.
Major issues with your coin, including hacks or network problems, as soon as you become aware of them.
Any issues with deposits or withdrawals of your coin from Cryptopia.
At least 1 month's notice if you want our assistance with an air drop. Be aware that support for this is solely at our discretion.
As much notice as possible if you need to conduct a coin swap. By default we don't support coin swaps, but they may be considered on a case by case basis.
Cryptopia reserves the right to remove any coin listed in its exchange markets for violations of our listing terms. This is solely at our discretion. Reasons a coin may be eligible for delisting include, but are not limited to:

Any network issues or vulnerabilities that could be exploited. Examples include:
Low hash-rate.
Out of date code base or wallet stability issues.
Frequent issues with deposits or withdrawals (outside of Cryptopia's control).
Insufficient nodes to keep the wallet synced and network propagating transactions.
Coins which violate our terms and conditions, policies, or an applicable NZ law or regulation
Coin swaps (where we are unable to support these)
Coins without a working, reliable block explorer
Coins that fail to provide notification of mandatory updates
Abuse directed by a coin team's core community at Cryptopia or its staff."


So, it is quite clear which criteria Gapcoin does not (only now?) fulfil in regards to the above.

Some aspects can be easily rectified, other factors, like the sudden miraculous production of a 'white paper' are perhaps less solvable in the short term over an updated wallet release (for added security). Anyhow, this is where we are currently at and I'm optimistic that we might get some workable extension through friendly discussion.

...

We need to maintain a position / listing on coinmarketcap.com (Note: nova exchange should re-list with coinmarketcap after the 3rd!?)...

Herewith, twitter .com/ handles for almost all linked exchanges... which could feature Gapcoin trading with increased community support and new development etc., ...

HuobiGlobal
digifinex
Dobitrade_
bitfinex
Bibox365
coinbene
ZbTalk
binance
IDAX11
hitbtc
LBank_Exchange
BCEXofficial
BitZExchange
BitMartExchange
CoinbasePro
Rightbtc_
Cryptonex_CNX
bitbank_inc
krakenfx
topbtc_com
Coinsuper_OFCL
CoinEgg_LTD
AllCoinEx
bitinka
Dragonex_io
Bitstamp
CoinTigerEX
fatbtc
UexComOfficial
Exrates_Me
BittrexExchange
b2bx_exchange
Sistemkoin
kucoincom
Exmo_com
GibBlockEx
LATokens
KryptonoEx
allbitofficial
bitFlyer
livecoin_net
Tradebytradetbt
cpdax
CoinDeal_
BytexIo
bitebtccom
p2pb2b_io
BitBay
BitrueOfficial
Coinroom_com
btctradeim
cex_io
coinhubex
coinsquare
MercatoxCom
QuoineGlobal
liqui_exchange
bitsane_com
vebitcoincom
LakeBTC
cryptaldash
OKCoin
btcturk
oviscomtr
ChaoExHK
Cryptologyexch
crex_24
BitibuOfficial
stexExchangeR
escodexofficial
bitso
cryptobridge
therocktrading
hbusofficial
br_bitcointrade
TradeSatoshi
BigONEexchange
OpenLedgerDC
graviex_net
YunEx_io
BudaPuntoCom
coinfalcon
crxzone
CryptoCurrEncyX
coinrail_korea
bitflipli

Community feedback welcome on exchanges.

Currently in contact with: coinfalcon and graviex_net and considering raising funds for listing at TradeSatoshi ? Others ?
  


Sounds good to me ...

We will see....