Post
Topic
Board Altcoin Discussion
Re: [BTE] The Bytecoin Information Thread
by
ProfMac
on 27/10/2018, 07:51:24 UTC
I have rented a machine at linode, and have set up a node for some testing there.

You may put your address in as the user.  This can be either a bitcoin address, or a bytecoin address.

I have not been successful with the rent-an-ASIC miners with this setup.  I am able to use the J.Garzik cpu miner.  You should be able to CPU mine at the moment.

It is not defined whether I will keep or discard any blocks mined at this time.


Code:
{
"_comment1" : "Any long-format command line argument ",
"_comment2" : "may be used in this JSON configuration file",
        "_comment3" : "Use your own bitcoin address as the user",

"url" : "http://seed-prime.bte.vima.austin.tx.us:46332",
"user" : "1ZgFUZmYU9s3sBYAyBumTGvNaVcEnq17b",
"pass" : "ignored",
"algo" : "sha256d",

"protocol-dump" : true,
"debug" : true,
"threads" : "4",
"scantime" : "120"
}



If you make an otherwise empty .bytecoin directory and add the following to your bytecoin.conf file you should be able to follow the progress as the blocks are mined.

Code:
checkpoints=0
rpcport=46332
port=46333
connect=seed-prime.bte.vima.austin.tx.us


There will be problems.  I don't know what they will be.  This is a test.