Pages:
Author

Topic: [ANN][NEVA] NevaCoin | PoS 2.0 / PoW Hybrid | Blake2s PoW | NO Premine | - page 19. (Read 126652 times)

sr. member
Activity: 358
Merit: 250
Just another question... why my wallet is showing staked blocks as "in conflict"? These blocks is the biggest part of staked blocks... Why?

The short but slightly inaccurate answers is they are "orphans."  It really has to do with the unique staking method of this coin.
newbie
Activity: 25
Merit: 0
Just another question... why my wallet is showing staked blocks as "in conflict"? These blocks is the biggest part of staked blocks... Why?
newbie
Activity: 25
Merit: 0
hero member
Activity: 746
Merit: 500
Please, can i run staking node on a raspberry pi 3? How can i do it? I already put my wallet.dat file with my wallet info and nevacoin.conf with addnodes from current network on .nevacoin folder. So, can i run a GUI client? If not, how can i monitor the connection and the wallet activity (blocks, stakes)?

You can compile the qt gui wallet, but you have to install all the dependencies first.

1. Open terminal

2. Run:
Code:
sudo apt-get install git build-essential automake autoconf qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev

3. Run:
Code:
git clone https://github.com/Nevacoin/nevacoin.git && cd nevacoin

4. Run:
Code:
qmake

5. Run:
Code:
make

6. Wait a long time. If all goes well you will have the nevacoin-qt executable appear in the git directory


OR you can use the daemon: https://github.com/Nevacoin/nevacoin/releases/download/v1.4.0/nevacoind_raspberry_v1.4.zip

The basic steps:

1. Add the line daemon=1 to nevacoin.conf, so the whole conf would look like this:
Code:
daemon=1
addnode=x.x.x.x
addnode=x.x.x.x

2. Copy the nevacoind executable from the zip above into /usr/local/bin (use sudo if necessary)

3. Run nevacoind by typing nevacoind into the terminal.

4. Run RPC commands from the terminal to get info about the node, a few examples:
nevacoind help <<<--- will list all possible commands
nevacoind getinfo
nevacoind listtransactions  <<<<----to check the latest transactions, stakes
nevacoind walletpassphrase YOURPASSWORD 9999999 true  <<<<---- Unlocks the wallet for staking, if it is encrypted
nevacoind getstakinginfo


Good luck!
newbie
Activity: 25
Merit: 0
Please, can i run staking node on a raspberry pi 3? How can i do it? I already put my wallet.dat file with my wallet info and nevacoin.conf with addnodes from current network on .nevacoin folder. So, can i run a GUI client? If not, how can i monitor the connection and the wallet activity (blocks, stakes)?
sr. member
Activity: 1451
Merit: 258
Dear NEVA community. 

With great pleasure announcing the release of Bitsqaure 0.4.9.9.

https://github.com/bitsquare/bitsquare/releases/tag/v0.4.9.9



Features, improvements and additions:

With this update we increase the transaction (mining) fee and the security deposit.
This will avoid problems that transactions needs longer to get confirmed in periods when the backlog of unconfirmed transactions on the blockchain is very high.
Offers from this version and offers from older versions are not compatible.
You cannot take an offer which was created with version 0.4.9.8 or earlier, as well a user with an old version cannot take an offer which was created with version 0.4.9.9.
It is highly recommended to remove your offers before you update to that version.
When you update you get forced to remove your old offers (or shut down the app).
You can update even if you have a trade open (if the offer was created with an older version we use the old tx fee and security deposit for that trade).

Beside that important change we improved the Tor handling for BitcoinJ (supports now DNS lookup over Tor and connection to Bitcoin full nodes running as hidden service).

Release notes 0.4.9.9:

- Changed trade transaction fee from 0.0002 BTC to 0.0005 BTC
- Change protocol version for offers to support higher transaction fee
- Change Create-Offer-Fee from 0.0005 BTC to 0.0008 BTC (includes the 0.0005 tx fee, so the net fee to the arbitrator is same as before -> 0.0003 BTC)
- Increase security deposit from 0.1 BTC to 0.3 BTC
- Add LTBcoin, Fermat (IOP), Swarm City Token (SWT), AquariusCoin, Byte, Nevacoin, PIVX, Xaurum, Safe FileSystem Coin (SFSC)
- Support for Bitcoin nodes running as hidden services
- DNS lookup over Tor
- Connect to local Bitcoin Core node if it is running (ignore use Tor flag)
- Add program argument: socks5DiscoverMode
- Export Wallet data (keys) feature
- Show percentage in spreads table
- Add input validation for Norwegian bank account
- Fix bank account from for Chile and Norwegian
- Add Georgia, Botswana
- Add new blockexplores: SoChain, Bitaps
- Added check for ZEC addresses (only t addresses are permitted) and info popup for ZEC and ZXC
- Added input validation for altocin addresses: IOP, PIVX, GBYTE
- Added input validation for IBAN, BIC, email
- Rename Cash/ATM deposit to Cash deposit
- Increase max. allowed deviation from market price to 30%
- Don't show error popup for exception on Linux after screen resolution change or return from monitor standby
- Use more randomized prefix for short offer ID, add version as postfix
- Show arbitrators support tab if arbitrator has revoked but has open disputes
- Increase offer availability and trade timeouts
- Update to JDK 8u121
- Enable again the Apple developer certificate for code signing on OSX
- Url of the signing key (Manfred Karrer): https://bitsquare.io/pubkey/F379A1C6.asc

Hint for Debian users:
If you have problems starting Bitsquare on Debian use: /opt/Bitsquare/Bitsquare



Great work dev! much appreciated it.
hero member
Activity: 1472
Merit: 505
We are cryptocurrency
Tnx for the post @staysecure.

I will update the ANN, and also a new website will go online soon, so expect some downtime on the website/faucet in the following days.

 Wink Nah no dowtime we are gonna make the transition smooth as silk  Wink

hero member
Activity: 746
Merit: 500
Tnx for the post @staysecure.

I will update the ANN, and also a new website will go online soon, so expect some downtime on the website/faucet in the following days.
hero member
Activity: 1472
Merit: 505
We are cryptocurrency
Dear NEVA community. 

With great pleasure announcing the release of Bitsqaure 0.4.9.9.

https://github.com/bitsquare/bitsquare/releases/tag/v0.4.9.9



Features, improvements and additions:

With this update we increase the transaction (mining) fee and the security deposit.
This will avoid problems that transactions needs longer to get confirmed in periods when the backlog of unconfirmed transactions on the blockchain is very high.
Offers from this version and offers from older versions are not compatible.
You cannot take an offer which was created with version 0.4.9.8 or earlier, as well a user with an old version cannot take an offer which was created with version 0.4.9.9.
It is highly recommended to remove your offers before you update to that version.
When you update you get forced to remove your old offers (or shut down the app).
You can update even if you have a trade open (if the offer was created with an older version we use the old tx fee and security deposit for that trade).

Beside that important change we improved the Tor handling for BitcoinJ (supports now DNS lookup over Tor and connection to Bitcoin full nodes running as hidden service).

Release notes 0.4.9.9:

- Changed trade transaction fee from 0.0002 BTC to 0.0005 BTC
- Change protocol version for offers to support higher transaction fee
- Change Create-Offer-Fee from 0.0005 BTC to 0.0008 BTC (includes the 0.0005 tx fee, so the net fee to the arbitrator is same as before -> 0.0003 BTC)
- Increase security deposit from 0.1 BTC to 0.3 BTC
- Add LTBcoin, Fermat (IOP), Swarm City Token (SWT), AquariusCoin, Byte, Nevacoin, PIVX, Xaurum, Safe FileSystem Coin (SFSC)
- Support for Bitcoin nodes running as hidden services
- DNS lookup over Tor
- Connect to local Bitcoin Core node if it is running (ignore use Tor flag)
- Add program argument: socks5DiscoverMode
- Export Wallet data (keys) feature
- Show percentage in spreads table
- Add input validation for Norwegian bank account
- Fix bank account from for Chile and Norwegian
- Add Georgia, Botswana
- Add new blockexplores: SoChain, Bitaps
- Added check for ZEC addresses (only t addresses are permitted) and info popup for ZEC and ZXC
- Added input validation for altocin addresses: IOP, PIVX, GBYTE
- Added input validation for IBAN, BIC, email
- Rename Cash/ATM deposit to Cash deposit
- Increase max. allowed deviation from market price to 30%
- Don't show error popup for exception on Linux after screen resolution change or return from monitor standby
- Use more randomized prefix for short offer ID, add version as postfix
- Show arbitrators support tab if arbitrator has revoked but has open disputes
- Increase offer availability and trade timeouts
- Update to JDK 8u121
- Enable again the Apple developer certificate for code signing on OSX
- Url of the signing key (Manfred Karrer): https://bitsquare.io/pubkey/F379A1C6.asc

Hint for Debian users:
If you have problems starting Bitsquare on Debian use: /opt/Bitsquare/Bitsquare


member
Activity: 116
Merit: 100
This is the FUTURE
Nice job dev . the only think I care as a newbie is your job and your doings as developer of this coin . if the coinomi or others don't want to accept it is their problem . This is one of most stable coins that I ever worked with it .
hero member
Activity: 746
Merit: 500
Coinomi pull request created. Now it is up to them to merge it.

https://github.com/Coinomi/coinomi-android/pull/134

Small update regarding Coinomi. I got a reply via email regarding the request to add the coin.


The initial answer is no. They will not accept my own four geographically distributed electrum servers because of "security reasons". They only allow their own (two electrum servers per coin).

Direct quote form coinomi support: "Unfortunately we don't allow 3rd parties to run the electrum servers for any of our coins for security reasons."

This could be called a lie, since I know other coin devs that DO host their own electrum servers. But I will be gentle and call it a change in their policy, since those devs were way earlier to get their coin integrated into coinomi and other rules obviously applied back then. But still using the word any in the reply really caught my attention Cheesy

And also using centralization to achieve security in a system that gets its security in its openness and was intentionally built open to strengthen that security is ridiculous and ignorant. And also in the electrum server - electrum client model the private keys never leave the client wallet and are in no way exposed to the server, electrum servers could be run by MtGox or my grandma and your coins would still be safe, so I do not understand what kind of security is at risk here.

The actual reason of course is that they want 100$ in their pocket per month to run the their own two "secure" electrum servers. That is 1200$ per year that I'd rather spend on actual development and not some ridiculously overpriced VPS severs and support some centralized establishment that has significantly drifted away from the decentralized open source spirit of cryptocurrencies.

Interestingly this git commit happened right before I got their email reply today: https://github.com/Coinomi/coinomi-android/commit/9373ea1db927af9057b7ef27b46a8b9e91519c1b  - It is a deletion of the licence agreement from the source code.


So the road going forward. The four nevacoin electrums stay online indefinitely. This is only an administrative bump in the road. People using the test wallet .apk can continue testing it.

I am still waiting for an answer to my reply to their email so more things might develop. I will not accept their electrum servers though, obviously because of security reasons Wink

If I get a definite NO from them I will register a google play dev account and publish the wallet for nevacoin under a different name.

I am also exploring other options for a solo mobile wallet, maybe the copay wallet platform. which might be even better, they at least keep the developement open. (coinomi has not updated their git repo for moths, even though several new versions came out on google play in the meantime, making the latest version a closed source app)

Anyway its never boring in crypto land Cheesy
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---

This is why we now have Cryptopia so we do not have to worry about Yobit. Sadly they are still Nevacoin's largest exchange; they could probably be a top 5 exchange if they had better customer service. Over all coin volume is actually decent there, especially considering all of the wallets that get put on maintenance for long periods or are not updated timely for people to trade without fear of loosing coins.

yobit is russian - is it not? ...

as in - russian based exchange with russian owners ...

#crysx

I don't know really. Whatever they are they are really annoying Cheesy

yup ...

they have ALWAYS been like this ... with every coin and project ive ever dealt with - that required work on their exchange ...

they even knocked back granite from being on there ... which is SIMPLE to compile and setup ...

which should show their interest in how much effort they actually put into their exchange ...

which is a pity ... as the interface and design isnt bad at all ...

#crysx
hero member
Activity: 746
Merit: 500

This is why we now have Cryptopia so we do not have to worry about Yobit. Sadly they are still Nevacoin's largest exchange; they could probably be a top 5 exchange if they had better customer service. Over all coin volume is actually decent there, especially considering all of the wallets that get put on maintenance for long periods or are not updated timely for people to trade without fear of loosing coins.

yobit is russian - is it not? ...

as in - russian based exchange with russian owners ...

#crysx

I don't know really. Whatever they are they are really annoying Cheesy
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---

This is why we now have Cryptopia so we do not have to worry about Yobit. Sadly they are still Nevacoin's largest exchange; they could probably be a top 5 exchange if they had better customer service. Over all coin volume is actually decent there, especially considering all of the wallets that get put on maintenance for long periods or are not updated timely for people to trade without fear of loosing coins.

yobit is russian - is it not? ...

as in - russian based exchange with russian owners ...

#crysx
sr. member
Activity: 358
Merit: 250

This is why we now have Cryptopia so we do not have to worry about Yobit. Sadly they are still Nevacoin's largest exchange; they could probably be a top 5 exchange if they had better customer service. Over all coin volume is actually decent there, especially considering all of the wallets that get put on maintenance for long periods or are not updated timely for people to trade without fear of loosing coins.
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
hi all ...

ive finally got my old profile back ...

tanx to cyrus ( bct mod ) and a few others - i now have full access to my old profile ... so will be using this one as much as possible from now on ...

the 'crysx' profile will still be in use - but will be only when necessary - not as my standard ...

a lot to sort out now ...

update ...
https://bitcointalksearch.org/topic/m.17653092 ...

#crysx

Glad to see you back Smiley

tanx mate ...

been a long time ...

#crysx
hero member
Activity: 746
Merit: 500
Coinomi pull request created. Now it is up to them to merge it.

https://github.com/Coinomi/coinomi-android/pull/134
hero member
Activity: 746
Merit: 500
hi all ...

ive finally got my old profile back ...

tanx to cyrus ( bct mod ) and a few others - i now have full access to my old profile ... so will be using this one as much as possible from now on ...

the 'crysx' profile will still be in use - but will be only when necessary - not as my standard ...

a lot to sort out now ...

update ...
https://bitcointalksearch.org/topic/m.17653092 ...

#crysx

Glad to see you back Smiley
hero member
Activity: 746
Merit: 500
Good job for android wallet . I like coinomi . Is this wallet available for staking?


No. Light wallets cant stake. Only a full node can stake.
Pages:
Jump to: