Bitcoin Forum
May 02, 2024, 09:18:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 [59] 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 ... 121 »
1161  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 18, 2016, 05:36:19 AM
I see the faucet now, and a couple other contracts. I tried to claim the faucet but I got a popup box: Error loading return address

The popups warning about understanding the contract language are also clunky, the Thanks buttons really do nothing, if you press them the transaction doesn't go through, you have to click the "don't show this again" button for the transaction to go through.

I suggest a back button to bring you back to the contract window from the Contact Information dialog, if you hit Accept and want to cancel out of the contact info screen, you have to redo the contract.

Also, i should add to my earlier comment. You can see your Bitmessage address and email address in the Receive tab. Make sure you can at least see the bitmessage address. You can add an email on that tab.

I like the suggestion about allowing people to run through the setup wizard again. Its true once they skip it there is no way back to it.
Also you CAN save information you enter into all contract templates. If you are at the home screen and you try for example "Sell coins" or "Buy coins" you will see an option in that panel to save the information for later. This means you never have to enter it twice. Only when doing a custom contract there is no save option.
1162  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 18, 2016, 05:32:57 AM
I see the faucet now, and a couple other contracts. I tried to claim the faucet but I got a popup box: Error loading return address

The popups warning about understanding the contract language are also clunky, the Thanks buttons really do nothing, if you press them the transaction doesn't go through, you have to click the "don't show this again" button for the transaction to go through.

I suggest a back button to bring you back to the contract window from the Contact Information dialog, if you hit Accept and want to cancel out of the contact info screen, you have to redo the contract.

Hey a few things. When the client first starts, the decentralized markets take time to load the offers. It doesnt have a "blockchain" its peer to peer based on Bitmessage. So it takes a moment to get caught up since Bitmessage holds only 2 days of memory.

Okay the next thing, the whole "error loading return address". The prompt also says "please check THEIR preferred contact method". EDIT: there is another part of my code where i didnt elaborate on that text, i changed it to match. Anyways, there are two methods of p2p communication. The first is email, the second is Bitmessage. The setup wizard recommends having both.

The reason i dont only use Bitmessage exclusively was because it is still being worked on by Aetheros and I want people to have a second less decentralized option of email.

Emails is STILL very anonymous because it uses end to end encryption in Bitbay. So all those emails will arrive encrypted. I should also tell you that Pay To Email also uses Steganography.

Anyways, you can contract in either Bitmessage or Email but a person who posts Email as their preferred method of contact will not accept Bitmessage offers. Perhaps i should allow them to use "either". But that would require changing a good amount of code and i dont have time to change that.


So to respond to that fawcet contract you should set up an email or ask 3r to post one where bitmessage is the preferred contact method.
1163  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 17, 2016, 08:13:24 AM
I'm not attempting to FUD, I wanted to provide feedback from someone just stumbling into it and wanting to check it out to see how it works. I highlighted the hash discrepancy because that's a pretty big red flag to me.

My environment is Windows 7 Pro x64 in VMware. No antivirus. I'm not finding any crashlog.dat

re: bit.ly, if it really has to be used, might as well put the exe installer in a .zip so people don't get the off-putting warning from them.

re: Language selection, I don't know if there needs to be example text at all, but if you must, maybe truncate it to just Hello, as Hello world has connotations of placeholder and programming beginners. Most language selection prompts usually just have the text "Select language:" above the drop down box, and English or local language will be defaulted in the box, requiring the user to only hit the OK button. Really just a minor nitpick Smiley

I see why it comes up but I mention the UAC prompt being odd because most cryptocurrency wallets/programs don't have it, and it just intuitively doesn't seem like the kind of program that would need it. I don't know much about UAC except I know I've seen options in programs like CCleaner where they can disable the prompt. Re: your question about it asking for admin privs, the prompt says: C:\BitBay\bitbay.exe asadmin

Right okay so I sent you a private message P-Funk, thanks for the feedback and i was almost certain it wasn't fud because those were all legitimate points you made some that i wanted to change myself.

Many of the things you pointed out such as UAC for example, are not in other cryptocurrency programs because most crypto programs are not very good. They are not secure and they don't do things like decentralized markets and unbreakable contracts. This software does many things far beyond what a normal Qt can do.

This is software coded entirely from scratch. Its 50,000 lines of completely original code. It does things from automated joint accounts to steganography. Its a complete crypto suite. Not to mention it works in 3 different currencies!

And yes the prompt says asadmin which is a little software trick to ask the computer for example UAC to elevate to admin so that you as a software user don't have to do it yourself. And this admin access is asked for a few reasons. On some operating systems we would have bitbayd or bitmhalo(bitmessage) crash or not have write access etc. Also without admin some systems may restrict the ability to launch them as subprocesses from the console. So obviously thats bad and the only way to run it is as admin. Instead of asking the user to do that manually i let the program elevate itself from command prompt.

So I also sent you a PM, i have no idea why the program didn't load after you chose the language. Did you finish the setup wizard? Did you minimize it to the system tray? Did bitbay.exe stop running? We have hardly ever had problems running Bitbay on windows 7 64 bit. I code exclusively on Windows 7 pro 64 bit with no antivirus myself.

Did you let it install to C:\bitbay\ or did you change that directory to program files? Because some systems will not let me store files locally within that directory. This is why other coins put everything in users/(yourname)/appdata/roaming etc

I would like to know more about why the program quit. Did you allow it to use your firewall? Any P2P programs need to do that for example uTorrent does that.

Once you get set up I'm sure someone here would be more than willing to do a smart contract with you. Smiley
Ok so here's something interesting. I went through the trouble of cloning a relatively fresh Windows 7 install to a disk so I could stay safe but avoid the VM.

The client downloaded from bitbay.market doesn't work no matter what I do, bitbay.exe runs three instances but doesn't get as far as the account/backup setup wizard. But the one I download from the OP of this thread does. The discrepancy between the two versions is still shady to me. I wouldn't trust someone else to run the website for your software.

I threw the bootstrap.dat in the bitbaydata directory, not sure if it's using it but I'm syncing up now.


Its funny you should say that, there was a lengthy debate about that on slack yesterday. I do trust the web dev honestly but we talked about hosting the files on my server. But they don't wanting redirecting to a different domain and think i shouldn't distract myself from coding to do a domain transfer and they want control of the site cause its a community thing.

The OP is straight from my domain. Davtonia.com is my company and the host of BitHalo and BlackHalo. But it does not host Bitbay... they could be hosting an old version.
1164  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 14, 2016, 11:49:46 PM
I'm not attempting to FUD, I wanted to provide feedback from someone just stumbling into it and wanting to check it out to see how it works. I highlighted the hash discrepancy because that's a pretty big red flag to me.

My environment is Windows 7 Pro x64 in VMware. No antivirus. I'm not finding any crashlog.dat

re: bit.ly, if it really has to be used, might as well put the exe installer in a .zip so people don't get the off-putting warning from them.

re: Language selection, I don't know if there needs to be example text at all, but if you must, maybe truncate it to just Hello, as Hello world has connotations of placeholder and programming beginners. Most language selection prompts usually just have the text "Select language:" above the drop down box, and English or local language will be defaulted in the box, requiring the user to only hit the OK button. Really just a minor nitpick Smiley

I see why it comes up but I mention the UAC prompt being odd because most cryptocurrency wallets/programs don't have it, and it just intuitively doesn't seem like the kind of program that would need it. I don't know much about UAC except I know I've seen options in programs like CCleaner where they can disable the prompt. Re: your question about it asking for admin privs, the prompt says: C:\BitBay\bitbay.exe asadmin

Right okay so I sent you a private message P-Funk, thanks for the feedback and i was almost certain it wasn't fud because those were all legitimate points you made some that i wanted to change myself.

Many of the things you pointed out such as UAC for example, are not in other cryptocurrency programs because most crypto programs are not very good. They are not secure and they don't do things like decentralized markets and unbreakable contracts. This software does many things far beyond what a normal Qt can do.

This is software coded entirely from scratch. Its 50,000 lines of completely original code. It does things from automated joint accounts to steganography. Its a complete crypto suite. Not to mention it works in 3 different currencies!

And yes the prompt says asadmin which is a little software trick to ask the computer for example UAC to elevate to admin so that you as a software user don't have to do it yourself. And this admin access is asked for a few reasons. On some operating systems we would have bitbayd or bitmhalo(bitmessage) crash or not have write access etc. Also without admin some systems may restrict the ability to launch them as subprocesses from the console. So obviously thats bad and the only way to run it is as admin. Instead of asking the user to do that manually i let the program elevate itself from command prompt.

So I also sent you a PM, i have no idea why the program didn't load after you chose the language. Did you finish the setup wizard? Did you minimize it to the system tray? Did bitbay.exe stop running? We have hardly ever had problems running Bitbay on windows 7 64 bit. I code exclusively on Windows 7 pro 64 bit with no antivirus myself.

Did you let it install to C:\bitbay\ or did you change that directory to program files? Because some systems will not let me store files locally within that directory. This is why other coins put everything in users/(yourname)/appdata/roaming etc

I would like to know more about why the program quit. Did you allow it to use your firewall? Any P2P programs need to do that for example uTorrent does that.

Once you get set up I'm sure someone here would be more than willing to do a smart contract with you. Smiley
1165  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 14, 2016, 10:34:46 AM
Also the different Checksums may be because I may have updated the executable on my site first. Meta who runs the site wants to host it on his server. So when i update while testing i also have to have him update. But considering the frequency at which i update the code, its a bit of a pain to have him update every time i do something minor. (I dont always do a version change while testing on slack)

But personally this is why i never wanted the link to go anywhere but to where i host all of my content. I really hope you aren't looking for reasons to FUD this project and these were genuine complaints? In general some of the points you made dont make sense such as UAC (uac shows up for thousands of programs and each version of windows is going to be more annoying with it)
1166  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 14, 2016, 10:24:55 AM
So I'm coming to this from Munti's post in the IOTA thread, here are some new user observations.

bitbay.market download page uses a bit.ly link for seemingly no reason, and bit.ly gives a person a not friendly warning message about the .exe file: http://bit.ly/1EnFbpw

The bitbaysetup.exe file from bitbay.market and the one linked to in the thread OP are different filesizes and have different hash/checksums. The version flag on both exes is 1.2, despite the website saying it's version 1.21. Explain this.


The download in the 2nd post of this thread is not hosted by MEGA anymore.

The BitBay installer by default wants to put it in the C:\ directory, where default place should be C:\Program Files (x86)\

Windows Firewall pops up needing access three times for three different programs

I downloaded the bootstrap and put it in the \BitBay\bitbaydata\ directory.

I run BitBay, it has a UAC prompt, which it shouldn't. Another Windows Firewall prompt. A language prompt that needs tuning (Hello World isn't good example text, if English is default then it should display first on the drop down box, not "Select language", I'd also change the Apply button to say OK). It runs two BitBay processes, then three, shows a dumb looking "Such Loading" splash with the doge meme on it, and then closes. BitMHalo.exe process has been running the whole time, accessing the disk a little bit, but doesn't seem to be doing much.


So at the end, after all this, BitBay isn't running. This is not a good user experience.

It should be noted, I have fought the bit.ly links and didn't think they were necessary at all. But the dev of the website bitbay.market says they are needed for tracking downloads. I would assume there is ways of doing that without using bit.ly but I'm not a web dev so i dont know.

So I agree with you on the bit.ly link but i dont run the site. In fact, he wanted to host my executable and I absolute can't stand that idea but he thinks if it reroutes to davtonia.org (where all my hosting is) then people would think that is strange. There was even a debate about this on slack. So I've sort of made a leap of faith here. So instead i give the checksum of the installer basically for anyone to verify it. One process can verify the other process as well.

I would like to mention anyone who wants to build from source i can send the obfuscated source and all building instructions as many people have asked for that. I've been thinking of even putting that on github (why not, i give it out anyways).

Also i was wondering about .exe because some browsers dont like them. Perhaps its better to zip the installer. Still i should point out that a lot of sites still use installer (exe). Also the reason for not putting in program files is because there is administrator restrictions on some operating systems. Because in that folder i store all the files, unlike other wallets, I keep nothing in roaming. The bitbay daemon does keep its blockchain files locally everything in the same folder C:\Bitbay\ ... the installer gives you the option to choose a folder and i recommend against program files because these new shitty windows are so invasive that they prevent you from running as admin.

Now on to firewall... that is going to be asked for ANY p2p program... this is another problem with windows babysitting BS. These messages are nonetheless standard. The reason there is 2-3 warning is because there is Halo via RPC, Bitbayd (daemon) which connects to its network, and my version of Bitmessage. Bitmessage and Bitbay are totally different protocols. Bitmessage and its modifications are the way i am able to get decentralized markets. I use what is called Channels. It also is built to protect your anonymity so unlike Tors flaws with exit nodes there is no flaw yet i have found with this Bitmessage decentralized method of communicating since the originator of a message cannot be known.


UAC prompt is unavoidable, ALL versions of windows will give you that prompt on applications like that. It needs to be run that way because its running subprocesses such as Bitmessage and Bitbayd. I don't have UAC turned on in my computer. I think its invasive and a restriction on your rights as an owner of a computer.

As for language selection starting on English is fine but why not have it say "select language"? Obviously an English speaker would appreciate the fact that its in 92 languages.

I understand the "Hello world" default text complaint. However can you recommend an alternative? What about the rest of the client? Would you not agree this client is a million times more user friendly than a typical Qt client? A lot of thought went into this. So more feedback would be great! And thanks for the feedback.

As for it not loading, are you running avast? Avast doesn't like Python. We have submitted to them before. If it unloads it will usually say why. Did you decline the ability for the program to run as admin? Thats probably what UAC asked you. It needs to do that to run the subprocess. The reason it runs two copies of BitBay.exe is because one is python and the other is the executable. This is true for all frozen Python executables.

IF you want i can walk you through setup. Send me a private message and if you have a crashlog.dat i would like to see it.
1167  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Decentralized Marketplace|Smart Contracts|IoT Tech on: March 14, 2016, 01:49:19 AM
Quote
...

Well the question is, should we moderate out the fact that this guy and his partners had sabotaged development? Maybe but it helps show what went on exactly.

All someone needs to do is download the bitbay market client and see for themselves. Its totally unique code and has all the features it claims to have. Actions always speak louder.

Even though I was poking fun, I did read enough to respect the people involved and I did buy a little and will buy a little more. Keep in mind though that professionalism is important. As good as your project is, it wouldn't hurt to keep petty bickering private.




I'm not bitbaydev... this thread is run by people in the community. And the issue wasn't petty, the and guy his friends stole more than a thousand bitcoins. Coins that should be going to development. But i will ask a few of them if they think it makes sense to clean that up. The guy who took funds from us abused my name to do it so I'm not sure if it makes sense to remove those comments or not.

But maybe it should be removed anyways, after all, that was a long time ago and it might be confusing to new investors such as yourself.
1168  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Decentralized Marketplace|Smart Contracts|IoT Tech on: March 14, 2016, 12:54:56 AM
So many FUDs in the old thread, to protect our investor and Bitbay Project, we have to start this Self-moderated thread.
(...)


The other thread was also Self Moderated...

(...)

