Author

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

hero member
Activity: 795
Merit: 514
But the updated windows binary is still up.

It is? Where? All I see is the updated source on GitHub.
hero member
Activity: 795
Merit: 514
I have found that on https://bytecoin.org/ today:

Quote
04/02/2014
Updated windows binaries is now available
Release notes 0.8.3 :
- JSON RPC for wallet;
- fixed bug with blockchain storing;
- fixed bug with correct display of transfer's change;
- bug fix in simple wallet.

I think all of us here should update our binaries.

I'm not seeing that post on bytecoin.org. Did they remove it due to issues?

I would guess that it was removed to make it look like the coin is abandoned. Seems to be a very low-key group of people that don't want attention currently.

That doesn't make sense. If they didn't want their currency adopted they wouldn't have an online presence at all.
full member
Activity: 238
Merit: 100
Spike in november 2012 looks strange for me, but it exists in data.

Nice Graph! Found this on the website about the spike

11/17/2012
Difficulty is back to 'normal'
The last jump of difficulty value (from ~100k to 385513) was quite unexpected. But it's back what is even more surprising! Important note: no double-spend or forking attack were mentioned.Some numbers were also inserted in the blocks; looks like a counter. Btw retargeting algo works out perfectly. We are ready for the next "wave".

Anyone luck on mining?
hero member
Activity: 795
Merit: 514
I have found that on https://bytecoin.org/ today:

Quote
04/02/2014
Updated windows binaries is now available
Release notes 0.8.3 :
- JSON RPC for wallet;
- fixed bug with blockchain storing;
- fixed bug with correct display of transfer's change;
- bug fix in simple wallet.

I think all of us here should update our binaries.

I'm not seeing that post on bytecoin.org. Did they remove it due to issues?
legendary
Activity: 1022
Merit: 1000
in simplewallet it says: "unknown command: print_bc"
and in bytecoind it says: "need block index parameter"
 Embarrassed

-edit- I have v0.8.3.287

It needs begin_height and end_height parametes:

Code:
print_bc 0 460000

and it works only in
Code:
set_log 2
mode with bytecoind started with --log-file parameter. The result is in log file.

this is what I get:

full member
Activity: 238
Merit: 100
has anyone already managed to setup a local pool by using the simpleminer?
full member
Activity: 126
Merit: 101
in simplewallet it says: "unknown command: print_bc"
and in bytecoind it says: "need block index parameter"
 Embarrassed

-edit- I have v0.8.3.287

It needs begin_height and end_height parametes:

Code:
print_bc 0 460000

and it works only in
Code:
set_log 2
mode with bytecoind started with --log-file parameter. The result is in log file.
legendary
Activity: 1022
Merit: 1000
in simplewallet it says: "unknown command: print_bc"
and in bytecoind it says: "need block index parameter"
 Embarrassed

-edit- I have v0.8.3.287
full member
Activity: 126
Merit: 101
I've finally synchronized my blockchain with this new version of code and downloaded some statistics. Here is a difficulty chart starting from the genesis block.
Spike in november 2012 looks strange for me, but it exists in data.

DIFFICULTY CHART

Thx for the graph, how can you get this data?

print_bc console command prints blockchain statistics like this:

Code:
height 0, timestamp 0, cumul_dif 1, cumul_size 80
id             
difficulty              1, nonce 70, tx_count 0
height 1, timestamp 1341378000, cumul_dif 2, cumul_size 344
id              <13a537627c969dfda1bf6a2688694aa139f66d643073d49afc5cdd75d3c1e400>
difficulty              1, nonce 4122499893, tx_count 0
height 2, timestamp 1341378001, cumul_dif 3, cumul_size 306
id              <36f51be5a5d244f1ab635c83852b5e52dced4376d38c5aafd9944dceb7062d00>
difficulty              1, nonce 1177293451, tx_count 0
height 3, timestamp 1341378002, cumul_dif 123, cumul_size 344
id              <7d69aa8a864cbd1e22ee1b3155cf37c4349409c0be9b1ba8fe7df5d4ae563046>
difficulty              120, nonce 2115376671, tx_count 0

Quote
What about the total hash rate?

I don't know the right way to calculate hash rate.
legendary
Activity: 1022
Merit: 1000
I've finally synchronized my blockchain with this new version of code and downloaded some statistics. Here is a difficulty chart starting from the genesis block.
Spike in november 2012 looks strange for me, but it exists in data.



Thx for the graph, how can you get this data?

What about the total hash rate?
full member
Activity: 126
Merit: 101
I've finally synchronized my blockchain with this new version of code and downloaded some statistics. Here is a difficulty chart starting from the genesis block.
Spike in november 2012 looks strange for me, but it exists in data.

hero member
Activity: 532
Merit: 500
You have eyes but can see Mt. Tai?!
New version works great with haswell procesors, i guess. I run linux binaries and got 15H/s with my Xeon.  Cheesy

But beware, miner takes 3GB RAM now for itself.
full member
Activity: 238
Merit: 100
More and more i think this project was only done for research and was never mentioned to be used as a "real" crypto currency. I found some shady references by a group called bitcoin of things. After some brainfarts it takes me to a future where nano technology can be used as a trustless p2p blockchain.
sr. member
Activity: 336
Merit: 251
Fellows, may be one of you will start a new topic on cryptonote technology?
It seems to me you understand it well (unlike me).
sr. member
Activity: 336
Merit: 251
132,000 were added to Giveaway fund by unknown donator today.

tx <7603a6c8aedb9ac64beabd6fbf822c99d62ce461c219a77e1776507065cbf617>

Thanks a lot, guys!
full member
Activity: 126
Merit: 101
On Ubuntu 13.11 compilation is ok, but synchronization goes 3 hours already and consumes RAM.
I hope developers are reading this thread at least.
you can try downloading the blockchain from the website, should speed up the sync process

I see. I have a blockchain already downloaded. It takes 3 hours to synchronize several weeks.
I think that there is an error in last commit because there is a lot of "connect failed" on screen.
full member
Activity: 238
Merit: 100
On Ubuntu 13.11 compilation is ok, but synchronization goes 3 hours already and consumes RAM.
I hope developers are reading this thread at least.
you can try downloading the blockchain from the website, should speed up the sync process
full member
Activity: 126
Merit: 101
I would like to. I've downloaded code from githab and it behaves bad Sad

i'm having also problems compiling the latest version on ubuntu 13.04, it halted around 70% with some lto error after running make. but bytecoind was compiled ok so only the wallet part doesnt work (not needed for mining btw)

On Ubuntu 13.11 compilation is ok, but synchronization goes 3 hours already and consumes RAM.
I hope developers are reading this thread at least.
full member
Activity: 238
Merit: 100
I would like to. I've downloaded code from githab and it behaves bad Sad

i'm having also problems compiling the latest version on ubuntu 13.04, it halted around 70% with some lto error after running make. but bytecoind was compiled ok so only the wallet part doesnt work (not needed for mining btw)
full member
Activity: 126
Merit: 101
Please be careful. This version is extrimely slow in sych.

+ Daemon consumes about 4Gb of RAM. Too big for a simple net node.

are you involved in this project?

I would like to. I've downloaded code from githab and it behaves bad Sad
Jump to: