Pages:
Author

Topic: [BTE] The Bytecoin Information Thread - page 30. (Read 80094 times)

legendary
Activity: 1246
Merit: 1002
July 20, 2014, 03:22:16 PM
About 71 block until diff adjustment.
full member
Activity: 148
Merit: 100
Crazy!
that is the correct repo. but diff is insaene
Will it be adjusted soon? Last diff change is early february according to https://coinplorer.com/Charts/Difficulty/BTE
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
What is the correct github repository? I'm using https://github.com/ahmedbodi/bytecoin right now, but no block in 5 hours...

that is the correct repo. but diff is insaene
full member
Activity: 148
Merit: 100
Crazy!
What is the correct github repository? I'm using https://github.com/ahmedbodi/bytecoin right now, but no block in 5 hours...
legendary
Activity: 1344
Merit: 1251
April 14, 2014, 06:31:53 PM
ByteCoin Bootstrap.dat


bootstrap.dat

bootstrap.dat allows a new Bytecoin client (not synced) to rapidly import the initial blocks from a
local file instead of slowly downloading blocks from random peers. This significantly reduces the
time it takes to get a client synced with the current blockchain.

Simply having bootstrap.dat in Bytecoin's expected data directory will make your initial block sync
much faster. The import process can be even faster if you use the -dbcache=1000 command line
parameter which uses an additional 1GB of RAM for the database index cache.

Extracting the bootstrap.dat.xz

Regardless of your operating system, use the following steps to make use of the bootstrap.dat file:

1. Download bootstrap.dat.xz from mirrors or torrent.
2. Decompress the bootstrap.dat.
3. Put it into the Bytecoin datadir. "%appdata%/bytecoin" / "~/.bytecoin"
(This is the same folder that contains wallet.dat and the blocks folder.)
4. Delete bootstrap.dat.old if you want to recover some storage space.

Bytecoin Data Folder

Linux
Code: (auto:0)
xz -d bootstrap.dat.xz
Bytecoin's data directory is located in ~/.bytecoin/ by default. You can run ls -a to see
directories that start with a period. You can also search for the directory with the following
command:
Code: (auto:0)
find / -name wallet.dat -print 2>/dev/null
Mac
You can obtain xz from MacPorts or http://macpkg.sourceforge.net/.
Bytecoin's data directory should be located in ~/Library/Application Support/bytecoin/.

Windows
7Zip is a free utility that can decompress .xz files, so does the latest version of WinRAR.

Click on Start then Run (or press WinKey+R) and type.

Code: (auto:0)
explorer %APPDATA%\bytecoin
Bytecoin's data directory will open. "AppData" and "Application Data" are hidden by default in
Windows.

Copy bootstrap.dat to data directory

Copy the bootstrap.dat to your data directory. Load the Bytecoin client and wait for it to load the
blocks. After loading is complete, the bootstrap.dat will be renamed to bootstrap.dat.old at which
point you can choose to delete it.

Bytecoin - 4/9/2014 - 16,942 KB

GoogleD - https://drive.google.com/file/d/0Bz3NalaCIrQrb3JSLTZVZkhadTQ
Torrent - https://drive.google.com/file/d/0Bz3NalaCIrQrbFg2Qk9XeEdPUzg

E-nautia Mirror - https://e-nautia.com/jon.marshall/disk/bootstrap/bytecoin/bootstrap.dat.xz
E-nautia Direct - https://e-nautia.com/disk/download.php?id=5450715

Bytecoin Donation Address: 8LCXmsSFuCQ7ofmjudoD2FyAUv1qPeWxty
sr. member
Activity: 280
Merit: 250
March 29, 2014, 04:59:58 PM
Interesting. Got 4-5 € in BTC around, invested in bytecoin. Now I'll wait a couple of year and see what will happen Cheesy
newbie
Activity: 42
Merit: 0
March 25, 2014, 11:22:18 PM
got  it
member
Activity: 60
Merit: 10
March 25, 2014, 06:55:07 PM
Quite a few coins are showing signs of life now bitcoin is rising.
newbie
Activity: 27
Merit: 0
March 25, 2014, 05:17:26 PM
Is this coin coming back to life? It's up 200%.
sr. member
Activity: 378
Merit: 250
NXT FORUM MÁS Y MEJOR
March 05, 2014, 07:40:30 AM
what happens with sha256 coins?? I'm worry
hero member
Activity: 725
Merit: 500
February 25, 2014, 01:25:47 PM
*** 0% Fee *** Stratum *** Vardiff ***

iSpace Mining Pools welcomes ByteCoin into its range of SHA256D mining pools - http://ispace.co.uk

Smiley
legendary
Activity: 1246
Merit: 1002
February 06, 2014, 12:27:57 PM
Difficulty adjustment, now 270863.64

Power miners harvesting at low difficulty.

You may wish to sell at a loss on Cryptsy, to make the profitability lower for the power miners.

newbie
Activity: 24
Merit: 0
February 04, 2014, 05:58:13 PM
You can now exchange Bytecoin for REAL Gold, Platinum, Palladium, and Silver @ www.MintageMasterMind.com Check it out!
sr. member
Activity: 406
Merit: 252
January 30, 2014, 05:41:26 PM
sold all my bte and bought nxt with it but i still keep coming back here cuz it kind of feels like bte is my illegitimate offspring or something.

Haha yeah. It's the doppelganger.

The only copycoin that is not in denial.

Haha! This cracked me up. A Bitcoin clone that fully admits it's just a clone.

