Pages:
Author

Topic: [BCN] Bytecoin (not a bitcoin fork) How-To - page 4. (Read 26790 times)

member
Activity: 148
Merit: 10
Hi All,

ok, I will ignore the red errors for now.

With the following hashrate :-

hashrate: 18.3684
hashrate: 18.3158
hashrate: 18.3684
hashrate: 18.3684
hashrate: 18.4211
hashrate: 18.4211
hashrate: 18.3684
hashrate: 18.3158
hashrate: 18.4211

When will I get something so to double check there are no problems ?

Also I think their is a coding issues as when you get the following message :-

2014-Apr-13 23:57:48.584286 [P2P1]+++++ BLOCK SUCCESSFULLY ADDED

All the cores take a dip which seems odd.

Thanks in advance.

According to the whitepaper current difficulty is how many hashes you have to find in order to solve a single block.

So with ~800k diff you will spend 800000/18 seconds. Or ~12h Smiley
sr. member
Activity: 582
Merit: 250
An Impressive Purely Anonymous Currency.
Hi All,

ok, I will ignore the red errors for now.

With the following hashrate :-

hashrate: 18.3684
hashrate: 18.3158
hashrate: 18.3684
hashrate: 18.3684
hashrate: 18.4211
hashrate: 18.4211
hashrate: 18.3684
hashrate: 18.3158
hashrate: 18.4211

When will I get something so to double check there are no problems ?

Also I think their is a coding issues as when you get the following message :-

2014-Apr-13 23:57:48.584286 [P2P1]+++++ BLOCK SUCCESSFULLY ADDED

All the cores take a dip which seems odd.

Thanks in advance.
member
Activity: 110
Merit: 10
Hi,

Im getting the same error but my path is absolute :-

2014-Apr-13 19:00:39.497336 [P2P2]ERROR c:\projects\sorrybigbro\src\p2p\net_node.inl:779 check_trust failed to check time conditions, last_stat_request_time=1397411982, proof_time=1397411677

What is wrong as I have invested a day on getting all this working ?

I would recommend that you download the quick start bundle as it includes the blockchain and this takes a very long time to create.

I also had other errors popping up in red in my command line. Actually sometimes there is a lot of red in my cmd window. However only once while finding a block and not getting coins. Maybe orphaned block ?
However, I managed to mine a block 2 days ago, so i am confident having all set up well...
sr. member
Activity: 692
Merit: 254
terra-credit.com
Hey,

I found a block but an error occured... I didnt receive any coins. Could someone explain what went wrong ?

See image attached:


Never encountered something like this. Looks like some kind of bug.
sr. member
Activity: 582
Merit: 250
An Impressive Purely Anonymous Currency.
Hi,

Im getting the same error but my path is absolute :-

2014-Apr-13 19:00:39.497336 [P2P2]ERROR c:\projects\sorrybigbro\src\p2p\net_node.inl:779 check_trust failed to check time conditions, last_stat_request_time=1397411982, proof_time=1397411677

What is wrong as I have invested a day on getting all this working ?

I would recommend that you download the quick start bundle as it includes the blockchain and this takes a very long time to create.
member
Activity: 110
Merit: 10
Hey,

I found a block but an error occured... I didnt receive any coins. Could someone explain what went wrong ?

See image attached:
member
Activity: 74
Merit: 10
“Everyone Is A Bank”
Hello everyone! Where can I find download binaries for MacOS? Also where to find out hash-rate info?

What is CryptoNight ?  Is it based on sha256 or crypto?

There is no macOS version, but it's coming soon according to official site.

As for how fast blocks are - it is 1 block in 2 minutes with a different reward.
You'd check this  - https://wiki.bytecoin.org/wiki/Mining_hardware_comparison

I don't know how exactly cryptonight is working but here is what I've found:

- A new memory-bound algorithm for the proof-of-work pricing function.
- It relies on random access to a slow memory and emphasizes latency dependence.
- As opposed to scrypt every new block (64 bytes in length) depends on all the previous blocks. As a result a hypothetical memory-saver" should increase his calculation speed exponentially. ( According to whitepaper - https://bytecoin.org/whitepaper.pdf )
full member
Activity: 177
Merit: 100
Really like this coin, never heard of it before, but with some support i think it could fly. Started mining few days back and gonna stay on it with my CPU (while GPU mines rest).
member
Activity: 60
Merit: 10
Hello everyone! Where can I find download binaries for MacOS? Also where to find out hash-rate info?

What is CryptoNight ?  Is it based on sha256 or crypto?
member
Activity: 165
Merit: 10
Crypto note technology used in BCN looks very promising, I like the better anonymity and simplicity of mining.
member
Activity: 85
Merit: 10
What I personally miss is a GUI miner, it should not be too difficult to implement, right?
member
Activity: 147
Merit: 10
A funny fact: My old Corei5 (cca 6 H/s) is giving me more blocks than much stronger Xeon 1245 V3 (14,2 H/s)
Statistic is a bitch.  (teeth)

