Author

Topic: [BCN] Bytecoin. Secure, private, untraceable since 2012 - page 369. (Read 1070171 times)

sr. member
Activity: 692
Merit: 254
terra-credit.com

on the second one, move the 2 small logos in black and white to the bottom row. then win.

oh, and make the bytecoin type equidistant between the big logo and small. then win.

g.

Looks like we got ourselves a programmer Cheesy
full member
Activity: 210
Merit: 100

on the second one, move the 2 small logos in black and white to the bottom row. then win.

oh, and make the bytecoin type equidistant between the big logo and small. then win.

g.
legendary
Activity: 1036
Merit: 1000
Wow very nice!
sr. member
Activity: 421
Merit: 250
Here is a new BCN fork - https://bitcointalksearch.org/topic/annfcn-fantomcoin-cn-based-currency-with-merged-mining-launched-now-585611 (FantomCoin). It's merged mined with BCN (or BitMonero)!

There is a GUI-miner (no command line):



I wrote the dev and maybe he can help with the GUI-miner for BCN Smiley
member
Activity: 109
Merit: 10
IT'S TIME TO START MINING, GUYS! EVERYTHING IS READY!

You may download everything you need there:
http://fantomcoin.org/



I'm not a geek but I guess devs have done the excellent job with this.
everything works without trouble.
member
Activity: 80
Merit: 10
Interesting to try anyway.
member
Activity: 109
Merit: 10

FantomCoin [FCN] is going to be launched in several hours
Blockchain starts 5/6/2014 2:00pm GMT


I'm really sorry for all that delays. But now all tests were done successfully and we are ready to launch FantomCoin


From the looks if it - first merged mining (for BCN and BMR) CN currency is going to be launched soon. Looking forward to it. Smiley
[/quote]

merged mining - cool!
sr. member
Activity: 336
Merit: 251

FantomCoin [FCN] is going to be launched in several hours
Blockchain starts 5/6/2014 2:00pm GMT


I'm really sorry for all that delays. But now all tests were done successfully and we are ready to launch FantomCoin


From the looks if it - first merged mining (for BCN and BMR) CN currency is going to be launched soon. Looking forward to it. Smiley

Another fork?

One more CryptoNote based coin. But that's one implements merged mining. And IMO that's cool.
full member
Activity: 308
Merit: 100
Do anybody use a linux os for his wallets successfully? What's the os name and version? Do I have to compile the wallet sw on my own?

I use ubuntu 13.10 and compile myself. Compilation is very easy.

git clone blah blah
sudo apt-get install build-essential
sudo apt-get install boost-all-dev
cd bytecoin
make
What's your compiled wallet version?

I am using latest version from github (compiled myself) -> 0.8.6

Also,

FantomCoin [FCN] is going to be launched in several hours
Blockchain starts 5/6/2014 2:00pm GMT


I'm really sorry for all that delays. But now all tests were done successfully and we are ready to launch FantomCoin


From the looks if it - first merged mining (for BCN and BMR) CN currency is going to be launched soon. Looking forward to it. Smiley

Another fork?
sr. member
Activity: 692
Merit: 254
terra-credit.com
Do anybody use a linux os for his wallets successfully? What's the os name and version? Do I have to compile the wallet sw on my own?

I use ubuntu 13.10 and compile myself. Compilation is very easy.

git clone blah blah
sudo apt-get install build-essential
sudo apt-get install boost-all-dev
cd bytecoin
make
What's your compiled wallet version?

I am using latest version from github (compiled myself) -> 0.8.6

Also,

FantomCoin [FCN] is going to be launched in several hours
Blockchain starts 5/6/2014 2:00pm GMT


I'm really sorry for all that delays. But now all tests were done successfully and we are ready to launch FantomCoin


From the looks if it - first merged mining (for BCN and BMR) CN currency is going to be launched soon. Looking forward to it. Smiley
sgk
legendary
Activity: 1470
Merit: 1002
!! HODL !!

This was truly and highly needed! Cheers to everyone involved!
sr. member
Activity: 421
Merit: 250
BCN can be added to a new exchange!

Vote for BCN! We need 100 votes!

www.swaphole.com/#!voting
sr. member
Activity: 421
Merit: 250
hero member
Activity: 560
Merit: 500
I have a suggestion: let's bet when will mac version appear?
As usual I can see only P.S. MacOS version coming soon. on the web dated 04/10/2014

I compiled from the github source on OSX 10.9.2: Link

Works fine for me. Please PM if you have issues.

DStrange, feel free to re-upload and put it on the main post.
legendary
Activity: 2968
Merit: 1198
Do anybody use a linux os for his wallets successfully? What's the os name and version? Do I have to compile the wallet sw on my own?

I use ubuntu 13.10 and compile myself. Compilation is very easy.

git clone blah blah
sudo apt-get install build-essential
sudo apt-get install boost-all-dev
cd bytecoin
make
What's your compiled wallet version?

The one right after the tx extra fix. I haven't updated since then.
legendary
Activity: 1666
Merit: 1000
Do anybody use a linux os for his wallets successfully? What's the os name and version? Do I have to compile the wallet sw on my own?

I use ubuntu 13.10 and compile myself. Compilation is very easy.

git clone blah blah
sudo apt-get install build-essential
sudo apt-get install boost-all-dev
cd bytecoin
make
What's your compiled wallet version?
legendary
Activity: 2968
Merit: 1198
I have my coins again, so a brief aggregation now.

I'm working with Ubuntu Linux 12.04, installed as Virtual Machines on top a VirtualBox environment. My Ubuntu installation is for wallets only, standard installation, some with VPN prepared. One week before all worked as expected, I created a lot of wallets for exchanging BCN. But beginning from yesterday I got this message on start of simplewallet and every refresh:
Quote
Error: refresh failed: transaction extra parse error. Blocks received: 6321

A dozen of wallets failed, residing on three different VMs, residing on three different hardware. Also with the newest wallet version (0.8.5.306) it failed to refresh. Surprisingly newly created wallets are working, but not the old ones.

I have now installed a wallet into windows 7 (version 0.8.6.56), syncronized the blockchain, created a new wallet successfully. Then I transfered my Ubuntu wallets into windows, renamed the large wallet-file, and voila, the refresh finished without any error, showing the correct balance.

I have downloaded the newest binaries for windows or linux. I wonder that the version differs significantly between the two os. The linux version perhaps is not uptodate.

I could compile it on my own, if I would find a hint about it to be necessary. But as a marketing guy already said about BCN: If the usability does not increase, this coin is useless. What I also wonder about: as a coin with preference to anonymization and security there should be a large community of linux users here.

Do anybody use a linux os for his wallets successfully? What's the os name and version? Do I have to compile the wallet sw on my own?

I use ubuntu 13.10 and compile myself. Compilation is very easy.

git clone blah blah
sudo apt-get install build-essential
sudo apt-get install boost-all-dev
cd bytecoin
make

legendary
Activity: 1666
Merit: 1000
I have my coins again, so a brief aggregation now.

I'm working with Ubuntu Linux 12.04, installed as Virtual Machines on top a VirtualBox environment. My Ubuntu installation is for wallets only, standard installation, some with VPN prepared. One week before all worked as expected, I created a lot of wallets for exchanging BCN. But beginning from yesterday I got this message on start of simplewallet and every refresh:
Quote
Error: refresh failed: transaction extra parse error. Blocks received: 6321

A dozen of wallets failed, residing on three different VMs, residing on three different hardware. Also with the newest wallet version (0.8.5.306) it failed to refresh. Surprisingly newly created wallets are working, but not the old ones.

I have now installed a wallet into windows 7 (version 0.8.6.56), syncronized the blockchain, created a new wallet successfully. Then I transfered my Ubuntu wallets into windows, renamed the large wallet-file, and voila, the refresh finished without any error, showing the correct balance.

I have downloaded the newest binaries for windows or linux. I wonder that the version differs significantly between the two os. The linux version perhaps is not uptodate.

I could compile it on my own, if I would find a hint about it to be necessary. But as a marketing guy already said about BCN: If the usability does not increase, this coin is useless. What I also wonder about: as a coin with preference to anonymization and security there should be a large community of linux users here.

Do anybody use a linux os for his wallets successfully? What's the os name and version? Do I have to compile the wallet sw on my own?
sr. member
Activity: 421
Merit: 250
BCN can be added to a new exchange!

Vote for BCN!

www.swaphole.com/#!voting
Jump to: