Bitcoin Forum
May 29, 2024, 09:24:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 21, 2024, 08:28:18 PM
Got a very quick Bytecoin Block Explorer up and running.
https://chainspy.com

It's very basic and boring. No fancy graphics.
Don't expect too much. Make too many requests and it will probably crash the site.

2  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 21, 2024, 08:25:49 PM
1) V 27 did not create a bytecoin.conf file in AppData\Roaming\Bytecoin. Is this normal?
Yes. Most users won't need to use that file anyway.
You can create it if you wish to set some configuration settings, like RPC user and password for example on startup.


2) V 27 entered a bunch of bech 32, etc addresses in the Receiving Addresses window in addition to the Base 58 addresses that were added when the old wallet was recovered and migrated. Where did these come from? Can I delete these?
I'm not sure. This has happened to mine as well, when I just tested the migration tool.
I think the old wallet contained some old format of addresses, perhaps just some in very early "pubkey" format used in earlier mining; and the migration has converted them over.
You can just ignore them or create new addresses if your receiving in future. Don't think there's an option to delete them.


3) Can't see the sending address that was used when I made the send. The address showing in the Sending Addresses window is the same as the address I sent the coin to.
I don't think it's suppose to. It's more like a sending address book list, not a transaction list.
This is where a browser block explorer comes in handy. (See next post).
Remember a bytecoin transaction can contain many inputs, (and many outputs), so it might not be just one sending address that was used.


4) How do I open port 6333 to receive incoming connections?
Probably guessing the easiest way is to make sure that in Settings > Options > Network; UPnP and NAT-PMP mapping are checked. Oh, and allow the incoming connections setting as well of course.
Then go into your home ISP router/modem and check one or both UPnP and NAT-PMP are switched on inside that too.
The port should be automatically opened for you.

Don't spent too much time on this. If you can't do it, don't worry about it.
3  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 19, 2024, 07:01:31 AM
Sent some BTE and it now has 5 of 6 confirmations so looks like send is working OK as long as mining is ongoing.
Received. Thank you.

Quite annoying at the time as the difficulty used to skyrocket and if one didn't have lots of hash power one had to wait for the difficulty to drop again to do any mining.
This is a common problem. Difficulty gets blasted into orbit, then abandoned. The blockchain then gets stuck.

Why not start mining with me while the diff is currently really low? It's only 5436.852907928366 now, which is about 38.92GH/s for a 10 minute block target.

Point your miner at
stratum+tcp://bytecoin.pool.chainspy.com:3001
username = <your bytecoin address>
password = x

Try https://www.miningrigrentals.com/ if you don't have your own equipment.
You need to rent a SHA256 rig. Really cheap. In fact, you'll struggle to find a rig with such a low hashrate.

Don't blast 100TH/s at it. Roll Eyes
4  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 18, 2024, 07:51:20 AM
I only have 2 peers connected. Are any others available?
Pretty quiet. Only a few of us about. I've got ipv4 and ipv6 nodes running 24/7 at:
Code:
178.79.133.60:6333
[2a01:7e00:e000:86b:4ad3:2c87:17a3:1a36]:6333


The machine this node is on gets its IP address changed at least once daily. Will this be a problem?  TIA and thanks for your efforts in getting this coin up and running again. Please provide an address where I can leave a token of my appreciation. Now all we need is to get it listed on an exchange.
Most home internet providers give out dynamic ipv4 addresses (change at random times), that shouldn't be a problem. If you running a node 24/7 then it would be helpful to open up port 6333 (presuming you've kept the default port) so outside nodes can connect to yours; otherwise your firewall will block them.

If you want to to donate; but really I'm the only one mining at the moment so it's not like I've got a shortage of bytecoins.  Smiley
bytec1qj4vj5l0y83cvklvgv58mfurp63es5dujhyfstd



P.S. Is there a block explorer for BTE available?
Not that I know of. None of the links on bytecoin.biz work anymore. I'll try to get one up and running, but probably be cobbled together quickly and buggy, so expect too much.


By the way, does anyone know who runs bytecoin.biz?
5  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 12, 2024, 07:05:39 AM
To import a legacy wallet, select File > Restore Wallet from the top left menu.

You can then File > Migrate it to the new format.



Followed instructions, wallet recovered and migrated, but appears empty, no transactions recorded. I know I have coins in the old wallet. Any ideas appreciated.


That's weird. You can do a rescanblockchain command from the Window -> Console to look for historic transactions, but this should of been executed when your restored the wallet anyway. Make sure you have the correct wallet selected if you have multi-wallets opened, from the pull-down bar at the top. The pull-down isn't there if only 1 wallet is opened.

The method I used to move my coins over however was:

Created a fresh new wallet in v27.
Backed up this new wallet.
Created a new base58 (legacy) address inside this wallet.
Copied this address to a txt file and saved.
Closed v27 client.
Opened V0.8 client.
Sent a few coins to the new v27 base58 (legacy) address.
Closed v0.8.
Opened v27 and checked had received coins.

Once I checked it with a few coins, I repeated this time with the remaining balance.

v0.8 can only understand base58 (legacy) addresses (starting with number 8), it won't understand segwit and taproot Bech32 ones, so you won't be able to send to those from v0.8


6  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 11, 2024, 04:18:43 PM
To import a legacy wallet, select File > Restore Wallet from the top left menu.

You can then File > Migrate it to the new format.

7  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 11, 2024, 07:18:16 AM
Renaming the  Appdata\Roaming\Bytecoin directory doesn't work. Believe me, v 27 is trying to get it's data from the AppData\Roaming\BITCOIN directory. It's NOT looking in AppData\Roaming\BYTECOIN. It's looking at the WRONG directory for data. it's not going to work unless it can see the correct directory.

Think I've figured it out now.  Smiley
There's both data and config files. I've only changed the data path to bytecoin and not the config path.
I'm pretty busy this weekend, but should get a new binary out this week, after some testing.


Sounds good.


Okay, let's give this one a try.
https://github.com/bytecoin-crypto/bytecoin/releases/tag/v27.0.2
8  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 11, 2024, 04:47:54 AM
Renaming the  Appdata\Roaming\Bytecoin directory doesn't work. Believe me, v 27 is trying to get it's data from the AppData\Roaming\BITCOIN directory. It's NOT looking in AppData\Roaming\BYTECOIN. It's looking at the WRONG directory for data. it's not going to work unless it can see the correct directory.

Think I've figured it out now.  Smiley
There's both data and config files. I've only changed the data path to bytecoin and not the config path.
I'm pretty busy this weekend, but should get a new binary out this week, after some testing.
9  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 10, 2024, 08:15:17 PM
Windows bytecoin v27.0.1 binaries have been built and released.

I don't own bytecoin.biz, so I've have to put them on the github release page for download:
https://github.com/bytecoin-crypto/bytecoin/releases/tag/v27.0.1

bc1c8f9db7696953511c12464a888357a1543dce5c79d5ca4cf7a7d167377f04  bytecoin-27.0.1-win64.zip


There appears to be an error in your compilation. Bytecoin Core is looking in AppData\Roaming\Bitcoin for it's data instead of AppData\Roaming\Bytecoin.

Thank you for letting me know.
I've downloaded, unzipped and run bytecoin-qt.exe in my desktop, laptop and also a fresh Windows 11 development environment in a VM; and it starts syncing with the bytecoin network fine.

I'm using Windows 11 64bit Home edition, version 23H2. I'm unable to replicate the error this end.

I'm afraid I'm going to have to trouble you for more in-depth information what's happening. Does it start syncing or just doesn't start at all? Have you tried a custom datadir path? What version of Windows are you using etc...

Classic "works on my machine" problem.





Running Windows 10 Pro, x64 ver 22H2, 32G ram lots of HD space.

Error message is displayed on startup,

Error: Cannot obtain a lock on data directory C:
\Users\(computer name)\AppData\Roaming\Bitcoin. Bytecoin Core is probably already
running.

Have a Bitcoin Core running on that AppData directory. Current Bytecoin Core 0.8.1 is on \AppData\Roaming\Bytecoin. Copied the Bytecoin v 0.8.1 directory into C:\Program Files. Then copied over the v 27 bin to C;Program Files.

How do I get v 27 to look for it's files on \AppData\Roaming\Bytecoin?


The data directory structure for v27 is totally different now from v0.8. Seems to me v27 is attempting to access the old \Roaming\Bytecoin directory and getting confused because v0.8 stuff is inside it.

What I would do is rename the current v0.8 \Bytecoin directory (say to something like Bytecoin_backup), so the \Bytecoin directory doesn't exist. Then when v27 starts up, it will create a new Bytecoin directory and use it's own structure. Of course v0.8 won't work then, but any old wallet(s) should be able to be imported once v27 is working.

And alternate idea would be to add the -datadir=<dir> parameter to bytecoin-qt.exe, for example bytecoin-qt.exe -datadir=C:\mydir
However, you would need to include this everytime you start it up, or it will look somewhere else for the data directory.

Don't forget to backup your wallet if you start deleting directories.

10  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 10, 2024, 06:28:48 PM
Windows bytecoin v27.0.1 binaries have been built and released.

I don't own bytecoin.biz, so I've have to put them on the github release page for download:
https://github.com/bytecoin-crypto/bytecoin/releases/tag/v27.0.1

bc1c8f9db7696953511c12464a888357a1543dce5c79d5ca4cf7a7d167377f04  bytecoin-27.0.1-win64.zip


There appears to be an error in your compilation. Bytecoin Core is looking in AppData\Roaming\Bitcoin for it's data instead of AppData\Roaming\Bytecoin.

Thank you for letting me know.
I've downloaded, unzipped and run bytecoin-qt.exe in my desktop, laptop and also a fresh Windows 11 development environment in a VM; and it starts syncing with the bytecoin network fine.

I'm using Windows 11 64bit Home edition, version 23H2. I'm unable to replicate the error this end.

I'm afraid I'm going to have to trouble you for more in-depth information what's happening. Does it start syncing or just doesn't start at all? Have you tried a custom datadir path? What version of Windows are you using etc...

Classic "works on my machine" problem.



11  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 09, 2024, 08:22:08 PM
Windows bytecoin v27.0.1 binaries have been built and released.

I don't own bytecoin.biz, so I've have to put them on the github release page for download:
https://github.com/bytecoin-crypto/bytecoin/releases/tag/v27.0.1

bc1c8f9db7696953511c12464a888357a1543dce5c79d5ca4cf7a7d167377f04  bytecoin-27.0.1-win64.zip
12  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 09, 2024, 08:47:15 AM
Sorry, no forks accepted. Original blockchain only, please. Your subsequent messages indicate only self-interest in the mining efforts of others. Bad form, old chap.

I don't really understand.

It is the original mainnet blockchain. I only mined onto the end of the stalled chain (stalled for years); first of all using the outdated version 0.8.1 and later when upgraded it to the modern 27.0 version. 1:1 copy still. (Except a few technical changes, such as addresses, magic bytes, ports etc...)

Any coins you, and anyone else, earned/mined years ago will still be spendable.

OK, I'll bite. Do you have a windows compiled release?

Well it's been a while since I've done any cross compiling (window binary built from inside linux), but I'll give it a go.
Give me a little while to figure it out, I'm confident I can do it.

13  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 08, 2024, 05:18:19 PM
Sorry, no forks accepted. Original blockchain only, please. Your subsequent messages indicate only self-interest in the mining efforts of others. Bad form, old chap.

I don't really understand.

It is the original mainnet blockchain. I only mined onto the end of the stalled chain (stalled for years); first of all using the outdated version 0.8.1 and later when upgraded it to the modern 27.0 version. 1:1 copy still. (Except a few technical changes, such as addresses, magic bytes, ports etc...)

Any coins you, and anyone else, earned/mined years ago will still be spendable.
14  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 08, 2024, 12:24:12 PM
Also got the testnet with solo mining fixed up now as well. 2% fee again. Starting diff 1.
Code:
stratum+tcp://bytecoin.testnet.pool.chainspy.com:2001
15  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 07, 2024, 09:34:52 PM
You cannot mine directly to a bytecoin core node, so I have set up a public solo mining pool for easier mining.
There is currently three running, each with different starting diffs:

Diff         1:       stratum+tcp://bytecoin.pool.chainspy.com:3001
Diff   1000:       stratum+tcp://bytecoin.pool.chainspy.com:3004
Diff 10000:       stratum+tcp://bytecoin.pool.chainspy.com:3005

Set your username to your bytecoin address with any or even no worker extension, and any password.
eg:
Code:
cgminer -o stratum+tcp://bytecoin.pool.chainspy.com:3004 -u bytec1q9ny3xycmfrfev2xquun64sunvvh2zlx2gn63xz.0 -p x

If you enter an invalid address you will be rejected.
2% fee for using the pool which is sent to bytec1q9ny3xycmfrfev2xquun64sunvvh2zlx2gn63xz

Remember this is a solo mining, so you only get a reward if you're the one to find a valid block.
Difficulty is currently at 7790.512516801227 which is really low. 55.77GH/s gives an average 10 minute block time.

16  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 02, 2024, 10:54:51 PM
Also for ipv6 users, bytecoin nodes are running at:

[2a01:7e00::f03c:93ff:fe91:6c70]:6333 for mainnet
[2a01:7e00::f03c:93ff:fe91:6c70]:16333 for testnet

17  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 02, 2024, 08:30:27 AM
When compiling bytecoin I would like the final binaries to be called bytecoind and bytecoin-qt, but I'm having trouble implementing this. It keeps compiling to bitcoind and bitcoin-qt, which is annoying.
Of course they could be renamed afterwards, but that's more of a work around than done properly.

18  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 02, 2024, 08:23:58 AM
Thanks \for replying.

Is your release based on the original BTE implementation or Ahmed Bodi's fork?

Originally I tried to merge the latest bitcoin version into both of these. But v27 is so far away from v0.8, with thousands of git commits; I just got tied up in knots.

I tried a different approach. Forked bitcoin v27.0 and just made the bytecoin changes to that; genesis block, port numbers etc...
Found this way much easier. Hopefully moving up to v28.0 should be easy, with just a smaller number of commits to merge.

Mainnet is the original chain still of course, block 75306 at time of writing. But I never had a copy of the testnet chain, so I started a new one; block 21907 currently. It's only the testnet so I guess that doesn't matter.

So the answer to your question is neither I guess. It's based on bitcoin v27.0

19  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: May 01, 2024, 10:48:45 PM
Ran my Bytecoin 0.8.1.0 client this morning and received an "Alert key compromised, upgrade required" error message.  Anyone know what this is about? TIA.

This is a really old version; alert keys were deprecated way back in 2018 I think. You can ignore the message.

Best to upgrade to the newest version of bytecoin (v27.0.0); based on bitcoin v27.0.
I've just released it here: https://github.com/bytecoin-crypto/bytecoin

You can connect to bytecoin mainnet node at 178.79.133.60:6333 and a bytecoin testnet node at 178.79.133.60:16333

Make sure you backup any old wallet(s) before importing them into the new version, just in case it corrupts it.
20  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: December 06, 2021, 08:18:07 PM
Got the blockchain now  Smiley Thank you very much indeed.
That helps me plenty, as I can now see I sent BTE coins to (probably) an exchange in early May 2013, presumably I exchanged for BTC I'm guessing. I can now fill in a blank space on my transactions.

There's plenty more missing gaps though. Don't suppose you've got the blockchains for Fairbrix and Tenebrix as well? Leaked transaction trade dumps of btc-e.com and cryptsy.com would be a life saver, but I can't find those anyway on the web. So wished I'd exported my trade data before the sites went down.

Anyway, once again thank you very much.



Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!