That’s a real surprise! How's that possible? I am really curious as I have iCore 5 and friend of mine told me to get Xeon DP Irwindale.

Thanks a lot for making this guide, it’s rather complicated to for me as a newbie to mine Bytecoin with a different OS!

Let’s hope it’s a success similar to Bitcoin. What I really like about Bytecoin is the true privacy it offers.
member
Activity: 148
Merit: 10
Could someone post what it looks like finding a block while solo mining ?
Just curious Wink

It goes something like this: Found a block for a difficulty: xxxxxx

This line also should be in green color. Smiley
newbie
Activity: 44
Merit: 0
Could someone post what it looks like finding a block while solo mining ?
Just curious Wink
member
Activity: 148
Merit: 10
So I finally managed to install Bytecoin to the Ubuntu 12.04. God it was hard. I’m not really a Ubuntu master in any way (like, at all) so a lot of googling and searching took place. To everyone who is new to the whole Linux system I would definitely recommend using Ubuntu 13.10 version - installation is much more simple. Okay, back to it - here is the “close enough” instructions:

Ubuntu 12.04 Installation Instructions

For the super newbies: everything that I mention should be entered in the Terminal. In order to find it use search in the left top corner of the screen, simply enter “terminal” and click on it.

For the correct installation you will need: GCC and G++ 4.7.3 or later, pretty much any CMake version, Boost 1.53 or later (not a 1.54 tho) and Git. Here is what I used: GCC and G++ 4.8, basic Ubuntu 12.04 CMake version, Boost 1.55 and basic Git version.


1. Let’s start with a GCC and G++ 4.8 version. First of all you will have to add a PPA to your Ubuntu. (If you’re wondering what is PPA, here: http://askubuntu.com/questions/35629/are-ppas-safe-to-add-to-my-system-and-what-are-some-red-flags-to-watch-out-fo and here http://askubuntu.com/questions/4983/what-are-ppas-and-how-do-i-use-them/40351#40351 you can find out more about it.) To do so you can use this command:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test

Then you will have to update your apt-get program:

sudo apt-get update

Finally the installation:

sudo apt-get install gcc-4.8
sudo apt-get install g++-4.8


Next step is to update the alternatives for the gcc and g++:

sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50



2. Boost 1.55 installation is demanding another PPA. Add it:

sudo add-apt-repository ppa:boost-latest/ppa

Update your apt-get:

sudo apt-get update

And install Boost1.55

sudo apt-get install libboost1.55-all-dev


3. Install Git and CMake just like in 13.10 instruction (yay! simple step):

sudo apt-get install git
sudo apt-get install cmake



4. Next step in this hellish piece of instruction is cloning sources from github. In order to do that go to the terminal once again and enter: git clone https://github.com/amjuarez/bytecoin.git


5. And here I’ll just copy the 13.10 instruction:
Now you should be able to see the “bytecoin” folder in your Home tab. All you have to do now is go to the terminal once again and start a making process, you will be able to do this this way:
   a. In terminal go to the bytecoin catalogue using this command: cd bytecoin (assuming your bytecoin folder is in Home catalogue)
   b. Enter make -j command.
   c. Wait a while
   …
   z. PROFIT!


That’s all boys and girls!
Executable files can be found in build/release/src catalogue - copy it wherever you want and mine freely using Linux system. Smiley

Please let me know if I missed something or you can’t get past something etc.
sr. member
Activity: 728
Merit: 265
This beast hogging up almost 3 GB RAM  Shocked...
It's really not much this days I think. 8GB RAM - that would've been beastful Grin

Tho I wonder what for he is using so much.
legendary
Activity: 1512
Merit: 1000
This beast hogging up almost 3 GB RAM  Shocked...
sr. member
Activity: 692
Merit: 254
terra-credit.com
Is it even possible to install daemon+wallet to the ubuntu <13? Stable version is more legit to my opinion.
hero member
Activity: 532
Merit: 500
You have eyes but can see Mt. Tai?!
A funny fact: My old Corei5 (cca 6 H/s) is giving me more blocks than much stronger Xeon 1245 V3 (14,2 H/s)
Statistic is a bitch.  Cheesy
hero member
Activity: 770
Merit: 504
(っ◔◡◔)っ🍪
Ok I finally decided to run this, tho I suspect it may simply turn my computer into zombie...
It works but I got message like this twice:

Quote
2014-Apr-05 23:24:02.522505 [P2P8]ERROR c:\projects\sorrybigbro\src\p2p\net_node.inl:744 check_trust failed to check tim
e conditions, last_stat_request_time=1396736567, proof_time=1396736299

c:\projects\sorrybigbro  Huh

Also, bytecoind eats 1 whole core even without mining?
Pages:
Jump to: