Bitcoin Forum
May 27, 2024, 09:02:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 ... 77 »
81  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: February 06, 2018, 07:18:06 PM
I have done some analysis on the early blockchain, with a view of preventing strip-mining.

A .png of some of the graphs are at the link below.

I am confident that I am on good theoretical footing, and I am midway through modifying the client.

https://plus.google.com/u/0/photos/115426745065196075335/album/6519521612516431713/6519521612265200578?authkey=CK2wi7Gd3uaRwwE
82  Alternate cryptocurrencies / Altcoin Discussion / Re: [NEW CURRENCY] Maria 2.0 was banned, here is her proof. The birth of Bytecoin! on: January 31, 2018, 05:43:49 AM
anyone have even a vague idea how long i should expect it to take to mine a block at 12.8 mhash/s. Also ive never mined before is 12.8mhash/s really bad? What kind of performance do you guys get out of a single mid range gpu?

The current block is 58,114
The difficulty is 1,056,741
I assume you mine at 12.8 Mhash/s


So it will take:

>>> (2**48 / 0xffff) * 1056741 / 12.8e6 / 60 /60 / 24 / 365.25
11.236242643851176 years, on average.

83  Alternate cryptocurrencies / Altcoin Discussion / Re: [NEW CURRENCY] Maria 2.0 was banned, here is her proof. The birth of Bytecoin! on: January 28, 2018, 05:35:32 AM
I still do not understand. Whether bytecoin with bitcoin is different ?


Will you take a minute and ask that question a different way?
84  Alternate cryptocurrencies / Altcoin Discussion / Re: [NEW CURRENCY] Maria 2.0 was banned, here is her proof. The birth of Bytecoin! on: January 27, 2018, 02:09:04 AM
Is BCN the rebirth of this coin?

I believe that BCN is completely unrelated to this coin.
By the way, there are a few nodes active, and sporadic blocks being mined for this coin, BTE.
85  Bitcoin / Pools / Re: Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB on: January 23, 2018, 08:46:30 PM
Is this pool still working?

Do you think anyone else ever asked that?
86  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: January 22, 2018, 10:04:52 PM
I managed to get the block explorer runing.

http://54.164.87.61:3001

If someone can donate a domain name that would be great.

blockexplorer.bte.vima.austin.tx.us

The DNS entry is live now.  I did not reach a block explorer when I tried.

87  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: January 22, 2018, 09:55:13 PM
I have an environment that will build a VirtualBox machine, build Ubuntu Trusty 14.04, install support software, and build the Satoshi client for Ubuntu.  Some of this is correctly pushed to my git.

While this is good for individual work and good preparation for a public cooperative effort, it needs more.  The bitcoin developers have an environment that builds the clients and checks the sha256 checksums of the binaries so that the group can authenticate a build from public sources.

I got their environment to work once, but I can't seem to duplicate that process now that some time has passed.

Much of this is on my git.  If you have experience with the bitcoin development environment, I wish you would help produce scripts that will build the Linux, Windows, and other clients so that a group of developers can verify the authenticity of our Bytecoin binaries.  As of summer 2017, the bitcoin developers were using Trusty.  I spent many weeks getting a preseed file to work with Trusty, and never created one for 16.04 that satisfied me, so please don't publicly "modernize" my process to 16.04.  However, if you successfully do so privately I would love to correspond with you.

There is a considerable difference in the build environment between bitcoin 0.8.1 and 0.9.x  The latest public Bytecoin build that I have learned of is as below.  I am using this triple of (minerd, eloipool, bytecoin) commits, circa Jan 2014, to develop and test.  My wife died that month and I took a break.  I think I can move the client to 0.9.x relatively quickly, but again, I am working in Trusty 14.04 and 0.8.1.

I have not checked whether successive clean builds from the same git branch produce the same sha256.  I really should do that today.  The question in my mind is whether the time-of-day ends up changing the binaries somehow.


Code:

Bytecoin

git clone git@github.com:ahmedbodi/bytecoin.git <your bytecoin work directory path>
cd <your bytecoin work directory path>
git checkout -b your-name fdc7831cdf931dbe394803c4a32e6a5e7436aea0
git log

commit fdc7831cdf931dbe394803c4a32e6a5e7436aea0
Merge: 4de078d 9448beb
Author: ahmedbodi <ahmed_bodi@msn.com>
Date:   Sun Jul 21 16:43:29 2013 -0700

    Merge pull request #3 from LucasJones/patch-1
   
    Correct Copyright text in about dialog



I also have eloipool and minerd, a triple of software that work together in my environment.  Minerd is appropriate when I make a laboratory test chain with low difficulty to test software.

Code:
eloipool

In Ubuntu Trusty 14.04 LTS

git clone git@github.com:luke-jr/eloipool.git <your eloipool work directory path>
cd <your eloipool work directory path>
git checkout -b your-name 0fefe1e90a13b21a3f1ba9482aa4cf9aa9de981b
git log

commit 0fefe1e90a13b21a3f1ba9482aa4cf9aa9de981b
Merge: 65080bb d7172ca
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date:   Tue Mar 25 02:04:43 2014 +0000

    Merge branch 'stratum_agpl'



Code:
minerd

git clone git@iounote:cpuminer.git <your minerd work directory path>
cd <your minerd work directory path>
git checkout -b 32464ebfc42858462418bd5df47a796917c48d82
git log

commit 32464ebfc42858462418bd5df47a796917c48d82
Author: pooler <pooler@litecoinpool.org>
Date:   Thu Jun 22 17:38:48 2017 +0200

    Version 2.5.0

88  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: January 22, 2018, 08:38:50 PM
I am preparing an announcement.  As part of that preparation, I hope there is a place where people can download the software.  If you know of such a place, please post current information here.

Possibly useful items are:

1.  The Satoshi client
2.  A block explorer
3.  Any current mining pools.

When I make the announcement, it will be very quiet, but also very clearly public.  I will not answer questions before the announcement.
89  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: December 22, 2017, 07:39:14 AM
Didn't a hacker exploit bytecoin codebase and created a few million bytecoin out of thin air what happened to that?

Really?? I think you're right because that would explain why the coin is dead

I think the coin died because of strip-mining.  I think I have fixed that vulnerability.
90  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: December 15, 2017, 06: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.
91  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: December 11, 2017, 02:59:29 AM
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.
92  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: December 08, 2017, 06: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.
93  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: December 08, 2017, 06: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

94  Alternate cryptocurrencies / Altcoin Discussion / Re: BTE Bytecoin reliable node on: July 22, 2017, 04:06:10 PM
Any nodes available? Let's go people!!

Maria.

I administer the DNS tables for vima.austin.tx.us.  I set up this subdomain.  The way DNS works, if you do a lookup for a name with multiple A or AAAA records, the records are returned in round-robin order.  Bitcoin & relatives use this to look up a seed node to, um, seed things.  There are 2 addresses that may be of interest to this group.  To find out what is in them at any specific moment, see below.

on unix:  
  dig  seed.bte.vima.austin.tx.us ANY
  dig old-seed.bte.vima.austin.tx.us ANY

in your config file:
  seednode=seed.bte.vima.austin.tx.us

for ahmed:
  in net.cpp strMainNetDNSSeed
     {"seed.bte.vima.austin.tx.us", "seed.bte.vima.austin.tx.us"},


if you control your own IPv6 address, ::2013:401 is an easily recognized number.
95  Alternate cryptocurrencies / Altcoin Discussion / Re: BTE Bytecoin reliable node on: July 05, 2017, 08:43:20 PM
Isn't Bytecoin = BCN? https://whattomine.com/coins/103-bcn-cryptonight

I know I've mined some BCN as recently as a couple weeks ago, so it's still active at least.

Only thing keeping this scamcoin alive is MinerGate luring newbies to mine it allured by the fat the numbers rise quickly, and Poloniex somehow still keeping the coin listed giving it credibility. Only reason the price went up is because some instamine whales make bogus volume to jack the price up so they could sell their bags at a premium and buy it back from you after it dumped.

BTE is not BCN.

BTE has a post that dates to April 2, 2013.
BCN has a post that dates to Mar 14, 2014.

I propose to change the name of Bytecoin (BTE) to IOUnote (IOU)

96  Economy / Services / Re: I try developer can create a coin similar to Bitcoin possibly Bytecoin. on: March 24, 2017, 10:44:51 PM
The research is still active, invite those interested to contact me. Thanks.

Do you mean Bytecoin BTE released April 1, 2013?


97  Economy / Digital goods / [RFQ] Software Modification on Satoshi Client 0.8.1 on: March 23, 2017, 12:43:24 AM
I want a new procedure or so added to a private copy of the satoshi client 0.8.1. 

When finished, there should exist a new RPC call not unlike
    getcoinbasepayouts <hash> [n=1]
where n is the number of blocks to accumulate totals over.  This shall work even if the block-hash is a chain-tip that is stale.  The default for n is 1.

The output from this RPC call shall give the list of all bitcoin addresses and their corresponding amounts that were paid in coinbase transactions by block-hash and the previous n-1 blocks.  It should not be stylistically jarring compared to the other RCP responses.

Please feel free to produce a quote on producing the diff files which produce working source when applied to
    git clone https://github.com/bryan-mills/bytecoin
This alt-coin client is virtually identical to the 0.8.1 bitcoin client.  You may or may not be able to develop your code from the core 0.8.1 bitcoin client on the bitcoin block-chain if you already have that on hand.

I am still undecided whether this alt-coin was an April fool's prank or not, I am aware that the last block was mined on or near last September 2016, and that there may not be any active nodes, other than my intermittent one.

The terms will be fixed bid, pay on acceptance.  I do not think there is a large amount of work for someone already up to speed.  This request is valid for delivery by April 1, 2017, but may be re-issued.

98  Bitcoin / Bitcoin Technical Support / Re: 25 btc stuck - Transactions allways stuck, scared to sell btc now cause of this on: February 21, 2017, 11:55:41 PM
Bitcoin is transitioning to the epoch where the block reward is small, and the block is at maximum size.  As bitcoin enters this epoch, the transaction fees become important for those transactions that are time sensitive.  This is part of the original design arc of bitcoin.  The transaction backlog has been fluctuating between 4,000 and 50,000 transactions during the past few weeks.  As is usual in the bitcoin world, the comments regarding this vary wildly in connection to reality and paranoia content.

You may wish to know the current backlog and fee recommendations when you submit a payment. As I write this, that recommendation is 160 satoshis / byte for inclusion in the next block.  That is the same as 0.00160000 BTC / kb.

The block explorer is showing about 2,000 transactions each block, and about 999 kb for each block, so the system itself is chugging along like a well oiled machine.  You are just stuck in traffic while the HOV lane moves past you.

If your user is sophisticated, they can construct a transaction to spend their output from the stuck transaction, and include a large enough fee to sweep both your transaction and theirs into an early confirmation.  Actually, anyone who has an output from the transaction can do this.  It is difficult to give more detailed commentary without a TxID to review.  They probably should not make their first attempt at this on a 25 BTC transaction.

99  Bitcoin / Bitcoin Technical Support / Re: blockchain unconfirmed transaction 24 hours+ on: February 21, 2017, 03:10:33 PM
Hello

i have sent some bitcoin but its more than 24hrs and still unconfirmed transaction!


https://blockchain.info/tx/4756d52f3ff88552a404f31c1f1bf8841dca21f77eb6556804812c3d6adbffbe


usually it just take less than an hour to confirm , i dunno why its taking so long this time

Your transaction is 402 bytes in size.  At the moment, the recommended transaction fee is 160 satoshis / byte, so your transaction should have 64,320 satoshis (0.00064320 BTC) to be included in the next block.  You included 0.0002431 BTC, so you are not in the fast lane.

100  Bitcoin / Bitcoin Technical Support / Re: Unconfirmed Transaction in 48 hours... on: January 25, 2017, 09:25:18 PM
So, I'm using MultiBit HD as my wallet and the default/standard tx fee is .0001 BTC. I'm going to up this as I typically am sending a decent chunk of BTC at a time, but I'm stuck here with my BTC in "limbo".

My question is, how can I get MultiBit HD to either rebroadcast, or somehow manage to get this BTC back so I can resend with a higher fee? Here's 2 of my tx id's:

17d2d60a70b1e719786e5458167307c8a6f541e507aed425c659fc3a5f646cc2
004c631f3d5c80e4cffc6222e3325f45930c739370ae911989112ef96ae90cc1

I'm getting this for the one of them on blockchain.info:
Transaction rejected by our node. Reason: Transaction was previously accepted but has been pruned from our database.

What are my options for next steps?

Thanks in advanced!

These both show as included in block    449976

Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 ... 77 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!