Bitcoin Forum
April 23, 2024, 02:56:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 [216] 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 ... 417 »
  Print  
Author Topic: [BCN] Bytecoin. Secure, private, untraceable since 2012  (Read 1070027 times)
Wanesst
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250



View Profile
March 31, 2015, 12:41:15 PM
 #4301



Today is March 31th 2015, which is the 1001st day of Bytecoin's existence, and we are honored to present our new website and Bytecoin development roadmap for 2015.

On the anniversary of Bytecoin, we have launched a new website, which embodies our philosophy of reliability and convenience. We continue to gradually implement our mission and create a new efficient financial system that would enhance the classical one.

We are making considerable efforts to help in building the new economy, and doing our best to make the world of tomorrow differ from the world of today. Such grand task as changing the economical paradigm requires assistance not only from cryptographers and programmers, but from specialists in social fields, like economists, lawyers and sociologists, as well. These people are the ones who mostly help in creating a cryptocurrency not for itself, but cryptocurrency for other people, for the world.

The presence of large number of teams and ideas that they implement increases possibility for the new economy to be really new. It means that it would not be the 20th century economy + the Internet, but rather a brand new Economy: a system that has never existed before, the one that creates new patterns for people interaction in virtual reality.

And we are making our own contribution to this new economy. A reliable cryptocurrency is a must, but it is not enough. After developing the Bytecoin Core we moved our focus to creating the add-ons that would be convenient for users and businessmen, for all those who will create the new economy by becoming a part of it!

Welcome to the new Bytecoin website:




Bytecoin Roadmap

Bytecoin software is presented with two development branches, Bytecoin Reference Client and Bytecoin Wallet. The first one refers to the original CryptoNote console daemon and simplewallet binaries, while the latter is the graphical wallet for end-users. Bytecoin Wallet roadmap depends on Bytecoin Reference Client features, so versioning is the same for both Bytecoin branches.

Here is the visual representation of Bytecoin roadmap. The features are briefly covered below. One thing to mention, these are not some vague plans scheduled for 2050; every feature mentioned in this post is being either researched or developed actively. We aim to significantly improve CryptoNote protocol and give birth to broad ecosystem on top of Bytecoin network.

The majority of the updates has been discussed with CryptoNote team members to ensure that our work is aligned with their philosophy and vision. However, it is completely up to them to decide which of them should be included into CryptoNote's official codebase and become part of CryptoNote's core features.

There are going to be more great features coming out this year. It's high time CryptoNote technology become more user-friendly to ultimately drive mass adoption to the platform and all CryptoNote currencies. Even though the cryptographic protocol behind CryptoNote's anonymous transactions is well-tested and robust, there is still a lot of work ahead. That is why Bytecoin team puts a lot of effort to make whole CryptoNote ecosystem reach a radically new level.

You may follow the progress on Bytecoin website. The page is going to be updated with each Bytecoin release.




v.1.0.3

Low-level API for ordinary and multisig transactions

Bytecoin low-level API interface provides 3rd party developers with a flexible access to CryptoNote transactions engine. It covers CryptoNote's core functions that allow to create, validate, sign, and broadcast any kind of transaction including multisig.


Instant transaction notification

With this feature CryptoNote transactions become real-time. When Alice broadcasts her newly created Bytecoin transaction to Bob, his wallet will immediately recognize it and update Bob's pending balance before the transaction is included in the blockchain.


Simplewallet migration to high-level API

Legacy simplewallet code is completely re-written with the new high-level API libraries. This allows new Bytecoin simplewallet to process blocks and transactions 20% faster. It also acts as a showcase for Bytecoin high-level API for wallets. As for the user experience, it still the same CryptoNote wallet you're all used to, with a whole new engine under its hood.


In-process INode for applications

INode interface is Bytecoin's high-level API library that provides network node functionality. Its in-process implementation allows to launch an instance of Bytecoin daemon inside any C++ application. As an example, it allows Bytecoin Wallet to run a native network node. What's more, if you have a local Bytecoin daemon running, INode will connect to it rather than create a new in-app instance. This update marks the start of Bytecoin lightweight wallet development, a long-awaited feature in CryptoNote ecosystem.


Bytecoin GUI Wallet

Bytecoin team has designed an elegant graphic wallet. Bytecoin Wallet is much more than just a user-friendly implementation of simplewallet's functions. Our team has spent months prototyping, running A/B tests, and focus groups. The result is the well-polished application focused on user experience.


v.1.0.4

Payment gateway designed for highload

Bytecoin payment gateway offers a new integration scheme for businesses that accept Bytecoin. It is a robust daemonized wallet that is capable of receiving and sending thousands Bytecoin transactions simultaneously. Designed for highload, payment gateway is 50 times faster than simplewallet and meets the requirements of the most sophisticated business cases that may emerge on top of CryptoNote.

Daemon refactoring and optimization

The data serialization code among various CryptoNote components is significantly updated. This feature improves Bytecoin code maintainability and is extremely important for future updates. It enhances CryptoNote code modularity and allows Bytecoin team to tremendously increase software test coverage.


Improved console logging

Bytecoin logging module is largely updated and standardized, both in daemon and simplewallet.


Color themes

This update provides Bytecoin users with a new set of color themes for Bytecoin Wallet. Even though our main focus is hardcore protocol features, we believe it's time for CryptoNote to become more user-friendly.


v.1.0.5

Multiple wallet addresses

Multiple wallet addresses is a secure scheme for CryptoNote transactions identification. Implemented in payment gateway, it takes payment processing to a whole new level. It may well be the largest update to CryptoNote cryptographic protocol since 2012.

New network library

CryptoNote network layer is being migrated to a new library. Unlike epee library that has been used previously in all CryptoNote currencies, the new solution makes node's behavior much more predictable in runtime. This update splits CryptoNote network and worker threads and is a prerequisite for further multi-threading behavior optimization.

Network-wide real-time transactions synchronization

This feature allows Bytecoin nodes to synchronize their transaction pools (transactions that are not in blocks yet) network-wide. It improves network stability by addressing multiple sophisticated cases for newly created CryptoNote transactions. It also lays ground for the upcoming transfer features.

High-level API for blockchain explorer

This API interface provides Bytecoin blockchain explorer functionality for any C++ application. It further decentralizes Bytecoin's infrastructure allowing anyone to easily implement block explorers reducing the dependence on other CryptoNote service providers.

In-wallet blockchain explorer

A native blockchain explorer is coming right to your Bytecoin Wallet. It simplifies user experience, since all you may wish to know about Bytecoin is already in your wallet.


Various work in progress

Full daemon refactoring

This is another significant daemon refactoring that improves CryptoNote code modularity. It also increases blocks and transactions processing speed by roughly 15%.

Instant transaction notifications through proxy INode

Instant transaction notification is coming to the proxying node module. The latter is the INode interface implementation for wallets to work with remote daemons. This is an important step towards Bytecoin lightweight wallet.

On-blockchain alias

Bytecoin team aims to give on-blockchain aliases a new perspective allowing you to create aliases for basically whatever you want.

P2P layer refactoring

This update isolates CryptoNote p2p and cryptocurrency protocols to further improve testability, modularity, and reliability. This update allows to create any p2p project on top of CryptoNote's network layer.

Daemon synchronization speed x10

The ambitious goal is to improve the speed of Bytecoin daemon synchronization from scratch by 1000%. After this update there will be no need to distribute blockchain files, since there will be no time difference between synchronizing with the network and downloading blockchain from a server. This is the greatest CryptoNote technology speed optimization of all times.

Block relay speed x5

The updated CryptoNote p2p layer allows to polish the way the blocks are relaid across Bytecoin network. We expect block propagation speed to increase by the factor of 5.

Lightweight wallet

Lightweight wallets are able to operate with any network daemon that has allowed external applications access, and exchange wallet peerlists. They minimize the resource requirements and allow Bytecoin wallet to run on a large variety of platforms.

Colored coins and assets

Colored coins are the next big thing in cryptocurrencies and is the next significant step for CryptoNote. They will allow Bytecoin users to create and distribute various CryptoNote securities and digital assets.

Alerts
Alerts are a handy feature to ensure that all Bytecoin network nodes are notified on software updates and important notes from Bytecoin developers.

SOCKS-proxy for wallet
Native SOCKS-proxy support for Bytecoin wallets connected to remote daemons.

P2P pools
With all the updates mentioned above we expect Bytecoin network to significantly increase. P2P pool is a temporary sidechain that implements decentralized pooled mining, which is important for network decentralization. In line with CryptoNote's philosophy it decreases the dependence on large mining pools.

Turing-complete language for on-blockchain scripts
This update is on the early prototype stages. We aim to provide a brand new Turing-complete language and an interpreter capable of powering CryptoNote's smart contracts.


Further reading

Bytecoin website
What is Bytecoin?
Bytecoin Blog
Bytecoin developers documentation

CryptoNote website
CryptoNote technology explained
CryptoNote whitepaper

Should you have any questions, feel free to contact us anytime.

1713884169
Hero Member
*
Offline Offline

Posts: 1713884169

View Profile Personal Message (Offline)

Ignore
1713884169
Reply with quote  #2

1713884169
Report to moderator
1713884169
Hero Member
*
Offline Offline

Posts: 1713884169

View Profile Personal Message (Offline)

Ignore
1713884169
Reply with quote  #2

1713884169
Report to moderator
1713884169
Hero Member
*
Offline Offline

Posts: 1713884169

View Profile Personal Message (Offline)

Ignore
1713884169
Reply with quote  #2

1713884169
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713884169
Hero Member
*
Offline Offline

Posts: 1713884169

View Profile Personal Message (Offline)

Ignore
1713884169
Reply with quote  #2

1713884169
Report to moderator
1713884169
Hero Member
*
Offline Offline

Posts: 1713884169

View Profile Personal Message (Offline)

Ignore
1713884169
Reply with quote  #2

1713884169
Report to moderator
1713884169
Hero Member
*
Offline Offline

Posts: 1713884169

View Profile Personal Message (Offline)

Ignore
1713884169
Reply with quote  #2

1713884169
Report to moderator
Wanesst
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250



View Profile
March 31, 2015, 01:26:08 PM
 #4302


cryptrol
Hero Member
*****
Offline Offline

Activity: 637
Merit: 500


View Profile
March 31, 2015, 03:19:54 PM
 #4303

Some days ago, a speech by Nicolas van Saberhagen was announced by the "Cryptonote Foundation" :



You can see it announced at the official web page of the "International Workshop P2P Financial Systems" here : https://ecurex.com/p2pfisy/assets/files/P2PFISY2015_Program.pdf

The speech was not by Saberhagen (as it was announced by the Cryptonote foundation, it seems a pseudonymous) but by Tomaso Aste ( see http://www.cs.ucl.ac.uk/staff/tomaso_aste/ ), does anybody has information about the contents of the speech or the link between the speecher and Cryptonote ?
DStrange (OP)
Sr. Member
****
Offline Offline

Activity: 336
Merit: 251


View Profile
March 31, 2015, 04:07:57 PM
 #4304

Some days ago, a speech by Nicolas van Saberhagen was announced by the "Cryptonote Foundation" :

You can see it announced at the official web page of the "International Workshop P2P Financial Systems" here : https://ecurex.com/p2pfisy/assets/files/P2PFISY2015_Program.pdf

The speech was not by Saberhagen (as it was announced by the Cryptonote foundation, it seems a pseudonymous) but by Tomaso Aste ( see http://www.cs.ucl.ac.uk/staff/tomaso_aste/ ), does anybody has information about the contents of the speech or the link between the speecher and Cryptonote ?

If I understand the meaning of the word correctly the opponents are called discussants in the program.

upsilon
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
April 01, 2015, 04:36:56 PM
 #4305

Hello,

Link for download blockchain is broken :/

https://mega.co.nz/#!xE4lVLab!-ek76XU5CJPAKVWunhZd14Jc-T2GHJqYzdEoGioDyxU

Thanks
DStrange (OP)
Sr. Member
****
Offline Offline

Activity: 336
Merit: 251


View Profile
April 01, 2015, 06:05:54 PM
 #4306

Hello,

Link for download blockchain is broken :/

https://mega.co.nz/#!xE4lVLab!-ek76XU5CJPAKVWunhZd14Jc-T2GHJqYzdEoGioDyxU

Thanks

Thank you for the feedback! We'll fix this right now.

UPD Here is the correct link to Bytecoin blockchain

sgk
Legendary
*
Offline Offline

Activity: 1470
Merit: 1002


!! HODL !!


View Profile
April 02, 2015, 01:16:51 PM
 #4307


Is this going to be the new Bytecoin logo?

Why is the "B" different and distorted from original logo? The proportion looks weird. The one in the original logo (posted in OP) looks OK.
Ullo
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile WWW
April 04, 2015, 03:30:24 PM
 #4308


Is this going to be the new Bytecoin logo?

Why is the "B" different and distorted from original logo? The proportion looks weird. The one in the original logo (posted in OP) looks OK.

B in the OP is the logo that has won in bitcointalk logo contest and was chosen by the community. Therefore, it is the symbol of Bytecoin community.
The B you find on our website resizes better and can be one day implemented in fonts.

Bytecoin BCN core team: https://bytecoin.org/
Wanesst
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250



View Profile
April 06, 2015, 12:21:02 PM
 #4309

Let's help test the new pool! Smiley

https://bitcointalk.org/index.php?topic=1013306.0
http://cryptonight.net/

Wanesst
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250



View Profile
April 06, 2015, 05:37:05 PM
 #4310



A lot of work has been done on refactoring Bytecoin Core’s source code. This process started with the version 0.8.11, which had Bytecoin high-level API interface declared for the first time. The newly released Bytecoin Reference Client v.1.0.3 is the next significant updated for the Bytecoin Core.

Here I will explain what has been happening under the Bytecoin's hood and what our technology vision is. This description is crucial to understand Bytecoin’s roadmap and the necessity to pursue its vector.

The v.1.0.3 release notes focus on the following updates:

  • In-process INode implementation for applications
  • Low-level ITransaction API interface for ordinary and multisig transactions
  • Simplewallet migration to high-level API (namely, INode plus IWallet)
  • Instant transaction notifications for in-process INode


Purpose of this update

V.1.0.3 is an important milestone on the way to standardize various components' access to Bytecoin network. It is also a requirement for Bytecoin GUI Wallet, which is coming out later this week.

We are currently getting Bytecoin Wallet ready for the release, and have already rolled out the new version of simplewallet. These wallets are very different, as simplewallet doesn't provide real-time interaction and shows only a tiny part of the information that Bytecoin Wallet has. However, both wallets are powered by exactly the same two high-level API interfaces: INode and IWallet. This allows us to greatly unify Bytecoin source code and improve development process efficiency.

What is even more important, the newly updated high-level API gives 3rd party developers the native access to all Bytecoin features. As of now, any developer wishing to create his own native Bytecoin wallet has all the tools available.

We firmly believe that for the vast majority of cases 3rd party developers should operate on the business logics level, not going into technological hardcore. Our high-level API (namely, INode and IWallet interfaces) serves that very purpose. It is much easier to operate with from inside a C++ application than the classical bytecoind and simplewallet REST API. It gives access to all main Bytecoin features in a convenient and comprehensible way. For example, you don't need to take care of an instance of simplewallet running in the background to power your GUI wallet. Business can focus on the user experience and let IWallet work out-of-box! And in case you need to have a higher level of control over CryptoNote protocol, utilize low-level ITransaction interface instead of high-level IWallet.

By introducing such a level of abstraction, we greatly simplify the experience of applications developers that work with Bytecoin. Our high-level API is a single point of responsibility. In case you need a method that is not yet provided, you may contact Bytecoin Support and have it implemented in the upcoming releases.


INode

Bytecoin network basics

Bytecoin depends on its peer-to-peer network, basic unit of which is a node. The most common node that you may find in the network is Bytecoin Reference Client daemon (bytecoind).

There are two general types of nodes:

  • Seed is a node that allows inbound connections.
  • Peer is a node that doesn't allow inbound connections (e.g. if its user chooses so or due to firewall network rules). Since all the nodes are frequently asking other seed nodes if anything new has happened in the network (a new block mainly), peers are still perfectly synced.

INode and Bytecoin network node

Currently there are two implementations of Bytecoin nodes available:

  • Standard bytecoind console daemon which is capable of using Bytecoin p2p protocol and providing RPC interface for external access.
  • INode, which is an API library that allows any C++ application to participate in Bytecoin p2p network on the blocks level. Any application that uses INode API library is indistinguishable from other network nodes.

Bytecoin’s daemon refactoring announced in Bytecoin roadmap implies, among other improvements, daemon migration to INode library. We are doing to this to unify Bytecoin technology core and allow any 3rd party developers to easily access all Bytecoin network features. The resulting application, whatever purpose it may have, will be a full-fledged Bytecoin node. Moreover, INode library is more efficient than the legacy bytecoind source code.

INode is one interface that has two implementations: proxying INode and in-process INode.

  • Proxying INode re-routes all the requests to another node (e.g. your localhost bytecoind or some other remote daemon).
  • In-process INode is a standalone network node that is capable of exactly everything the ordinary daemon can do. It is called "in-process" since it runs inside another application that requires Bytecoin network access.

Prior to Bytecoin v.1.0.3 only the proxying INode implementation was available. With an advent of in-process one, INode becomes much more flexible. For instance, if you have a local daemon running, the application that utilizes INode will choose its proxying implementation and connect to local bytecoind instead of launching a new in-process instance.


Bytecoin IWallet and ITransaction

While INode is capable of relaying and processing blocks, it cannot access any information regarding user funds or create transactions. However, there are certain applications (e.g. wallets) that require such methods.

Bytecoin team wanted to give a varying level of access to CryptoNote transactions core with two API interfaces:

  • IWallet operates on the business logics level. It is useful if you simply need to receive and send transactions, without going into CryptoNote protocol details. Should you require to transfer money with IWallet, you just need to indicate the receiver's address, the amount, and the mixing level. IWallet will do the hard work for you, as it will select the inputs, and then create, validate, sign, and broadcast the transaction.
  • ITransaction is a low-level interface that gives full access to CryptoNote transactions engine. It is designed for those applications that require strict control of transaction creation process. For instance, ITransaction allows you to select specific inputs, and has separate methods for signing and broadcasting a transaction. It also provides access to multisig functionality.

Both API interfaces are capable of doing exactly the same, but with varying level of detalization. That is why IWallet belongs to Bytecoin high-level API, while ITransaction is low-level.

Both new simplewallet and the upcoming Bytecoin Wallet have IWallet in their core. Just like INode interface can boast with better performance than legacy bytecoind, IWallet is a faster version of legacy simplewallet source code. As of version 1.0.3 simplewallet has migrated to this interface, which reduced the time required to process a single block by 15%.

To be precise, new Bytecoin simplewallet is a basic console program that uses IWallet and proxying INode. On the other hand, Bytecoin GUI Wallet utilizes IWallet and in-process INode (which automatically runs as proxying in case you already have an instance of bytecoind launched).

We expect the vast majority of applications to choose IWallet, while ITransaction is for those who require CryptoNote transactions fine-tuning. For instance, this level of access may be required by such services as payment processors. These applications often have their own custom logic of transaction creation and various complicated modules. ITransaction allows to split the transfer process according to the architecture needs.

Moreover, ITransaction also gives access to multisignature API that is capable of powering on-blockchain escrow services and foundation wallets. Bytecoin multisig belongs to M-of-N scheme. We will be covering multisignature in details in one of the next blog posts, but here you may find its description in laymen terms.


Conclusions

Said APIs are important to those businesses that want to operate with cryptocurrency easily, without sophisticated development and core’s explorations. These businesses can focus on marketing of their products; all the hard work of integration with our financial system is done by our reliable interfaces.


More details on v.1.0.3 Reference Client release



In-process INode implementation for applications

INode is the high-level API interface that allows any application to utilize core features of Bytecoin p2p network. Its new implementation provides a full-fledged network node inside any C++ application. It also largely standardizes codebase and powers Bytecoin GUI Wallet, which is coming out later this week.

Low-level ITransaction API interface for ordinary and multisig transactions

Bytecoin low-level API interface provides 3rd party developers with a flexible access to CryptoNote transactions engine. It gives access to core functions that allow to create, validate, sign, and broadcast a transaction. It also provides multisig access.

This update is aimed for wallet and multisig applications developers. Bytecoin low-level API provides full control of CryptoNote transactions technology allowing you to select specific inputs of a transaction. It also gives tools to utilize multi-signature protocol and create such products as native escrow and M-of-N board wallets.

Instant transactions notification

With this feature Bytecoin transactions become real-time. When Alice broadcasts her newly created Bytecoin transaction to Bob, his wallet will immediately recognize it and update Bob's balance before the transaction is included in the blockchain. This is achieved through IWallet API interface that subscribes to all the transactions of the node it is connected to and instantly recognizes the transactions sent to you.

Simplewallet migration to high-level API

Legacy simplewallet code has been migrated to the new high-level API libraries. Even though simplewallet remains the same from the user perspective, everything under its hood is completely redesigned. This update is the showcase and reference implementation of Bytecoin high-level IWallet interface. Simplewallet operates through proxying INode interface only, so it still requires a running daemon.


Further reading

Bytecoin roadmap (discussion)
INode on Bytecoin wiki
IWallet on Bytecoin wiki
ITransaction on Bytecoin wiki

Eastwind
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
April 06, 2015, 06:57:38 PM
 #4311

Good to see it is still being developed.
illodin
Hero Member
*****
Offline Offline

Activity: 966
Merit: 1003


View Profile
April 08, 2015, 08:02:38 PM
 #4312

Bytecoin devs, as I understand you hold ~80% of the float, have you considered selling those coins in bulk OTC as a means to get better distribution, as a sort of 2nd round ICO?

Because now the situation is ludicrous, if you want to invest 4 BTC you are going to make the price go up 100% on a $4MM marketcap coin.
sysOS
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
April 09, 2015, 09:14:35 AM
 #4313

After some time I have updated and started Bytecoin Wallet and i mistyped my password... after this the wallet file and keys file is changed to ".back" now when i try to open again with my wallet name it says its missing.

When i try to use my wallet name.back it says check password but password is now correct.

When i try to remove the ".back" from wallet file and keys i get "future already retrieved"

Here is the log...

Code:
2015-Apr-09 10:53:23.383447 bytecoin wallet v1.0.3.387()
2015-Apr-09 10:53:40.310415 Loading wallet...
2015-Apr-09 10:53:40.442422 Error: failed to load wallet: The password is wrong
2015-Apr-09 10:53:40.447423 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 10:56:16.226333 bytecoin wallet v1.0.3.387()
2015-Apr-09 10:56:31.439203 Loading wallet...
2015-Apr-09 10:56:31.546209 Error: failed to load wallet: future already retrieved
2015-Apr-09 10:56:31.641214 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 10:58:13.450037 bytecoin wallet v1.0.3.387()
2015-Apr-09 10:58:42.612706 Error: failed to load wallet: walletfile not found
2015-Apr-09 10:58:42.908722 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 10:58:55.566446 bytecoin wallet v1.0.3.387()
2015-Apr-09 10:59:42.663140 Loading wallet...
2015-Apr-09 10:59:42.801148 Error: failed to load wallet: future already retrieved
2015-Apr-09 10:59:42.866152 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 11:06:56.482953 bytecoin wallet v1.0.3.387()
2015-Apr-09 11:07:04.847432 Error: failed to load wallet: walletfile not found
2015-Apr-09 11:07:04.851432 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 11:07:13.294915 bytecoin wallet v1.0.3.387()
2015-Apr-09 11:07:20.247313 Loading wallet...
2015-Apr-09 11:07:20.290315 Error: failed to load wallet: can't load walletfile, check password
2015-Apr-09 11:07:20.294315 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 11:07:27.335718 bytecoin wallet v1.0.3.387()
2015-Apr-09 11:07:34.383121 Loading wallet...
2015-Apr-09 11:07:34.428124 Error: failed to load wallet: can't load walletfile, check password
2015-Apr-09 11:07:34.432124 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 11:08:38.056763 bytecoin wallet v1.0.3.387()
2015-Apr-09 11:08:54.663713 Loading wallet...
2015-Apr-09 11:08:54.706715 Error: failed to load wallet: can't load walletfile, check password
2015-Apr-09 11:08:54.710716 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 11:09:10.057593 bytecoin wallet v1.0.3.387()
2015-Apr-09 11:09:16.359954 Loading wallet...
2015-Apr-09 11:09:16.503962 Error: failed to load wallet: future already retrieved
2015-Apr-09 11:09:16.507962 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet


Any help around this?

DStrange (OP)
Sr. Member
****
Offline Offline

Activity: 336
Merit: 251


View Profile
April 09, 2015, 12:45:16 PM
Last edit: April 09, 2015, 04:43:24 PM by DStrange
 #4314

Bytecoin devs, as I understand you hold ~80% of the float, have you considered selling those coins in bulk OTC as a means to get better distribution, as a sort of 2nd round ICO?

Because now the situation is ludicrous, if you want to invest 4 BTC you are going to make the price go up 100% on a $4MM marketcap coin.

I think that there is a certain misunderstanding. Bytecoin emission is distributed in the community.

Now it's the best time to invest in Bytecoin inasmuch as you can acquire it at a low price, while according to the latest trends, such as the latest release and roadmap 2015, Bytecoin price is about to take off.

DStrange (OP)
Sr. Member
****
Offline Offline

Activity: 336
Merit: 251


View Profile
April 09, 2015, 12:47:06 PM
 #4315

After some time I have updated and started Bytecoin Wallet and i mistyped my password... after this the wallet file and keys file is changed to ".back" now when i try to open again with my wallet name it says its missing.

When i try to use my wallet name.back it says check password but password is now correct.

When i try to remove the ".back" from wallet file and keys i get "future already retrieved"

Here is the log...

Code:
2015-Apr-09 10:53:23.383447 bytecoin wallet v1.0.3.387()
2015-Apr-09 10:53:40.310415 Loading wallet...
2015-Apr-09 10:53:40.442422 Error: failed to load wallet: The password is wrong
2015-Apr-09 10:53:40.447423 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 10:56:16.226333 bytecoin wallet v1.0.3.387()
2015-Apr-09 10:56:31.439203 Loading wallet...
2015-Apr-09 10:56:31.546209 Error: failed to load wallet: future already retrieved
2015-Apr-09 10:56:31.641214 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 10:58:13.450037 bytecoin wallet v1.0.3.387()
2015-Apr-09 10:58:42.612706 Error: failed to load wallet: walletfile not found
2015-Apr-09 10:58:42.908722 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 10:58:55.566446 bytecoin wallet v1.0.3.387()
2015-Apr-09 10:59:42.663140 Loading wallet...
2015-Apr-09 10:59:42.801148 Error: failed to load wallet: future already retrieved
2015-Apr-09 10:59:42.866152 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 11:06:56.482953 bytecoin wallet v1.0.3.387()
2015-Apr-09 11:07:04.847432 Error: failed to load wallet: walletfile not found
2015-Apr-09 11:07:04.851432 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 11:07:13.294915 bytecoin wallet v1.0.3.387()
2015-Apr-09 11:07:20.247313 Loading wallet...
2015-Apr-09 11:07:20.290315 Error: failed to load wallet: can't load walletfile, check password
2015-Apr-09 11:07:20.294315 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 11:07:27.335718 bytecoin wallet v1.0.3.387()
2015-Apr-09 11:07:34.383121 Loading wallet...
2015-Apr-09 11:07:34.428124 Error: failed to load wallet: can't load walletfile, check password
2015-Apr-09 11:07:34.432124 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 11:08:38.056763 bytecoin wallet v1.0.3.387()
2015-Apr-09 11:08:54.663713 Loading wallet...
2015-Apr-09 11:08:54.706715 Error: failed to load wallet: can't load walletfile, check password
2015-Apr-09 11:08:54.710716 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet
2015-Apr-09 11:09:10.057593 bytecoin wallet v1.0.3.387()
2015-Apr-09 11:09:16.359954 Loading wallet...
2015-Apr-09 11:09:16.503962 Error: failed to load wallet: future already retrieved
2015-Apr-09 11:09:16.507962 ERROR ..\..\src\simplewallet\simplewallet.cpp:1206 Failed to initialize wallet


Any help around this?

The devs are already busy with resolving your issue. I'll let you know as soon as it's done!

sysOS
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
April 09, 2015, 04:12:29 PM
 #4316

The devs are already busy with resolving your issue. I'll let you know as soon as it's done!
- solved it, just rename walletname.keys.back to walletname.keys and use walletname.back as your wallet name in simplewallet

Wanesst
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250



View Profile
April 09, 2015, 05:18:27 PM
 #4317


Today the Bytecoin team has released a fundamentally new GUI wallet, featuring modern design, intuitive interface, and high speed of operations in Bytecoin system. Bytecoin Wallet is available in versions for all major OS and allows new users to start working with Bytecoin swiftly.

Bytecoin Wallet is the second part of Bytecoin v.1.0.3 release. Earlier this week Bytecoin Reference Client has been updated to introduce new high and low-level API. These APIs give smart access to Bytecoin engine and allow third party developers to focus on building their own applications and services according to their business requirements.

Bytecoin Wallet and API libraries together represent an updated Bytecoin technology that allows both users and developers to shape and improve Bytecoin ecosystem, and take part in it in a simple and comfortable way.

Share your thoughts with us! We invite you to download and test Bytecoin Wallet. Your feedback is valuable for us and will affect usability and upcoming features.

Download Bytecoin Wallet


Bytecoin Wallet: Overview

Dashboard



The Overview tab is the first thing you see when you launch Bytecoin Wallet. We've tried to make this screen both informative and simple. Overview is going to be updated with further releases when more Bytecon features are implemented. Its purpose is to provide you with a quick insight into your recent financial operations.

With Bytecoin Wallet release we've rethought the way we indicate the balance. We believe this to be more intuitive than it was originally implemented in simplewallet.

* Available balance is the funds that are available for transactions.
* Locked amount shows the funds that are not yet available (unconfirmed transactions, the coins you've mined, time-locked transaction)
* Total

This change has been implemented in simplewallet too.


Send Bytecoin



With Bytecoin you are able to send money to various users with one transaction. You may add several recipients, but keep in mind that the transaction with a high number of addresses may get rejected due to being excessively large.

The way CryptoNote transactions are visualized in Bytecoin Wallet makes sending money simple and unambigious. What's more, the wallet provides you with exact feedback in case there might be something wrong with the transaction.

Please note that you are unable to send Bytecoin in case you're not synchronized with the network yet. The interface will get unlocked once your local blockchain is up-to-date.


Transactions



Transactions screen hosts the story of your financial operations. You may filter the table, check transactions info or export all data in CSV.


Contacts



Address book is a simple must-have for long CryptoNote addresses.


Important notes

First launch

Once you open Bytecoin Wallet, it will automatically create your first Bytecoin address and start synchronizing with the network.


Wallet encryption

It is highly recommended that you encrypt your new Bytecoin wallet with a password. Leaving the wallet unprotected makes it vulnerable in case your system is compromised.

To encrypt your wallet, choose "Settings" menu and then "Encrypt wallet".


Wallet file format

Unlike Bytecoin Reference Client, Bytecoin Wallet uses .wallet files instead of legacy .keys files to store your private keys for each wallet.

Bytecoin Wallet is able to import .keys files (with the existing password), but it will create a .wallet file for further operations.


Bytecoin Wallet files

Bytecoin Wallet introduces several new files stored in the standard Bytecoin folder:

Windows: C:\Users\%user_name%\AppData\Roaming\bytecoin\
OSX/Linux: ~/.bytecoin/

The most commonly used files are the following:

1. bytecoinwallet.wallet – a default wallet keys file that is created on first startup of Bytecoin wallet and gives access to your fresh Bytecoin address.

2. bytecoinwallet.log – a log file for the node that is running inside Bytecoin Wallet.


Links
Download Bytecoin Wallet

smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
April 09, 2015, 07:48:06 PM
 #4318

Interesting....

Some relevant posts on the impact of the Bytecoin premine / ninjamine on anonymity / privacy / fungibility.

crossposting because it was posted in a moderated thread and 99% certain it will be deleted

CryptoNote assets would be amazing!! If only there wasn't the bad 'smell' around the ~80% premine.

That premine could be a blessing in disguise if it were used to subsidize people who issue and maintain Assets like Bitshares': Assets tied to others.

The 82% premine is indeed a blessing in disguise - they own so many of the outputs in the txoset that they can trivially deanonymise everyone's transactions.

Let me say that again: as 82% of Bytecoin's outputs are controlled by persons unknown to the cryptocurrency community, those unknown entities (or entity) can deanonymise every transaction you make with Bytecoin.

There is no way around this, there is nothing they can do to reduce the attack surface. Even if 1000 sock puppets come forward and claim to own a portion of those outputs it is still impossible for anyone to independently verify.

Technical details of why such massive output ownership is a death knoll can be found in MRL-0001: A Note on Chain Reactions in Traceability in CryptoNote 2.0

Aaaaaand it's gone.

... and the desire of certain vested interests to suppress this information.

"A reply of yours, quoted below, was deleted by the starter of a self-moderated topic. There are no rules of self-moderation, so this deletion cannot be appealed. Do not continue posting in this topic if the topic-starter has requested that you leave.

You can create a new topic if you are unsatisfied with this one. If the topic-starter is scamming, post about it in Scam Accusations."

I'd do it, but you're not worth the effort.

My post lives on in perpetuity: https://bitcointalk.org/index.php?topic=583449.msg11034402#msg11034402
Lamalicious
Member
**
Offline Offline

Activity: 148
Merit: 10


View Profile
April 09, 2015, 08:09:44 PM
 #4319

Smooth, nice try, but you didn't quote ullo's answer:

There's no need spreading fud in the roadmap thread.

The point you're making is a good take on the CryptoNote technology itself. I've forwarded MRL-0001 to the team to let them do the review of Monero's research. I'll provide you with our conclusions.

To fellow bytecoiners: can we have a separate board maybe?

smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
April 09, 2015, 08:15:25 PM
 #4320

Smooth, nice try, but you didn't quote ullo's answer:

There's no need spreading fud in the roadmap thread.

The point you're making is a good take on the CryptoNote technology itself. I've forwarded MRL-0001 to the team to let them do the review of Monero's research. I'll provide you with our conclusions.

To fellow bytecoiners: can we have a separate board maybe?

I hadn't seen his post yet. Good point, though. It is relevant that the Bytecoin scammers consider any critical information or discussion of the fraudulent premine to be "FUD"

Pages: « 1 ... 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 [216] 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 ... 417 »
  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!