Search content
Sort by

Showing 6 of 6 results by skifdni
Post
Topic
Board Scam Accusations
Re: [ANN] ADAM MCKINNEY AKA: SHAKEZULA ALT COIN SCAMMER. NKA WALLET RE- UPLOAD
by
skifdni
on 03/05/2025, 22:16:40 UTC
Adam McKinney AKA: Shakezula removed google docs client and source before an attempted attack on IncaKoin Or do you think they vanished ?? Anywayz Adam is responsible for the creation of IncaKoin for the most part. He created a parallel chain with 250 GH. They said pay them 5000 or they will merge the chains and his longer parallel chain will out hash us. He also deleted the google docs he made for us so no client is available there anymore. He uses many alias's. He is the dev of most coins out. We traced the attacking ip to him. His coins include zeta dev ubotanium TEK I could go on and on...


HERE IS THE INCAKOIN WALLET THAT MCKINNEY TRIED TO MAKE DISAPPER:
http://www.4shared.com/rar/pZSsujhy/IncaKoin-10-Qt__1_.html


http://69.85.92.156/explorer/incakoin.png

NKA:NThhBMztRppD8QgAfActJoA9mHX9DCSdVd

IncaKoin posted a bounty to anyone who could break there coin...
I was part of it..
Im your huckleberry.
Post
Topic
Board Announcements (Altcoins)
Re: [UNO] Unobtanium Info & Discussion - Merge Mine w/BTC! - Update NOW to qt 0.11.5
by
skifdni
on 15/09/2024, 15:27:54 UTC
Is the code currently open to the public or not yet?

The code is not public yet and will not be until released.
The algorithm has be chosen as sha3d (sha3-256 double round). We are currently in the testing phase to make sure miners (CPUMiner/SRB) and pools are compatible with the selection.

https://i.ibb.co/C1kR4Mn/nuno-mining-test.png
Post
Topic
Board Announcements (Altcoins)
Re: [UNO] Unobtanium Info & Discussion - Merge Mine w/BTC! - Update NOW to qt 0.11.5
by
skifdni
on 31/08/2024, 19:50:58 UTC
(Blazr2 approved this message)

Unobtanium is being reborn with BTC's most current stable code base (27.1).
(hereby referred to as Un)

This will not be a by-product of mining other coins (aka Merge mining, AUXPOW), it will be it's own unique chain. The maximum coin emission (250000) with remain the same with a different schedule.

The mining algorithm is being researched and has yet to be decided. Emerging cryptocurrencies are experimenting with novel mining algorithms that seek to improve efficiency, reduce environmental impact, or enhance security. The majority of these are based from the SHA3 winner (Keccak) and/or candidates list (BLAKE, Grøstl, JH, Skein, CubeHash, Echo, Fugue, Hamsi, Luffa, Shabal, SHAvite-3, SIMD). Multiple round algorithms (x11, x12, x13, x14, x15, x16r, x16rv2, x16s, x17, x22i) of this type do not offer any hardware based acceleration. That being said - the official SHA3 winner (Keccak) which does offer hardware based acceleration is seriously being considered.

The idea of a possible chainswap is not out of the question. Although based on Cryptoid's Rich List - most of the current Un remains dormant or lost through the multiple forks that have occurred. Perhaps it's best to start from scratch.

The logic in the original source code for total coin emission is infinite and not limited to 250000 coins (even though it will take forever to mine). 0.01 UNO is the perpetual block subsidy.  This would require a hard fork to fix.
The difficulty (modified KGW) algorithm is also broken. It only averages the previous block (not a days worth of blocks as it was initially intended). This would account for the difficulty spikes and uneven block times the current chain is facing. This also would require a hard fork to fix.

The preliminary code has already been made. We would like the support of the current community. Any concerns or recommendations will be considered.
This project was born for the sake of having something to do on Friday night.

We are still old school, you know where to find us on IRC (Libera)



Post
Topic
Board Announcements (Altcoins)
Re: [ANN] PatriotBit - C11 - Simple, Free(dom)
by
skifdni
on 11/08/2024, 19:34:13 UTC

This has been fixed in the master repository. Re-pull your source, re-compile, delete mncache.dat in the data directory and all should be well.
Enjoy your day.


Thank you for letting me know about the recent updates to Patriotbit's source code on Github. Unfortunate that didn't solve the issue of all the masternodes online not receiving any rewards anymore. I am looking forward to the developer fixing it in a future update.

Unfortunately we will have to wait for all nodes (mostly pool nodes) to update for the patch to take affect.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] PatriotBit - C11 - Simple, Free(dom)
by
skifdni
on 10/08/2024, 22:37:31 UTC
Something is broken, masternodes aren't receiving any reward anymore.

Suggested that you use the depends compilation method via the source, otherwise a mismatched version of OpenSSL will cause errors with signatures with this ancient software.

e.g.
(via Docker Debian:buster for best results)
git clone ...
cd depends
make
cd ..
./autogen.sh
./configure --prefix=`pwd`/depends/x86_64-pc-linux-gnu (or whatever host you built it for)
make

OK. Mine is working fine via this method. Enjoy your day.

Thank you but this has nothing to do with the masternodes not receiving any rewards on the blockchain.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] PatriotBit - C11 - Simple, Free(dom)
by
skifdni
on 10/08/2024, 18:53:00 UTC
Something is broken, masternodes aren't receiving any reward anymore.

Suggested that you use the depends compilation method via the source, otherwise a mismatched version of OpenSSL will cause errors with signatures with this ancient software.

e.g.
git clone ...
cd depends
make
cd ..
./autogen.sh
./configure --prefix=`pwd`/depends/x86_64-pc-linux-gnu (or whatever host you built it for)