Bitcoin Forum
June 15, 2024, 04:18:20 AM *
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 ... 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 267 268 269 270 271 272 273 274 275 276 277 ... 417 »
  Print  
Author Topic: [BCN] Bytecoin. Secure, private, untraceable since 2012  (Read 1070064 times)
IMZ
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
July 04, 2015, 01:16:55 AM
 #4521

Hello, all.

IndiaMikeZulu has bought some Bytecoin, so it's only polite to pop in and say hello. DStrangeM and I have been talking, over on Bytecoin.org, about 'Crypto Security 101.' I wanna experiment with podcasts.

Mark (IndiaMikeZulu), Australia
DStrange (OP)
Sr. Member
****
Offline Offline

Activity: 336
Merit: 251


View Profile
July 04, 2015, 08:58:26 AM
 #4522



Hey everyone!

I'm happy to congratulate Bytecoin on it's Birthday! Three years old! Happy Birthday, Bytecoiners!

Congratulations from the Bytecoin Community http://bytecoiner.org/three-years-old-happy-birthday-bytecoin/

The community has also prepared a small Birthday Survey with (giveaway included) http://bytecoiner.org/bytecoin-birthday-survey/

Congratulations and further discussion are welcome on the Bytecoin Forum: https://bytecointalk.org/showthread.php?tid=83

Once again, Happy Birthday, Bytecoin and thanks to all the supporters!

ABISprotocol
Sr. Member
****
Offline Offline

Activity: 278
Merit: 251

ABISprotocol on Gist


View Profile WWW
July 04, 2015, 09:06:11 AM
 #4523

Hello,

For those interested in technical development, please link to:

https://bytecointalk.org/showthread.php?tid=82

I have recently proposed a new change request.

Preferred area for comments is in the bytecointalk.org thread, but I will scan here and in other fora from time to time.

ABISprotocol (Github/Gist)
http://abis.io
DStrange (OP)
Sr. Member
****
Offline Offline

Activity: 336
Merit: 251


View Profile
July 04, 2015, 09:06:41 AM
 #4524

Hello, all.

IndiaMikeZulu has bought some Bytecoin, so it's only polite to pop in and say hello. DStrangeM and I have been talking, over on Bytecoin.org, about 'Crypto Security 101.' I wanna experiment with podcasts.

Mark (IndiaMikeZulu), Australia

Hey, IMZ! Thanks for reaching out  Smiley

We're celebrating 3 years today, so the Bytecoin Community will hang out on https://bytecointalk.org/. Come to say hi (and tell about your podcasts Wink )

i have 9931 bytecoins in my wallet ... how much i can send ? please tell me in details ...

Could you specify?

And you should visit https://bytecointalk.org/. You'll get a much faster response there.

Ullo
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile WWW
July 04, 2015, 11:18:13 AM
 #4525

Today, on July 4th, 2015, Bytecoin has updated its roadmap featuring next 7 releases sheduled for the upcoming three months.

Bytecoin announcement for the 3rd anniversary
Blog post: What you should expect next year
Updated Bytecoin roadmap

Congratulations to all Bytecoin community members! Thank you for your support and happy birthday.




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

E-commerce solution designed for highload

Bytecoin e-commerce solution offers a new integration scheme for businesses that operate with Bytecoin. It is a robust demonized RPC Wallet that is capable of receiving and sending thousands transactions simultaneously. Designed for highload, Bytecoin RPC Wallet meets the requirements of the most sophisticated business cases.

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

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.

New network library

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

In-wallet blockchain explorer

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

In-wallet miner

An in-wallet miner is a long-awaited feature for Bytecoin Wallet. It simplifies mining in pools for average users and allows to start getting Bytecoins with a few clicks right in your wallet.


v.1.0.6

Network-wide real-time transactions synchronization

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

Tracking key import/export

The access to your Bytecoin wallet address is based on two private keys: tracking key and spending key. The former allows any party to learn your balance and all financial operations. This update extends the transparency-on-demand core feature and introduces a user-friendly way to export your tracking key or import the keys provided by other parties.

8-bit color scheme

A taste of good old 8-bit style is coming to our elegant Bytecoin Wallet. This color scheme is a tribute to the old Bytecoin website.


v.1.0.7

Multiple wallet addresses

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

v.1.0.8

Instant transaction notifications through proxy INode

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