I like to think of Bytecoin as Bitcoin's evil twin.  Smiley
legendary
Activity: 1246
Merit: 1002
January 26, 2014, 10:28:02 PM
I have a very preliminary idea to deal with the ASIC burst-mine then abandon problem.

Essentially, I would fork the client so that it looks back 2016 blocks, and determines the average difficulty to mine that many blocks in that much time.  It would make a block template with that difficulty, so that when ASICs come online, the difficulty starts going up immediately.  This would reduce the incentive to burst-mine, and reduce the number of blocks in that epoch, so that the official difficulty numbers do not jump as high.

The actual difficulty specification in the mined blocks would not change.  It would appear on later analysis that a series of particularly high difficulty blocks had been mined by happenstance.

When the ASICs abandon the mining, the difficulty begins to drop back to the usual difficulty for that epoch of 2016, even if no other blocks are mined.

The difficulty would be bounded below by the difficulty that would otherwise be assigned for that block.

When only some miners are running this code, the block-chain would fork.  I assume that pirate ASIC miners would run the old blockchain.  However, the new miners would mine to their own fork and outflank the attack.

Old style wallets that are offline for a long time would use the new style chain as the longest chain and use the repaired block-chain without change.

sr. member
Activity: 462
Merit: 250
January 16, 2014, 08:10:58 PM


Does MPOS allow the payout to individual pool member addresses, in the way that eligius pays out?

Do you have a script that will git the eloipool code, do any apt install , and generally bring eloipool up in a Ubuntu virtual machine?  I have a copy that someone else had patched, and I have never finished an installation from the git source.



I'm not entirely sure with how eligius manages the payouts, but I believe the answer would be yes.. MPOS is essentially a web front end, which interfaces with a stratum mining server and requires a database installed which both MPOS and stratum use to track users accounts and shares. Payouts are automated and on a per-user basis.

I currently have two instances running, one privately for my farm and I recently opened one up for a newer alt coin to verify my installation was good enough for public use. You can check that out here if you would like: http://198.53.169.220:4000

MPOS git is here: https://github.com/TheSerapher/php-mpos
MPOS documentation is here: https://github.com/TheSerapher/php-mpos/wiki/Quick-Start-Guide
you will also need to manually edit a file for proper stratum operation, detailed here: https://github.com/ahmedbodi/stratum-mining/issues/90

Otherwise, installation was fairly straight forward once I figured it out once..

I did not ever make a script to install eloipool, I too had some issues getting eloipool up and running and wound up doing manual installations each time I attempted. Do you recall where you were getting hung up? It's been a while since I used eloipool but I do still have it installed in several VM's and could take a look at my configs if you would like.
legendary
Activity: 1246
Merit: 1002
January 16, 2014, 07:58:21 PM

Ahh thank you for the info ProfMac.

I used to use eloipool as well for my private pools, but have now switched over to an MPOS setup as it allows for easier remote monitoring, and is easily opened up to the public should I choose. Since there are a few pools in operation likely there would be little demand for another option at this point, but should the interest and hash rate on BTE start coming back up I likely will get another going. My next goal is to create a general front end for MPOS which will support single user accounts but access to multiple pools for different chains. I'm not a strong developer by any means so this will likely take me some time. Mostly doing it for the fun and learning experience at this point.

Does MPOS allow the payout to individual pool member addresses, in the way that eligius pays out?

Do you have a script that will git the eloipool code, do any apt install , and generally bring eloipool up in a Ubuntu virtual machine?  I have a copy that someone else had patched, and I have never finished an installation from the git source.

sr. member
Activity: 462
Merit: 250
January 16, 2014, 07:48:36 PM

CoinEX is both a pool and an exchange.  They support stratum mining.  stratum+tcp://stratum.coinex.pw:9022
http://bte.crypto-expert.com/ is ahmed_bodi's pool.  I believe he is moving it, perhaps he will post some details.
I have a private copy of eloipool running in a virtual machine, I am sure someone could bring another pool up running it.


Ahh thank you for the info ProfMac.

I used to use eloipool as well for my private pools, but have now switched over to an MPOS setup as it allows for easier remote monitoring, and is easily opened up to the public should I choose. Since there are a few pools in operation likely there would be little demand for another option at this point, but should the interest and hash rate on BTE start coming back up I likely will get another going. My next goal is to create a general front end for MPOS which will support single user accounts but access to multiple pools for different chains. I'm not a strong developer by any means so this will likely take me some time. Mostly doing it for the fun and learning experience at this point.
legendary
Activity: 1722
Merit: 1217
January 16, 2014, 07:42:58 PM
sold all my bte and bought nxt with it but i still keep coming back here cuz it kind of feels like bte is my illegitimate offspring or something.

Haha yeah. It's the doppelganger.

The only copycoin that is not in denial.
legendary
Activity: 1246
Merit: 1002
January 16, 2014, 07:42:00 PM
It does seem to be one of those coins that won't go away.. hopefully for good reason Wink

I've sold some of my bytes here and there, but I'm still sitting on most of what I mined at this point. I've been experimenting with pool software yet again, and I'm considering opening a public pool for BTE again but I'm not at all sure if I would attract any users. Does anyone know if there are any BTE pools still out there running these days? Would anyone be interested in pool mining this coin again or are most of the miners here happy to do solo?

CoinEX is both a pool and an exchange.  They support stratum mining.  stratum+tcp://stratum.coinex.pw:9022
http://bte.crypto-expert.com/ is ahmed_bodi's pool.  I believe he is moving it, perhaps he will post some details.
I have a private copy of eloipool running in a virtual machine, I am sure someone could bring another pool up running it.
Pages:
Jump to: