Bitcoin Forum
April 26, 2024, 10:17:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: [BTE] The Bytecoin Information Thread  (Read 78976 times)
ProfMac
Legendary
*
Offline Offline

Activity: 1246
Merit: 1001



View Profile
November 11, 2018, 11:59:10 PM
 #621

I built an instance of ckpool and connected a 1.15 TH/s miner to it.  I mined 7 blocks in 8 hours.  This was configured as a standalone miner, so it was not suitable as a mining pool with many users.

I identified a configuration problem that created difficulties at block 58414.  I have pushed that problem back to block  58463.

The database support, ckdb, did not build effortlessly so I can't bring up multi-user support at the moment.


I try to be respectful and informed.
1714169851
Hero Member
*
Offline Offline

Posts: 1714169851

View Profile Personal Message (Offline)

Ignore
1714169851
Reply with quote  #2

1714169851
Report to moderator
1714169851
Hero Member
*
Offline Offline

Posts: 1714169851

View Profile Personal Message (Offline)

Ignore
1714169851
Reply with quote  #2

1714169851
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714169851
Hero Member
*
Offline Offline

Posts: 1714169851

View Profile Personal Message (Offline)

Ignore
1714169851
Reply with quote  #2

1714169851
Report to moderator
1714169851
Hero Member
*
Offline Offline

Posts: 1714169851

View Profile Personal Message (Offline)

Ignore
1714169851
Reply with quote  #2

1714169851
Report to moderator
movellan
Full Member
***
Offline Offline

Activity: 347
Merit: 100


View Profile
November 12, 2018, 02:28:59 AM
 #622

Don't you mean ahead from 58414to 58463?  You just can't jump 50 blocks ahead.

I built an instance of ckpool and connected a 1.15 TH/s miner to it.  I mined 7 blocks in 8 hours.  This was configured as a standalone miner, so it was not suitable as a mining pool with many users.

I identified a configuration problem that created difficulties at block 58414.  I have pushed that problem back to block  58463.

The database support, ckdb, did not build effortlessly so I can't bring up multi-user support at the moment.


ProfMac
Legendary
*
Offline Offline

Activity: 1246
Merit: 1001



View Profile
November 12, 2018, 06:19:39 AM
 #623

Don't you mean ahead from 58414to 58463?  You just can't jump 50 blocks ahead.

I built an instance of ckpool and connected a 1.15 TH/s miner to it.  I mined 7 blocks in 8 hours.  This was configured as a standalone miner, so it was not suitable as a mining pool with many users.

I identified a configuration problem that created difficulties at block 58414.  I have pushed that problem back to block  58463.

The database support, ckdb, did not build effortlessly so I can't bring up multi-user support at the moment.



I mean, the code I am running treats some things differently after for block 58463 and before vs 58464 and after.  Previously the limit was 58414, I had forgotten that, and it made a problem.


I try to be respectful and informed.
movellan
Full Member
***
Offline Offline

Activity: 347
Merit: 100


View Profile
November 12, 2018, 01:03:07 PM
 #624

OK, that makes it clearer. I see the block count currently went from 58414 to 58421. Did you mine those with the new code?


Don't you mean ahead from 58414to 58463?  You just can't jump 50 blocks ahead.

I built an instance of ckpool and connected a 1.15 TH/s miner to it.  I mined 7 blocks in 8 hours.  This was configured as a standalone miner, so it was not suitable as a mining pool with many users.

I identified a configuration problem that created difficulties at block 58414.  I have pushed that problem back to block  58463.

The database support, ckdb, did not build effortlessly so I can't bring up multi-user support at the moment.



I mean, the code I am running treats some things differently after for block 58463 and before vs 58464 and after.  Previously the limit was 58414, I had forgotten that, and it made a problem.


ProfMac
Legendary
*
Offline Offline

Activity: 1246
Merit: 1001



View Profile
November 12, 2018, 04:38:19 PM
 #625

OK, that makes it clearer. I see the block count currently went from 58414 to 58421. Did you mine those with the new code?


