Search content
Sort by

Showing 20 of 29 results by Setvin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] RinCoin (RIN) | CPU & GPU Friendly | ASIC Resistant RinHash
by
Setvin
on 19/07/2025, 23:50:14 UTC
1. Why does anyone involved with crypto who gives a whit about their privacy use discord for anything?

2. I'm looking at how to mine this on Windows, and seriously....you had to make it 5x more complicated than any other CPU-mineable coin out there?

3. Emphasis on point (2) because from looking at Rincoin's website, what I see is a combinatorial reassembly of BS that's been the playbook for shitcoins ever since the first one was shat into the bowl.  See here:

https://www.talkimg.com/images/2025/07/06/Uwsm7a.png

That's been written in many different ways for many different coins--but none of this techno-jigaloo-word-salad says a damn thing about why this coins should hold any more value or have more utility than the next coin or the next one or the next one....you get my meaning.  Reminds me of these:

https://www.talkimg.com/images/2025/07/06/UwsPUo.png
https://www.talkimg.com/images/2025/07/06/UwsRTT.png

Bet you newbies who definitely aren't being paid to post here don't even remember those two graveyard zombies.

And your roadmap looks like you haven't figured out what a roadmap is, because it reads like 1) Start driving.  2) Start the engine, put gas in the car.  3) We're going somewhere, right?:

https://www.talkimg.com/images/2025/07/06/UwsT1l.png

HARD PASS


I came here to specifically thank you for not getting invoked, at first I mistook your post for spam since I just see you karma farming for centuries, but now I realized this was your attempt to control the narrative and I sincerely thank you for the opportunity you have given the public by over looking this block chain. Thank God we were given a fair market and avoided the upper level vultures for once.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] RinCoin (RIN) | CPU & GPU Friendly | ASIC Resistant RinHash
by
Setvin
on 17/07/2025, 11:49:31 UTC
Great I follow for the updates. Until then I use SRBMiner

You can try this open source miner:
https://github.com/Kudaraidee/ccminer-kudaraidee

no dev fee, seems like it uses less wattage too
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] WITHOUT A BLOCKCHAIN, $NIKI CANNOT EXIST
by
Setvin
on 17/07/2025, 11:45:23 UTC
Post
Topic
Board Announcements (Altcoins)
Re: Vkax Network
by
Setvin
on 01/01/2025, 21:44:30 UTC
Created new logo for project let me know what you think

https://raw.githubusercontent.com/vkaxcore/vkaxweb/refs/heads/main/favicon-192.png
Post
Topic
Board Announcements (Altcoins)
Re: Vkax Network
by
Setvin
on 19/12/2024, 11:12:57 UTC
Adding a flappy bird type game to the faucet, still working on it off and on as a hobby.

Quorum is expected to be met by end of Febuary

Working on a new discord to condense vkax related activities. Doing this in partner with a Zealy quest campaign, this will be a way for users to earn free VKAX weekly by participating.



Some random thoughts,

Did you know that Code (so for example, VKAX) is protected under freedom of speech in USA?



Quote
    This court can find no meaningful difference between computer language, particularly high-level languages as defined above, and German or French....Like music and mathematical equations, computer language is just that, language, and it communicates information either to a computer or to those who can read it...
    -Judge Patel, April 15, 1996

Bernstein v. Department of Justice




I am not as confident that dogs with hats are protected under such laws, they are probably honestly closer to securities and in my opinion may one day be more fiercely regulated, while the use of code will not change. At least, in certain counties. But the policy of that country affects a lot of users of crypto, considering USDC and USDT are main trading pairs and some of the most popular options.
Post
Topic
Board Announcements (Altcoins)
Re: Vkax Network
by
Setvin
on 08/12/2024, 13:48:24 UTC
wanted to share two things I created

VKAX Faucet, with a card game attached. Need testers! Should work on phones and computers. In testing, features may change.
https://game.vkax.net/faucet


VKAX Whale Alert script!

Connects to local daemon, scans the last 100 blocks, creates and serves an RSS xml file which can be used by social media.

https://github.com/vkaxcore/vkax-whale-alert

Other developers are welcome to share or use this tool for their own chains.

can see it in action

https://alert.vkax.net/


see an example of its use

https://x.com/vkaxwhale
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FortuneBlock - CPU Mining - Fair launch - No Premine - No Dev fees
by
Setvin
on 23/11/2024, 11:50:14 UTC
Our POW algo is Mike

Seems nanominer is not compatible with Mike algo.  What CPU miner would you suggest?

Just found Awesome Miner.  Probably, it can be used.

Only answer if you can suggest something better. Otherwise, this post is going to be deleted by me



I wrote a guide on how to mine with mike on my medium account

https://medium.com/@setvin/how-to-create-a-vkax-wallet-node-and-start-mining-automatically-on-boot-windows-e8cc44dc6f08

https://medium.com/@setvin/how-to-mine-vkax-bc4308ef30e5



Different coin but same algorithm, you can change the config. Wrote a few other guides such as how to setup node on android phone

Post
Topic
Board Announcements (Altcoins)
Re: Vkax Network
by
Setvin
on 22/11/2024, 15:08:16 UTC
The older explorer has gone offline, the original dev is on holiday again.

Please update links to reflect the new locations:

website:
https://www.vkax.net/

explorer:
https://explore.vkax.net/

github:
https://github.com/vkaxcore/vkax

x/ twitter:
https://twitter.com/vkaxcore

discord:
https://discord.gg/yKSKufyJ



Some information for curious



Start node on linux ubuntu virtual machine

Copy and paste the below text into a Ubuntu terminal to download and start vkax graphic wallet

Code:
mkdir ~/.vkaxcore &&
cd ~/.vkaxcore &&
wget https://github.com/realsetvin/blockchain-bootstraps/releases/download/Vkax/vkax-ubuntu22-github-build.zip &&
unzip -d ~/.vkaxcore vkax-ubuntu22-github-build.zip &&
wget https://github.com/vkaxcore/VKAX/releases/download/v100.10.4/VKAXbootstrap2024.zip &&
unzip -d ~/.vkaxcore VKAXbootstrap2024.zip &&
rm -R VKAXbootstrap2024.zip &&
chmod +x -R ~/.vkaxcore/ &&
touch ~/.vkaxcore/vkax.conf &&
echo -e "maxconnections=256\rpcport=11111\nrpcallowip=127.0.0.1\nlisten=1\nserver=1\ndaemon=1\n#masternodeblsprivkey=\n#externalip=[NODE_IP_ADDRESS]:11110\naddnode=129.213.125.65" >> ~/.vkaxcore/vkax.conf &&
~/.vkaxcore/vkax-qt -usehd=1





How to run a windows wallet and start mining

https://setvin.medium.com/how-to-create-a-vkax-wallet-node-and-start-mining-automatically-on-boot-windows-e8cc44dc6f08




How to run a VKAX daemon on a mobile phone

https://medium.com/@setvin/how-to-install-vkax-core-node-on-android-phone-using-termux-ubuntu-arm-instance-eee97e9b2d19

Post
Topic
Board Announcements (Altcoins)
Re: Vkax Network
by
Setvin
on 17/11/2024, 21:35:51 UTC
I did not compile the source. Used their compiled QT file. This is the risk you take. They can offer any file they want and name it the wallet's name. You have no idea until you look deeper, or run it.

Yes there was a devastating virus from a coin called fulminaire

https://y3ti.uk/audits/Fulminare


it has the ability to wait on your computer for months gathering keystroke data, then uploads all wallet.dat files at a set date.

Its really hard to tell who is responsible for what, its such a sophisticated attack. It makes me wonder if its a state level attack.




I have forked the vkax repo and made a new website and explorer. All past coins are compatible still. The current windows wallet qt has been built using github actions, meaning its straight from the source code. I also included a simple two part copy and paste instructions on how to install VKAX on ubuntu and build it from source on the new github archive. https://github.com/vkaxcore/VKAX

The code is based on bitcoin, there is no dev fee! and its cpu mining and asic resistant. It still has some merits and traded on active exchanges.

Anyone who runs a masternode is a voting member of the new team.
Post
Topic
Board Announcements (Altcoins)
Re: Vkax Network
by
Setvin
on 31/10/2024, 21:34:50 UTC
Noticed some shifty stuff after installing this wallet.

If you have jLherYu.vbs on your computer, it probably came from here, or geckocoin or another scam project these guys are with. It is a trojan!

Pump&Dump! No future in this project.

Are you able to show in the source code where the virus is? There is no dev fee in this project, the source code seems okay,

From what I understand there was a mining pool that operated a shared masternode service and there was a mistake somehow and lost user funds. Around this same time geckocoin was identified as having a virus payload, (which only affected windows systems.)

VKAX has been forked to a new repo and the windows wallet has been built using github actions. I am not a security expert but I feel pretty confident if there was a virus it was not distributed through the source code, something had to have been added in or someone made a security mistake to have their system compromised. Running what I suspect a shared masternode service on a windows machine using binaries available for download that you did not build yourself was probably not a great start.

I have a belief that a coin is not the coins but the code, and VKAX is based on dash and bitcoin and is secured using asic resistant cpu mining. The loss of the shared masternode service, abandonment by the origonal dev and accusations of virus did not make VKAX a great start, but the code still works and can be changed. It provides an opportunity for those interested in learning about masternodes and dash to get started without spending thousands of dollars before they know what they are doing.

as of now this project still has interest. I am attempt to provide development but realistically for severe updates we need more participants. There are tests I want to change (like some fixes ive identified) and this could be a great way for people to play around with code without feeling like they have to be apart of a severe project which is always trying to pump.
Post
Topic
Board Announcements (Altcoins)
Re: Bamboo: New crypto using ED25519 signing keys
by
Setvin
on 30/03/2024, 19:19:00 UTC
I dont see where anyone explained what the vulnerabilities were or what happened exactly. Anyone who can provide more details as far as the issues resulting in the delisting on xeggex?

Bad rollback logic /& node synch issues so network can become fragmented and consensus is not reached so chain becomes stuck\corrupted as I understand. not stable enough for real money involved, other chains are somewhat decentralized with a lot of nodes and sources to fetch a healthy chain from .... while on this coin there were only a handful as I understand and some of them crapped out very often

Wasn't it working fine for a while? I guess I dont understand why one day it suddenly wasnt viable
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer-kl - open source (AMD) miner for x16r/x16s/xevan/x17
by
Setvin
on 17/03/2024, 16:09:55 UTC
Add linux binary

I agree but if you're using linux it shouldn't be an issue as building things on linux is easy

I cant get it built, no matter how I try. AMD switched from opencl to rocm, its not so easy.
Post
Topic
Board Announcements (Altcoins)
Re: 🚀[ANN] [SCI] SCIProtocol -2024/03/14 1:00 PM UTC Launch!! [CPU][Ghostrider]
by
Setvin
on 14/03/2024, 13:50:55 UTC
Were you mining this premine since feb? 15% dev fee??? For what?
Post
Topic
Board Announcements (Altcoins)
Re: GSPCoin- Cryptocurrency that links to modern Digital Advertising and Marketing.
by
Setvin
on 05/03/2024, 12:25:51 UTC
Project is dead?

I see the dev around sometimes, I think still crawling forward. Blocks are found by a few different pools, theres at least 1 node and a few exchanges - so not totally lifeless.

The roadmap should be updated. "Q1" 2023 is over
Post
Topic
Board Announcements (Altcoins)
Re: JeriCoin Launch Soon
by
Setvin
on 04/03/2024, 20:06:05 UTC
Whats going on with this coin? POW is over? But explorer says we are on block 500

POW Blocks : 1 - 100,000

how can POW be over on block 500?

where is the discord link, lets make the team available to chat?
Post
Topic
Board Announcements (Altcoins)
Re: Bamboo: New crypto using ED25519 signing keys
by
Setvin
on 20/02/2024, 18:25:05 UTC
I dont see where anyone explained what the vulnerabilities were or what happened exactly. Anyone who can provide more details as far as the issues resulting in the delisting on xeggex?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Yerbas [YERB] | POW CPU Minable (GhostRider) | ASIC And FPGA Resistant |
by
Setvin
on 03/02/2024, 13:21:57 UTC
Anyone who gave me at least 1 yerbas since my last post was given a special treat, this exclusive rare Yerbacoon card!

https://assetsviewer.yerbas.org/?cmd=viewasset&id=WUVSQkFDT09O

Inspired by true events in this very forum!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Yerbas [YERB] | POW CPU Minable (GhostRider) | ASIC And FPGA Resistant |
by
Setvin
on 27/01/2024, 15:43:24 UTC
I think some of the old guard are scared of what kind of neglected treasures the young, hungry crypto raccoons may discover dug from the trash.

In the spirit of enterprise, I have released an exclusive NFT to prove the worth of the YERBAS network! Now you can own PONG and it can even be in your wallet! So it could be said Yerbas pong can be in your yerbas wallet! Dont just sit online and post about it, live the dream today!

Yes you heard that right, one of the worlds best selling video games - an NFT representation of the award winning classic can be found in your wallet, soon! (while supplies last)

NFT Details for "YERBAS_PONG":
https://assetsviewer.yerbas.org/?cmd=viewasset&id=WUVSQkFTX1BPTkc

https://gateway.ipfs.io/ipfs/QmfNE744sG9kZsydeBggnKkebcTDzpA95861GKCFyAA3Ki

If you are interested in acquiring this fine artistic representation, you may send a minimum of 1 yerbas to the following addreess

yQXBAoH8zc9x3DwExA9D6bviZncpHZkEmW

There are 420 total so supplies will be limited!

Those who send at least 1 yerbas to the address, will be added to a list for future Yerbas NFT airdrops - thank you for kindly choosing to support my creative and artistic endeavors on the yerbas network!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW][RWA][POG]⚡NEW GPU ALGO⚡[GM] - Building the RWA new platform
by
Setvin
on 17/10/2023, 11:49:00 UTC
Send it here, send it there, let's do somersaults if you want, it's a complete mess, why can't people send it directly to the stock exchange and exchange it?Huh??




This guy is a scammer from China, crypto is not even legal where he lives - so hes a double criminal.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Welcome to GoodMorningNetWork! Pow and Gaming!
by
Setvin
on 17/10/2023, 02:01:00 UTC
Wow you have over 2,000 discord members and just created the coin? I am sure they are all 100% real.

Also we discovered you were the developer (or are associated with the crew) who made pepe pow. (the coin the community took over from you, removed your dev fee, and we created a new master branch)

How do we know?

https://pepecore.com/movement

https://ibb.co/wSXkHgY

https://ibb.co/YdWxvQx




ahh explorer it's all generic, I don't understand why all this is happening, are we sabotaging some people to do this?


How do you explain that you ownd the pepecore.com domain name??

You're right it is very generic because it looks like you just used the same VPS account and just bought a new domain. You are making very many fake projects with intentions to defraud people, is my opinion and guess.