Pages:
Author

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

newbie
Activity: 18
Merit: 0
December 15, 2017, 02:26:43 PM
I heard some people talk about a windows installer for the BTE wallet. I had it made by Shakezula (one of the first devs of BTE) in 2013.
Maybe Cschelswell still has it? I'm sure it's somewhere on an older PC I have. If there is interest, I will try and find it.
legendary
Activity: 1246
Merit: 1002
December 15, 2017, 01:15:13 PM
Hi folks - anyone know if the BTE blockchain still lives somewhere? I have an old, likely really old bytecoin wallet and although it's not worth anything I'm curious to check what was on it.

My node has pretty good uptime.  The last block that I know of is Sep 3, 2016 #58114
I propose to use this address as a seed node.

The DNS name is seed.bte.vima.austin.tx.us

[2001:470:b8ac::2013:401]
67.198.113.220




--- edit ---
if you want to run a node as a seed node, let me know and I will add it to the DNS lookup for seed.bte.vima.austin.tx.us



I tried adding to bytecoin.conf but still getting 0 active connections. Any ideas?

Hmm.  Looks like some parts of my IPv6 setup are not being nice with each other.  Thanks for the heads up.
newbie
Activity: 21
Merit: 0
December 13, 2017, 08:48:29 PM
Hi folks - anyone know if the BTE blockchain still lives somewhere? I have an old, likely really old bytecoin wallet and although it's not worth anything I'm curious to check what was on it.

My node has pretty good uptime.  The last block that I know of is Sep 3, 2016 #58114
I propose to use this address as a seed node.

The DNS name is seed.bte.vima.austin.tx.us

[2001:470:b8ac::2013:401]
67.198.113.220




--- edit ---
if you want to run a node as a seed node, let me know and I will add it to the DNS lookup for seed.bte.vima.austin.tx.us



I tried adding to bytecoin.conf but still getting 0 active connections. Any ideas?
hero member
Activity: 615
Merit: 500
December 11, 2017, 08:42:23 PM
I still have my wallet and the source code. It would be interesting to get it up and running. If I can find some time I might try and get a linux machine up and see if I can get it working Smiley

I have a somewhat automated environment that builds a VirtualBox, then downloads and compiles a Linux version of the client.  I have made some patches that address the strip-mining problem.  I would like some help to build a windows client.  I have built in the current bitcoin build environment using Debian, but I want something with better documentation.


Yes a Windows client would certainly help a lot of people. I'm afraid I don't have any knowledge of coding that kind of thing.

Does your automated process use something like Vagrant?

I'm pretty old school:  I do things from fundamentals.  I make a VirtualBox by a script, install Ubuntu from a standard public image, download the git repository, apply my patches, do a build from my own scripts.  If there were coherent public build scripts that I comprehended I would change my process to use them.

Before I would use Vagrant, I would dissect what it did.  There is a standard make process in the current Bitcoin group (Gentian?) and I did get it to work once, but in a badly limping way, and it does not work way back on Bitcoin 8.9 or so, the thing bytecoin first branched from.  I have lots of trouble getting non condescending answers to various questions from the developers, and I spent equal amounts of time rolling my own process and trying to understand the accepted build process, and I got my process working first.

Eventually I will make all of my project available on github, but I wanted to be sure that my installation of eloipool wasn't going to embarrass me.  I haven't decided whether I will release stuff when I only have a Linux version working, or if I will wait until I also have Windows and Android working.

I am willing to put the Linux client binary on my webpage immediately, but I suspect that a binary without source would be met with suspicion.

There are some items at https://github.com/a-mcintosh right now, but they are work in progress.


Great work. It's certainly a coin that has an interesting history behind it. I think I still have the website I made for it somewhere Smiley

Way back in the early Bitcoin days!
legendary
Activity: 1246
Merit: 1002
December 10, 2017, 09:59:29 PM
I still have my wallet and the source code. It would be interesting to get it up and running. If I can find some time I might try and get a linux machine up and see if I can get it working Smiley

I have a somewhat automated environment that builds a VirtualBox, then downloads and compiles a Linux version of the client.  I have made some patches that address the strip-mining problem.  I would like some help to build a windows client.  I have built in the current bitcoin build environment using Debian, but I want something with better documentation.


Yes a Windows client would certainly help a lot of people. I'm afraid I don't have any knowledge of coding that kind of thing.

Does your automated process use something like Vagrant?

I'm pretty old school:  I do things from fundamentals.  I make a VirtualBox by a script, install Ubuntu from a standard public image, download the git repository, apply my patches, do a build from my own scripts.  If there were coherent public build scripts that I comprehended I would change my process to use them.

Before I would use Vagrant, I would dissect what it did.  There is a standard make process in the current Bitcoin group (Gentian?) and I did get it to work once, but in a badly limping way, and it does not work way back on Bitcoin 8.9 or so, the thing bytecoin first branched from.  I have lots of trouble getting non condescending answers to various questions from the developers, and I spent equal amounts of time rolling my own process and trying to understand the accepted build process, and I got my process working first.

Eventually I will make all of my project available on github, but I wanted to be sure that my installation of eloipool wasn't going to embarrass me.  I haven't decided whether I will release stuff when I only have a Linux version working, or if I will wait until I also have Windows and Android working.

I am willing to put the Linux client binary on my webpage immediately, but I suspect that a binary without source would be met with suspicion.

There are some items at https://github.com/a-mcintosh right now, but they are work in progress.
hero member
Activity: 615
Merit: 500
December 10, 2017, 05:58:13 PM
I still have my wallet and the source code. It would be interesting to get it up and running. If I can find some time I might try and get a linux machine up and see if I can get it working Smiley

I have a somewhat automated environment that builds a VirtualBox, then downloads and compiles a Linux version of the client.  I have made some patches that address the strip-mining problem.  I would like some help to build a windows client.  I have built in the current bitcoin build environment using Debian, but I want something with better documentation.


Yes a Windows client would certainly help a lot of people. I'm afraid I don't have any knowledge of coding that kind of thing.

Does your automated process use something like Vagrant?
legendary
Activity: 1246
Merit: 1002
December 08, 2017, 01:21:55 PM
I still have my wallet and the source code. It would be interesting to get it up and running. If I can find some time I might try and get a linux machine up and see if I can get it working Smiley

I have a somewhat automated environment that builds a VirtualBox, then downloads and compiles a Linux version of the client.  I have made some patches that address the strip-mining problem.  I would like some help to build a windows client.  I have built in the current bitcoin build environment using Debian, but I want something with better documentation.
legendary
Activity: 1246
Merit: 1002
December 08, 2017, 01:18:18 PM
Hi folks - anyone know if the BTE blockchain still lives somewhere? I have an old, likely really old bytecoin wallet and although it's not worth anything I'm curious to check what was on it.

My node has pretty good uptime.  The last block that I know of is Sep 3, 2016 #58114
I propose to use this address as a seed node.

The DNS name is seed.bte.vima.austin.tx.us

[2001:470:b8ac::2013:401]
67.198.113.220




--- edit ---
if you want to run a node as a seed node, let me know and I will add it to the DNS lookup for seed.bte.vima.austin.tx.us

