Search content
Sort by

Showing 20 of 37 results by victorsundaram
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Verus (VRSC) - zk-SNARK privacy, CPU-mining, 50/50 POW/POS, fair launch
by
victorsundaram
on 14/07/2024, 10:59:43 UTC
Announcing Verus v1.2.3-4 - CRITICAL UPDATE FOR MINERS OR STAKERS ON ALL CHAINS, HIGHLY RECOMMENDED FOR ALL USERS

CLI RELEASE: https://github.com/VerusCoin/VerusCoin/releases/tag/v1.2.3-4
GUI RELEASE: https://github.com/VerusCoin/Verus-Desktop/releases/tag/v1.2.3-4

GUI TESTNET RELEASE: https://github.com/VerusCoin/Verus-Desktop/releases/tag/v1.2.3-4-testnet

Verus v1.2.3-4 addresses an issue that can permit transactions to enter default miner and staker mempools, even if those transactions have underpaid certain expected fees.

This version ensures that miners and stakers will properly enforce the limits for underpaid transactions. It does not have protocol changes.

New CLI command and RPC API in v1.2.3-4 In v1.2.3-4, it is now possible to send an array of conversions, instead of just one, to the estimateconversion CLI command, requesting estimates on multiple different conversions over a single currency basket to be simultaneously solved. This makes it easy for those who might participate in arbitrage or balancing of baskets to determine an estimated set of conversions on a multicurrency basket that would result in a specific rebalancing outcome.

We recommend that miners, stakers, and witnesses update as soon as possible and that everyone else updates when convenient.

Thank you dev, v1.2.3-4 is running smoothly on all of my rigs now!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN)
by
victorsundaram
on 08/05/2020, 21:37:41 UTC
*Here: https://github.com/RavenProject/Ravencoin/releases
*Download this file: raven-4.1.0.0-win64.zip (24.2 MB)
*Unzip, enter "\bin" directory and start raven-qt.exe

If you do this, there would be no need to download whole blockchain again (only update, probably few percents, meaning 5-10min of waiting).
This works to me.

 


Thanks, this did the trick for me. Finally synced again  Smiley


Ok I have updated wallet too with succes, but now wallet has very little connections. anyone have some addnodes plz?
Post
Topic
Board Announcements (Altcoins)
Re: BitBay OFFICIAL BITBAY Thread Smart Contracts Decentralized Markets Rolling Peg
by
victorsundaram
on 31/03/2020, 14:43:28 UTC
So If I understand correctly I:

- Get the latest version (v3.0.2b) from https://github.com/bitbaymarket/bitbay-core/releases/tag/v3.0.2b
- Backup my wallet.dat and delete everything in Appdata except wallet.dat
- Place bootstrap in Appdata
- Run the wallet

Can anyone confirm this is correct? Thanks!
Post
Topic
Board Announcements (Altcoins)
Re: ARK - Blockchains Interoperability with SmartBridge 🔹 ARK on Binance 🔹
by
victorsundaram
on 28/11/2018, 19:38:39 UTC
Where I can find the latest wallet update. The one that´s needed for the fork?

In the article it's stated that once the chain will fully upgrade to V2, a message will pop up in your wallet, containing the link to download the 2.0 wallet (as always like everytime a new upgraded wallet is available for download)

Allright, thanks for the info.
Post
Topic
Board Announcements (Altcoins)
Re: ARK - Blockchains Interoperability with SmartBridge 🔹 ARK on Binance 🔹
by
victorsundaram
on 28/11/2018, 18:49:53 UTC
Where I can find the latest wallet update. The one that´s needed for the fork?
Post
Topic
Board Mining (Altcoins)
Re: tdxminer lyra2z/XZC Miner for AMD GPUs on Linux
by
victorsundaram
on 22/05/2018, 15:13:24 UTC
Fist of all i should thank the dev for making the vega very profitable again

Here is what i did

6x Vega 56 (MSI Airboost OC)
Asus B250 Mining Expert Mobo with PCI-E 1x risers and Gen3 in BIOS

1. Freshly Installed Ubuntu 16.04 Desktop (http://releases.ubuntu.com/16.04/)
2. Followed the ROCM AMD Driver Installation (https://github.com/RadeonOpenCompute/ROCm)

Created a Fan Control Script (amd-fan.sh)

#!/bin/bash
/opt/rocm/bin/rocm-smi -d 0 --setfan 150
/opt/rocm/bin/rocm-smi -d 1 --setfan 150
/opt/rocm/bin/rocm-smi -d 2 --setfan 150
/opt/rocm/bin/rocm-smi -d 3 --setfan 150
/opt/rocm/bin/rocm-smi -d 4 --setfan 150
/opt/rocm/bin/rocm-smi -d 5 --setfan 150
exit 0


No other Overclocking as it does not improve my hashrate but the Power consumption but with the stock settings and fan limit each card is consuming 150W so total 900W

https://imgur.com/xzGT0Sk

At present getting 35Mhs and miner is very stable, actually impressed with it

https://imgur.com/B6XQGK1

Will play with OCs soon and update

I must say Vega is pretty stable on linux, i have been mining Haven, Loki on windows and i know how hard to keep watching the miner crash, thanks a lot Dev @todxx
Did you run your display out of IGFX or one of the PCIe GPUs?

out of GPU, initially i did run with IGD but ubuntu started rebooting and also the GPUID with rocm keeps changing so disabled the IGD and put a dummy plug on one GPU and managing through ssh

If you have flashed/bios modded your card (remove all of them), install ubuntu 16.04, rocm drivers and openssh-server, then put all the cards back on the PCI-e with dummy plug on the primary GPU (confgure PEG in bios), it works Smiley

Post
Topic
Board Mining (Altcoins)
Re: tdxminer lyra2z/XZC Miner for AMD GPUs on Linux
by
victorsundaram
on 21/05/2018, 16:14:02 UTC
Fist of all i should thank the dev for making the vega very profitable again

Here is what i did

6x Vega 56 (MSI Airboost OC)
Asus B250 Mining Expert Mobo with PCI-E 1x risers and Gen3 in BIOS

1. Freshly Installed Ubuntu 16.04 Desktop (http://releases.ubuntu.com/16.04/)
2. Followed the ROCM AMD Driver Installation (https://github.com/RadeonOpenCompute/ROCm)

Created a Fan Control Script (amd-fan.sh)

#!/bin/bash
/opt/rocm/bin/rocm-smi -d 0 --setfan 150
/opt/rocm/bin/rocm-smi -d 1 --setfan 150
/opt/rocm/bin/rocm-smi -d 2 --setfan 150
/opt/rocm/bin/rocm-smi -d 3 --setfan 150
/opt/rocm/bin/rocm-smi -d 4 --setfan 150
/opt/rocm/bin/rocm-smi -d 5 --setfan 150
exit 0


No other Overclocking as it does not improve my hashrate but the Power consumption but with the stock settings and fan limit each card is consuming 150W so total 900W

https://imgur.com/xzGT0Sk

At present getting 35Mhs and miner is very stable, actually impressed with it

https://imgur.com/B6XQGK1

Will play with OCs soon and update

I must say Vega is pretty stable on linux, i have been mining Haven, Loki on windows and i know how hard to keep watching the miner crash, thanks a lot Dev @todxx
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] KZ CASH - First regional cryptocurrency in Kazakhstan
by
victorsundaram
on 09/11/2017, 20:40:18 UTC
wallet synchronized with the network? If so, it is better to ask the owner of the pool
I think not, block mpool block 9824 now. I lost my coins?
Network "blocks": 10539 for now, you need to rescan blockchain, dont worry you dint lost your coins.
My 165 new coins do not appear in the blockchain.
http://chain.kzcash.kz/address/Ko8o8exXY7f4rrm16LfK1MKYYje3MxBgiX

And the worst thing is that there are miners in mpool and they are going to lose their coins too.

Admin pool : https://bitcointalk.org/index.php?action=profile;u=1151820

i just saw the pool, i had around 189+ coins but now showing nothing, i think coins are lost but anyway sent PM to the pool admin

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SYNX] SYNDICATE Ltd | Masternodes, PoS, Community voted projects
by
victorsundaram
on 06/10/2017, 21:48:56 UTC
Download the latest wallet v 1.9 from the syndicateltd website and put the following nodes in the Syndicate.conf under %appdata%

addnode=45.32.93.20:9999
addnode=77.111.33.153:9999
addnode=104.238.183.113:9999
addnode=45.32.163.18:9999
addnode=173.230.149.229:9999
addnode=104.238.173.121:9999
addnode=144.217.193.1:9999
addnode=188.192.180.222:9999
addnode=45.76.34.135:9999
addnode=149.56.127.146:9999
addnode=144.217.156.224:9999
addnode=174.67.252.25:9999
addnode=94.249.253.227:9999
addnode=149.56.13.109:9999
addnode=45.33.61.112:9999
addnode=162.212.153.254:9999
addnode=104.156.245.238:9999
addnode=45.76.251.6:9999
addnode=5.196.97.71:9999
addnode=45.77.37.208:9999
addnode=149.56.183.161:9999
addnode=45.79.68.185:9999
addnode=45.32.88.91:9999
addnode=45.76.95.152:9999
addnode=108.61.117.30:9999
addnode=108.61.252.19:9999
addnode=104.238.146.16:9999
addnode=45.32.10.76:9999
addnode=45.32.203.165:9999
addnode=45.77.86.135:9999
addnode=45.32.6.242:9999
addnode=13.59.139.93:9999
addnode=192.99.58.134:9999
addnode=45.63.78.16:9999
addnode=45.76.24.63:9999
addnode=45.76.119.94:9999
addnode=45.77.0.206:9999
addnode=50.79.240.50:9999
addnode=45.76.233.229:9999
addnode=52.42.201.139:9999
addnode=137.74.163.67:9999
addnode=45.76.235.245:9999
addnode=80.211.196.67:9999
addnode=45.77.66.146:9999
addnode=45.77.78.78:9999
addnode=163.172.216.135:9999
addnode=45.76.232.29:9999
addnode=45.63.39.230:9999
addnode=104.238.159.42:9999
addnode=144.217.109.63:9999
addnode=213.178.56.195:9999
addnode=73.200.251.17:9999
addnode=158.69.221.184:9999
addnode=45.76.23.132:9999
addnode=108.61.209.21:9999
addnode=107.191.48.86:9999
addnode=45.76.69.223:9999
addnode=104.207.130.82:9999
addnode=137.74.7.255:9999
addnode=173.199.71.64:9999
addnode=45.76.131.151:9999
addnode=45.77.53.242:9999
addnode=107.191.37.213:9999
addnode=104.238.165.95:9999
addnode=104.171.245.75:9999
addnode=173.255.213.93:9999
addnode=144.217.55.243:9999
addnode=192.155.85.40:9999
addnode=45.63.38.151:9999
addnode=62.113.255.18:9999
addnode=45.63.36.177:9999
addnode=69.120.189.213:9999
addnode=108.61.117.246:9999
addnode=165.227.155.52:9999
addnode=45.32.94.151:9999
addnode=45.63.39.234:9999
addnode=81.100.185.152:9999
addnode=45.76.10.244:9999
addnode=45.77.87.226:9999
addnode=45.32.129.27:9999
addnode=46.38.250.220:9999
addnode=104.156.229.202:9999
addnode=45.32.249.232:9999
addnode=80.101.237.74:9999
addnode=172.93.55.135:9999
addnode=14.161.4.113:9999
addnode=145.53.172.40:9999
addnode=104.238.185.121:9999
addnode=108.61.172.175:9999
addnode=45.76.27.67:9999
addnode=104.238.184.213:9999
addnode=45.77.4.90:9999
addnode=45.76.140.201:9999
addnode=83.83.14.68:9999
addnode=176.53.8.140:9999
addnode=45.32.224.137:9999
addnode=45.76.179.109:9999
addnode=45.55.3.37:9999
addnode=45.32.90.146:9999
addnode=108.61.171.203:9999
addnode=45.76.134.163:9999
addnode=45.63.70.150:9999
addnode=45.76.233.129:9999
addnode=24.91.171.132:9999
addnode=45.76.44.108:9999
addnode=45.77.58.26:9999
addnode=45.77.6.101:9999
addnode=45.77.94.66:9999
addnode=108.61.174.181:9999
addnode=149.56.191.241:9999
addnode=45.32.234.22:9999
addnode=144.217.7.160:9999
addnode=137.74.6.25:9999
addnode=45.63.95.69:9999
addnode=45.76.46.76:9999
addnode=149.56.127.160:9999
addnode=45.32.72.125:9999
addnode=45.76.87.245:9999
addnode=45.76.164.208:9999
addnode=212.47.246.150:9999

I had the sync issue and someone kind enough helped me in the official telegram channel....make sure to close the wallet, delete the peers.dat file and restart the wallet after updating the conf file, wait for 30 minutes, everything will be fine

also you can download the latest blockchain from the following url https://transfer.sh/13BiaI/Syndicate_blockchain_2017_09_28.zip

Post
Topic
Board Announcements (Altcoins)
Re: [XLC] ★LEVIARCOIN★ DRM and In-app Purchases
by
victorsundaram
on 22/08/2017, 23:38:42 UTC
Dev will not contact nova, because he cant fix problem in wallet and blockchain for one month. Coin is officially dead!!!

What problem?
We are active and waiting listing on cryptopia (within few days)

Anyway, for windows users encountering issues:

1. Download blockchain: https://mega.nz/#!yNsDCAYa!StyEVUCLHuShqaLGn1A1xsFTpjtBW4FHsCcl-Y7Lo2k
2. Close wallet (backup always wallet)
3. Extract ZIP file in %APPDATA%\leviarcoin
4. Start wallet

Check procedure on website download "Notes": https://leviarcoin.org

Im not idiot. If nova didnt list xlc for 1 month, there is some problem with wallet or blockchain.


Subject: [Novaexchange #5518] LeviarCoin Client [addcoin voting ended] mandatory update (network stable now)
From: "Novaexchange Support NovaExchange" <contact@novaexchange.com>
Reply-To: contact@novaexchange.com
In-Reply-To: <15dad3c5c2e.11f7283fe30005.5319087731499177865@leviarcoin.org>
References:
<15dad3c5c2e.11f7283fe30005.5319087731499177865@leviarcoin.org>
Message-ID:
X-RT-Loop-Prevention: Novaexchange
X-RT-Ticket: Novaexchange #5518
X-Managed-BY: RT 4.2.8 (http://www.bestpractical.com/rt/)
To: info@leviarcoin.org
Hi,

This is not an ordenary bitcoin/litecoin wallet, we don´t have support for this coin.
If you want to wait dev can have a look, but it can take some time, he has a lot of work todo.
or we can reject and refound.

Regards
Novaexchange support

---

If you want to contact NovaExchange you can do it

i trust you dev! keep up the good work
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW
by
victorsundaram
on 17/08/2017, 01:51:13 UTC
Address: iz4GJLodpNyg9w4c1fZKtSSyGrEA4DJEjPWiF1AyKrVzACqYECAU2SHJR2Wnso53WF1YmTPKQ4ScQcZ nLwQV1d2y2RK8MCB9G
 Pending Balance: 112.56751857 INT
 Total Paid: 591.00000000 INT
 Last Share Submitted: about 3 hours ago
 Hash Rate: 0 H/sec
 Total Hashes Submitted: 47912488

Mine pool 1 has not been paid, please help to pay!

check the minimum payout threshold, only the official pool pays if you have minimum 250 INT the other pool needs 1000 INT
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW
by
victorsundaram
on 16/08/2017, 23:43:46 UTC
Jump into the new official pool!

Water is warm Smiley

My line:

Code:
xmrMiner_0.2.1.exe --url=stratum+tcp://45.32.171.89:4444 -u PAY-ADDRESS -p x --bfactor=8 -m --bsleep=100 --donate=0

This is for nvidia 980TI.

You can test bfactor=6  ---> lower is more intense

Here one of the fastest Nvidia Miner for cryptonight (Intense Coin is one of those):

https://github.com/xmrMiner/xmrMiner/releases


Ohh, I have 750 H/s with 1 980TI

do you have the complied version for windows?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW
by
victorsundaram
on 16/08/2017, 23:33:13 UTC
Whats your hashrate ? im getting 500 h/s per gtx 1060  Undecided

6x 1060 and 2 1080 ti = 4 Khs
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW
by
victorsundaram
on 16/08/2017, 23:20:52 UTC
Post
Topic
Board Pools (Altcoins)
Re: ░▒▓█[ITALYIIMP]█▓▒░ [ANN][MULTIPOOL][AUTOTRADE][AUTOSWITCH][0%FEES FOR 99DAYS]
by
victorsundaram
on 10/08/2017, 21:36:08 UTC
This pool appears to be some sort of scam. Do not mine there as there is no support or way to get your money out of the pool.

more than $150 got stuck in the pool, no support from the adming (no replied for tweets, personal messages and forum posts)  Undecided
Post
Topic
Board Pools (Altcoins)
Re: ░▒▓█[ITALYIIMP]█▓▒░ [ANN][MULTIPOOL][AUTOTRADE][AUTOSWITCH][0%FEES FOR 99DAYS]
by
victorsundaram
on 09/08/2017, 22:50:31 UTC
How do you contact support for this pool? I see no email address on the italyiimp.com website. I have bitcoin stuck there for several days now. Can somebody tell me how can I contact their support admin. The pool has not attempted to make a payment.


i am also in the same boat, the pool shows the payment has been made but there is not txid
Post
Topic
Board Pools (Altcoins)
Re: ░▒▓█[ITALYIIMP]█▓▒░ [ANN][MULTIPOOL][AUTOTRADE][AUTOSWITCH][0%FEES FOR 99DAYS]
by
victorsundaram
on 08/08/2017, 05:02:09 UTC
Hi Dev,

I have been mining for around a week right now and the pool shows the payment of 0.02146033 BTC is made to my address 1PGgNowP9EnZxd1mEdyEkiQ64Zk7H3KUD3, but i have waiting for more than 24 hours as mentioned in the pool, still have not received the payment to my BTC wallet, please let me know how can we resolve this issue?
Post
Topic
Board Announcements (Altcoins)
Re: 🚀📈 [ANN] BXT BitToken's - Mandatory Hardfork Upgrade/Upgrade now - DigiShield
by
victorsundaram
on 29/07/2017, 12:45:26 UTC

BXT implemented DigiShield difficulty re-target
Mandatory Hardfork will occurre at Block 82,000. It will implement #DigiShield difficulty re-target (difficulty retarget every 1 Block).


BXT BitToken Mandatory Hardfork Upgrade/ Upgrade now!

Current BitTokens Version v2.1.0.0 is released.

Please update BXT BitTokens
from BitToken's GitHub https://github.com/BitTokens/BitToken

Download the new BXT Windows Wallet on OP

Mandatory Hardfork occurring at Block 82,000 and will implement DigiShield difficulty re-target.

Please Upgrade to the new BXT wallet NOW before block 82,000!

This mandatory hard fork release will implement DigiShield Difficulty Adjustment re-target with difficulty retarget every 1 Block.


DigiShield re-targets a coin’s difficulty to protect against multi-pools and an over-inflation of easily mined new coins. DigiShield was originally developed for DigiByte, but has since been implemented into Dogecoin and now also into BitToken's.
DigiShield re-targets BitToken’s difficulty between every block or every 3 minutes.

Thank you!

The BitToken's Development Team

Can you please provide the active nodes? the wallet is not synchronizing!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - Cryptopia
by
victorsundaram
on 26/07/2017, 18:30:58 UTC
new skunk mod ccminer giving 49 MH/s on my nvidia 1080ti, close the sp-mod #3

https://github.com/palginpav/ccminer/releases/download/skunk-1/ccminer-1.0-skunk.zip

ccminer -a skunk -o stratum+tcp://yiimp.ccminer.org:8433 -u XXXXXXXXXXXXXXXXXXXXX -p c=SIGT --cpu-priority=3 -i 23
pause
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
victorsundaram
on 26/07/2017, 03:52:33 UTC
#3 was compiled and tuned with the latest driver(384.97) , cuda 8.0 and 100% tdp on the cards.
I might do a low power version that will work bether when you use 50-70% tdp


how can i get the sp-mod #3 version?