Search content
Sort by

Showing 20 of 37 results by dsutil
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
dsutil
on 29/12/2017, 12:29:33 UTC
wallet is slow as f... compared to all others.

This is the latest version V2.0.3.3 - 60022 Check in help about, if its older join discord links for new wallet on there

Why is link for new wallet on Discord and not on this thread?
Sorry for being careful.

i agreewith @the.vlado, can you post the address of the new wallet here on Bitcointalk forum ?

V 2.0.3.3 - 60022
Windows Wallet:  https://mega.nz/#!ozQ1wbAJ!LNlTnkrBxixBwovAiEKPnvYM-qzRjBeJL1I8Q_qFSws
Linux Wallet: https://mega.nz/#F!Y6B0gKrb!LofVpQCF0Xul7xYKOcpHyw
Changes -
Staking Disabled for Master Nodes
More responsive, a lot less likely to freeze

RASPBERRY PI 3 - ORANGE PI - BANNA PRO ARM NO GUI WALLET https://mega.nz/#F!QnYWxQ7S!Droe2ebQ-AtOkzyEH1YWsQ

MACOSX WALLET https://mega.nz/#!4yBCAaLY!g3bApiaXCccR-Hov-Y0xrjkMp4wfpYyHxMef35e9s8k

Blockchain upto block 175552 21Dec17 https://mega.nz/#!OAVm3ZTK!LpmCP3oCYiFgLijiKDfPxh4Q0FwfL4RS7E9RLyo62pw

DIRECTORIES for Blockchain

Windows - C:\Users\YourUserName\Appdata\Roaming(name of the coin)
Linux - Root/(coin)
Mac OS Root/Library/Application Support/(coin)

in windows you can put in quick access bar %APPDATA%

NOTE NEVER DELETE WALLET.DAT (Make a backup)


What kind of files are the files in the new wallet for raspberry ¿They are a complete operating system with the wallet? I want to upgrade my raspberry wallet, but I can get the executables for raspberry. Also I have tried to compile but this version don't compile well with openssl 1.1.
Thanks.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
dsutil
on 18/10/2017, 21:23:41 UTC

Ok. So this explains why the wallet is "Not responding" every minute.
Please fix the blockexplorer for transparency to minimize FUD -> http://193.70.109.114:5003

This explorer stopped working properly since August 29.


There is another explorer that is working fine, http://193.70.109.114/?lang=en

-support team


But search by address or hash doesn't work :-(
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][ICO] Genesis Vision - Decentralized platform for the trust management
by
dsutil
on 04/10/2017, 11:38:41 UTC
Hi all.

I have invest some ETH in the PRE- ICO one hour ago and It doesn't show the transaction in the transaction history yet.

Is it that normal?
Post
Topic
Board Announcements (Altcoins)
Re: CRAVE: Revival
by
dsutil
on 26/09/2017, 07:49:11 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Mandarin - Exchange controlled by the PEOPLE! | ICO 350k $ Raised
by
dsutil
on 13/09/2017, 20:58:35 UTC
Hello,

I've deposit 0.5 ETH on my account on www.mandarin.top.
Those 0.5 ETH are showing in the balance but ESTIMATED MNT AMOUNT stay at 0.

Is that normal ?

Hello!

The display of the ESTIMATED MNT AMOUNT appears after a while.

Hello,

I've deposit 1 ETH on my account on www.mandarin.top 13 days ago and the ESTIMATED MNT AMOUNT keeps at 0.

Is that normal?

Did you confirm your email already?

Yes.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Mandarin - Exchange controlled by the PEOPLE! | ICO 350k $ Raised
by
dsutil
on 13/09/2017, 17:15:13 UTC
Hello,

I've deposit 0.5 ETH on my account on www.mandarin.top.
Those 0.5 ETH are showing in the balance but ESTIMATED MNT AMOUNT stay at 0.

Is that normal ?

Hello!

The display of the ESTIMATED MNT AMOUNT appears after a while.

Hello,

I've deposit 1 ETH on my account on www.mandarin.top 13 days ago and the ESTIMATED MNT AMOUNT keeps at 0.

Is that normal?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
dsutil
on 04/09/2017, 11:36:55 UTC
I was following this coin already... it seems nice and good someone knows the reward for the masternode?

On an average you can get about 100 coins in a week

-support team


There is a problem with the chain explorer. The search doesn't gives any result. Can you check it?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister)
by
dsutil
on 01/09/2017, 11:53:48 UTC
I use debian stable. You can't use the compiled wallet version because it is compiled with ubuntu in mind, you have to compile by yourself if you want to use debian stable.

If you want, I can send you a wallet compiled for debian stable.

I think that you are talking about old stable, because the actual debian stable version uses 1.62, but that fact doesn't change anything that I have told :-)
sudo make -f makefile.unix # Headless CoinonatX
Code:
g++: error: /home/coinonatx/CoinonatX/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/coinonatx/CoinonatX/src/leveldb/libmemenv.a: No such file or directory
makefile.unix:224: recipe for target 'coinonatxd' failed
make: *** [coinonatxd] Error 1


To solve this, you  have to give executing permissions to the file build_detect_platform (you can check a little up in your log that returns Permission denied with that file). In your case:

sudo chmod +x /home/coinonatx/CoinonatX/src/leveldb/build_detect_platform



OK. I make coinonatxd.
How i can make CoinonatX-qt? I need this for debian8.
How i can run masternode use only coinonatxd?

Coinonatx-qt:

Code:
cd /home/coinonatx/CoinonatX
qmake
make

You can run the masternode only with coinonatxd (I'm doing it), you don't need the qt to run the masternode, BUT, you need the QT to send the profits of the masternode to another account without stop the masternode.

Code:
qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with DBUS (Freedesktop notifications) supportRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
How i can run masternode use only coinonatxd?
I don't have coinonatxd-cli.

After the qmake command you have to execute make.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister)
by
dsutil
on 31/08/2017, 07:43:36 UTC
The blockchain explorers don't work.

The explorer ONE doesn't work when searching for an address and the explorer TWO doesn't update since 08.29.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister)
by
dsutil
on 31/08/2017, 07:35:48 UTC
I use debian stable. You can't use the compiled wallet version because it is compiled with ubuntu in mind, you have to compile by yourself if you want to use debian stable.

If you want, I can send you a wallet compiled for debian stable.

I think that you are talking about old stable, because the actual debian stable version uses 1.62, but that fact doesn't change anything that I have told :-)
sudo make -f makefile.unix # Headless CoinonatX
Code:
g++: error: /home/coinonatx/CoinonatX/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/coinonatx/CoinonatX/src/leveldb/libmemenv.a: No such file or directory
makefile.unix:224: recipe for target 'coinonatxd' failed
make: *** [coinonatxd] Error 1


To solve this, you  have to give executing permissions to the file build_detect_platform (you can check a little up in your log that returns Permission denied with that file). In your case:

sudo chmod +x /home/coinonatx/CoinonatX/src/leveldb/build_detect_platform



OK. I make coinonatxd.
How i can make CoinonatX-qt? I need this for debian8.
How i can run masternode use only coinonatxd?

Coinonatx-qt:

Code:
cd /home/coinonatx/CoinonatX
qmake
make

You can run the masternode only with coinonatxd (I'm doing it), you don't need the qt to run the masternode, BUT, you need the QT to send the profits of the masternode to another account without stop the masternode.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister)
by
dsutil
on 30/08/2017, 11:03:39 UTC
I use debian stable. You can't use the compiled wallet version because it is compiled with ubuntu in mind, you have to compile by yourself if you want to use debian stable.

If you want, I can send you a wallet compiled for debian stable.

I think that you are talking about old stable, because the actual debian stable version uses 1.62, but that fact doesn't change anything that I have told :-)
sudo make -f makefile.unix # Headless CoinonatX
Code:
g++: error: /home/coinonatx/CoinonatX/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/coinonatx/CoinonatX/src/leveldb/libmemenv.a: No such file or directory
makefile.unix:224: recipe for target 'coinonatxd' failed
make: *** [coinonatxd] Error 1


To solve this, you  have to give executing permissions to the file build_detect_platform (you can check a little up in your log that returns Permission denied with that file). In your case:

sudo chmod +x /home/coinonatx/CoinonatX/src/leveldb/build_detect_platform

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister)
by
dsutil
on 29/08/2017, 12:21:09 UTC

I have libboost1.55, last stable for debian8.
How i can start masternode, use command line?

I use debian stable. You can't use the compiled wallet version because it is compiled with ubuntu in mind, you have to compile by yourself if you want to use debian stable.

If you want, I can send you a wallet compiled for debian stable.

I think that you are talking about old stable, because the actual debian stable version uses 1.62, but that fact doesn't change anything that I have told :-)
Post
Topic
Board Announcements (Altcoins)
Re: CRAVE: Revival
by
dsutil
on 17/08/2017, 07:32:02 UTC
In a masternode configured without remote wallet (method A), Is it possible to use the reward address functionality? I mean, to receive the reward in another address?

I've had a look through the source code to see if I could spot the setting being loaded out of the main config file but it doesn't appear to be a supported feature.   Happy to be proven wrong by someone with more knowledge  Tongue




I have not found it either in the code :-(

Maybe CoolerRSA can help us. Thanks for your answer.
Post
Topic
Board Announcements (Altcoins)
Re: CRAVE: Revival
by
dsutil
on 16/08/2017, 10:19:21 UTC
In a masternode configured without remote wallet (method A), Is it possible to use the reward address functionality? I mean, to receive the reward in another address?
Post
Topic
Board Announcements (Altcoins)
Re: CRAVE: Revival
by
dsutil
on 08/08/2017, 11:52:23 UTC

Thank you for the update.

Can you explain a little more the enhancement?
Post
Topic
Board Announcements (Altcoins)
Re: CRAVE:Now Live on Cryptopia and new Faucet
by
dsutil
on 01/06/2017, 10:35:10 UTC
New wallet for testing purposes.
https://mega.nz/#!gzInGJwJ!Z5_YlEIxTnD0VfoiTI85kNltalNpvu4cni0ZUBY1wgw
Don't forget to backup your data folder before.

That are great news, thanks for your efforts!

Do you have a github source? I'd like to compile this version on linux.

Hoping due to the change to QT5 the memory consumption will be lower.

chaincoind ~117MB / craved ~306MB lol

https://github.com/CooleRRSA/crave

Not sure if its the latest one, but it should.
This version is focused on reading masternode.conf to run multiple mn more easely.

thanks!

It is an official client? Why it is not in the usual repository?
Post
Topic
Board Announcements (Altcoins)
Re: [MOJO] PoSv3 advanced blockchain applications | IoT | private chains | exchanges
by
dsutil
on 17/03/2017, 16:09:01 UTC
So does mojov3 still uses masternodes?  If so what are the requirements and payout?

No. Mojov3 doesn't use masternodes.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN»ICO][CREA] CREATIVECHAIN A multimedia marketplace for intellectual property
by
dsutil
on 16/03/2017, 23:29:42 UTC
I think that it can be a good marketing move to put the ico data here:

https://ico-list.com/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN»ICO][CREA] CREATIVECHAIN A multimedia marketplace for intellectual property
by
dsutil
on 16/03/2017, 16:54:50 UTC
New Wallets (Testing) =>> WIN / MAC / LINUX / Android

Addnode 80.241.212.178

https://github.com/creativechain/creativechain-core/releases/tag/alpha-2

If you want to try the wallet leave your address here and we will send you a quantity of CREA  

Hi, Can you send me some coins? CXzR7tQDHWgPQwxzhFod7SJmN48RLkZj8Y
Post
Topic
Board Announcements (Altcoins)
Re: [SYNX] Syndicate | Business Management Platform | NEW BETA v1.0.1.7 RELEASED! |
by
dsutil
on 15/03/2017, 08:19:28 UTC
Is there a working block explorer?  492617 sounds about right?

It sounds right. My client says 493049 blocks at this moment.