hero member
Activity: 615
Merit: 500
December 04, 2017, 04:36:47 PM
I still have my wallet and the source code. It would be interesting to get it up and running. If I can find some time I might try and get a linux machine up and see if I can get it working Smiley
legendary
Activity: 3108
Merit: 1531
yes
December 02, 2017, 01:57:39 AM
Last time I looked it was very quiet in terms of nodes. And I somehow lost my wallet more than a year ago already.
hero member
Activity: 874
Merit: 1000
December 01, 2017, 11:28:32 PM
Hi folks - anyone know if the BTE blockchain still lives somewhere? I have an old, likely really old bytecoin wallet and although it's not worth anything I'm curious to check what was on it.
newbie
Activity: 13
Merit: 0
October 04, 2017, 03:25:49 AM
#crypt #crypto #currency #minining #BCN #Bytecoin #Bytecoin #BTC #Bitcoin #Bitcoin #Cryptocoin #Mining #CryptoNight #cryptonote #Monero #xmr
https://youtu.be/SkHHIonpFDc
https://www.youtube.com/watch?v=EL9alYbX5u0
Hi,
There is an opportunity to support Bytecoin (it was forged by the Monero and AEON forks, etc.) It is necessary to sign a petition, which is very easy, and together we will be able to get the "Father" of the CryptoNight algorithm (Note) able to rise in price as it made AEON and MONERO. Due to it BCN will get on Bithumb (Korean exchange), and it is possible that it will rise in price, like AEON recently. Also you can participate in the coin discussion (https://t.me/bytecoinchat, https: // t.me/bytecoinru), go to the site (Bytecoin.org) and see the prospects, buy or sell, as well as start the mine. And it is very fast and easy to go (minergate.com). Nach Now build a future. Your Bytecoin. Will you sign it?
Here is the link:
https://www.change.org/p/bithumb-exchange-add-bytecoin-bcn-on-bithumb-exchange?utm_medium=email&utm_source=petition_signer_receipt&utm_campaign=triggered&share_context=signature_receipt&recruiter=744593281
Thank you,
Aptyp
newbie
Activity: 50
Merit: 0
December 07, 2015, 12:57:59 PM
BTE is going to crash I would sell ALL of your coins if I was you.

CRA Huh Huh Huh Huh ???SH!
hero member
Activity: 800
Merit: 1000
December 05, 2015, 03:21:35 PM
bytecoin would likely go the bitcoin core way. when i wanted to update bytecoin to fix 1/2 the bugs and atleast make it atleast usable everyone was completely against it, so seeing as i was the only dev willing to work on it, i dropped it.

Ahmed
legendary
Activity: 2968
Merit: 1198
December 04, 2015, 10:29:42 PM
No development at all. That doesnt matter.

It may. There have been forking bugs and other DoS attacks in Bitcoin. If those aren't fixed in Bytecoin, it can easily be attacked.
legendary
Activity: 3108
Merit: 1531
yes
December 04, 2015, 07:17:25 PM
No development at all. That doesnt matter.
legendary
Activity: 2968
Merit: 1198
December 03, 2015, 10:33:26 PM
This is BTE, the original 1:1 Bitcoin clone (Bytecoin). Indeed, it has nostalgic value to some.

I am curious: At which point in Bitcoin's history does the 1:1 clone apply? Is this clone been actively maintained? If Bitcoin forks, core vs XP/BIP101, which fork would BTE go with?  The relvance of this coin given what is currently happening with Bitcoin may turn out to be a lot more than just historical interest or trademark disputes.

The repo is here: https://github.com/bryan-mills/bytecoin

Looks like it was forked from Bitcoin as of April 1, 2013, and no Bitcoin commits from after that were ever merged.

legendary
Activity: 2282
Merit: 1050
Monero Core Team
December 03, 2015, 05:38:26 PM
This is BTE, the original 1:1 Bitcoin clone (Bytecoin). Indeed, it has nostalgic value to some.

I am curious: At which point in Bitcoin's history does the 1:1 clone apply? Is this clone been actively maintained? If Bitcoin forks, core vs XP/BIP101, which fork would BTE go with?  The relvance of this coin given what is currently happening with Bitcoin may turn out to be a lot more than just historical interest or trademark disputes.
legendary
Activity: 3108
Merit: 1531
yes
December 03, 2015, 04:16:59 PM
This is BTE, the original 1:1 Bitcoin clone (Bytecoin). Indeed, it has nostalgic value to some.
legendary
Activity: 2968
Merit: 1198
December 03, 2015, 03:36:46 PM
I'm holding some BCN that I've mined. Back then when I was mining I didn't want to sell them... hell now they are at a very low price and i won't get nada for them. Do you think we can see the price go back up???

Wrong thread. This thread is about BCE, the original Bytecoin, not BCN.
Pages:
Jump to: