Bitcoin Forum
June 22, 2024, 06:30:08 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
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 »
461  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ECCoin (ECC) Community Has Taken Over! [Griffith Is Now The Dev] on: November 26, 2014, 07:00:57 AM
Even better:


Exchangeable Consumer Coin

There's lots of times I'd like to exchange consumers (ba-dum!)

Sorry, couldn't resist Wink

462  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Unique Most Advanced Anonymous Trustless Multisig Technology on: November 23, 2014, 01:54:14 AM

Now to EVERYONE

I still vote for Griffith to become the main developer for Supercoin as others aren't able to do so right now.
I can see that he isn't very temperamental and can handle the pressure. Personally, I like his character.
Coding skills can always improve. Personality however isn't that easy to change. So he wins my vote. Tongue

But it would be great if other devs help from time to time also as 1 person is never enough anyways.
Everyone can chip in their bit into the code to improve it. Isn't that what open source is all about? Grin Grin
If that happens, the community will be here to help also. (bounty, marketing, ideas, etc etc)

So let's start a vote people. It's now a community's coin. Wink


+1 Well said jakiman

I, too, like the way Griffith performed during, um... stress testing.

As an early miner and long-term hodler, I would like to see him take over development.

463  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Blockade [CADE] [1% PoS] [Decentralized DDoS Protection] on: November 19, 2014, 03:00:27 PM
C-CEX has stated they need the server space and consequently are removing a bunch of coins from their trading list.

Sadly DosCoin is one of these coins. Sad

Now, we know the pain of owners losing a public trading platform for a faithful coin.

It seems so tragic for a coin that shone too briefly and you feel almost treacherous closing a wallet that has served so long in the dimly-lit further reaches of a small exchange.

Well cheer up! Smiley

We will provide a home for retired DosCoin! That's right, like orphanages and Irish families, there's always room for some more here Smiley

If you can no longer care for your DosCoin and want them to go to a good home then your problems are over!

B4zz4's retirement wallets for DosCoin are here to help  Cheesy

Just pm me and I'll reply with an address where your DosCoin can retire with dignity.

DosCoin Retirement Wallets, because we care* Smiley

*and because we'll happily sell these coins back into the DosCoin economy should DosCoin begin trading again in the future Wink

464  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KEY] KeyCoin | Fair Launch | 10/24 Update: KeyTrader v2 - Windows + Mac on: November 19, 2014, 12:38:31 PM

Thanks for all the hard work with testing the trader. Sent you a tip!  Grin
Cheers!


Thanks! All contributions greatly appreciated.  Cheesy
465  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Unique Most Advanced Anonymous Trustless Multisig Technology on: November 19, 2014, 12:25:34 PM
OK first let me thank all who care about this coin. Due to the fact that I see no experienced dev come forward to take over the code and people expressed their opinions to release the source code, I released it now at github
https://github.com/supercoinproject/supercoin-p2p

So we have an open source now, anyone can maintain and continue developing it. I developed the p2p anonymous system with multisig technologies in a little more than a month time, it was an exciting and intense month that I spent a lot time developing the code and testing. A few people helped me testing the code, especially supercointeam, and with whom we supported the supercoin community for many months. The code works very smoothly, though it still have many aspects to be enhanced which I will list below for the potential future developers.

It was fun and exciting with supercoin. We have many great supporters, also enough fudders. I still see sometimes people doubt if the code is real. Imagine this, how can I put fake things inside that can work so flawlessly? and with dynamic log messages that everyone can use the console and see? There are so many dumb people in this domain, and so few people who really understand the technologies.

Now the code is public, please review the code (well for those who really know the code, otherwise it will be tough for you... very tough). If you have issues with the code, please use debugger, you will understand it better. I may come back from time to time to check the comments and questions, but as I am busy, I won't reply unless it is really needed.

For the future developers, please note that the p2p anonymous code with multisig is done in about one month time, therefore while I ensure the main scenarios working fine, there are some codes I haven't got time to complete, this is mainly in the domain of error handling and reverting back the transaction, this should be easy to add (though it could be tedious) based on the existing code. Another potential issues is the out of sequence messages. I handled many such cases during my tests, all occurred scenarios are handled. But due to the potential high number of combinations, in rare case there may still be some potential cases due to out of sequence messages that the transaction may fail.

Anyway, have fun with the code, and if you understand it well, you can copy-paste to another coin. But doing so only if you understand the code, since it is complex code. I'd be really sad if you copy-paste the code but don't know how to handle issues when they occur  Grin


Thank you most sincerely for all that you have done.

I regret all the nonsense you had to cope with from elements of this alleged "community". With luck you will one day return to find your creation has grown into something even more wonderful. So long and thanks for a really SuperCoin.

466  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Unique Most Advanced Anonymous Trustless Multisig Technology on: November 19, 2014, 05:22:57 AM
OK first let me thank all who care about this coin. Due to the fact that I see no experienced dev come forward to take over the code and people expressed their opinions to release the source code, I released it now at github
https://github.com/supercoinproject/supercoin-p2p

So we have an open source now, anyone can maintain and continue developing it. I developed the p2p anonymous system with multisig technologies in a little more than a month time, it was an exciting and intense month that I spent a lot time developing the code and testing. A few people helped me testing the code, especially supercointeam, and with whom we supported the supercoin community for many months. The code works very smoothly, though it still have many aspects to be enhanced which I will list below for the potential future developers.

It was fun and exciting with supercoin. We have many great supporters, also enough fudders. I still see sometimes people doubt if the code is real. Imagine this, how can I put fake things inside that can work so flawlessly? and with dynamic log messages that everyone can use the console and see? There are so many dumb people in this domain, and so few people who really understand the technologies.

Now the code is public, please review the code (well for those who really know the code, otherwise it will be tough for you... very tough). If you have issues with the code, please use debugger, you will understand it better. I may come back from time to time to check the comments and questions, but as I am busy, I won't reply unless it is really needed.

For the future developers, please note that the p2p anonymous code with multisig is done in about one month time, therefore while I ensure the main scenarios working fine, there are some codes I haven't got time to complete, this is mainly in the domain of error handling and reverting back the transaction, this should be easy to add (though it could be tedious) based on the existing code. Another potential issues is the out of sequence messages. I handled many such cases during my tests, all occurred scenarios are handled. But due to the potential high number of combinations, in rare case there may still be some potential cases due to out of sequence messages that the transaction may fail.

Anyway, have fun with the code, and if you understand it well, you can copy-paste to another coin. But doing so only if you understand the code, since it is complex code. I'd be really sad if you copy-paste the code but don't know how to handle issues when they occur  Grin


https://github.com/supercoinproject/supercoin-p2p gives me a 404, page not found.

Hmm... my search result:

Quote
We couldn't find any repositories matching 'supercoinproject'

Perhaps supercoindev "is releasing it" but hasn't posted yet?

467  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DOPE] DopeCoin POS - Anon - Multipool - POW ended - POS interest 10% a year on: November 19, 2014, 04:08:52 AM
Hello everyone,

We are busy working on some exciting things. If we can pull of one of these exciting things it will blow the lid of everything!  Grin

Just wanted to drop in and say hi to all the dopecoin'ers!


Great, but help me please...why i cant send my coins of the wallet to an address?

Hi, make sure the address you are sending to is correct.

the address is correct, is the address of bittrex, but cant send the coins...if put 30 coins dnt send, if put 30000 dnt send...the amount change of white to red and..nothing more, dnt send it

isnt an address problem, if i put your address have the same problem. The problem is the amount, cant send any amount, but my balance is correct.

Same problem here. Is it cause my coins are currently staking? Tried to send the coins to myself, as you suggested. So address is ok, tried several amounts, doesn't matter. Can't send any coins.

Staking coins are not available to send. Only the ones listed as "Balance:"

468  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KEY] KeyCoin | Fair Launch | 10/24 Update: KeyTrader v2 - Windows + Mac on: November 19, 2014, 03:22:26 AM
Did everyone notice that BitTrex wallets are all offline?

This is apparently due to a Micro$oft Azure issue.

For traders who might have their KeyCoin minimum value to activate KeyTrader parked on BitTrex this would be a trading disaster - you couldn't use your wonderful trading tool anywhere because you could not validate your KeyCoin possession, could you?

And do people recall MtGox, CryptoRush and Mintpal, to name a few spectacular failures? And really, what is the true tally of hacked exchanges and payment platforms?

These are the reasons I really, really don't like leaving coins on exchanges except when actively trading them.

I'm sure everyone can see where I'm going with this Smiley

Can I make yet another plea for KeyTrader2 to respond to local wallet balances rather than taking the quick and dirty route of exchange API call? Please?

It surely can not be too hard to set "listen" to "true" in the wallet config or even hard code it in the next update and for KeyTrader2 to make a "getbalance" call to 127.0.0.1:IForgetThePortNumber. I haven't gone through the code so staking might introduce a little complexity to the getBalance function but hardly a major challenge compared with the benefits of additional network security through staking (that is the reason for POS after all) and the personal coin security of not leaving balances on exchanges for longer than absolutely necessary.

I put forward a significant list of cosmetic irritants, corrections to improper calculations and suggested improvements for KeyTrader2 but I can not stress too greatly the desirability of local wallet balance over exchange balance in order to unlock KeyTrader functionality.

I know that it means an extra startup call to get balance as well as an external call to get value but so worth it.

Please, whoever or whatever committee has the final say, make this a "must have" feature of KeyTrader. I'll happily wait longer for it. Hopefully everyone else can see the value of it too.

469  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DOPE] DopeCoin - COIN SWAP IN PROGRESS / PROOF OF SCRIPT IS LIVE on: November 15, 2014, 06:05:54 AM
What is proof of script? Anyone can explain it?

Probably should read "Proof of Stake". It was a scrypt algorithm but that is now being phased out.
470  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DOPE] DopeCoin - COIN SWAP IN PROGRESS / PROOF OF SCRIPT IS LIVE on: November 11, 2014, 02:02:19 AM
Umm Houston? I have a problem.

I'm running OSX 10.10 (Yosemite) and my Dopecoin 3.0.0.0 wallet will not load but crashes on each attempt.

I have removed the ~/Library/Application Support/Dopecoin directory in case there is some sort of conflict between old and new but to no avail.

There is no particular urgency as my coins are safely on the exchange for the swap but I would really prefer to have the Dopecoin wallet staking on my primary machine rather than in Windows VM Smiley

Thanks for any assistance.

[Edit: typo]

471  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KEY] KeyCoin | Fair Launch | 10/24 Update: KeyTrader v2 - Windows + Mac on: November 05, 2014, 03:45:21 AM
Thanks for the info. Forgive my noobness to computer tech. Glad to have all your input on the matter. So this thing is going to blow away Quatloo trader! Awesome!

Slow down 3r197!

Quote
"So this thing is going to blow away Quatloo trader!"

I did not say that at all.

I said:

Quote
"KeyTrader V2 is a much handier tool than say the 1,000-QTL-enabled Quatloo Trader V2.1.1.6"

Which is entirely true for a finished version but the two are not directly comparable on the whole.

Most people using QT are likely using it for the more expensively-enabled auto-trade functions, which are not present in KeyTrader at all and for all I know may never be. Different tools for different functions. KT is by far the better trading tool IMHO but for those desperate souls seeking a budget bot it's QT all the way. If they keep working at it they may even get it working like a commercial bot but it is a case of different tools for different tasks man.

KeyTrader is shaping up as a decent tool for the serious trader. If auto-trade functions are added in the future then and only then will KeyTrader actually be competing with Quatloo Trader on the same turf. Meanwhile it is a case of apples and oranges.

472  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Bittrex Windows Trading Application for all coins , Quatloo-Trader on: November 05, 2014, 02:58:17 AM
These are linux instructions. You can pretty much forget running on any Mac later than 10.7.

Instead run virtual box and install a copy of some windows, I use 7, in your VM and run Quatloo Trader in that.

Alternatively your cheaper option is to run linux in a vm and use the instructions below.

I am trying to run this program on my mac. I know next to nothing about programming and terminal use.  I am trying to follow the instructions below, however, when i enter "sudo apt-get install git build-essential libgettextpo-dev" i get the response "sudo: apt-get: command not found" I currently have mono installed. Please help.

Running the Quatloo Trader in mono (for mac and linux crowd)

This was installed and tested on LinuxMint Maya(13) {Ubuntu Precise(12.04)} and with mono 3.8.0 pulled from git

....

473  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DOPE] DopeCoin - MULTIPOOL NOW LIVE! ANNOUNCEMENT of New ROADMAP! on: November 04, 2014, 05:14:06 AM
Keep tuned to this thread over the next day, we'll be announcing the date for the big swap over.

Please make sure your wallets are up to date, so you can transfer coins asap.

Isn't the coin swap to take place on exchanges? Did I do the wrong thing moving my coins to BitTrex?
474  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KEY] KeyCoin | Fair Launch | 10/24 Update: KeyTrader v2 - Windows + Mac on: November 02, 2014, 04:34:35 AM

Thanks B4zz4!
I feel a little better now with your response. I can't wait to try and learn how to use a trade bot, but it's going to be a slow process for sure. I've been holding for the sake of POS rewards and missed the opportunity to sell at stop loss window. So hopefully this will be a quick turn around. And hopefully the dev's will double up with a new beta release of KeyOS on top of the trade bot alpha to help break any quick PND. This coin is so undervalued, it's a joke!!

Cheers and thanks for all the beta testing!


Umm... 3r197? "Ceci n'est pas une pipe", to steal a phrase.

I get the uncomfortable feeling that you don't understand what this software is and what it can be expected to do.

Normally when people speak of a "bot" they mean some sort of semi-autonomous software that will place and cancel trades within programmed parameters, all without further human intervention. An "auto trader", if you will. Bots are the frequently irritating little blighters that keep scalping your trades by 1 sat, possibly even before the web portal updates to show your trade placement. You often see a couple of dumb bots chasing each other down sell orders or up buys, 1 sat at a time. Sometimes you'll see several of them all working the same coin, inflating or suppressing its price.

That is categorically not what KeyTrader V2 is or pretends to be.

KeyTrader V2 facilitates - and partially automates - human altcoin trading on specific exchanges. Trading via API is much faster and more convenient than via browser portals and "point and shoot" calculation of spreads is really handy but unlike trade bots, KeyTrader V2 will not autonomously place trades under any circumstance and is not designed to do so. Whether bot functions are added in future is up to the developer.

KeyTrader V2 is a much handier tool than say the 1,000-QTL-enabled Quatloo Trader V2.1.1.6, which does have more expensively-enabled dumb bot capabilities. If you watch coin prices you will have seen the price of QTL crash after a steady build up. It crashed on release of Quatloo Trader V2.2.x.x as people discovered that auto-arbitrage is only profitable if you are the only one who has it. It seems also that people thought having a trade bot would be a license to print money and dumped Quatloo when they found that it was not.

Full disclosure: I have been using Quatloo Trader 2.1.1.6 to facilitate trading in the same manner (albeit less effectively and usefully) as I will be using KeyTrader V2 but I have no use for the auto-trading/arbitrage as provided by the 3-30K QTL-enabled Quatloo Trader functions. From the dump after release it would seem a lot pf previously hopeful people came to a similar conclusion.

So, to paraphrase on KeyTrader V2, ceci n'est pas un bot, it's a really handy trading tool.

And FYI, alpha releases are very raw and primitive versions of software, usually lacking polished interfaces, commonly with stubs in place of yet to be written functions and not expected to be stable. They are the first trials of basically proof of concept software. Beta releases are where you get to testing the nuts and bolts of the software and are often soon followed by production code. After corrections to the calculation functions and a clean-up of the interface (and with any luck adoption of at least some of the suggestions) KeyTrader V2 will likely go into 2nd-round beta for about a week to give testers a chance to try to break it, following which it will likely go to production if no major bugs are introduced. Please don't go posting anywhere that KeyTrader is in alpha, that would signify work has only just begun rather than being close to completion, as it genuinely appears to be. Wink

Cheers
B4zz4

475  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KEY] KeyCoin | Fair Launch | 10/24 Update: KeyTrader v2 - Windows + Mac on: November 01, 2014, 03:11:41 PM
Thanks for the remarkably thorough feedback! Myself and the KeyTrader dev are definitely reading over all these points for refinement. Please continue to submit any issues found - it will ultimately lead to a far better product for you all to use!

Agreed. I wish I could help out, but I'm a noob when it comes to trader bots. My only worry is that these bugs found will cause an extended delay on the release - and the price of Key is hard to watch. Granted they needed to be found and I appreciate B4zz4 for finding them, but with all of these bugs it seems like it will be another 2 months before release. Price could hit 1 to 2k in the next 2 or 3 weeks.

This trade bot will be a great stabilizer for the coin while KEYOS is still being finalized! Any possible guess as to how far out the release will be - 3 weeks, a month, 2 months?

Even a guesstimate could help keep the value somewhat more stable till then - even if it's not an exact date.


Relax 3r197 Cheesy

This is not buggy betaware, it's actually quite robust. When it comes down to it there's really only some tweaking on the commission and spread calculations (not bugs, just not calculated as required). The rest is cosmetic and wishlist. The cosmetic stuff is fairly normal and often merely a matter of loading the interface generator and changing some field sizes and colors (depends on how it was written in the first place but usually not coded longhand these days).

I'm pleasantly surprised to have managed to test the Windows version without triggering one single BSoD Wink

Check out my consolidated and revised testing notes above and you'll see Keytrader2 survived my assaults. If it had failed to trap range errors or the like then we'd perhaps have cause to worry but the above is nothing of any great concern.

Cheers
B4zz4

476  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KEY] KeyCoin | Fair Launch | 10/24 Update: KeyTrader v2 - Windows + Mac on: November 01, 2014, 02:39:24 PM
Consolidation and continuation of testing notes:
Please be aware that there have been some changes and additions throughout.

Mac version (on OSX Yosemite, 10.10):
Some cosmetic notes:

  • In the KeyCoin required field, the current display numbers do not fit the text field and the field is too cramped, overwriting part of "Required" and making it illegible.
  • The "Requirement Met?" field suffers the same problem.
  • The create/edit keys link displays very poorly with the current background.
  • The API Key labels are almost invisible on the current background, as is the "Show Plain Text" label.
  • On the Spread Buy tab, the pink text is difficult to read, the green text awful and the black text label is almost completely hidden in the dark background.
  • Same holds for the Spread Sell tab.
  • The ORDER button is white text on a light grey button, almost illegible and appears as though disabled (it isn't).
  • On the Manage Orders tab the Cancel ALL button suffers from the same deal.
  • The Balance Book tab suffers from illegible black text for Amount and Withdrawal Address, some of which is obscured by the input field.
  • The Portfolio Value and Deposit Address labels do not show well either.
  • Markets Tab is slightly better but black text on that background is not great.
  • Whole thing would be significantly improved if the entire tab background was white like it is in the Windows version.

Windows version (Windows 7 in VM)
Cosmetic notes:

  • On the API Keys tab the instruction text field is truncated at "allow all functions of the API except for " with no means of scrolling to find out "except for" what? If the text box extended all the way to the right the text would likely fit.
  • KeyCoin Required and Requirement Met? fields overwrite labels even worse than Mac version does.
  • Both Buy & Sell Spread tabs suffer from the hideous and illegible pink and green text labels.
  • At least the Balance Book tab has black text labels on a light gray background, a major improvement.
  • On the Markets tab the BTC field is truncated and the text labels are unclear with black text on a dark background.

These notes apply to both Mac & Windows versions:

  • In the Balance Book, Deposit Address only returns already extant coin deposit addresses with no means of generating a new one, although the Bittrex API certainly allows this. It seems more necessary than merely desirable.
  • I have not authorized withdrawals via API but no error is displayed when attempting to do so. This should bring up an alert reminding users when they have not enabled withdrawal on their API key or they will likely assume a broken function.
  • Balance Book offers no facility to sort by various columns. It would be really good to be able to optionally sort by name, balance, availability or even pending.
  • There is no option to ignore zero balances, a check box to ignore nil balance would be good.
  • On the Spread Tabs the price fields are too narrow, by 1 digit on Mac and 2 on Windows - a displayed spread of 0.000009 to 0.000009 is not very informative.
  • Spread Tabs % column is formatted as satoshis and not percentage.
  • No "dust trapping" is performed. Functions leaving division remainders should gather the remainders and add them to the highest value trade. Please don't leave useless remnants to be cleaned up.
  • Forgot to include this from my notes: Markets Tab price is fixed - great for quick trades but allows no option of setting trades in front of the market. Need to be able to edit not just amount but price too.

Spreads are calculated incorrectly

  • The commission calculation is performed too early. Rather than simply being applied to the resultant BTC it is being applied to coin numbers to trade and should not be.
  • The commission is being calculated at 0.5%, should be 0.25% according to BitTrex's home page.
  • The high/low spread is dividing the difference between high and low bids/asks by the number of bids/asks rather than the number of bids/asks minus one, which then results in too small an increment. For example a 3 bid spread 0.05-0.1 is returning bids of 0.05;0.067;0.083 rather than 0.05;0.075;0.1 as expected.

Suggestions:

  • There is no ability to type coin market codes into the coin select box, all selections must be made by drop-down list. This lack of a search function seems an irritating oversight.
  • It would be really handy to be able select coins from the Balance Book tab and jump to that market - always selecting from the drop-down list is tedious.
  • Rather than attempting and failing to place trades below Bittrex's 50K satoshi "dust trade" limit KeyTrader2 should show an alert telling users the trades cannot be placed and why.
  • As orders are placed the available BTC decreases, it would be nice if the quick balance refreshed on successful placement to reflect this change.
  • It would be nice if KeyTrader2 had at least the option to auto-refresh markets tabs.
  • Market tab BTC and Coins displays are static, it would be really nice to autofill sell by clicking on coins total and/or buy by clicking on BTC (I speculate on cheap coins by parking loose change after a trading session). This is where coin totals should be calculated less commission as is currently being done.
  • The spread tabs, only one option of cost or number of coins is available, how about allowing users the option of spread buying n coins or a spread to liquidate a specified value?
  • On the markets tab, a function to calculate buy/sell-the-book totals on click at some point in the book list, i.e., clicking on the nth bid or ask to calculate the total number of coins and BTC involved to buy/sell the book to that level. Clicking buy or sell after which would then place all the orders in the same manner as a spread.
  • I know I've requested this before but I'd really prefer to have my KeyCoins staking in my wallet and helping maintain the network rather than idling on an exchange. Can we please have KeyTrader check for the requisite value of coins in a local wallet rather than sitting in an exchange wallet?

I think that's about it from me for this version. I believe I've given KeyTrader2 a pretty thorough shaking, tried to confuse it and KeyTrader2 has performed quite well without breaking. It's fairly rare to find betas written for two platforms as robust and consistent as this software. As far as errors go there's basically only some tweaking of exchange commission calculations and spread range to be done. The rest is really cosmetic. Hopefully the APIs for the other exchanges are as well-behaved. I personally doubt MintPal will return but C-CEX can be a useful place to grab early coins and they have a new platform in beta currently, perhaps their new API can replace MintPal in the market tabs. I hope the above suggestions make their way into KeyTrader but suspect most will have to wait for version 3. I would find them worth waiting for in Trader2 but suspect others may be a little too impatient for that to occur.

Cheers from the land down-under.
B4zz4

477  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KEY] KeyCoin | Fair Launch | 10/24 Update: KeyTrader v2 - Windows + Mac on: October 31, 2014, 09:07:35 AM

Superseded: updated and corrected test results here: https://bitcointalk.org/index.php?topic=736389.msg9404046#msg9404046

First impressions
With regard to beta testing here are a few comments to start:

On the Mac version (on OSX Yosemite, 10.10):
Some cosmetic notes:
  • KeyCoin required field needs to display in round, the current display numbers do not fit the text field and the field is too cramped, overwriting part of "Required" making it illegible
  • The "Requirement Met?" field suffers the same problem
  • The create/edit keys link displays very poorly with the current background
  • The API Key labels are almost invisible on the current background, as is the "Show Plain Text" label
  • The Spread Buy tab, the pink text is difficult, the green text awful and the black text label is almost completely hidden in the dark background
  • Same holds for the Spread Sell tab
  • Balance Book tab suffers from illegible black text for Amount and Withdrawal Address, some of which is obscured by the input field. The Portfolio Value and Deposit Address labels do not show well either.
  • Markets Tab is slightly better but black text on that background is not great
  • Whole thing would be improved if the entire tab background was white like it is in the Windows version

Windows version (Windows 7 in VM)
Cosmetic notes:
  • On the API Keys tab the instruction text field is truncated at "allow all functions of the API except for "  with no means of scrolling to find out "except for" what? If the text box extended all the way to the right the text would likely fit.
  • KeyCoin Required and Requirement Met? fields overwrite labels even worse than Mac version does
  • Both Buy & Sell Spread tabs suffer from the hideous and illegible pink and green text labels
  • At least the Balance Book tab has black text labels on a light gray background, a major improvement
  • On the Markets tab the BTC field is truncated and the text labels are unclear with black text on a dark background.

At this stage I have done very limited Bittrex trading with either version and have hit no errors so far.

Continued...
These apply to both Mac & Windows versions:

  • There is no ability to type coin market codes into the coin select box, all selections must be made by drop-down list. This lack of a search function seems an irritating oversight.
  • In the Balance Book Deposit Address only returns already extant coin deposit addresses with no means of generating a new one, although the Bittrex API certainly allows this. It seems more necessary than merely desirable.
  • I have not authorized withdrawals via API but no error is displayed when attempting to do so. This should bring up an alert reminding users when they have not enabled withdrawal on their API key or they will likely assume a broken function.
  • Balance Book offers no facility to sort by various columns. It would be really good to be able to optionally sort by name, balance, availability or even pending.


Continued...

  • On the spread tabs the price fields are too narrow, by 1 digit on Mac and 2 on Windows - a displayed spread of 0.000009 to 0.000009 is not very informative.
  • Spread Buy is not managing to place all orders on 'trex - likely because 'trex is busy atm because it has successfully placed larger spreads and I'm nowhere near 'trex's limits of 500 open orders and 200,000 orders a day. At the moment it is only placing 3-5 orders regardless of requests for 6-10. There needs to be a retry option for failed order placement and only the failures rather than simply displaying the alert "Something went wrong! Please try again", followed by "Your orders have been placed" when they have not.

Suggestions:

  • It would be really handy to be able select coins from the Balance Book tab and jump to that market - always selecting from the drop-down list is tedious and irritating.
  • KeyTrader2 needs at least the option to auto-refresh markets.
  • The spread tabs, only one option of cost or number of coins is available, how about allowing users the option of spread buying n coins or a spread to liquidate a specified value?
  • I know I've requested this before but I'd really prefer to have my KeyCoins staking in my wallet and helping maintain the network rather than idling on an exchange. Can we please have KeyTrader check for the requisite value of coins in a local wallet rather than sitting in an exchange wallet?


Continued:

  • Order placement success definitely depends on how busy 'trex is at the time. I have successfully placed up to 20 asks in a spread sell - partial failures are relatively common though when trading is hot. A retry option just for the failed orders would be a major plus.
  • Spread Tabs % column is formatted as satoshis and not percentage.
  • Does Spread Sell calculate to avoid leaving dust in the wallets? Doesn't appear so since a 20 order spread sell of 10,000 units just placed orders for 9949.99999998 (why 99.5%?). In this case it was only a portion of the position held and the fragments don't matter but personally I hate litter. Can the routine be tidied up so that the big end of the order adds in the remainder of the requested amount please?

On further investigation calculations seem distinctly odd:

  • I don't think the spreads are performing quite the right calculations.
  • Try Calc Orders for a Linear Spread of say: 100 coins; 10 orders; High 0.00000100; Low 0.00000050. What you get is 10 orders of 9.95 coins from 0.00000050-0.00000095.
  • Why is it 0.5 coins short?
  • Why isn't the spread the specified 50-100?
  • Try a simple linear 3-order, 10-coin, 50-100 sat spread: %age (wrongly formatted, by the way) says 0.33333333 (should be 2 x 33.33 + 33.34); Coins 3.31666667 (*3 = 9.95000001 again, what's with that?) and the spread is 50;67;83 sats rather than 50;75;100, as I would have expected.
  • Trying the same again with weighted orders yields orders of 6.79039742 + 2.18924887 + 0.97035371 = 9.95 (again!)
  • Surely the linear calculation should be the number of coins (c) divided by the number of orders (n) with any remainder added to the highest priced order (c/n) while the value increment is (high-low)/(n-1). Then, starting with the low price, increment n-2 times and finally apply the high price. In our simple case that would be 10/3 = 2 orders of 3.33333333 and one of 3.33333334, priced at (100-50=50)/(n-1=2) = 25; thus 50; 50 + 25 (n-2 times = 3-2 = once) = 75; + high price = 100, yielding our expected sequence of 50;75;100. Very different from the delivered sequence of 50;67;83.

Now, before anyone emits howls of anguish and claims of nefarious activity, let me make something absolutely clear. There is exactly zero risk of this software filtering off 0.5% or any other amount of my coins for the simple reason that I set my API keys to disallow any withdrawals. You should never allow 1st-round betaware such opportunity for mischief, be it accidental or otherwise.

That said, if I get around to using a finished version of this software I would like to be able to transfer funds around with it. I think it should be able to request generation of deposit addresses to facilitate deposits and withdrawals.

Hopefully the developer is monitoring this and will drop by to explain the calculations being performed. And yes please, I'd love a discrete peak at the code so I can assure everyone with certainty that there can be no coin leakage. KeyTrader shows every indication of becoming an indispensable trading tool. Even though the functions are not quite as I would intuitively expect I'm sure I could soon learn to work it such that I achieved my desired results.

Hopefully a few others will soon share their experiences with KeyTrader. There must be a lot of opinions out there which differ from mine. Don't be shy, tell us about them Smiley


I'm an idiot!  Sad

  • The failed placements were not due to 'trex's workload but because I was tooling around with small orders of low-value coins and falling foul of 'trex's 50K satoshi dust trade limit.
  • The 99.5% value that keeps recurring is due to a double charge of 'trex's 0.25% trade commission.
  • It should actually be a factor of 99.75% because the actual commissions is now 0.25% on each side of the trade (i.e., both vendor and purchaser pay 0.25% commission on each trade).
  • AFAIK the trades should still be placed at full value rather than being reduced at placement and only the total BTC return on sale and total coins purchased should be reduced by 0.25%.

My apologies everyone for wrongly raising the issue. I believe the commissions are simply being calculated too early which leads to dust left in the wallets. It seems the coder is just a little too eager Wink

The fix is a simple move of the commission calculation to the net output fields rather than at the spread order calculation stage and adjusting it to the correct value of 0.25%. Should be a snap Smiley

478  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KEY] KeyCoin | Fair Launch | 10/24 Update: KeyTrader v2 - Windows + Mac on: October 31, 2014, 12:59:06 AM

Superseded: updated and corrected test results here: https://bitcointalk.org/index.php?topic=736389.msg9404046#msg9404046

First impressions
With regard to beta testing here are a few comments to start:

On the Mac version (on OSX Yosemite, 10.10):
Some cosmetic notes:
  • KeyCoin required field needs to display in round, the current display numbers do not fit the text field and the field is too cramped, overwriting part of "Required" making it illegible
  • The "Requirement Met?" field suffers the same problem
  • The create/edit keys link displays very poorly with the current background
  • The API Key labels are almost invisible on the current background, as is the "Show Plain Text" label
  • The Spread Buy tab, the pink text is difficult, the green text awful and the black text label is almost completely hidden in the dark background
  • Same holds for the Spread Sell tab
  • Balance Book tab suffers from illegible black text for Amount and Withdrawal Address, some of which is obscured by the input field. The Portfolio Value and Deposit Address labels do not show well either.
  • Markets Tab is slightly better but black text on that background is not great
  • Whole thing would be improved if the entire tab background was white like it is in the Windows version

Windows version (Windows 7 in VM)
Cosmetic notes:
  • On the API Keys tab the instruction text field is truncated at "allow all functions of the API except for "  with no means of scrolling to find out "except for" what? If the text box extended all the way to the right the text would likely fit.
  • KeyCoin Required and Requirement Met? fields overwrite labels even worse than Mac version does
  • Both Buy & Sell Spread tabs suffer from the hideous and illegible pink and green text labels
  • At least the Balance Book tab has black text labels on a light gray background, a major improvement
  • On the Markets tab the BTC field is truncated and the text labels are unclear with black text on a dark background.

At this stage I have done very limited Bittrex trading with either version and have hit no errors so far.

Continued...
These apply to both Mac & Windows versions:

  • There is no ability to type coin market codes into the coin select box, all selections must be made by drop-down list. This lack of a search function seems an irritating oversight.
  • In the Balance Book Deposit Address only returns already extant coin deposit addresses with no means of generating a new one, although the Bittrex API certainly allows this. It seems more necessary than merely desirable.
  • I have not authorized withdrawals via API but no error is displayed when attempting to do so. This should bring up an alert reminding users when they have not enabled withdrawal on their API key or they will likely assume a broken function.
  • Balance Book offers no facility to sort by various columns. It would be really good to be able to optionally sort by name, balance, availability or even pending.


Continued...

  • On the spread tabs the price fields are too narrow, by 1 digit on Mac and 2 on Windows - a displayed spread of 0.000009 to 0.000009 is not very informative.
  • Spread Buy is not managing to place all orders on 'trex - likely because 'trex is busy atm because it has successfully placed larger spreads and I'm nowhere near 'trex's limits of 500 open orders and 200,000 orders a day. At the moment it is only placing 3-5 orders regardless of requests for 6-10. There needs to be a retry option for failed order placement and only the failures rather than simply displaying the alert "Something went wrong! Please try again", followed by "Your orders have been placed" when they have not.

Suggestions:

  • It would be really handy to be able select coins from the Balance Book tab and jump to that market - always selecting from the drop-down list is tedious and irritating.
  • KeyTrader2 needs at least the option to auto-refresh markets.
  • The spread tabs, only one option of cost or number of coins is available, how about allowing users the option of spread buying n coins or a spread to liquidate a specified value?
  • I know I've requested this before but I'd really prefer to have my KeyCoins staking in my wallet and helping maintain the network rather than idling on an exchange. Can we please have KeyTrader check for the requisite value of coins in a local wallet rather than sitting in an exchange wallet?


Continued:

  • Order placement success definitely depends on how busy 'trex is at the time. I have successfully placed up to 20 asks in a spread sell - partial failures are relatively common though when trading is hot. A retry option just for the failed orders would be a major plus.
  • Spread Tabs % column is formatted as satoshis and not percentage.
  • Does Spread Sell calculate to avoid leaving dust in the wallets? Doesn't appear so since a 20 order spread sell of 10,000 units just placed orders for 9949.99999998 (why 99.5%?). In this case it was only a portion of the position held and the fragments don't matter but personally I hate litter. Can the routine be tidied up so that the big end of the order adds in the remainder of the requested amount please?

On further investigation calculations seem distinctly odd:

  • I don't think the spreads are performing quite the right calculations.
  • Try Calc Orders for a Linear Spread of say: 100 coins; 10 orders; High 0.00000100; Low 0.00000050. What you get is 10 orders of 9.95 coins from 0.00000050-0.00000095.
  • Why is it 0.5 coins short?
  • Why isn't the spread the specified 50-100?
  • Try a simple linear 3-order, 10-coin, 50-100 sat spread: %age (wrongly formatted, by the way) says 0.33333333 (should be 2 x 33.33 + 33.34); Coins 3.31666667 (*3 = 9.95000001 again, what's with that?) and the spread is 50;67;83 sats rather than 50;75;100, as I would have expected.
  • Trying the same again with weighted orders yields orders of 6.79039742 + 2.18924887 + 0.97035371 = 9.95 (again!)
  • Surely the linear calculation should be the number of coins (c) divided by the number of orders (n) with any remainder added to the highest priced order (c/n) while the value increment is (high-low)/(n-1). Then, starting with the low price, increment n-2 times and finally apply the high price. In our simple case that would be 10/3 = 2 orders of 3.33333333 and one of 3.33333334, priced at (100-50=50)/(n-1=2) = 25; thus 50; 50 + 25 (n-2 times = 3-2 = once) = 75; + high price = 100, yielding our expected sequence of 50;75;100. Very different from the delivered sequence of 50;67;83.

Now, before anyone emits howls of anguish and claims of nefarious activity, let me make something absolutely clear. There is exactly zero risk of this software filtering off 0.5% or any other amount of my coins for the simple reason that I set my API keys to disallow any withdrawals. You should never allow 1st-round betaware such opportunity for mischief, be it accidental or otherwise.

That said, if I get around to using a finished version of this software I would like to be able to transfer funds around with it. I think it should be able to request generation of deposit addresses to facilitate deposits and withdrawals.

Hopefully the developer is monitoring this and will drop by to explain the calculations being performed. And yes please, I'd love a discrete peak at the code so I can assure everyone with certainty that there can be no coin leakage. KeyTrader shows every indication of becoming an indispensable trading tool. Even though the functions are not quite as I would intuitively expect I'm sure I could soon learn to work it such that I achieved my desired results.

Hopefully a few others will soon share their experiences with KeyTrader. There must be a lot of opinions out there which differ from mine. Don't be shy, tell us about them Smiley

479  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KEY] KeyCoin | Fair Launch | 10/24 Update: KeyTrader v2 - Windows + Mac on: October 30, 2014, 03:10:04 PM

Superseded: updated and corrected test results here: https://bitcointalk.org/index.php?topic=736389.msg9404046#msg9404046

First impressions
With regard to beta testing here are a few comments to start:

On the Mac version (on OSX Yosemite, 10.10):
Some cosmetic notes:
  • KeyCoin required field needs to display in round, the current display numbers do not fit the text field and the field is too cramped, overwriting part of "Required" making it illegible
  • The "Requirement Met?" field suffers the same problem
  • The create/edit keys link displays very poorly with the current background
  • The API Key labels are almost invisible on the current background, as is the "Show Plain Text" label
  • The Spread Buy tab, the pink text is difficult, the green text awful and the black text label is almost completely hidden in the dark background
  • Same holds for the Spread Sell tab
  • Balance Book tab suffers from illegible black text for Amount and Withdrawal Address, some of which is obscured by the input field. The Portfolio Value and Deposit Address labels do not show well either.
  • Markets Tab is slightly better but black text on that background is not great
  • Whole thing would be improved if the entire tab background was white like it is in the Windows version

Windows version (Windows 7 in VM)
Cosmetic notes:
  • On the API Keys tab the instruction text field is truncated at "allow all functions of the API except for "  with no means of scrolling to find out "except for" what? If the text box extended all the way to the right the text would likely fit.
  • KeyCoin Required and Requirement Met? fields overwrite labels even worse than Mac version does
  • Both Buy & Sell Spread tabs suffer from the hideous and illegible pink and green text labels
  • At least the Balance Book tab has black text labels on a light gray background, a major improvement
  • On the Markets tab the BTC field is truncated and the text labels are unclear with black text on a dark background.

At this stage I have done very limited Bittrex trading with either version and have hit no errors so far.

Continued...
These apply to both Mac & Windows versions:

  • There is no ability to type coin market codes into the coin select box, all selections must be made by drop-down list. This lack of a search function seems an irritating oversight.
  • In the Balance Book Deposit Address only returns already extant coin deposit addresses with no means of generating a new one, although the Bittrex API certainly allows this. It seems more necessary than merely desirable.
  • I have not authorized withdrawals via API but no error is displayed when attempting to do so. This should bring up an alert reminding users when they have not enabled withdrawal on their API key or they will likely assume a broken function.
  • Balance Book offers no facility to sort by various columns. It would be really good to be able to optionally sort by name, balance, availability or even pending.

I'm afraid that's all I have time for at the moment.

Hoping it helps.

Continued...

  • On the spread tabs the price fields are too narrow, by 1 digit on Mac and 2 on Windows - a displayed spread of 0.000009 to 0.000009 is not very informative.
  • Spread Buy is not managing to place all orders on 'trex - likely because 'trex is busy atm because it has successfully placed larger spreads and I'm nowhere near 'trex's limits of 500 open orders and 200,000 orders a day. At the moment it is only placing 3-5 orders regardless of requests for 6-10. There needs to be a retry option for failed order placement and only the failures rather than simply displaying the alert "Something went wrong! Please try again", followed by "Your orders have been placed" when they have not.

Suggestions:

  • It would be really handy to be able select coins from the Balance Book tab and jump to that market - always selecting from the drop-down list is tedious and irritating.
  • KeyTrader2 needs at least the option to auto-refresh markets.
  • The spread tabs, only one option of cost or number of coins is available, how about allowing users the option of spread buying n coins or a spread to liquidate a specified value?
  • I know I've requested this before but I'd really prefer to have my KeyCoins staking in my wallet and helping maintain the network rather than idling on an exchange. Can we please have KeyTrader check for the requisite value of coins in a local wallet rather than sitting in an exchange wallet?

I'm out of time again. I hope this is useful to someone and that I'm not wasting my time on this.

480  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Blockade [CADE] [1% PoS] [Decentralized DDoS Protection] on: October 30, 2014, 05:55:01 AM
Thank you B4zz for updating them.

I am actually currently working on this, but very slowly. Right now, I'm only in the testing stages. Slowly, I will gather some funds through mini IPO series. Instead of straight up coins, I will give it in tokens redeemable for a certain amount of coins. These won't be activated till the final stage.

I'm hoping to truly launch in 6 months or so. Thanks for your cooperation!

And thank you, Somekindabitcoin for dropping by to let everyone know for sure.

This will be a novelty in altcoins, people waiting 6 months Shocked This is a strange ecosystem where tomorrow is the distant future and next week unimaginably far away Smiley

May I recommend hodlers keep staking their DosCoin, both to keep the blockchain alive and to profit from the interest paid.

If nothing else this is going to be an interesting experiment to see if crypto currency speculators are capable of long-term investment. DosCoin launched when, August? Pre-ANN was in July IIRC. Will DosCoin holders wait until April/May for a payoff or will they feed the patient profiteers offering a miserable 1 satoshi on C-CEX?

Gonna need a lot of popcorn Wink

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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!