Bitcoin Forum
May 06, 2024, 08:39:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 ... 245 »
  Print  
Author Topic: I/O Coin (IOC) DiONS VM | Messaging | Data Storage | Chameleon | DeFi  (Read 719043 times)
cohnhead
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
August 24, 2015, 01:38:19 PM
 #2141

DEVELOPMENT UPDATE AUGUST 24th, 2015


Greetings Everyone!

Me and Ophie have been hard at work finishing the new and improved wallet. Given the drastic changes we wanted to make we decided early on that it would be best to rewrite the wallet from the ground up, and what a difference it has made! The new RPC backend is a work of art (if I do say myself... Wink ) and the GUI layer is extremely clean thanks to Mithril.js, a reactive framework that we're piloting with this project.

We just completed the tenth week of development and Joel notified me that the community wants us to be more open about what we're doing, so from now on we will try to write a new wallet update every week until release!

This week, among other work, I overhauled the loading system.

>>>>>>>> One of the goals with the new wallet is to allow our users to have multiple I/O Coin wallets at the same time, <<<<<<<<<

 and to be able to load them as easily as you would load a project in any other piece of software. I've included a sneak peek of our new splash screen that enables this.

Have a great week I/O Community!

Sincerely,
St. Patty




Hi Pat,

One of the goals with the new wallet is to allow our users to have multiple I/O Coin wallets at the same time  

Why ?




reasins.....could it help anonymity ?   staking?   or maybe different entities that require separate wallets ( not just addresses)?    ..and probably a host of others I cant think of
1715027990
Hero Member
*
Offline Offline

Posts: 1715027990

View Profile Personal Message (Offline)

Ignore
1715027990
Reply with quote  #2

1715027990
Report to moderator
1715027990
Hero Member
*
Offline Offline

Posts: 1715027990

View Profile Personal Message (Offline)

Ignore
1715027990
Reply with quote  #2

1715027990
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715027990
Hero Member
*
Offline Offline

Posts: 1715027990

View Profile Personal Message (Offline)

Ignore
1715027990
Reply with quote  #2

1715027990
Report to moderator
cohnhead
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
August 24, 2015, 01:41:03 PM
 #2142

yobit should be adding ioc today...hopefully will generate more awareness and better volume
IOCpromotiontips
Member
**
Offline Offline

Activity: 84
Merit: 10

Givingittoyoustraight


View Profile
August 24, 2015, 01:56:40 PM
 #2143

Yobit is an almost DEAD exchange, really low, (like 0.1BTC) volume for the top coins. 


Regarding the wallet and the option to create lots of new ones, i look forward to knowing why, maybe it has something to do with Sidechains or the Blockchain also?
cohnhead
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
August 24, 2015, 02:00:52 PM
 #2144

Yobit is an almost DEAD exchange, really low, (like 0.1BTC) volume for the top coins. 


Regarding the wallet and the option to create lots of new ones, i look forward to knowing why, maybe it has something to do with Sidechains or the Blockchain also?

ok...but all hailed addition to bluetrade....no volume there either.....isn't it also about awareness....anyway if someone gives you a horse for free do you check his teeth :-)
cryptocoinnl
Hero Member
*****
Offline Offline

Activity: 527
Merit: 500

Blockchain!!!


View Profile
August 24, 2015, 03:09:05 PM
 #2145

Yobit is an almost DEAD exchange, really low, (like 0.1BTC) volume for the top coins. 


Regarding the wallet and the option to create lots of new ones, i look forward to knowing why, maybe it has something to do with Sidechains or the Blockchain also?

Hi,

Let me explain a little bit. When we develop, we develop in the most easy and future proof way we can think of with the technology at hand.
We started to work in a certain Java framework. That will give us Java standards that are proven to be good and developers all over the world are familiar with. Other developers can build on top of that framework. No need to dig deep into other developers code then. This gives transparency, solid structure and security.

The extra option to add another .dat is actually very handy. If you currently have multiple .dat because of security reasons (or personal reasons), and you want to use the second .dat you have, you have to copy/paste the .dat into the personal data folder and restart the client. (and not forget to backup the other one) Many people get problems with that.

it is not a mandatory feature, but more an extra feature for people that have multiple .dat files and want to load their desired .dat when they find it necessary. An easy switch. Both .dat files are in separate folders, so no need to worry for any overwrite.

So setting up our new HTML5 wallet according these new framework standards, the separate .dat possibility was feasible suddenly and something others could not achieve. We thought (and still think) it would be good for "advanced" users.

Cheers
Richard
mctaino
Hero Member
*****
Offline Offline

Activity: 686
Merit: 503


View Profile
August 24, 2015, 03:55:32 PM
 #2146

Features are added for a reason and with time things will fall in place. As you all have seen from our roadmap, we are not developing just a coin, we are developing and advanced BlockChain ecosystem.  Stay tuned

Joel

mctaino
Hero Member
*****
Offline Offline

Activity: 686
Merit: 503


View Profile
August 25, 2015, 01:22:12 PM
 #2147

DEVELOPMENT UPDATE AUGUST 24th, 2015


Greetings Everyone!

Me and Ophie have been hard at work finishing the new and improved wallet. Given the drastic changes we wanted to make we decided early on that it would be best to rewrite the wallet from the ground up, and what a difference it has made! The new RPC backend is a work of art (if I do say myself... Wink ) and the GUI layer is extremely clean thanks to Mithril.js, a reactive framework that we're piloting with this project.

We just completed the tenth week of development and Joel notified me that the community wants us to be more open about what we're doing, so from now on we will try to write a new wallet update every week until release!

This week, among other work, I overhauled the loading system. One of the goals with the new wallet is to allow our users to have multiple I/O Coin wallets at the same time, and to be able to load them as easily as you would load a project in any other piece of software. I've included a sneak peek of our new splash screen that enables this.

Have a great week I/O Community!

Sincerely,
St. Patty




[/quote]

Let's Keep up the Great work team.. Big Hug Pat
IOCpromotiontips
Member
**
Offline Offline

Activity: 84
Merit: 10

Givingittoyoustraight


View Profile
August 26, 2015, 03:52:00 PM
Last edit: August 26, 2015, 04:23:49 PM by IOCpromotiontips
 #2148

A really fantastic watch, Vitalik Buterin, talking about Blockchain, sidechains and Proof of Stake (which Eth will evolve into) and much more.

https://www.youtube.com/watch?v=qPsCGvXyrP4
YoBit
Legendary
*
Offline Offline

Activity: 1007
Merit: 1010

★YoBit.Net★


View Profile WWW
August 26, 2015, 04:59:25 PM
 #2149

IOC Coin [IOC] is listed: https://yobit.net/en/trade/IOC/BTC
IOC Coin Dice: https://yobit.net/en/dice/IOC



Code:
[url=https://yobit.net/en/trade/IOC/BTC][img]https://yobit.net/i/small_logo.png[/img][/url]

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.YoBit AirDrop $.|.Get 700 YoDollars for Free!.🏆
LondonMP
Sr. Member
****
Offline Offline

Activity: 365
Merit: 250


I/O Digital Where Dreams Become Technology


View Profile
August 26, 2015, 06:24:26 PM
 #2150

IOC Coin [IOC] is listed: https://yobit.net/en/trade/IOC/BTC
IOC Coin Dice: https://yobit.net/en/dice/IOC



Code:
[url=https://yobit.net/en/trade/IOC/BTC][img]https://yobit.net/i/small_logo.png[/img][/url]

Thank you very much Yobit for adding IOcoin to your exchange

mctaino
Hero Member
*****
Offline Offline

Activity: 686
Merit: 503


View Profile
August 26, 2015, 07:26:11 PM
 #2151

IOC Coin [IOC] is listed: https://yobit.net/en/trade/IOC/BTC
IOC Coin Dice: https://yobit.net/en/dice/IOC



Code:
[url=https://yobit.net/en/trade/IOC/BTC][img]https://yobit.net/i/small_logo.png[/img][/url]

Thanks YOBIT.... Soon when Dions comes out will be great....
SamInTampa
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
August 26, 2015, 07:29:21 PM
 #2152

Features are added for a reason and with time things will fall in place. As you all have seen from our roadmap, we are not developing just a coin, we are developing and advanced BlockChain ecosystem.  Stay tuned

Joel



Joel,

Looking forward the upcoming projects and releases.


Whoever cares to read,

I find it funny that Xerox gave the mouse to Apple because they couldn't see how it would be useful/beneficial at the time. Just because someone doesn't know why it's good or useful this second doesn't mean it isn't. Many things can be game changers if they are given the time to develop, test, release and show why it's useful. If I had something that someone else didn't in the tech world(a hardware or software or idea that no one is doing and has potential value) I wouldn't be announcing granular details about it until it was released. This isn't just crypto/blockchain talk. This is common sense, I'm not going to put it all out there just to have another team, project, company or whatever copy it and get it to market before I do(probably with tons of bugs as it would be rushed) just so they can say first and get the early adopters with an inferior version of something I'm working on.

A quote from some dumb greek philosopher named Epictetus.

"Nothing great is created suddenly, any more than a bunch of grapes or a fig. If you tell me that you desire a fig. I answer you that there must be time. Let it first blossom, then bear fruit, then ripen."



Regards,

Sam
cryptocoinnl
Hero Member
*****
Offline Offline

Activity: 527
Merit: 500

Blockchain!!!


View Profile
August 26, 2015, 08:01:41 PM
 #2153

A really fantastic watch, Vitalik Buterin, talking about Blockchain, sidechains and Proof of Stake (which Eth will evolve into) and much more.

https://www.youtube.com/watch?v=qPsCGvXyrP4

What is exactly your point in posting this here? To give us info on what ETH is doing we are almost as well?

Because we are doing exactly what they are trying to achieve. Only they with millions of $ from others and us without our own.
I wonder what technology adopters will say when we explain it to them ( we actually did already)
You know what they say: "you guys have a heart for the business, you spend your own dollar much better because its your own. You think twice before you spend it instead of throwing away users dollars. I want to work with people who have that kind of work ethics"

Cheers
Richard
cryptocoinnl
Hero Member
*****
Offline Offline

Activity: 527
Merit: 500

Blockchain!!!


View Profile
August 26, 2015, 08:03:44 PM
 #2154

IOC Coin [IOC] is listed: https://yobit.net/en/trade/IOC/BTC
IOC Coin Dice: https://yobit.net/en/dice/IOC



Code:
[url=https://yobit.net/en/trade/IOC/BTC][img]https://yobit.net/i/small_logo.png[/img][/url]

Thanks guys. Good job!
IOCpromotiontips
Member
**
Offline Offline

Activity: 84
Merit: 10

Givingittoyoustraight


View Profile
August 26, 2015, 08:30:01 PM
 #2155

A really fantastic watch, Vitalik Buterin, talking about Blockchain, sidechains and Proof of Stake (which Eth will evolve into) and much more.

https://www.youtube.com/watch?v=qPsCGvXyrP4

What is exactly your point in posting this here? To give us info on what ETH is doing we are almost as well?

Because we are doing exactly what they are trying to achieve. Only they with millions of $ from others and us without our own.
I wonder what technology adopters will say when we explain it to them ( we actually did already)
You know what they say: "you guys have a heart for the business, you spend your own dollar much better because its your own. You think twice before you spend it instead of throwing away users dollars. I want to work with people who have that kind of work ethics"

Cheers
Richard

Its in the sentence.

"talking about Blockchain, sidechains and Proof of Stake"

I/O Coin is developing blockchain, sidechains and is Proof of Stake.
 So take it easy ok, had enough of you jumping down my throat.
cryptocoinnl
Hero Member
*****
Offline Offline

Activity: 527
Merit: 500

Blockchain!!!


View Profile
August 27, 2015, 07:40:15 AM
 #2156

had enough of you jumping down my throat.

You are most welcome. Where does that come from you wonder?

Agree on that link between ETH and IOC about blockchain development. It is good to see that blockchain development in general gets a boost and people get to know what the blockchain is about. They have more spread in the world and that will help us tell the story better as well.

For me its not about who gets to the finish line first, but who delivers the best quality. In the end that will survive is my opinion.
Quality attracts quality. Rubbish in is rubbish out we always say in software development.

Richard


IO Dev Team (OP)
Full Member
***
Offline Offline

Activity: 270
Merit: 150

iOC Development Team


View Profile WWW
September 04, 2015, 02:26:04 AM
 #2157



Greetings everyone,

We've just flown through nearly 2 weeks of development since the last update, and continue making good progress towards our release. We've still got a few major features left to implement so stay tuned for more updates. Will leave you with another screenshot of our gift card wallet implementation.

Best wishes,
St. Patty



Remember to follow us on twitter: https://twitter.com/IOCoin_IOC
and Facebook: https://www.facebook.com/iocoindigitalcurrency

██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
I/O DIGITAL
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
iodigital.io & iocoin.io

█████████████████
███████████████████
████████▌████████▐████
███████████████████████
████████████████████████
█████▌██████████████▐███
█████▌██████████████▐███
█████▌██████████████▐███
████████████████████████
███████████████████████
████████▌████████▐████
███████████████████
█████████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██

Hero Leg V1
cryptocoinnl
Hero Member
*****
Offline Offline

Activity: 527
Merit: 500

Blockchain!!!


View Profile
September 04, 2015, 02:04:31 PM
 #2158

Hi!,

Want to get the official I/O Digital newsletter once a while in your mailbox?
You can subscribe here: http://www.iodigital.io/newsletter

Official announcements, project updates, upcoming collaborations / adoption etc will be items of this newsletter.
Not to forget we also have some future subscriber give away's to thank you for subscribing ;-)




Cheers,
Richard
CryptoWatchers
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 06, 2015, 01:12:09 PM
 #2159

We really really like the new wallet, just registered to say that! Looking forward for your project!
fartbags
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
September 07, 2015, 07:15:03 PM
 #2160




And the price just keeps on falling!



Pages: « 1 ... 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 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 ... 245 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!