Bobsurplus has controlled the BitBay Team bitcointalk account and this thread(https://bitcointalk.org/index.php?topic=850267.0)!  and he want to dump the price to 20sats and pump this to 100 sats again. that's the reason why he keep FUDs this. The most evil people we have ever met is Bobsurplus.But he has been kicked out from the team completely!

(...)

How did those coinkilling posts make it past the moderator?

Looks like a cool coin.

Might buy some.


Well the question is, should we moderate out the fact that this guy and his partners had sabotaged development? Maybe but it helps show what went on exactly.

All someone needs to do is download the bitbay market client and see for themselves. Its totally unique code and has all the features it claims to have. Actions always speak louder.
1169  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 14, 2016, 12:50:37 AM

Hi guys, I've been reading this thread with interest and it's a real shame that BAY hasn't been getting the attention it deserves. The hype surrounding ETH is pretty staggering considering the technical issues surrounding it. I still can't get the wallet / app thing to work! However, no problems at all with my Bitbay client.

I already sent a listing request to Poloniex for Bitbay, and everyone in this community should please do the same to keep the pressure up. Maybe list a few bullet points as to the positive features and benefits as compared to Ethereum. DZ has already made a fine job of drawing the comparisons between Bitbay and Ethereum.

As for Chinese / Asian exchanges, have you considered approaching Gatecoin?:
https://gatecoin.com/

From their website: "We are a Money Service Operator Licensed in Hong Kong by the Customs and Excises Department..."

I opened an account there and tested it with some Ethereum and Bitcoin, and it all went pretty smoothly. I was able to deposit and withdraw with no issues. Although, the website was a bit laggy when I happened to be there, but they were doing some maintenance and improving the site I believe.



Yeah maybe the major difference between Bitbay and Etherium is they spent their time marketing and getting money and then developed software later. While we have been coding first and will market later. Altough i've learned a lesson that having a product doesn't always mean people will use it. (you have to market)

There has been multiple ideas for exchanges that we could add to. First this is people should let them know. And either way things will change once the pegging starts because we will have to negotiate it again since freezing coins will take some orders off the live books.
1170  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BlackHalo Smart Contracting Client!!! Download now! Happy Independence day! on: March 13, 2016, 10:35:03 AM
Hi david,

can you post some news of the developpement on this thread ?

Yeah sure, the project is still very much alive. Both BlackHalo and BitHalo have advanced tremendously. The most recent client has decentralized markets and templates.

The first template "Cash for Coins" is already live. It allows you to post to the market with a price tracker that tracks the fiat value of your sale. This is perfect for new users who just want to buy their first crypto. Combined with unbreakable contracts its like a localbitcoins totally decentralized and trustless.

The custom template can still do anything you put your imagination too.

And the new client translates to over 92 languages and has an updated pay to email system.

The rest of the templates will be finished this year completing Halo.

If time allows and the protocol is robust enough, i will complete NightTrader as well (I've yet to decide if microtrading is a marketable way to do decentralized exchange because of waiting for confirmations)
1171  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BlackHalo Smart Contracting Client!!! Download now! Happy Independence day! on: March 13, 2016, 10:31:09 AM
Is there a new thread for this?

Same thread, this is the only BlackHalo thread, no need to start another. Plus, the newest client is really awesome maybe one day people will start caring about crypto and use the software made for it.
OMG, I really don't know why this thread remains so small after almost 2 years of intensive and active development over this outstanding project.

Halo's team have my admiration for doing so much without presale coins, ICOs, IPOs, crowdfunding etc.

Congratulations!

Quote
Price Growth, no more volatility

An upcoming revolutionary change is coming to crypto-currency in the Halo platform. We are working on a currency that has the ability to inflate and deflate. Interest rates are controlled by votes and thus, users can grow their own coin in a stable fashion ending the era of the infamous “pump and dump”. You will be able to sell reserve bonds, perform advanced contracts and be your own bank. For Blackcoin, this sister currency will be a stable hedge adding health to the economy.

Isn't that idea already available and developed by the Nu project?

"currency that has the ability to inflate and deflate" = Nubits

"interest rates are controlled by votes" = Nushare holders vote Nubits' supply and park rates.

Wouldn't just be easier integrating that cryptosystem inside Halo?

The thing is, the Nu project is not decentralized and it uses custodial wallets and elective parking. Its basically front running. And this system I'm making is not any of that.

It works like so:
You control the total supply by allowing miners to vote for +1% or -1% inflation/deflation.
When the total supply deflates, individual inputs are deflated.
Thus if the total supply is 50% deflated and you have a coin that was never spent since 100% you need to pay 50% back to yourself frozen
This creates 2 classes of coins frozen and liquid. It also creates premium and subpremium liquidity based on the rate and input is set to deflate.
In summary, you can turn a 1 billion supply of coins into a 999 million frozen and 1 million liquid coins increasing the price artificially.
This mechanical/decentralized control of price is not limited to $1 in NuBits case but actually allows holders to set any price they see fit.

Supply and Demand the most basic law of economics in existence. Control that and you control price. If Supply < Demand price goes up. If price seems too high inflate and Supply < Demand price will go down.

And thanks, yeah i agree, the project has come far. The new client has decentralized markets and is very stable. More templates are headed our way for easier interaction with smart contracts.
1172  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LISK] Lisk | ICO | Decentralized Application & Sidechain Platform on: March 13, 2016, 06:47:13 AM
http://www.merriam-webster.com/dictionary/lisk

Okay this isn't fud but Lisk means groin?  Cheesy

I really like the ideas for the project but this thing here...

Was this name choice deliberate? Why was this name chosen? What is a lisk?
1173  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 12, 2016, 06:15:06 AM
For all the investors who wonder what goes on day to day just wanted to drop in and say what im working on currently:

Recently i fixed the bitcointools library for high s curve signatures since bitcoins recent update
Ive tripled the fee in bithalo per input due to slow blockchain
ive fixed a minor issue where people who ignore the high fee warning for contracts result in a declined contract now we force them to accept the new fee or reject the contract entirely

im working on the linux and cross platform windows build of the daemon for all altcoins. Ive tried to build in a VM but got some weird memory issues, will be going to some local coding groups to find someone interested in assisting the build (if you know anyone who wants to help set up a VM for a bounty let me know)

After those builds i will buy a cheap mac and set up a build for that too


I've done some windows 10 testing with a new computer i got... windows 10 is a nightmare operating system. Aside from the spyware, it has serious memory issues and processing issues. I have no idea why anyone would use it. Nonetheless everything works. Although the OS is so unstable i almost lost a hard drive when it crashed because i was playing music. Got a faulty stick of RAM changed but i still think the Win 10 OS performs horribly. Forget that it also logs your keystrokes and invades your privacy... even its design makes my 8 processors seem like 1.

Apparently, using simple programs like chrome and winamp can cause 100% hard disk usage in windows 10. Ridiculous.

Today I'm working on a few bugs, if you type foreign characters into a Pay to Email, it can result in not getting encoded for email providers and not seen in the inbox. So thats being updated

Also, im working on cleaning up the queue for submitted raw transactions since they are not labeled for the account and can sometimes not get trimmmed.

And I'm going to check to see if resubmitting automatically to the markets has been working. You must stay connected at a certain sweet spot during the 2 days its posted and if you arent online at that time frame it gets removed and you must submit again manually. But i once did not see it submit so im going to do more tests.

Also i have to test contracts with myself to see if the fee adjusting works with autoaccepting and counter-offers. It might be a series of at least 2 tests.

Live tests take me time sometimes, opening and closing the program, using live coins and just repeating etc.


So just for anyone who is curious, I've been working recently and we will see more frequent updates now.

And for people who are not sure why there are delays, there is a changelog that comes with every new update/build. You can read those and see what was changed. Usually a lot is left out of that because there is no point to list everything. But it helps you as an investor to decide if I'm being lazy or not.  Cool


Finally, if anyone has any bugs, please report them to me. And thank you to the slack group for searching for bugs. The idea is to try to break the client, stress test it etc.

Thanks
1174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 11, 2016, 10:41:48 PM
Is there some timeline for this, or is this speculation on things that can be achieved. The reason i am a bit frustrated is that for a year we've seen a lot of things especially in the beginning, but when it comes to achievements there are only halfway things that are ready?

Oh no this is not speculation, its must get achieved. I have gotten as far as charting out how its done, basically it is done in the scripting system, will effect individual inputs. And to elaborate, they get tagged with the time it freezes and unfreezes which will tell you how much it is fractionally divisible by. Then miner rules are changed for multiple different scenarios (such as allowing a 3 month exemption if the coin is time locked)

If you count the entire year quite a bit was achieved. Decentralized markets for one.

However, because im coding alone, if something comes up or i lose a few weeks, then there is nobody to code. So unfortunately I have to be constantly coding to finish this all since the software is so large already.

But its okay! This year i plan on finishing everything. So thats the timeline and i do believe this timeline was mentioned before.
1175  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BLK/BC) | PoS | No premine | No IPO on: March 11, 2016, 11:06:55 AM
Quote

The current version has already had smart contracts for 2 years. The newest one is actually very stable and fast. However, I need to update the daemon from the POS 3 fork. (You could build that yourself too)

This version of BlackHalo has decentralized markets as well.

So the goals this year:

Implement the cold staking technique
Finish the remaining templates (currently only custom smart contracts and cash for coins template is live)
And after all templates, I'm still working on NightTraders beta.

The challenge in NightTrader I've had is latency, if i finish the microtrader it will require time to complete trades so i dont want to release a product if people arent using it.

Regardless, I'm making it with either microtrading or perhaps a variation on atomic trades or multisig exchange. The drawback to multisig exchange is i take on some liability because our servers participate. Microtrading is fully decentralized but consider some transactions might take up to 10-20 trades. Imagine waiting for a trade to finish when involved in Bitcoin (days! no fun)

Bitbay will also get their much anticipated pegging.



The problem? My guy who did my marketing moved on to do a completely different business after I paid him.

So we have no marketing in BLK or in BAY or not even for BitHalo or NightTrader.

I cant code and market, coding is so much work i dont even have time to trade and that has costed quite a bit.

And sorry guys that I don't visit Bitcointalk much, I am usually on r/Blackcoin

Speaking of marketing we have a new site for Blackcoin at davtonia.com/blackcoin but its been hard to convince Gritt to help me push the redirect link back. Things like this are exactly what holds back our marketing.

Its been 2 years and we are still using the old site.

The site might not be the only antiquated thing. Seems "industry" is going with the block chains...smart contracts with decentralized applications all without the possibility of down time.

Crypts are evolving and ironing out a niche in the system, we either evolve and move forward with them or fade away and die with the rest.

The possibilities are causing multi millions to pour new seed money in...I think we are on the edifice of the next "internet" and its time for some big moves.

Venture capital is flowing into this new wild frontier, and where is BLK?

We have the smartest brains in the crypto world, thats why I have a position in BLK. I only hope we haven't become compliciant.

Yeah however Etherium is a bloated protocol. It cant be both a decentralized application and payment network.

Let me explain how serious of a problem this is. Bitcoin cannot even store BASIC TRANSACTIONS on the blockchain without grinding to a halt and sparking a huge blockchain size debate. This actualy problem is increased 10-20 fold if you think you are going to store applications in a decentralized way??? You would be out of your mind to think that.

This is why i've never agreed with the Eth business model of "selling dreams without solutions". And investors are apathetic saying "Oh its okay bandwidth will catch up"

But it wont. Etherium to survive will have to centralize and that is absolutely no good as a payment network.

So actually the blockchain is only good for notary, possibly validating a side chain and reporting errors.

So in all honestly the future is in the lightning network, a P2P debt transfer protocol. Something that allows peers to avoid reporting to the blockchain by transferring trust in time locks.

Etherium storing software on the blockchain?? Ridiculous. Imagine having to download all of youtube to watch a single video. The scalaing problem is very serious.

I do like the fact that they can augment the scripting system so in that respect Bitcoin and all its clones are dinosaurs. But Etherium cannot possibly be a solution because it cannot be decentralized in its proposed state.

Thank you for that. After reevaluating the situation I believe you are correct.

If you carefully read the fine print of what they say you will soon see the holes. Factom says its over $1000 for 1gb to be stored on the bitcoin network and they are just using a single hash, which is just a time stamp!?! ....So the time stamp is going to point to another location of the files? idk

I've already heard about Bitcoins blockchain issues (almost 65gigs atm? so full client is out) and like you said downloading all of youtube is not going to work for a crypto, it has to be fast.

Seems like they are mixing two good ideas to come up with a pile of garbage... Snake oil salesmen?

Well they may come up with some ideas they have a large team you never know.

This is how i imagine the perfect decentralized coin:

1) The coin needs to run most of its core on a lightning network. What is a lightning network? Basically it daisy chains users together in joint accounts with lock times. Bob->John John->Alice etc... and it simply routes debt from one user to another peer to peer.

This way, users dont need to store a transaction on the blockchain unless it needs to be reported. If Bob wants to pay Alice he routes the debt through John

2) Users should be able to do more with wallets, add public keys, add redeem scripts, etc. There should be a better scripting system
Part of Bitcoins problem is that it has a really useless scripting system. This is actually the (good) part of Etherium. They add to the scripting rules and this is important so we can have special accounts, locktimes and other cool ways of moving money

3) There should be a decentralized exchange... a lightning network for every coin would work or a microtrader like NT or at least an exchange which is multisignature. The issue of speed bloat and latency is huge so microtrading is the last resort but it is also the most compatible with every coin.

4) Smart contracts/apps can work as side chains. Users can really just do all those fancy contracts at their own risk. However, why should the entire blockchain deal with the apps/bloat/etc?

5) Core smart contracts should still be double deposit... because computers are not lie detectors

6) The currency should control its own supply:
This i consider the most important feature. By allowing supply to deflate based on voting or some other method, you can equally freeze and unfreeze coins. If you limit this to at most 1-2% a day, you can basically control price without volatility. Even in volatile markets. You can then set up bylaws for coins and the rate at which they freeze (because once people start moving liquid coins they will have different due dates to freeze). So you can make minimum liquidity rules for sending and so forth.

7) Thus the above control of supply can be used to match demand and set any price you want. Like we do today for any commodity. Frozen coins can also be used to give loans, trade for liquidity and credit swaps etc.

Since your goal is to reduce bloat, you can combine with pruning and reputation systems. Its possible that proof of stake is better than proof of work, however maybe some sort of "proof of activity" combined with POS might be the ideal way to go.
1176  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 10, 2016, 08:27:47 AM
thanks for the reply as always david Smiley

Yes you are right. Let's wait till after pegging. Who knows with the first stable price coin out there we might attract a lot of attention anyway. I mean this is the holy grail from a commercial pov. I'm sure the adoption of btc would be 1000x what is is now if vendors could take btc without being scared it is worth half before they cash it out.



Yep, its so extremely important to get rid of this pump and dump market that has been preventing bitcoin adoption. Nobody wants to use a currency that swings 25% a day... and this way it can even grow in price.

So then, the only thing that will matter is popularity and volume.

It will be interesting to see how the market reacts to it. It is really hard to give a pegging value to BAY (or maybe it is not but i have never seen any coin do this so i do not know what to really expect). I don't fully understand how it is possible to guarantee the price (unless there is some money to guarantee the value). There are very big wallets out there and if pegging happens, it would mean all those people would get access to a lot of money.

The pegging freezes coins. It freezes them for every input evenly based on the rate of deflation.

So if for example you have 1 billion coins and freeze 99% then the inputs will freeze 99% of any input.

This means that if you hold 100,000 coins you can only move 1000 and the other 99,000 you have to send to yourself as change.

This rule is enforced by miners.

When it inflates your coins become unfrozen but you cant predict when that will happen because of voting.

Extreme example:
You have 1 billion coins and you freeze 99.9999% of them so only 1 coin is available

Everyone would still have an equal fraction of that one coin but it brings up the market cap because i can go on the exchange and offer $100 for that one coin.

This makes the liquid coin worth 100 dollars raising the marketcap to 100 billion.

But thats an extreme example because you want liquidity and volume too so thats too heavily deflated. Instead deflate gradually to a target price.
1177  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 10, 2016, 06:54:52 AM
thanks for the reply as always david Smiley

