biblu (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
 |
September 21, 2025, 06:05:53 AM Last edit: October 08, 2025, 05:45:29 PM by biblu |
|
Bitcoin-Blu is an altcoin based on the same source-code (v28.2) as Bitcoin. The Bitcoin-Blu network needs help with development! Are you a developer, contributor or early adopter? Please fork the source-code and contribute to the project! Feel free to send your pull requests to the Bitcoin-Blu development team! Slogan: "Did you miss the early days of Bitcoin? Don't miss the early days of Bitcoin-Blu!" Website: https://www.bitcoin-blu.com/Source Code: https://github.com/bitcoin-blu/bitcoin-bluprecompiled for ubuntu: BitcoinBlu Core v1.0.3 (Ubuntu)Blockchain Explorer: http://134.209.246.102:3001Mining Pool: see https://www.bitcoin-blu.comTrading Bitcoin-Blu started on the first exchange (BBLU/USDT, see Discord for more details)  If you would like to support the movement, I would be happy if you could help with paying the server bills. You can donate to this Bitcoin address: bc1q60k5y3u0mgc09y3z0t9dyh2t28vj378lsa7m9a
|
|
|
|
SaltyPirate
Newbie
Offline
Activity: 10
Merit: 0
|
 |
September 21, 2025, 01:13:30 PM Last edit: September 22, 2025, 10:48:59 AM by SaltyPirate |
|
MineOn
|
|
|
|
biblu (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
 |
September 21, 2025, 03:46:39 PM Last edit: September 22, 2025, 05:45:06 AM by biblu |
|
 ok, the network difficulty exploded! the experimental pool has a problem with payout. I will try to fix it and try to payout manually. [Bitcoin Payout Handler] sendmany returned error: The inputs size exceeds the maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs code -6 I have to restart the database, I'm sorry. restarted around 21 September 2025, 16:59 UTC
|
|
|
|
kriptokyng
Jr. Member
Offline
Activity: 50
Merit: 2
|
 |
September 21, 2025, 06:35:50 PM |
|
need a block explorer link... and whats the ticker going to be?
|
|
|
|
biblu (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
 |
September 22, 2025, 05:46:18 AM |
|
Proposed ticker/symbol: BBLU
|
|
|
|
zabuche
Newbie
Offline
Activity: 8
Merit: 0
|
 |
September 22, 2025, 03:10:14 PM |
|
Mac Os wallet or Android wallet plase
|
|
|
|
biblu (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
 |
September 22, 2025, 04:26:58 PM |
|
I'm sorry, there is no standalone wallet implementation until now. To get a wallet, you have to install a bitcoin-blu (macOS, unix) full node. Please see https://www.bitcoin-blu.com for details.
|
|
|
|
Domajor
Newbie
Offline
Activity: 25
Merit: 0
|
 |
September 22, 2025, 09:15:13 PM |
|
According to your GitHub post, even though the Linux wallet compiler installs without any problems, MiningCore doesn't like the wallet structure. If I code for this, other coins won't work. I'll re-evaluate when you make a new wallet change. (I hope so.)
|
|
|
|
biblu (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
 |
September 23, 2025, 06:11:53 AM |
|
According to your GitHub post, even though the Linux wallet compiler installs without any problems, MiningCore doesn't like the wallet structure. If I code for this, other coins won't work. I'll re-evaluate when you make a new wallet change. (I hope so.)
You're right. You can not configure a new altcoin like Bitcoin-Blu (different address prefixes) out of the box with MiningCore (as far as I know). I had to alter the source code. First I had to extend the NBitcoin library with a file for Bitcoin-Blu. Then I had to alter MiningCore to load the new coin Bitcoin-Blu. And then I had to create a coins.json and config.json for MiningCore.
|
|
|
|
SaltyPirate
Newbie
Offline
Activity: 10
Merit: 0
|
 |
September 23, 2025, 11:15:29 AM |
|
Explorer?
|
|
|
|
|
SaltyPirate
Newbie
Offline
Activity: 10
Merit: 0
|
 |
September 23, 2025, 11:48:05 PM |
|
Looks okay but seems to have stopped at block height 30860.
|
|
|
|
biblu (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
 |
September 24, 2025, 05:55:43 AM |
|
Looks okay but seems to have stopped at block height 30860.  Thanks for your feedback. I have created a cron job now.
|
|
|
|
solaeryulan
Newbie
Offline
Activity: 2
Merit: 0
|
 |
September 24, 2025, 06:38:10 AM |
|
UBUNTU2204 compilation error, can you provide the compiled installation package, UBUNTU or WINDOWS system installation package
error info: Building libxkbcommon... YACC src/xkbcomp/parser.c byacc: e - line 219 of "/home/solaeryulan/bitcoin-blu/depends/work/build/x86_64-pc-linux-gnu/libxkbcommon/0.8.4-0525c23dd89/src/xkbcomp/parser.y", syntax error %destructor { FreeStmt((ParseCommon *) $$); } ^ make[1]: *** [Makefile:1705: src/xkbcomp/parser.c] Error 1 make: *** [funcs.mk:301: /home/solaeryulan/bitcoin-blu/depends/work/build/x86_64-pc-linux-gnu/libxkbcommon/0.8.4-0525c23dd89/./.stamp_built] Error 2
|
|
|
|
SaltyPirate
Newbie
Offline
Activity: 10
Merit: 0
|
 |
September 24, 2025, 11:14:54 AM |
|
When will the next difficulty adjustment occur?
|
|
|
|
biblu (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
 |
September 24, 2025, 05:55:51 PM |
|
When will the next difficulty adjustment occur?
The next difficulty adjustment will be on block 32256. The date is heavily dependent on the hash rate. With the current hashrate it is approximately in 2 and a half day.
|
|
|
|
biblu (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
 |
September 24, 2025, 06:20:59 PM |
|
UBUNTU2204 compilation error, can you provide the compiled installation package, UBUNTU or WINDOWS system installation package  Thank you very much to compile the source! The source is a clone of the original bitcoin source including small adjustments. Did you follow the original instructions on GitHub ( https://github.com/bitcoin-blu/bitcoin-blu) bitcoin-blu/doc/build-unix.md for building on unix e.g. ubuntu? (the windows version does not compile at the moment) Or did you try the unix docker image (see https://www.bitcoin-blu.com)?
|
|
|
|
solaeryulan
Newbie
Offline
Activity: 2
Merit: 0
|
 |
September 25, 2025, 08:46:55 AM |
|
Most people can't compile by themselves, and without such good computer programming knowledge, your project will have very few people participating. 
|
|
|
|
SaltyPirate
Newbie
Offline
Activity: 10
Merit: 0
|
 |
September 25, 2025, 11:18:19 AM |
|
Discord?
|
|
|
|
biblu (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
 |
September 25, 2025, 06:44:19 PM Last edit: September 28, 2025, 04:56:03 PM by biblu |
|
Most people can't compile by themselves, and without such good computer programming knowledge, your project will have very few people participating.  I'm working on it. You can find the compiled binary for ubuntu on GitHub: https://github.com/bitcoin-blu/bitcoin-blu/releases/wget https://github.com/bitcoin-blu/bitcoin-blu/releases/download/v1.0.1/bitcoinblu_1.0.1_amd64.deb sudo dpkg -i bitcoinblu_1.0.1_amd64.deb sudo apt-get install -f # run with GUI bitcoinblu-qt
|
|
|
|
|