Bitcoin Forum
May 04, 2024, 06:56:04 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 [2] 3 4 5 »  All
  Print  
Author Topic: [BCN] Bytecoin (not a bitcoin fork) How-To  (Read 26789 times)
Snail2
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000



View Profile
April 09, 2014, 10:16:03 AM
 #21

This beast hogging up almost 3 GB RAM  Shocked...
1714848964
Hero Member
*
Offline Offline

Posts: 1714848964

View Profile Personal Message (Offline)

Ignore
1714848964
Reply with quote  #2

1714848964
Report to moderator
1714848964
Hero Member
*
Offline Offline

Posts: 1714848964

View Profile Personal Message (Offline)

Ignore
1714848964
Reply with quote  #2

1714848964
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Hexah
Sr. Member
****
Offline Offline

Activity: 728
Merit: 265



View Profile
April 09, 2014, 10:22:12 AM
 #22

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.
Lamalicious
Member
**
Offline Offline

Activity: 148
Merit: 10


View Profile
April 10, 2014, 01:58:57 PM
 #23

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.

lenam
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
April 10, 2014, 06:36:26 PM
 #24

Could someone post what it looks like finding a block while solo mining ?
Just curious Wink
Lamalicious
Member
**
Offline Offline

Activity: 148
Merit: 10


View Profile
April 11, 2014, 11:19:54 AM
 #25

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

Agent99
Member
**
Offline Offline

Activity: 147
Merit: 10


View Profile
April 11, 2014, 03:31:52 PM
 #26

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.
Zosergag
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
April 11, 2014, 05:46:27 PM
 #27

What I personally miss is a GUI miner, it should not be too difficult to implement, right?
Xterry
Member
**
Offline Offline

Activity: 165
Merit: 10


View Profile
April 11, 2014, 06:05:57 PM
 #28

Crypto note technology used in BCN looks very promising, I like the better anonymity and simplicity of mining.
Fredz91
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
April 12, 2014, 07:22:30 AM
 #29

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?
MCOnyx
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
April 12, 2014, 07:57:18 AM
 #30

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

VidioShare:  VHQRWnpV2MX9WBEnR5NbF4D2gqfkAZbW1H

QORA | 2ND GEN | NEW SOURCE CODE | QWfwFHPJ2GMnW5cMCY6RA7vkfQsBS1P4aL
Free SIGNs giving everyday. Be part, do not miss!. StF84GSmES8FSNQdTdhse95CdEYrngdro9
ShitHappens
Member
**
Offline Offline

Activity: 74
Merit: 10

“Everyone Is A Bank”


View Profile
April 12, 2014, 08:02:08 AM
 #31

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 )

                 BABB          |[     BANK ACCOUNT BASED BLOCKCHAIN     ]|       Everyone is a bank
▬                       JOIN TOKEN SALE                       ▬
▬▬▬▬▬     JOIN THE COMMUNITY    |    Telegram     ▬▬▬▬▬
s11made
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
April 13, 2014, 03:57:11 PM
 #32

Hey,

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

See image attached:
24core
Sr. Member
****
Offline Offline

Activity: 582
Merit: 250


An Impressive Purely Anonymous Currency.


View Profile WWW
April 13, 2014, 06:07:44 PM
 #33

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.

Cheesus
Sr. Member
****
Offline Offline

Activity: 692
Merit: 254


terra-credit.com


View Profile
April 13, 2014, 06:09:34 PM
 #34

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.

███████████████████████
  █████████████████████ 
    ███████████████████ 
      █████████████████ 
███████████████████████
          █████████████ 
            ███████████ 
              █████████ 
                ███████ 
                  ████ 
                    ███ 
                     
terracredit


















Powered by,
s11made
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
April 13, 2014, 09:58:09 PM
 #35

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...
24core
Sr. Member
****
Offline Offline

Activity: 582
Merit: 250


An Impressive Purely Anonymous Currency.


View Profile WWW
April 13, 2014, 10:59:12 PM
 #36

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.

Lamalicious
Member
**
Offline Offline

Activity: 148
Merit: 10


View Profile
April 14, 2014, 08:10:58 AM
 #37

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

24core
Sr. Member
****
Offline Offline

Activity: 582
Merit: 250


An Impressive Purely Anonymous Currency.


View Profile WWW
April 14, 2014, 09:26:46 AM
 #38

Thanks for the information and after 10 hours I have :-

balance: 127718.41370059, unlocked balance: 127718.41370059



Lamalicious
Member
**
Offline Offline

Activity: 148
Merit: 10


View Profile
April 14, 2014, 12:23:38 PM
 #39

Thanks for the information and after 10 hours I have :-

balance: 127718.41370059, unlocked balance: 127718.41370059




You're most certainly welcome. I guess you understood logic behind the numbers Smiley

the_darkness
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
April 16, 2014, 04:58:33 AM
 #40

Silly question, but how do I point two different cpus to mine at the same wallet?
Pages: « 1 [2] 3 4 5 »  All
  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!