Bitcoin Forum
June 22, 2024, 02:04:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin (CPU-mining, true anonymity) on: June 24, 2014, 11:53:21 AM
can someone explain me how to copy and paste the deposit adress into simplewallet.  Strg+C dont work and right mouse click also dont work ?!

can someone please answer my question. i dont want to type the deposit adress and the payment id manually in simplewallet.

Well, if you are on windows, then consider taking one step further and upgrade:

http://sourceforge.net/projects/console
http://sourceforge.net/projects/conemu

Pick whatever you like. Both are good.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin (CPU-mining, true anonymity) on: June 24, 2014, 11:41:45 AM
can someone explain me how to copy and paste the deposit adress into simplewallet.  Strg+C dont work and right mouse click also dont work ?!

can someone please answer my question. i dont want to type the deposit adress and the payment id manually in simplewallet.

Win/Linux ?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin (CPU-mining, true anonymity) on: June 11, 2014, 10:15:28 PM
what can i do if i will use many computers to build a pool,only can i used.
i want solo this coin ,
who can help me ,thanks

Pool: https://github.com/zone117x/node-cryptonote-pool
Miner: https://github.com/Lucasjones/cpuminer-multi
Configuration is pretty straightforward.
Dont use the simple miner as others suggested.
Use the cpuminer-multi and you will have significant gain in hashrate. (And another benefit of not having to run the daemon on each node)

4  Alternate cryptocurrencies / Altcoin Discussion / Re: [BCN] Bytecoin (not a bitcoin fork) How-To on: May 01, 2014, 07:13:09 AM
My wallet doesn't sync. Any idea?

It may appear if wallet is unable to connect to deamon by rpc port. First of all try to turn off firewall and anti-virus and sync wallet again.


Tried it and it didn't work.
I get :

Error: refresh failed: daemon is busy. Please try later. Blocks received: 0

After the daemon has synchronized with the network, issue the save command in daemon console to store the blockchain, then you will be able to refresh the wallet
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin (CPU-mining, true anonymity) on: April 30, 2014, 08:34:43 PM
I've checked this problem with a fresh version of simplewallet from github. Is works the right way. In case you have a "Transaction extra parse" bug you have to update your simplewallet.

Hi, I'm having the same issue but I cannot find the simplewallet on Github. Can someone help me?

Thanks!

https://github.com/amjuarez/bytecoin
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin (CPU-mining, true anonymity) on: April 28, 2014, 11:10:35 PM
Is the entire blockchain stored in RAM? Bytecoind takes up 80% of my 4 GB of RAM and 2 GB of swap space.  Bitmonerod takes up a small fraction of that..

Yes it is. These coins will need to implement a blockchain database eventually. For now more swap space may work, since most of the block chain is never touched.


It makes Unity lag, takes 15 minutes to sync 1000 blocks, and takes many hours to save the blockchain. Not an ideal situation.

Oh right, I forgot about saving. You will need more RAM or waiting for a block database to be implemented to get any improvement.

Run the daemon with lower IO priority and it will smooth things up, eliminate IO race and cut off your blockchain read/write time significantly
Code:
ionice -c 2 -n 7 bytecoind
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!