I mined these blocks with a slightly modified version of the Ahmed-Bodi code that I modified about 18 months ago.  This is the same code that all of you have connected with on my server.  The version that actually produced and accepted blocks had some preliminary ideas for Hard Turtle technology.  Originally I had activated them at block 58414.  I no longer remember why I chose that block number, but at the time it seemed safely far in the future.  This was not a complete solution and it rejected some blocks.

I pushed the activation block back to 58463, the end of the current interval, so they are now de-activated.  This preliminary technology is mostly obsolete, but that version of the client does have some programming jigs in place to let me get a better view of how the code works.

This past month I made a version of the client that works with cpuminer from https://github.com/pooler/cpuminer.git and allows anyone to put their bytecoin 8-address in as either "user" or "pass."  This version exposes the getblocktemplate (GBT) interface.  Last month I bought a mining contract on eBay to test this before I made an announcement, and the test failed.  This left me with a client that anyone could use with a cpu miner, but not with an ASIC.  This may be advantageous as we are fighting against strip-mining, but I still wanted to be able to use contract miners.

I decided to look for a stratum server and test whether it would work with a contract from eBay and my modifications.  The  mining of blocks 58414 to 58421 was a test of the ckpool stratum server with bytecoin.  I bought an 8 hour mining contract on eBay.  The ckpool server is on a linode, so that my personal equipment is not exposed to lots of mischief.  This test succeeded in a solo-mining configuration as you saw, but has some other problems.

I haven't decided whether to look for other stratum servers, or make some modifications to ckpool.  I haven't found a good forum to discuss these choices, so I am going much of this project alone.  
----

Sigh, this is my first major C++ project.  At this point I think I have pretty good comprehension of the block-chain structure, the code of the source client, the trade offs involved in the various decisions, a specialized application concept for the near future, and I have made "Hello World" on the Android.  

My current thought is to completely re-mine the bytecoin block-chain leaving it at difficulty 1, with all existing transactions intact, and compatible with both the legacy client and the Hard Turtle client, forking at the next interval or so.  I believe this can be accomplished in a single evening using an eBay mining contract.  There are some administrative / design decisions that go along with this.  I may re-mine the block-chain several times, once for each decision, then "let the market decide."

I think I am at the point where I can publish some of the design alternatives for comment.  I wanted to be sure I was clear headed on the ideas before I did this, and also that I was knowledgeable enough that I could finish coding faster than someone with a hostile  agenda.

I try to be respectful and informed.
movellan
Full Member
***
Offline Offline

Activity: 347
Merit: 100


View Profile
November 12, 2018, 04:59:17 PM
 #626

I'm not a coder, but I think I get the gist of what you are trying to do. I want to use the current client to mine, but am leery about what will happen when block 48464 is reached. I suspect Ahmed Bodi and his clones will be waiting to scarf all the blocks with large ASIC machines. This seems all the more likely as at current difficulty mining BTC with anything but an S9 or better is a waste of time and electricity. Will your code be in place and working when 48464 is reached?

BTW, I still cannot connect to any machine other than your two. Is any one else running a node besides you and I? TIA.
ProfMac
Legendary
*
Offline Offline

Activity: 1246
Merit: 1001



View Profile
November 12, 2018, 07:28:37 PM
 #627

I'm not a coder, but I think I get the gist of what you are trying to do. I want to use the current client to mine, but am leery about what will happen when block 48464 is reached. I suspect Ahmed Bodi and his clones will be waiting to scarf all the blocks with large ASIC machines. This seems all the more likely as at current difficulty mining BTC with anything but an S9 or better is a waste of time and electricity. Will your code be in place and working when 48464 is reached?

BTW, I still cannot connect to any machine other than your two. Is any one else running a node besides you and I? TIA.


Oh, I have never been able to make reliable time-frame estimates.  I can pretty much turn on the Hard Turtle extensions now, but they are not fully tested.  The problem is that there is no windows client.  I have spent my time on the extensions, and assume that someone else can compile a windows client when the time comes, and if not I can do it at the end.

So long as we are the steadfast miners, all we have to do is refuse to honor strip mined blocks, and I can do that manually, so I am not really very worried.


I try to be respectful and informed.
Sotashi_Nokamato
Newbie
*
Offline Offline

Activity: 90
Merit: 0


View Profile
November 12, 2018, 07:45:18 PM
 #628

I have a full node running and the block count is 58,421.
Sotashi_Nokamato
Newbie
*
Offline Offline

Activity: 90
Merit: 0


View Profile
November 27, 2018, 02:01:55 PM
 #629

I have a full node running and the block count is 58,421.

I sold some coins. Thanks
Sotashi_Nokamato
Newbie
*
Offline Offline

Activity: 90
Merit: 0


View Profile
December 01, 2018, 03:31:29 PM
 #630

WARNING: NODEJS APPS WALLET CRAWLERS.

I recently lost 35 coins after downloading from npm a module to connect to mongoDb. If anyone can donate me 70 coins I can get my lost coins back and some extra. This is a wonderful opportunity to help me in Christmas.
Sotashi_Nokamato
Newbie
*
Offline Offline

Activity: 90
Merit: 0


View Profile
December 15, 2018, 01:43:06 PM
 #631

Giving away 100 coins to the first 100 addresses. Paste your address here
Sotashi_Nokamato
Newbie
*
Offline Offline

Activity: 90
Merit: 0


View Profile
December 26, 2018, 12:55:56 PM
 #632

Hard Turtle Coin is near.
steemium
Jr. Member
*
Offline Offline

Activity: 193
Merit: 2


View Profile
January 18, 2019, 05:54:20 PM
 #633

Just was checking the charts about Bytecoin
For example this https://stocksneural.net/crypto/BCN/USD
Now I think it's good to invest in all cryptocurrencies!

There under the chart I read that BCN was strted in July, 2012.
Is it really so old coin?
ProfMac
Legendary
*
Offline Offline

Activity: 1246
Merit: 1001



View Profile
January 19, 2019, 07:08:37 PM
 #634

Just was checking the charts about Bytecoin
For example this https://stocksneural.net/crypto/BCN/USD
Now I think it's good to invest in all cryptocurrencies!

There under the chart I read that BCN was strted in July, 2012.
Is it really so old coin?

You might notice that this thread is annotated BTE.  It is not about BCN.
BTE was released on April 1, 2013.
Despite what the chart says, you may have a difficult time finding any public verifiable information about BCN prior to April 1, 2013.


I try to be respectful and informed.
Sotashi_Nokamato
Newbie
*
Offline Offline

Activity: 90
Merit: 0


View Profile
January 27, 2019, 02:07:32 PM
 #635

Only 20 blocks to go.
Sotashi_Nokamato
Newbie
*
Offline Offline

Activity: 90
Merit: 0


View Profile
January 30, 2019, 04:29:13 PM
 #636

17 blocks to go...
Sotashi_Nokamato
Newbie
*
Offline Offline

Activity: 90
Merit: 0


View Profile
February 01, 2019, 02:24:54 AM
 #637

16 blocks to go...
Sotashi_Nokamato
Newbie
*
Offline Offline

Activity: 90
Merit: 0


View Profile
February 02, 2019, 08:25:49 PM
 #638

13 Blocks to go...

Get your rigs ready!!!
ProfMac
Legendary
*
Offline Offline

Activity: 1246
Merit: 1001



View Profile
February 02, 2019, 10:21:30 PM
Last edit: February 02, 2019, 10:32:21 PM by ProfMac
 #639

13 Blocks to go...

Get your rigs ready!!!

Beginning at block 58464, a new block will have to be 3204 seconds newer than the median time of the previous 11 blocks for my node to accept it.

This is a change.  Previously, it only had to be 1 second newer.

This is 6 block-times of 534 seconds each.  This allows the difficulty to rise at 12.3% each interval (2016 blocks).  This is the historical rise calculated from the genesis block to block 469573 of the bitcoin chain.  At a target time of 600 seconds per block, the block would be 3600 seconds newer.

You may wish to allocate your hashpower with this in mind.

In addition, the timestamp cannot be more than 1 minute in the future.  Previously, this limit was 2 hours.

These are some preliminary changes toward Hard Turtle technology.

I will monitor the situation for the unexpected.

I try to be respectful and informed.
Sotashi_Nokamato
Newbie
*
Offline Offline

Activity: 90
Merit: 0


View Profile
February 05, 2019, 03:52:42 AM
 #640

Go HARD TURTLE!
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 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!