Bitcoin Forum
October 03, 2025, 02:40:54 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] Virel Protocol - Unique Codebase / World's First MiniDAG / CPU mining on: August 21, 2025, 09:17:35 AM
Just another scam , ignore it.

Nice fud to accumulate more  Grin
2  Other / Archival / Re: ANN: Paradigm : ML(ai) Contribution (compute) rewards, self-governed network on: August 12, 2025, 08:42:33 AM
It is test net or main net as from my checkups the paradigm-contributor is working even without core running connected to localhost node address that is of and produce completed tasks so it is working without reason.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [RANDOMX] Ominira Network (OMI) on: August 04, 2025, 07:51:12 AM
You see that‘s why I found your code highly suspicious. What else haven‘t you yet implemented?
And why is your premine 10 trillion:
Code:
if height == 1 {
        return 10_000_000_000_000; // Premined block
    }



First you claim 10 trillion coins premine now 4200000 blocks till halving and I see only one thing: You have no idea how to read code and trying to prove something without having any idea about it about any code and ow things works. Give a break and learn before you say such blind things.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: I want to introduce you to a fascinating project called Bitcoin BTC Quantum (BTQ on: March 31, 2025, 12:52:27 PM
Good Luck with the premined amount
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Hacash public GPU miner is ready! on: January 15, 2025, 07:56:52 AM
please add linux version

thanks

Forget it they propably use linux miners for them selves leaving others with windows miner that is not changing anything.
6  Other / Archival / Re: Xian Network | Smart Contracts | Web3 | RandomX | Python | dPoS on: October 21, 2024, 12:54:39 PM
But why we mine monero ?
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PoW] Bitcoin Oil - Bitcoin On Steroids, Faster. [NO PREMINE] [LOW SUPPLY] on: October 20, 2024, 05:25:06 PM
wallet and discord ?

You can find the download links below:

https://github.com/escapeneo/bitcoinoil/releases/tag/v1

I tried but couldn't even compile this... with several efforts.

Any specific errors you are getting? It seems like the network hash has increased to 8574291669.906 kH/s, so people have already started compiling it. The blocks are being mined slowly so far as of now, perhaps because of huge fluctuation of the mining hash.

Nodes say we are at blockheight 123 but I am not getting any transactions so far on the explorer: http://194.163.138.154:3001/

without a makefile are you nuts ? You mean make a premine, there there
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CredaCash *** FIRST PRIVACY COIN with INTEGRATED P2P CROSSCHAIN EXCHANGE *** on: October 20, 2024, 03:58:06 PM
and its a wallet from 2019
ccwallet.exe was tested with wallets from 2019, it should work fine.

.open CCWallet
The file CCWallet is in your current directory? ccwallet.exe doesn't normally look for the wallet file in the current directory. What does the debug output line containing "DbConn::OpenDbFile" say?



Its opening wallet form use/me/appdata/local/CredaCash/CCWallet-1/CCWallet.ccw
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CredaCash *** FIRST PRIVACY COIN with INTEGRATED P2P CROSSCHAIN EXCHANGE *** on: October 19, 2024, 09:12:33 PM
and its a wallet from 2019
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CredaCash *** FIRST PRIVACY COIN with INTEGRATED P2P CROSSCHAIN EXCHANGE *** on: October 19, 2024, 09:06:59 PM
Hey I am having a problem to open my old wallet geting an error :

[2024-10-19 17:01:48.460855] [0x000069e8] [error]   Database error 26 at ../src/walletdb.cpp:129 in "PRAGMA journal_mode = PERSIST;" --> file is not a database

The possibilities I can see are a configuration issue, or you're not using the correct wallet file, or the wallet file is corrupted.

I suggest download the sqlite tools from https://www.sqlite.org/download.html . Then extract the files and make sure you can run the program sqlite3.

Next, run ccwallet from the command line like this:

Code:
ccwallet.exe --conf=ccwallet.conf --trace=4

ccwallet will output some debugging info to the terminal. The second line should be "DbConn::OpenDbFile" with the full path of the wallet file.

Now try opening that same file using sqlite3, like this:

Code:
sqlite3 <full_path_to_wallet_file>

and if it opens, check the schema using the command:

Code:
.schema

and then try the command:

Code:
pragma integrity_check;

What do you see?




sqlite> .open CCWallet
sqlite> .schema
sqlite> pragma integrity_check;
ok
sqlite>
and Yes it open wallet file like you said but :
[2024-10-19 22:01:33.149807] [0x00003538] [error]   Database error 26 at ../src/walletdb.cpp:129 in "PRAGMA journal_mode = PERSIST;" --> file is not a database
[2024-10-19 22:01:33.157786] [0x00003538] [error]   Database error 26 at ../src/walletdb.cpp:129 in "PRAGMA journal_mode = PERSIST;" --> file is not a database
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CredaCash *** FIRST PRIVACY COIN with INTEGRATED P2P CROSSCHAIN EXCHANGE *** on: October 19, 2024, 04:03:40 PM
Hey I am having a problem to open my old wallet geting an error :

[2024-10-19 17:01:48.460855] [0x000069e8] [error]   Database error 26 at ../src/walletdb.cpp:129 in "PRAGMA journal_mode = PERSIST;" --> file is not a database
[2024-10-19 17:01:48.474712] [0x000069e8] [error]   Database error 26 at ../src/walletdb.cpp:129 in "PRAGMA journal_mode = PERSIST;" --> file is not a database
error thread 0x69e8 assertz(dbexec(*db, "PRAGMA journal_mode = PERSIST;")) is 26 at ../src/walletdb.cpp:129
ERROR: error thread 0x69e8 assertz(dbexec(*db, "PRAGMA journal_mode = PERSIST;")) is 26 at ../src/walletdb.cpp:129
[2024-10-19 17:01:48.487784] [0x000069e8] [error]   Database error 26 at ../src/walletdb.cpp:892 in "PRAGMA synchronous = EXTRA;" --> file is not a database
[2024-10-19 17:01:48.500509] [0x000069e8] [error]   Database error 26 at ../src/walletdb.cpp:893 in "PRAGMA journal_mode = DELETE;" --> file is not a database
ERROR: ccwallet startup or initialization failed
12  Other / Archival / Re: [ANN] Tahcoin: Welcome to the Infinity on: September 21, 2024, 09:29:32 AM
First make blockchain stable as it is reseting wallet balance all time. Each time You check wallet the coins are vanishing  Grin Huh
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Astrix Network - A Lightning-Fast Blockchain with AI and BlockDAG on: September 07, 2024, 08:27:15 AM
200 million AIX Premined  Huh

Good Luck
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RepNet (R3P) - RandomX PoW - Reputational Social Network on: August 25, 2024, 04:12:28 PM
Compiled and error is
genesis block.GetHash = 00000000009ce9acb93bc86543c2107195a1432bce04d29d98e861a9
e2968b73
Loading CBlockAesCache Hash Cache
Not found in cache, calculating and writing to cache
00000000009ce9acb93bc86543c2107195a1432bce04d29d98e861a9e2968b73 7949c3dc2bf39cc
3d3c712dcbbd0d1e24e767ad6c22409db5ff6bad5b1e9973b
Mining Old Key 0000000000000000000000000000000000000000000000000000000000000000
Mining New Key 1c8f68f010d04509f04ba9a326a162c3648544a0a6dad09c3d53bf3f1ad08731
Allocate Cache
Cache allocation failed. This should never happen
bitcoind: primitives/block.cpp:73: uint256 CBlockHeader::GetRandomXBlockHashMine
r(uint256, bool) const: Assertion `1 == 2' failed.
Aborted (core dumped)
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RepNet (R3P) - RandomX PoW - Reputational Social Network on: August 25, 2024, 03:52:01 PM
Source have bugs no chance to compile it. On what linux system you have compiled it as errors are related to source code to be exact test source code. Make it working then say to peoples to compile it.

I've been working with
Ubuntu 22.04  LTS  x64
and
Ubuntu 20.04  LTS  x64

What error are you seeing - also what's your repnet address.

repnet:qz22vx9vjr5uctepfyuk2x2e9m8c5k624569fuqc9z

It is error regarding ")" in three places
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RepNet (R3P) - RandomX PoW - Reputational Social Network on: August 25, 2024, 03:18:09 PM
Source have bugs no chance to compile it. On what linux system you have compiled it as errors are related to source code to be exact test source code. Make it working then say to peoples to compile it.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GPUNODE - TON NETWORK on: July 14, 2024, 03:32:53 PM
I see rdag devs are back on track
18  Alternate cryptocurrencies / Tokens (Altcoins) / Photon powered by radiant on: July 13, 2024, 12:22:05 PM
Introducing Photon (φῶς)

Photon is not just another meme token - it's a mineable token that moves at the speed of light! Here are the details:

Name: Photon

Ticker: φῶς

Max. Supply: 299,792,458 (in honor of the speed of light)

Premine: 27,594

Reward per Mint: 1,022

Difficulty: 5 (as quick as light itself)

About: Photon is a meme token for believers in Elon Musk and his conquest of space! Let's build strong community!

Mine Photon: You can mine Photon using the Glyph miner. Just load the contract: https://glyph.radiant4people.com/

Wallet: https://photonic.radiant4people.com/

Join our community:

Discord: https://discord.gg/6s6UrNwtgF

X.com: https://x.com/photonXradiant
19  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Introduce CoinCarp on: July 08, 2024, 07:43:14 AM
Looks really Nice Good Luck !
20  Alternate cryptocurrencies / Tokens (Altcoins) / A tribute to Bitcoin [POW] on: July 06, 2024, 06:27:36 AM
Hello Bitcointalk Community!

We are thrilled to announce an exciting new project that pays homage to the original cryptocurrency:
A Tribute to Bitcoin. This innovative initiative is built on the Radiant blockchain
and introduces a mineable token that embodies the spirit and legacy of Bitcoin (BTC).

What is A Tribute to Bitcoin?
A Tribute to Bitcoin is a project designed to give enthusiasts the opportunity to mine a token reminiscent of BTC,
utilizing their GPU power. This project seeks to honor Satoshi Nakamoto's creation while providing a modern twist for today's crypto miners.

Key Features:

Total Supply: 21,000,000 tokens

Block Reward: 50 BTC

Block Time: 10 minutes

Mineable with GPU: Optimal performance with RTX 4090

How to Get Started?

Join Our Discord: Connect with our community and get the latest updates. https://discord.gg/NnJ5wS879r

Set Up Your GPU: Follow our detailed guides on setting up your mining rig and optimizing for Radiant blockchain.

Start Mining: Begin your mining journey and earn your share of 50 BTC rewards per block.

Why A Tribute to Bitcoin?

Respect for the Precursor: We believe Bitcoin deserves more than meme tokens. Our project is a genuine tribute to BTC and Satoshi Nakamoto.

Token Over Memecoins: Bitcoin, the pioneer of all cryptocurrencies, deserves a mineable token that reflects its value and significance rather than being overshadowed by meme coins.

Community Focused: Engage with a passionate community of crypto enthusiasts and experts ready to help and support.

Modern Mining: Leverage the power of modern GPUs to mine your tokens efficiently.

Join us today!

Don’t miss out on this incredible opportunity to be part of a project that truly respects and honors the legacy of Bitcoin. The story begins now!

For more details and to start mining, visit: https://www.a-tribute-to-bitcoin.com/ and https://x.com/RadiantBTC

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