v.1.0.9

External keys for Bytecoin RPC Wallet

This update substantially extends Bytecoin RPC Wallet functionality allowing third party developers to securely pass private keys of the wallets to its API interface. This is a major feature that improves Bytecoin out-of-box security for various web applications.

Transaction comments

Transaction comments provide a functionality to enclose any message to the transaction that you are sending. Its content is going to be encrypted, stored in blockchain, and available only for the recipient.

Invoices

Invoices are a usability enhancement for Bytecoin Wallet. They allow merchants and services to send an invoice directly to the user's wallet. Therefore, payment for the end-users is simplified to just a couple of clicks required to accept the invoice.


v.1.1.0

On-blockchain alias

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


v.1.1.1

P2P layer refactoring

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

Higher daemon synchronization speed

The ambitious goal is to improve the speed of daemon synchronization from scratch by 500%. 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.

Higher block relay speed

The updated P2P layer allows to polish the way the blocks are relaid across the network. It ensures that all Bytecoin nodes are synchronized with just a neglectable delay.


Various work in progress

Full daemon refactoring

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

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 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 the 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.

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.

Bytecoin BCN core team: https://bytecoin.org/
sasha35625
Hero Member
*****
Offline Offline

Activity: 589
Merit: 507



View Profile
July 04, 2015, 02:14:12 PM
 #4526

Bytecoin is a proud member of top20 cryptocurrencies Index Coinoindex.com, which can be traded at Poloniex exchange now.


babybonobo
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


#hardworkpaysoff


View Profile
July 04, 2015, 08:55:09 PM
 #4527

HAPPY BDAY BYTECOIN <3
tearsdontfall
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
July 05, 2015, 11:25:38 AM
 #4528

i have 9931 coins in my bytecoin gui wallet ... i want to send coins to hitbtc ... so in sending amount section how much coins should i write which includes my fees also ...

tell me in details ...

Wanderlust
Full Member
***
Offline Offline

Activity: 225
Merit: 100


View Profile
July 05, 2015, 12:30:23 PM
 #4529

i have 9931 coins in my bytecoin gui wallet ... i want to send coins to hitbtc ... so in sending amount section how much coins should i write which includes my fees also ...

tell me in details ...

you do realize 9931 BCN is equivalent to ~$0.50?
im guessing sending with 0 mixin would be cheapest, maybe free (dunno).
crazyhashmanz
Sr. Member
****
Offline Offline

Activity: 303
Merit: 250



View Profile
July 05, 2015, 06:51:14 PM
 #4530

i have 9931 coins in my bytecoin gui wallet ... i want to send coins to hitbtc ... so in sending amount section how much coins should i write which includes my fees also ...

tell me in details ...


Hey buddy - It's a little bit of hit or miss. I've sent 15K of these at a time. But using the wallet I've sent 10K Bytecoin from my wallet to the exchange and they are still 0 confirmed. They've been sitting there for at least 5 days now. No ability to revert in the wallet.

If anyone has a solution then I would probably take the "secure" transaction seriously but having a transaction stuck for days and having seen it take 12 hours to send makes this a shitcoin on my list.

Yeah it's less than a buck so who cares but if you really "collected" these just sayin'

THRIVE            ▄█▄
        ▄▄█████
   ▄▄██████████
 ▄███████████▀

████████▀▀▀
████▄▄  ▄▄██▄
▀████████████
  ▀█████████▀
  ▐██████▀▀
  ▐███▄▄▄▄
   ▀▀████
    █████▀▀
    ▀█
THE PREMIUM
DECENTRALIZED
AD MARKETPLACE
███████████████████████████
██████████████▀▀▀▀▀████████
████████████░░░░░░░████████
███████████░░░░▄███████████
███████████░░░░████████████
████████░░░░░░░░░░░████████
████████▄▄▄░░░░▄▄▄█████████
███████████░░░░████████████
███████████░░░░████████████
███████████░░░░████████████
███████████░░░░████████████
███████████▄▄▄▄████████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
█████░████████▀░░░░▀▀▄█████
█████░░▀▀████░░░░░░░░▄█████
█████▀░░░░░░░░░░░░░░░██████
█████▄░░░░░░░░░░░░░░███████
███████░░░░░░░░░░░░████████
████████▄░░░░░░░░▄█████████
████▄▀░░░░░░░░▄▄███████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
████▀░░▀███████████████████
████▄░░▄███████████████████
███████████████████████████
████░░░░██░░░░▀░░░░░░▀█████
████░░░░██░░░░░▄▄▄░░░░▀████
████░░░░██░░░░█████░░░░████
████░░░░██░░░░█████░░░░████
████░░░░██░░░░█████░░░░████
████░░░░██░░░░█████░░░░████
███████████████████████████
███████████████████████████
███████████████████████████
███████████▀▀▀▀▀███████████
███████▀▀░░░░░░░░░▀▀███████
█████▀░░░░░░░░░░░░░░░▀█████
████░░░░░░░░░░░░▄▄░░░░░████
███░░░░░░░░▄▄██▀██░░░░░░███
███░░░░▄███▀▀▄▄███░░░░░░███
███░░░░░░░░▄█████░░░░░░░███
████░░░░░░░█▀░▀██░░░░░░████
█████▄░░░░░░░░░░░░░░░▄█████
███████▄▄░░░░░░░░░▄▄███████
███████████▄▄▄▄▄███████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
█████▄░░░░███████▀░░░▄█████
███████░░░░█████▀░░░░██████
███████░░░░░███▀░░░░░██████
███████░█░░░░█▀░▄░░░░██████
███████░██░░░░░▄█░░░░██████
███████░███░░░▄██░░░░██████
█████▀░░░▀██░▄██▀░░░░▀█████
███████████████████████████
███████████████████████████
███████████████████████████
Wanderlust
Full Member
***
Offline Offline

Activity: 225
Merit: 100


View Profile
July 05, 2015, 07:14:25 PM
 #4531

i have 9931 coins in my bytecoin gui wallet ... i want to send coins to hitbtc ... so in sending amount section how much coins should i write which includes my fees also ...

tell me in details ...


Hey buddy - It's a little bit of hit or miss. I've sent 15K of these at a time. But using the wallet I've sent 10K Bytecoin from my wallet to the exchange and they are still 0 confirmed. They've been sitting there for at least 5 days now. No ability to revert in the wallet.

If anyone has a solution then I would probably take the "secure" transaction seriously but having a transaction stuck for days and having seen it take 12 hours to send makes this a shitcoin on my list.

Yeah it's less than a buck so who cares but if you really "collected" these just sayin'

do u have the TXID for the delayed transaction?
Wanderlust
Full Member
***
Offline Offline

Activity: 225
Merit: 100


View Profile
July 06, 2015, 12:13:38 PM
 #4532

Ive only been watching this market on Polo for a couple weeks. The total buy orders have almost doubled in that time to almost 33BTC and the price has moved up too. Im not a trader and have no insider info but could there be a pump on the way? Im not sure whats happening on other BCN exchanges.
crazyhashmanz
Sr. Member
****
Offline Offline

Activity: 303
Merit: 250



View Profile
July 06, 2015, 01:00:57 PM
 #4533

i have 9931 coins in my bytecoin gui wallet ... i want to send coins to hitbtc ... so in sending amount section how much coins should i write which includes my fees also ...

tell me in details ...


Hey buddy - It's a little bit of hit or miss. I've sent 15K of these at a time. But using the wallet I've sent 10K Bytecoin from my wallet to the exchange and they are still 0 confirmed. They've been sitting there for at least 5 days now. No ability to revert in the wallet.

If anyone has a solution then I would probably take the "secure" transaction seriously but having a transaction stuck for days and having seen it take 12 hours to send makes this a shitcoin on my list.

Yeah it's less than a buck so who cares but if you really "collected" these just sayin'

do u have the TXID for the delayed transaction?


Yeah, got the trans ID yet no confirms.

THRIVE            ▄█▄
        ▄▄█████
   ▄▄██████████
 ▄███████████▀

████████▀▀▀
████▄▄  ▄▄██▄
▀████████████
  ▀█████████▀
  ▐██████▀▀
  ▐███▄▄▄▄
   ▀▀████
    █████▀▀
    ▀█
THE PREMIUM
DECENTRALIZED
AD MARKETPLACE
███████████████████████████
██████████████▀▀▀▀▀████████
████████████░░░░░░░████████
███████████░░░░▄███████████
███████████░░░░████████████
████████░░░░░░░░░░░████████
████████▄▄▄░░░░▄▄▄█████████
███████████░░░░████████████
███████████░░░░████████████
███████████░░░░████████████
███████████░░░░████████████
███████████▄▄▄▄████████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
█████░████████▀░░░░▀▀▄█████
█████░░▀▀████░░░░░░░░▄█████
█████▀░░░░░░░░░░░░░░░██████
█████▄░░░░░░░░░░░░░░███████
███████░░░░░░░░░░░░████████
████████▄░░░░░░░░▄█████████
████▄▀░░░░░░░░▄▄███████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
████▀░░▀███████████████████
████▄░░▄███████████████████
███████████████████████████
████░░░░██░░░░▀░░░░░░▀█████
████░░░░██░░░░░▄▄▄░░░░▀████
████░░░░██░░░░█████░░░░████
████░░░░██░░░░█████░░░░████
████░░░░██░░░░█████░░░░████
████░░░░██░░░░█████░░░░████
███████████████████████████
███████████████████████████
███████████████████████████
███████████▀▀▀▀▀███████████
███████▀▀░░░░░░░░░▀▀███████
█████▀░░░░░░░░░░░░░░░▀█████
████░░░░░░░░░░░░▄▄░░░░░████
███░░░░░░░░▄▄██▀██░░░░░░███
███░░░░▄███▀▀▄▄███░░░░░░███
███░░░░░░░░▄█████░░░░░░░███
████░░░░░░░█▀░▀██░░░░░░████
█████▄░░░░░░░░░░░░░░░▄█████
███████▄▄░░░░░░░░░▄▄███████
███████████▄▄▄▄▄███████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
█████▄░░░░███████▀░░░▄█████
███████░░░░█████▀░░░░██████
███████░░░░░███▀░░░░░██████
███████░█░░░░█▀░▄░░░░██████
███████░██░░░░░▄█░░░░██████
███████░███░░░▄██░░░░██████
█████▀░░░▀██░▄██▀░░░░▀█████
███████████████████████████
███████████████████████████
███████████████████████████
Wanderlust
Full Member
***
Offline Offline

Activity: 225
Merit: 100


View Profile
July 06, 2015, 05:39:16 PM
 #4534

@crazyhashmanz: link pls.
crazyhashmanz
Sr. Member
****
Offline Offline

Activity: 303
Merit: 250



View Profile
July 06, 2015, 07:51:37 PM
 #4535

@crazyhashmanz: link pls.

Submitted a ticket here's the reply

Unfortunately I was unable to find your transaction on the coin blockchain:

https://minergate.com/blockchain/bcn/blocks

If you sent this from another site please contact their help desk, if it was from a desktop wallet make sure it is fully updated.

Best regards,

Johnny Garcia
Poloniex Support

Poloniex Helpdesk powered by Freshdesk



Wallet is version 1.0.4, running win7-64bit. There's now 3 transactions just hanging in there. Can't retract them and can't flush them forward. They're not showing up on.

Pretty much done with this coin - good luck





THRIVE            ▄█▄
        ▄▄█████
   ▄▄██████████
 ▄███████████▀

████████▀▀▀
████▄▄  ▄▄██▄
▀████████████
  ▀█████████▀
  ▐██████▀▀
  ▐███▄▄▄▄
   ▀▀████
    █████▀▀
    ▀█
THE PREMIUM
DECENTRALIZED
AD MARKETPLACE
███████████████████████████
██████████████▀▀▀▀▀████████
████████████░░░░░░░████████
███████████░░░░▄███████████
███████████░░░░████████████
████████░░░░░░░░░░░████████
████████▄▄▄░░░░▄▄▄█████████
███████████░░░░████████████
███████████░░░░████████████
███████████░░░░████████████
███████████░░░░████████████
███████████▄▄▄▄████████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
█████░████████▀░░░░▀▀▄█████
█████░░▀▀████░░░░░░░░▄█████
█████▀░░░░░░░░░░░░░░░██████
█████▄░░░░░░░░░░░░░░███████
███████░░░░░░░░░░░░████████
████████▄░░░░░░░░▄█████████
████▄▀░░░░░░░░▄▄███████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
████▀░░▀███████████████████
████▄░░▄███████████████████
███████████████████████████
████░░░░██░░░░▀░░░░░░▀█████
████░░░░██░░░░░▄▄▄░░░░▀████
████░░░░██░░░░█████░░░░████
████░░░░██░░░░█████░░░░████
████░░░░██░░░░█████░░░░████
████░░░░██░░░░█████░░░░████
███████████████████████████
███████████████████████████
███████████████████████████
███████████▀▀▀▀▀███████████
███████▀▀░░░░░░░░░▀▀███████
█████▀░░░░░░░░░░░░░░░▀█████
████░░░░░░░░░░░░▄▄░░░░░████
███░░░░░░░░▄▄██▀██░░░░░░███
███░░░░▄███▀▀▄▄███░░░░░░███
███░░░░░░░░▄█████░░░░░░░███
████░░░░░░░█▀░▀██░░░░░░████
█████▄░░░░░░░░░░░░░░░▄█████
███████▄▄░░░░░░░░░▄▄███████
███████████▄▄▄▄▄███████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
█████▄░░░░███████▀░░░▄█████
███████░░░░█████▀░░░░██████
███████░░░░░███▀░░░░░██████
███████░█░░░░█▀░▄░░░░██████
███████░██░░░░░▄█░░░░██████
███████░███░░░▄██░░░░██████
█████▀░░░▀██░▄██▀░░░░▀█████
███████████████████████████
███████████████████████████
███████████████████████████
sgk
Legendary
*
Offline Offline

Activity: 1470
Merit: 1002


!! HODL !!


View Profile
July 07, 2015, 08:32:40 AM
 #4536

@crazyhashmanz: link pls.

Submitted a ticket here's the reply

Unfortunately I was unable to find your transaction on the coin blockchain:

https://minergate.com/blockchain/bcn/blocks

If you sent this from another site please contact their help desk, if it was from a desktop wallet make sure it is fully updated.

Best regards,

Johnny Garcia
Poloniex Support

Poloniex Helpdesk powered by Freshdesk

Wallet is version 1.0.4, running win7-64bit. There's now 3 transactions just hanging in there. Can't retract them and can't flush them forward. They're not showing up on.

Pretty much done with this coin - good luck

Still no transaction ID? Can't you post it here?
sgk
Legendary
*
Offline Offline

Activity: 1470
Merit: 1002


!! HODL !!


View Profile
July 07, 2015, 09:23:55 AM
 #4537

3) Bytecoin is the Innovator. Invented/implemented CryptoNote technology, released awesome GUI, highload wallet for businesses (just to name a few significant achievements). Bytecoin possesses this technology and the expertise to move it further, whether you like it or not.

And then they blew it all away by premining 80%.


Proof?
Wanderlust
Full Member
***
Offline Offline

Activity: 225
Merit: 100


View Profile
July 07, 2015, 10:43:33 AM
Last edit: July 07, 2015, 12:49:33 PM by Wanderlust
 #4538

3) Bytecoin is the Innovator. Invented/implemented CryptoNote technology, released awesome GUI, highload wallet for businesses (just to name a few significant achievements). Bytecoin possesses this technology and the expertise to move it further, whether you like it or not.

And then they blew it all away by premining 80%.


Proof?

+1

It is as likely the coin was mined in small private circles as anything else.

The first rule of Fight Club is: You do not talk about Fight Club. The second rule of Fight Club is: You do not talk about Fight Club.
BoscoMurray
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile
July 07, 2015, 11:32:12 AM
 #4539

It is as likely the coin was mined in small private circles as anything else.

Isn't this enough to stop BCN ever becoming anything special, no matter how much effort goes into developing it? I think most people would simply see this as an unfair distribution at best, and at worst (faked blockchain) a scam. Whether either or neither of these is true, the coin is tainted and I suspect has no real future.
Wanderlust
Full Member
***
Offline Offline

Activity: 225
Merit: 100


View Profile
July 07, 2015, 12:48:57 PM
 #4540

It is as likely the coin was mined in small private circles as anything else.

Isn't this enough to stop BCN ever becoming anything special, no matter how much effort goes into developing it? I think most people would simply see this as an unfair distribution at best, and at worst (faked blockchain) a scam. Whether either or neither of these is true, the coin is tainted and I suspect has no real future.

i think almost every coin has terrible distribution. id guess 99% of coins have 1/2 of their total supply controlled by 1-100 people.

if BCN continue to push development i think adoption can grow.
Pages: « 1 ... 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 267 268 269 270 271 272 273 274 275 276 277 ... 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!