just registred on your forum, basicly you need to pay the fee of 3 BTM to get registration Token (it took few seconds to get it) i guess Fee its kind of spam protection. everything worked well and i will be collecting Free BTM
thanks.
I must say you guys put a lot of work behind this project, POC confirmed, exchange works fine, mining works fine..
what worries me is ppl like me likes to know information like current supply, daily amount of mined coins to know if its worth of mining/investing/holding. What is misses is kind of block explorer, maybe next update? Whitepaper how mining algo works? And maybe on exchange (DOM) add some more Columns like total amount of coins/btc Traded. kind of makes it more user friendly, like when placing new order to directly input wished amount instead of calculating how much do you want to sell/buy. thanks & GL
I have the same concerns but apparently they see no reason to provide that information.
Client source will be available in the future, it's just messy in some places to publish now. IlSpy will help those of you who wants to be sure it's not a fraud, code (c# 6.0) is not obfuscated.
Any idea when source will be available?
Currently there is no method for people to know the emission. When will you provide access to that data?
I'll start publish some internal libs very soon, and step by step all client code.
There was no plans to provide such information. It's under discussion but i see no actual reason except coinmarketcap rating.I don't understand how it would be deemed appropriate not to provide a method for people to know the coin supply and emission rate. Access to that data is essential. It's basic information that should be provided.
Hi all. It's always interesting to discuss something with clever guys.
First thing. There will be (as always in the future) weekly\daily backups of DB with tuples of (wallet guid, public keys, balance at 12:00 pm) for those who wants to share this information (additional field in wallet settings on server). So if fbi knocks to my door or some heavy attack happens there will be the way to fork the system or convert these records to another such payment systems currencies (i guess competitors will appear and will be ready to do it with some discount instead of own mining to get additional clients).
So with some confidence the data about audience and current supply will be available.
But in general i don't think market cap means anything. Your service payments, common infrastructure development, exchange liquidity and rate volatility are more important for everyday business and they can be calculated. We can publish everything but these numbers could be just made up so it should not be the parameter to estimate your profit\risks imho.
Mining alg is very simple - server generate 32 byte salt for scrypt function and mask\maskEqual, so client should find the 32 byte pass when scrypt (pass, salt, params) & mask == maskEqual to get btm. MaskEqual randomly generated, bit count in mask calculates from wishfulIncome. Emission rate is 1/2048 btm for 1 hash calculation. Scrypt function parameters were given in Tech details. The code will be presented later, i'm optimising some server settings right now, a little patience, there is nothing special anyway. Btw i haven't dive into current scrypt asic\gpu situation, 32Mb looked better than 128kb for LiteCoin when it was all started but i'm not an expert so little digest could be helpful.