Yes you are right. Let's wait till after pegging. Who knows with the first stable price coin out there we might attract a lot of attention anyway. I mean this is the holy grail from a commercial pov. I'm sure the adoption of btc would be 1000x what is is now if vendors could take btc without being scared it is worth half before they cash it out.



Yep, its so extremely important to get rid of this pump and dump market that has been preventing bitcoin adoption. Nobody wants to use a currency that swings 25% a day... and this way it can even grow in price.

So then, the only thing that will matter is popularity and volume.
1178  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 09, 2016, 11:43:31 PM
But David how can you be fudded. You did nothing wrong and are still here working on the project? don't reply on the thread you can just hold the ICO and do the ledger. If the ICO is transparent and full ledger then really there is no room for fudding.

Everyone else left and you could have taken your BTC and ran too? You gave us the smart contracts like you were paid. I mean if you didn't believe in BAY you could have just dumped your BAY and left saying sorry there is no dev fund now. Nobody could have said anything.

You have to think also. Even if we only raised 200BTC which I believe we will raise far more. But even if we did it would attract a lot more people to our community and increase interest in the BAY project. Also less dilution of the coins. I mean really there is no downside to where it is now. We either have big ico and big increase in interest and money to do things or we have small interest and don't have to dilute.

Anyway for me it would solve a lot of issues.
I like the name bitbay i would keep it like that. That's my vote.



Yeah thats true, it would be hard to fud based on that logic. And honestly, going through the FUD helped my skin get thicker and really helped me forget about my image and not worry about what people think.

Once you have had your character attacked publicly you are forced to face yourself. There is a really cool quote on this...

"Be who you are and say what you feel, because those who mind don’t matter and those who matter don’t mind."

In addition to smart contracts Bay also got the decentralized markets exactly as promised. But the project isnt complete yet of course we still need the rest.

Well this debate is interesting, however I don't want to take too much time away from coding. We could consider a relaunch when the pegging comes but i dont want to do anything that is unfair to investors who have stayed here and waited for ROI. I dont like the idea of diluting them. Letting new people into the market is okay perhaps at a discount since we will end up deflating anyways. It does create more work though.

So i think the best thing to do for now is let people talk about it on the forums in friendly debate and later this year when pegging is done we can discuss it again since im going to be testing it a lot anyways. And yes the btc would be helpful but not yet. If it came in now, it would be one extra thing for me to worry about (managing those funds, training devs). I would prefer to simply finish the coding goals we have here and then to clean up the code and to improve the system more and all that good stuff then i would be more comfortable managing devs.

Besides after i finish the templates i will probably be more interested in going completely open source instead of obfuscated python. So when we finish the pegging coding, then new devs can come in if we are able to raise funds and they will not have to work while im constantly changing the code. I know there is github for that but it would be a distraction simply explaining the code and I've had such a hard time finding reliable devs.

If i finish the goals now, then i wont worry about coding as much since im caught up on work and would be much happier managing and training a dev. So we are in no rush to rebrand.

Also when we peg, we can pay the new devs using frozen coins as well and some sort of bonus which serve as a future payment... if the project succeeds those coins unfreeze because volume increases so they will be motivated to see it succeed. Just another idea
1179  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 09, 2016, 03:24:42 PM
Zimbeck is the coolest developer around and this asset should be twenty times its value. Got to give the man credit for sticking with this project and i know from personal experience hes a very fine man.
10/10 Zimbeck - your secret santa.

Thank you, i really appreciate it. Its stuff like this that helps me keep my head up and motivated. And once all this software finishes this year it will be completely worth every minute.

Just to get this software done is going to be like having an anvil off my shoulders. I've been working on Halo for 2 years! When it started, never had any idea it would last this long. But i can say its been totally a wild ride.
1180  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official BitBay Thread |Smart Contracts Wallet UPDATE|Decentralized Marketplace on: March 09, 2016, 03:20:01 PM
IOTA tokens are currently being sold and bought using escrow and trust before the network actually launches. Could someone post a step by step guide on how to sell and buy such tokens on BitBay in these circumstances? Where to download the client, which version etc.

Both buyer and seller should post an escrow deposit and the contract should last at least 3 months until it expires after which the escrow is returned if neither party disagrees (this takes care of either party dying or losing keys etc). Also the contract should be able to expire if both parties want so. And the contract should terminate successfully when the buyer has received the tokens (when the IOTA network eventually launches and is declared safe to do transactions on) and the seller has received the payment (BTC or perhaps even BitBay).

Hey thats a really good idea... maybe someone in the slack team wants to help with this? I could do a small bounty on that and we can post it there or propose it to their team?
Pages: « 1 ... 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 [59] 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 ... 121 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!