Search content
Sort by

Showing 20 of 28 results by Mandolorian
Post
Topic
Board Tokens (Altcoins)
Re: LayerEdge: Revolutionizing Bitcoin with the Network of the Future
by
Mandolorian
on 28/01/2025, 16:55:11 UTC
Invitation Code: Use the code vEVwOAbc for testnet access.
Referral limit exceeded.
Use this fv7Rj63T
Post
Topic
Board Announcements (Altcoins)
Re: 🚀 [ANN] CyberChain - Future of Web3 Infrastructure | GPU Mining | EVM
by
Mandolorian
on 10/01/2025, 16:18:04 UTC
As 2025 begins, we're THRILLED to announce: CCX-Desktop 1.0.0! 🚀

🔥 One-click mining
💬 Integrated chat community
🛡️ Secure & reliable

⚡️ Get started: https://cyberchain.xyz

🎁 Biggest CCX rewards event EVER coming this January 2025. Join us and share the future! 🌅
This thing doesn't work for me. First there was a problem with VC++, and then in the application itself after pressing "Download" nothing happens.  Undecided
Post
Topic
Board Announcements (Altcoins)
Re: IF YOU CLICK HERE, YOU WONT REGRET - HAROLDCOIN
by
Mandolorian
on 27/12/2024, 08:37:04 UTC
Twitter:

Quote
Caution: This account is temporarily restricted
You’re seeing this warning because there has been some unusual activity from this account. Do you still want to view it?

Nice
Post
Topic
Board Announcements (Altcoins)
Re: Amero – Revolutionizing Financial Solutions with Blockchain Technology
by
Mandolorian
on 20/12/2024, 03:14:45 UTC
I like how the Homepage have a Button "Explore Now" with 26 reviews and is not clickible lol... People really should build something first before trying to advertise.
This button is clickable, it's just covered by a huge coin png on top  Cheesy Try to reduce the browser window.
Post
Topic
Board Announcements (Altcoins)
Re: 🚀 [ANN] CyberChain - Future of Web3 Infrastructure | GPU Mining | EVM
by
Mandolorian
on 18/12/2024, 16:41:11 UTC
Hi! Where to get a wallet and how to set up a miner?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Pandanite: A cryptocurrency using ED25519 signing keys
by
Mandolorian
on 12/03/2023, 10:49:35 UTC
Panda Node 0.7.11-beta is out

- even faster synch
- less hassle to re-synch
- further fixes

https://pandascan.io - explorer2 is ready to be tested  Smiley

Nice work  Smiley glad to see that work on the coin continues
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Tidecoin: Post-Quantum Security Bitcoin | PoW only | CPU friendly algo
by
Mandolorian
on 30/01/2022, 16:04:55 UTC
It is certainly interesting and perhaps the key length is important, but I wonder where the developers disappeared?
For more than a month, none of the team here appears.
No news or updates from them here.
Githab also did not update a couple of months amd this is very strange if not to say more.
Twitter and other social still no update from December. Looks like this is abandoned project.

Tidecoin is a community backed coin. Only the community decides whether it is abandoned or not.
Post
Topic
Board Announcements (Altcoins)
Re: Bamboo: New crypto using ED25519 signing keys
by
Mandolorian
on 16/01/2022, 09:54:01 UTC
Interesting project, I will wait for the result of the development. Fingers cross. BTW is there a discord channel for Bamboo?

Telegram @ http://t.me/teampandacoin
Discord @ https://discord.gg/aFBzuKVg86
Post
Topic
Board Announcements (Altcoins)
Re: New coin using ED25519 signing keys -- need help getting it off the ground
by
Mandolorian
on 02/01/2022, 09:31:40 UTC

Great job and good news!)

-- Switching difficulty calc from once every 100 blocks to every 10,000 blocks (weekly)

But are you sure this is a good idea?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BTCX] BitcoinX Cryptocurrency is just launched
by
Mandolorian
on 15/12/2021, 21:59:19 UTC
Linux Mint
Quote
error while loading shared libraries: libboost_system.so.1.65.1: cannot open shared object file: No such file or directory
Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: [ANN] Tidecoin: Post-Quantum Security Bitcoin | PoW only | CPU friendly algo
by
Mandolorian
on 09/12/2021, 12:47:17 UTC
⭐ Merited by cryptomaxsun (1)
exchange for crex24?  Huh
That would be nice.
Any listing will add popularity.
There is also such an exchange as  exbitron.com
Listing there- would be great!

https://www.exbitron.com/trading/tdcusdt
Post
Topic
Board Announcements (Altcoins)
Re: New coin using ED25519 signing keys -- need help getting it off the ground
by
Mandolorian
on 06/12/2021, 18:46:07 UTC
If anyone will have problems with LevelDB on Ubuntu 20.04 you can install it  by

sudo apt-get install libsnappy-dev

export VER="1.20"
wget https://github.com/google/leveldb/archive/v${VER}.tar.gz
tar xvf v${VER}.tar.gz
rm -f v${VER}.tar.gz


cd leveldb-${VER}


make
sudo scp -r out-static/lib* out-shared/lib* "/usr/local/lib"
cd include
sudo scp -r leveldb /usr/local/include
sudo ldconfig



Thanks, it helped  Smiley
Post
Topic
Board Announcements (Altcoins)
Re: New coin using ED25519 signing keys -- need help getting it off the ground
by
Mandolorian
on 03/12/2021, 01:56:59 UTC
You should just be able to download and unzip the binaries and run them.
I get this
Quote
./miner: error while loading shared libraries: libleveldb.so.1: cannot open shared object file: No such file or directory
But LevelDB is installed. I'll try to build the miner from source.
Post
Topic
Board Announcements (Altcoins)
Re: New coin using ED25519 signing keys -- need help getting it off the ground
by
Mandolorian
on 03/12/2021, 01:16:20 UTC

I'm trying to compile from source and get a few errors like this one

Quote
/panda-coin/src/tools/benchmark.cpp:42:54: error: call of overloaded ‘concatHashes(SHA256Hash&, SHA256Hash&)’ is ambiguous
   42 |     SHA256Hash fullHash  = concatHashes(target, nonce);


How to use binaries on Linux?
Post
Topic
Board Announcements (Altcoins)
Re: New coin using ED25519 signing keys -- need help getting it off the ground
by
Mandolorian
on 29/11/2021, 00:32:20 UTC
Oh got it. You are building from source? In this case you need to make a folder
panda-coin/keys
Thank you, now everything works
Post
Topic
Board Announcements (Altcoins)
Re: New coin using ED25519 signing keys -- need help getting it off the ground
by
Mandolorian
on 28/11/2021, 22:26:49 UTC
I see. I wasn't able to replicate this. Are you running Linux or Mac? What is the path you are running the Miner from?
Linux Mint
panda-coin/bin/miner
Post
Topic
Board Announcements (Altcoins)
Re: New coin using ED25519 signing keys -- need help getting it off the ground
by
Mandolorian
on 28/11/2021, 22:19:16 UTC
You shouldn't move the key.json file from where the keygen app creates it -- you can make a copy though. You get this error when you delete or move the keys.json file.


Thanks for the answer! I did not touch the file
Post
Topic
Board Announcements (Altcoins)
Re: New coin using ED25519 signing keys -- need help getting it off the ground
by
Mandolorian
on 28/11/2021, 22:06:29 UTC
After generating keys.json i try to mine and got an error

Quote
[STATUS] 11-28-2021 23:52:56: Adding host: http://ec2-54-189-82-240.us-west-2.compute.amazonaws.com:3000
[STATUS] 11-28-2021 23:52:56: Adding host: http://ec2-44-227-179-62.us-west-2.compute.amazonaws.com:3000
[STATUS] 11-28-2021 23:52:56: Adding host: http://ec2-35-83-163-26.us-west-2.compute.amazonaws.com:3000
[STATUS] 11-28-2021 23:52:56: Adding host: http://ec2-35-84-249-159.us-west-2.compute.amazonaws.com:3000
[STATUS] 11-28-2021 23:52:56: Running miner
terminate called after throwing an instance of 'nlohmann::detail::parse_error'
  what():  [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal


what's my mistake?
Post
Topic
Board Announcements (Altcoins)
Re: [PERC][PoS-Forging] Perspectivecoin - currency for VDS-forging.
by
Mandolorian
on 03/03/2021, 12:27:55 UTC
PERC-UG9V-FS9V-WE52-DTH9P
Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]-[IUM] Neuralium MAINNET launch date Confirmed. January 23nd 2021 ≈11:00-5
by
Mandolorian
on 19/02/2021, 15:48:15 UTC
It is impolite to call someone else's opinion disinformation. I am not convinced by your arguments. After all, the fact that it is supposedly the most decentralized is also just your opinion. Let everyone in this topic decide for himself how decentralized he is.
Besides, I wish your project only the best. I would be grateful if you could tell us more about the "custodian".