Search content
Sort by

Showing 6 of 6 results by gogamoga
Post
Topic
Board Announcements (Altcoins)
Re: [BCN] Bytecoin (CPU-mining, true anonymity)
by
gogamoga
on 24/06/2014, 11:53:21 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [BCN] Bytecoin (CPU-mining, true anonymity)
by
gogamoga
on 24/06/2014, 11:41:45 UTC
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 ?
Post
Topic
Board Announcements (Altcoins)
Re: [BCN] Bytecoin (CPU-mining, true anonymity)
by
gogamoga
on 11/06/2014, 22:15:28 UTC
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)

Post
Topic
Board Altcoin Discussion
Re: [BCN] Bytecoin (not a bitcoin fork) How-To
by
gogamoga
on 01/05/2014, 07:13:09 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [BCN] Bytecoin (CPU-mining, true anonymity)
by
gogamoga
on 30/04/2014, 20:34:43 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [BCN] Bytecoin (CPU-mining, true anonymity)
by
gogamoga
on 28/04/2014, 23:10:35 UTC
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