Search content
Sort by

Showing 20 of 46 results by Hashrateoptions
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] Virel Protocol - Unique Codebase / World's First MiniDAG / CPU mining
by
Hashrateoptions
on 21/08/2025, 09:17:35 UTC
Just another scam , ignore it.

Nice fud to accumulate more  Grin
Post
Topic
Board Announcements (Altcoins)
Re: ANN: Paradigm : ML(ai) Contribution (compute) rewards, self-governed network
by
Hashrateoptions
on 12/08/2025, 08:42:33 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [RANDOMX] Ominira Network (OMI)
by
Hashrateoptions
on 04/08/2025, 07:51:12 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: I want to introduce you to a fascinating project called Bitcoin BTC Quantum (BTQ
by
Hashrateoptions
on 31/03/2025, 12:52:27 UTC
Good Luck with the premined amount
Post
Topic
Board Announcements (Altcoins)
Re: Hacash public GPU miner is ready!
by
Hashrateoptions
on 15/01/2025, 07:56:52 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [STR$] STRONG$ Coin - kHeavyHash | PoW
by
Hashrateoptions
on 04/11/2024, 15:40:56 UTC
Why no source  Huh why download says dangerous  Huh why removing and adding post back  Huh why wirus  Huh
Post
Topic
Board Announcements (Altcoins)
Re: Xian Network | Smart Contracts | Web3 | RandomX | Python | dPoS
by
Hashrateoptions
on 21/10/2024, 12:54:39 UTC
But why we mine monero ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [PoW] Bitcoin Oil - Bitcoin On Steroids, Faster. [NO PREMINE] [LOW SUPPLY]
by
Hashrateoptions
on 20/10/2024, 17:25:06 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: CredaCash *** FIRST PRIVACY COIN with INTEGRATED P2P CROSSCHAIN EXCHANGE ***
by
Hashrateoptions
on 20/10/2024, 15:58:06 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: CredaCash *** FIRST PRIVACY COIN with INTEGRATED P2P CROSSCHAIN EXCHANGE ***
by
Hashrateoptions
on 19/10/2024, 21:12:33 UTC
and its a wallet from 2019
Post
Topic
Board Announcements (Altcoins)
Re: CredaCash *** FIRST PRIVACY COIN with INTEGRATED P2P CROSSCHAIN EXCHANGE ***
by
Hashrateoptions
on 19/10/2024, 21:06:59 UTC
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>
Post
Topic
Board Announcements (Altcoins)
Re: CredaCash *** FIRST PRIVACY COIN with INTEGRATED P2P CROSSCHAIN EXCHANGE ***
by
Hashrateoptions
on 19/10/2024, 16:03:40 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Tahcoin: Welcome to the Infinity
by
Hashrateoptions
on 21/09/2024, 09:29:32 UTC
First make blockchain stable as it is reseting wallet balance all time. Each time You check wallet the coins are vanishing  Grin Huh
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Astrix Network - A Lightning-Fast Blockchain with AI and BlockDAG
by
Hashrateoptions
on 07/09/2024, 08:27:15 UTC
200 million AIX Premined  Huh

Good Luck
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] RepNet (R3P) - RandomX PoW - Reputational Social Network
by
Hashrateoptions
on 25/08/2024, 16:12:28 UTC
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)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] RepNet (R3P) - RandomX PoW - Reputational Social Network
by
Hashrateoptions
on 25/08/2024, 15:52:01 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] RepNet (R3P) - RandomX PoW - Reputational Social Network
by
Hashrateoptions
on 25/08/2024, 15:18:09 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] GPUNODE - TON NETWORK
by
Hashrateoptions
on 14/07/2024, 15:32:53 UTC
I see rdag devs are back on track
Post
Topic
Board Tokens (Altcoins)
Topic OP
Photon powered by radiant
by
Hashrateoptions
on 13/07/2024, 12:22:05 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: Introduce CoinCarp
by
Hashrateoptions
on 08/07/2024, 07:43:14 UTC
Looks really Nice Good Luck !