Search content
Sort by

Showing 20 of 423 results by hanzac
Post
Topic
Board Politics & Society
Re: Capitalism vs. Socialism - Make your argument here.
by
hanzac
on 22/04/2019, 11:40:08 UTC
I think decentralized infrastructure will invalidate these centralized political infrastructure no matter what it's called, capitalism or sweet socialism.
I also think that bitcoin and its followers bring the imagination to the new world. People and their value will no longer being manipulated by any group they dislike.
This means the independence of the individuals inside the human society. This is very important to protect the human value.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 27/03/2019, 00:32:04 UTC
How do I go about importing a privkey into the latest wallet?

Try dumpprivkey from the old client, then importprivkey to the new client. Do this in the debug console of the client.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][YAC] YACoin ongoing development
by
hanzac
on 08/03/2019, 00:39:40 UTC
Altilly exchange reject YAC listing
https://trello.com/c/2ABaUE9m/126-yacoin-yac

reasons:
Last development in October 2018. -
No community. -
Delisted from several exchanges. -

Hi,

Biggest reason this coin wont get on an exchange, is the wallet.
I have tried this coin so many times now, but saw this latest post and thought lets give it 1 more shot.
Downloaded 0.4.9, (full blockchain version), followed all instructions to the letter....wallet opens withing 20-30 seconds (a vast improvement) BUT...even thought i have 6 connections, a very fast pc, and very fast connection, i started with over 7000 blocks to download, and 24 hours on, i still have 6400 blocks to download.

This has always been the major issue....at this rate it will be over a week (if not 2) before i sync and can even start to mine it.

Until this is fixed, miners let alone exchanges cannot accept this coin.
I have nearly 1000 coins / wallets from 2013 to present day, and this is up there with the very worst for syncing.

If anyone can help speed it up, please let me know.

That said, the other thing which i think is keeping it from exchanges, is the double edged sword....NF19
Yes it makes it quite unique, but it also rules out virtually every miner...who wants to chuck a very fast pc using a ton of power, to not even get 1 block a day.
NF19 stuffs ASICS, fine, but it basically means this is a coin only for the 1080ti rig guys, so its only for the rich....but even then, its block reward and value are so low, thats its hardly worth them pointing a rig at it.

To open up the miner base, i suggest dropping to at least NF17, maybe lower, and having at least 2 pools. (actually better to have NF change randomly from say NF14 to NF18)
Do that and i think it could be a very very good coin.

I'll throw a weeks worth of hash at it, if i ever get it to sync.
J

The issue could be the checkpoints problem, when sync from start it can't auto select a nearest check point. So it will verify very slowly per block.
This is my experience on some other pos coins.

See this part of code in main.cpp:
Code:
    // ppcoin: if responsible for sync-checkpoint send it
    if (pfrom && !CSyncCheckpoint::strMasterPrivKey.empty())
        Checkpoints::SendSyncCheckpoint(Checkpoints::AutoSelectSyncCheckpoint());
When sync from start, pfrom is null, so this logic won't be executed. That makes the checkpoints are still old ones embedded in the code.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 07/01/2019, 02:56:16 UTC
c-cex is going to delist TRC, please withdraw before 21.01.2019
Post
Topic
Board Announcements (Altcoins)
Merits 12 from 1 user
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 18/09/2018, 09:39:52 UTC
⭐ Merited by helipotte (12)
Can the developers at least add a switch to allow masternode / wallet to run together?  I for one don't use a VPS and never will.  Have never lost money to an attack.  

Have been running a Terracoin node in one way or another since 2012.  I don't want to sound demanding and GREATLY appreciate all the improvements the dev's have

made to this coin.  Also, I don't need to be protected.  Thank you for clarifying this.
You can start two instances on your desktop PC if you need to run both wallet and masternode.

Here is my shortcut cmd line: C:\terracoin\terracoind.exe -conf=H:/Terracoin/terracoin.conf
and the H:/Terracoin/terracoin.conf:
Code:
datadir=H:/Terracoin
mnconf=H:/Terracoin/masternode.conf
server=1
daemon=1
rest=1
upnp=1
port=13333
rpcport=13332
keypool=10
#txindex=1
addnode=explorer.terracoin.io
rpcallowip=127.0.0.1
rpcuser=terracoinrpc
rpcpassword=TERRACOIN_RPC_PASSWORD
externalip=YOUR_EXTERNAL_IP:13333
masternode=1
masternodeprivkey=MASTERNODE_PRIVKEY
and the H:/Terracoin/masternode.conf is the same as usual.

For the wallet instance, you'll need to change the port and rpcport to avoid conflicts and set masternode=0. Then run with C:\terracoin\terracoin-qt.exe -conf=WALLET_CONF_PATH/terracoin.conf, or you just use default conf path by removing -conf=...
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] XBTS DEX Exchange | Financial Services | BITSHARES 2.0
by
hanzac
on 03/09/2018, 02:15:23 UTC
Is it possible to support ethereum tokens for example USDT / DAI, so we can exchange with these stable coins?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 25/07/2018, 17:30:33 UTC
After upgrading to 0.12.2.4, terracoind crashes when start masternodes, but 0.12.1.8 is ok.
Please tell me what I need to do. No error message in debug.log Cry
Code:
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.4 LTS"
$ ./terracoin-cli masternode count all      
Total: 1240 (PS Compatible: 41 / Enabled: 326 / Qualify: 0)
$ ./terracoin-cli masternode start-all
error: couldn't connect to server
terracoin.conf is here:
Code:
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
masternode=1
masternodeprivkey=privkey
rpcport=22355
i guess it could relate to new version disallow start both masternode and wallet.
it will be better, you ask questions in mattermost.terracoin.io
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 25/07/2018, 16:59:54 UTC
There is manual action that is needed to take in case the client (0.12.2.4) is on the wrong chain not the longest chain:
Quote
thesin 12:28 AM

There are 2 choices, you can reindex (which is resource hungry option) or run this 2 commands with terracoin-cli or the debug console to get back on the right chain, I will be updating overview, insight and services to the longest chain in a few minutes.
invalidateblock b7d648573174c2f0375a8da2cbe07ddc81d8674e4514f475d104d555a0dc64ff
reconsiderblock 9b94a08becfe66b72b88e1f9c796e43fe03bd645337f78845922803cb40389e0
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] official NovaCoin thread - the original PoS+scrypt coin. --POOL LIST--
by
hanzac
on 16/07/2018, 00:25:03 UTC
So there is no dev left on this project?  I have been away messing with other things and just came back to look and see what is going on.   This is depressing if true.  Novacoin in one of the more innovative projects out here.  I hope someone with the skills can jump in and lead this.
The code base is quite solid, it can run for years without outside interference. This is truly decentralized. It will be better if someone can merge the other projects updates (without hard forking) into it.


Ok the idea of decentralization is an excuse and we can consider. However as a project with Novacoin's time and its valued price is abandoned? This should be considered and many investors rely on this information to define their strategies.

If there's no one going to merge the bitcoin/peercoin updates into novacoin, I'll do that in my spare time. But I can't promise when it will be ready to be public.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 17/06/2018, 12:40:14 UTC
I try to upgrade but the script fails.
I do run the script in sudo.

Thanks in advance!

error:
rm -f trc-updater; curl -0 rm -f tr https://raw.githubusercontent.com/terracoin/terracoin/v0.12.2.x/trc-updater; sudo bash trc-updater
curl: Remote file name has no length!
curl: try 'curl --help' or 'curl --manual' for more information
curl: (6) Could not resolve host: tr

I think the cmd should be this: rm -f trc-updater; curl -O https://raw.githubusercontent.com/terracoin/terracoin/v0.12.2.x/trc-updater; sudo bash trc-updater
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 16/06/2018, 02:49:30 UTC
Hello Terracoin believers,

Our aim is to add value to the whole crypto community by giving the best user experience to analyse cryptocurrencies.

It would be really great help from your side if you can spend 60 seconds of your time and give us your valuable feedback for our two recent updates 1) Snapshot and 2) Colourful interface of Terracoin at: https://cointopper.com/coin/terracoin

Constructive criticisms are always welcome at CoinTopper.  Thank you!!
The website UI is beautiful. I'll bookmark it. Thanks.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] official NovaCoin thread - the original PoS+scrypt coin. --POOL LIST--
by
hanzac
on 16/06/2018, 02:47:57 UTC
So there is no dev left on this project?  I have been away messing with other things and just came back to look and see what is going on.   This is depressing if true.  Novacoin in one of the more innovative projects out here.  I hope someone with the skills can jump in and lead this.
The code base is quite solid, it can run for years without outside interference. This is truly decentralized. It will be better if someone can merge the other projects updates (without hard forking) into it.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 14/06/2018, 01:45:28 UTC
Note
Quote

clockuniverse
4:04 AM

If your masternode is down then you are running an older version of the client.  Please upgrade to 0.12.1.8!  (edited)
 
clockuniverse
4:09 AM

You will need to start the masternode from the local client again too, obviously.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 24/05/2018, 11:33:56 UTC
C-CEX info
Quote
C-CEX.com Trusted, Secure & Friendly Exchange Since 2013. 200+ Alts,USD,Low Fees
May 23, 2018, 10:37:03 PM

From May, 31 till approximately August, 31 we will switch to "limited service" mode for summer vacations.

We will: provide trading service, API trading service, C-CEX codes creation and redeeming, fiat deposits and withdrawals.
We will not: provide all cryptocoin and tokens deposits and withdrawals, support ticket service.

If you need your cryptocurrency to trade here or elsewhere during "limited service" period - please, deposit or withdraw it before vacation start date. Please, do not send any deposits during "limited service" period as they will not be posted to balances.

We will resume normal service after August, 31. We may resume normal service earlier. We may serve tickets during vacation period but we do not take obligation to do that.

Happy summer!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 25/03/2018, 02:14:28 UTC
Litebit seems to be legit. Worth trying. It's listed on https://coinmarketcap.com/exchanges/litebit/.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 06/03/2018, 15:02:14 UTC
I found a new explorer seems good: http://trc.altexplorer.co
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 21/02/2018, 05:44:50 UTC
Hi guys,

if needed, i've added Terracoin to my multipool.

Feel free to try

https://www.joinmycrypto.tk

Regards

Can you add more SHA256 coins? Otherwise it will not be profitable. For example, add PPC (peercoin.net), BCH (Bitcoin cash), DGB (digibyte.io) etc. Check this for more SHA-256 coins: https://www.coinwarz.com/miningprofitability/sha-256
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 13/02/2018, 11:44:22 UTC
Hello,

I like to run a masternode on my desktop. I do not want to have a vps at this point and like to keep it all on my PC. The question is:
Do I need to do anything after creating the mn private key or just keep the client running?
Dear all friend
I run masternode in window VPS, Masternode Tab in my wallet show: ENABLED
But when i check in my friend wallet! This show WATCHDOG_EXPIRED and https://masternodes.online show WATCHDOG_EXPIRED
How to i can fix it!
Thanks

You'd need to run sentinel to prevent from being expired. https://github.com/terracoin/sentinel

You can also follow this guide and script: https://github.com/u3mur4/terracoin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 15/01/2018, 08:33:46 UTC
Hi, is there a bootstrap file available for Terracoin? I just downloaded the wallet, and syncing over five years of chain is going to take forever...

There's a TRC blockchain download available on cryptochainer, you'll find it on this page http://cryptochainer.com/dir/?page_id=365



Thank you! I ended up letting the full sync run, it only took 3 or 4 hours, quite fast actually.

I am trying to set up the headless wallet on a Raspberry Pi 3, I compiled everything and I can start the daemon, but after a while it crashed with


*** System error while flushing: CDB: Error -30974, can't open database wallet.dat
Error: Error: A fatal internal error occurred, see debug.log for details
ERROR: ProcessNewBlock: ActivateBestChain failed


I can't see anything wrong with the wallet.dat, on my Windows machine it syncs and runs fine. Anyone got any experience with this?

I know some people wanted to set it up on Raspberry Pi, but I haven't ever heard of anyone actually doing it, sadly.

I'm starting to think there is some incompatibility between Windows and Linux for the blockchain files or the wallet.dat. I am syncing from scratch with a fresh wallet on the Raspberry Pi now, and so far no Problems. I will keep you updated Wink
This is possible. Cause arm cpu and x86 cpu have different byte-order.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 04/01/2018, 04:44:44 UTC
More inspiring news!  Hanzac's Terracoin Android wallet is in the beta stages!  I have already sent myself 9.9999 TRC (transaction id: https://explorer.terracoin.io/tx/7b4b762cf3fb04edf4e8d2239b543ae75271ae563e72732db3a5a2ddc73009c7#o1) Please test with tiny amounts of TRC and report bugs to either Hanzac or me so that I can pass them on to him.  Thanks!

Here is a link to the wallet on GooglePlay: https://play.google.com/store/apps/details?id=cosmos.garden.wallet

Hi, for anyone's device with OS version before android 7.1, I just published a compatible wallet: https://play.google.com/store/apps/details?id=cosmos.garden.trc.wallet