Pages:
Author

Topic: [ANN] [INFX] Influxcoin | Official Project - page 21. (Read 156849 times)

full member
Activity: 346
Merit: 100
i have a good feeling about this one  Smiley

there are hopes that this coin, lest you do not eat because of this,
you have to wait for 3- 4 months.
when the pumper play this coin again, this coin has reached its limit in the week yesterday, and do not expect these coins go up in the near term
roadmap
pump
dump
end
full member
Activity: 340
Merit: 111
i have a good feeling about this one  Smiley

there are hopes that this coin, lest you do not eat because of this,
you have to wait for 3- 4 months.
when the pumper play this coin again, this coin has reached its limit in the week yesterday, and do not expect these coins go up in the near term
hero member
Activity: 676
Merit: 500
i have a good feeling about this one  Smiley
full member
Activity: 579
Merit: 102
ahhh that explains it. I was watching my network activity and it seemed steady. So I'll just keep on being a steady node for 60 more days or so. Smiley Thanks for the quick response! And I just installed it on the pi and did a fresh git pull this morning so I am def up to date.

Good deal. Glad everything is working fine. Thanks for your support of INFX!
hero member
Activity: 896
Merit: 1000
Avatars are overrated.
ahhh that explains it. I was watching my network activity and it seemed steady. So I'll just keep on being a steady node for 60 more days or so. Smiley Thanks for the quick response! And I just installed it on the pi and did a fresh git pull this morning so I am def up to date.
full member
Activity: 579
Merit: 102
How long does it take for coins to mature for staking? Also, is there a minimum? Pi is running like a boss and synchronized but for some reason I still haven't created my first stake but feel I am staking...?

Staking Min/Max Stake in Days 2/60
I would suggest a minimum of at least 10. Make sure you are running the 2.0 wallet and you can check the Minting tab and it will show you coin maturity.
hero member
Activity: 896
Merit: 1000
Avatars are overrated.
How long does it take for coins to mature for staking? Also, is there a minimum? Pi is running like a boss and synchronized but for some reason I still haven't created my first stake but feel I am staking...?
legendary
Activity: 1078
Merit: 1050
MGW Has Arrived

Download

https://tosch110.github.io/SuperNET-Lite-3/


SuperNET-Lite is a html based wallet for virtual currencies. You can use Nxt, Bitcoin, Litecoin, DASH, Dogecoin and other currencies with your wallet. You can store and use your coins easily. The Wallet is a nodejs based Wallet, coming with executable for Windows, Linux and Mac.


Supported Coins

Nxt (NXT), Bitcoin (BTC), BitcoinDark (BTCD), Dash (DASH), Dogecoin (DOGE), Influx (INFX), Litecoin (LTC), Opalcoin (OPAL) and Vericoin (VRC)

DASH and INFX are new additions to the SuperNET Lite multiwallet, and Influx joins the Multigateway infrastructure sponsoring one of the servers.


Documentation

SuperNET-Lite connects to public nodes in the Nxt Network. Due to the lightweight nature of Nxt and the service to allow Assets and other Blockchain services, we can expand on the rich server structure of Nxt. The MultiGateWay service allows to store coins in distributed multi-signature accounts, and delivers equivalent coin tokens that can be used from your Nxt account in the SuperNET Lite Wallet. Furthermore, you can use the complete Nxt client with your account, investing in any Asset on the Nxt Blockchain.


Technology

SuperNET-Lite is based on html, javascript and nodejs. The Nxt NRS framework and Jay provide a javascript wrapper which creates and signs every transaction that is made within the wallet. This signed transaction will be sent to a public node of the Nxt network. Your password never leaves your computer. Accounts are stored local in the Browser. When using incognito mode, nothing will be saved. When a local Nxt instance is running, SuperNET-Lite will use this instead of any public node. Public nodes are chosen from the websites peerexplorer.com and nxtpeers.com. Both provide a trusted service to scan the Nxt nodes and display most updated, reliable and secure (hallmarked) Nxt nodes. The framework developed by @jonesnxt and @tosch110 then tests various nodes for time hashes and speed to find the best node for you to use.


Security

The SuperNET Lite wallet uses the NRS and Jay framework. The NRS Framework is made from the Nxt developers, who secure that transactions are wrapper with javascript and your passphrase (the passphrase will never leave your browser), before they get sent to the node. You can have your localnode running (install and run Nxt - open CORS), if not, you will connect to a random public node from the Nxt Network. The Jay Framework provides some additional Nxt JavaScript functions that put another layer of security upon the NRS Framework. Jay checks several public nodes against each other to provide the quickest and most responsible node from the Nxt framework.

How to open CORS: https://medium.com/@Damelon/coding-for-nxt-crypto-platform-1-c3580b4cfd38#.7mswh42qu


Installation Advices

Windows

Run supernet.exe

Linux

Open a terminal window in the SuperNET Lite folder and start it with ./supernet

Mac

Open the Terminal in the SuperNET Lite folder and type ./supernet_mac


If one of the above options does not work, quickly install nodejs and run

node server.js

Donate

Donate in NXT or any crypto via the SuperNET Dashboard to: NXT-CJQ9-7CAG-8FW4-7F9P8

Original thread:

https://nxtforum.org/lite-multigateway-releases/supernet-lite-3-0/









Yesterday bought some more and thank you, very good development. I see very few coins are listed in this wallet and all of them except OPAL are listed on Poloniex.
full member
Activity: 136
Merit: 100
Crypt the insanity and Verge with Humanity
Cory, When does POW is ending for Influx Coin? Timelines?
hero member
Activity: 896
Merit: 1000
Avatars are overrated.
Thanks to sigbot for recommending this project to me! Smiley

Stake on Pi!

I have compiled Influxcoin on my Raspberry Pi to stake on a low energy computer. I used the Shadow Pi guide for most of it. I am using this guide for the Raspberry Pi 3 on the OS Ubuntu Mate.  Important: this is for the UBUNTU MATE OS version 15. Enjoy!

Disclaimer: running swapfile can reduce the lifetime of your SD card. I recommend running your OS off USB using this guide: http://www.instructables.com/id/Boot-the-Raspberry-Pi-from-USB/

Credit to Code and Litebit I just added in the qren upon receiving that error during compiling:

Code:
$ sudo apt-get update
$ sudo apt-get upgrade

$ sudo apt-get install git 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 libqt5webkit5-dev

$ sudo apt-get install libqrencode-dev

$ git clone https://github.com/Coryvmcs1/Influxcoin

$ sudo apt-get install dphys-swapfile

$ sudo nano /etc/dphys-swapfile
scroll to:
CONF_SWAPSIZE=  
change to CONF_SWAPSIZE=4096
Ctrl + O to write/save
Ctrl + x to exit
$ sudo /etc/init.d/dphys-swapfile stop
$ sudo /etc/init.d/dphys-swapfile start

cd Influxcoin
qmake
make

$ sudo nano /etc/dphys-swapfile
scroll to:
CONF_SWAPSIZE=4096
change to CONF_SWAPSIZE=
Ctrl + O to write/save
Ctrl + x to exit
$ sudo /etc/init.d/dphys-swapfile stop
$ sudo /etc/init.d/dphys-swapfile start

make sure you are in /Influxcoin and run ./Influx-qt

I am currently synchronizing the blockchain now on my Raspberry Pi. About halfway through synchronization.

*EDIT* fully synchronized and staking now. Cheesy
legendary
Activity: 986
Merit: 1001
Thanks for the news Dev, i bought just on time yesterday.

Glad to be part of this project.

Congrats   Smiley
full member
Activity: 136
Merit: 100
Crypt the insanity and Verge with Humanity
MGW Has Arrived

Download

https://tosch110.github.io/SuperNET-Lite-3/


SuperNET-Lite is a html based wallet for virtual currencies. You can use Nxt, Bitcoin, Litecoin, DASH, Dogecoin and other currencies with your wallet. You can store and use your coins easily. The Wallet is a nodejs based Wallet, coming with executable for Windows, Linux and Mac.


Supported Coins

Nxt (NXT), Bitcoin (BTC), BitcoinDark (BTCD), Dash (DASH), Dogecoin (DOGE), Influx (INFX), Litecoin (LTC), Opalcoin (OPAL) and Vericoin (VRC)

DASH and INFX are new additions to the SuperNET Lite multiwallet, and Influx joins the Multigateway infrastructure sponsoring one of the servers.


Documentation

SuperNET-Lite connects to public nodes in the Nxt Network. Due to the lightweight nature of Nxt and the service to allow Assets and other Blockchain services, we can expand on the rich server structure of Nxt. The MultiGateWay service allows to store coins in distributed multi-signature accounts, and delivers equivalent coin tokens that can be used from your Nxt account in the SuperNET Lite Wallet. Furthermore, you can use the complete Nxt client with your account, investing in any Asset on the Nxt Blockchain.


Technology

SuperNET-Lite is based on html, javascript and nodejs. The Nxt NRS framework and Jay provide a javascript wrapper which creates and signs every transaction that is made within the wallet. This signed transaction will be sent to a public node of the Nxt network. Your password never leaves your computer. Accounts are stored local in the Browser. When using incognito mode, nothing will be saved. When a local Nxt instance is running, SuperNET-Lite will use this instead of any public node. Public nodes are chosen from the websites peerexplorer.com and nxtpeers.com. Both provide a trusted service to scan the Nxt nodes and display most updated, reliable and secure (hallmarked) Nxt nodes. The framework developed by @jonesnxt and @tosch110 then tests various nodes for time hashes and speed to find the best node for you to use.


Security

The SuperNET Lite wallet uses the NRS and Jay framework. The NRS Framework is made from the Nxt developers, who secure that transactions are wrapper with javascript and your passphrase (the passphrase will never leave your browser), before they get sent to the node. You can have your localnode running (install and run Nxt - open CORS), if not, you will connect to a random public node from the Nxt Network. The Jay Framework provides some additional Nxt JavaScript functions that put another layer of security upon the NRS Framework. Jay checks several public nodes against each other to provide the quickest and most responsible node from the Nxt framework.

How to open CORS: https://medium.com/@Damelon/coding-for-nxt-crypto-platform-1-c3580b4cfd38#.7mswh42qu


Installation Advices

Windows

Run supernet.exe

Linux

Open a terminal window in the SuperNET Lite folder and start it with ./supernet

Mac

Open the Terminal in the SuperNET Lite folder and type ./supernet_mac


If one of the above options does not work, quickly install nodejs and run

node server.js

Donate

Donate in NXT or any crypto via the SuperNET Dashboard to: NXT-CJQ9-7CAG-8FW4-7F9P8

Original thread:

https://nxtforum.org/lite-multigateway-releases/supernet-lite-3-0/



Awesome Dev's Smiley Keep up the good work.
legendary
Activity: 2548
Merit: 1009
Leading Crypto Sports Betting & Casino Platform
MGW Has Arrived

Download

https://tosch110.github.io/SuperNET-Lite-3/


SuperNET-Lite is a html based wallet for virtual currencies. You can use Nxt, Bitcoin, Litecoin, DASH, Dogecoin and other currencies with your wallet. You can store and use your coins easily. The Wallet is a nodejs based Wallet, coming with executable for Windows, Linux and Mac.


Supported Coins

Nxt (NXT), Bitcoin (BTC), BitcoinDark (BTCD), Dash (DASH), Dogecoin (DOGE), Influx (INFX), Litecoin (LTC), Opalcoin (OPAL) and Vericoin (VRC)

DASH and INFX are new additions to the SuperNET Lite multiwallet, and Influx joins the Multigateway infrastructure sponsoring one of the servers.


Documentation

SuperNET-Lite connects to public nodes in the Nxt Network. Due to the lightweight nature of Nxt and the service to allow Assets and other Blockchain services, we can expand on the rich server structure of Nxt. The MultiGateWay service allows to store coins in distributed multi-signature accounts, and delivers equivalent coin tokens that can be used from your Nxt account in the SuperNET Lite Wallet. Furthermore, you can use the complete Nxt client with your account, investing in any Asset on the Nxt Blockchain.


Technology

SuperNET-Lite is based on html, javascript and nodejs. The Nxt NRS framework and Jay provide a javascript wrapper which creates and signs every transaction that is made within the wallet. This signed transaction will be sent to a public node of the Nxt network. Your password never leaves your computer. Accounts are stored local in the Browser. When using incognito mode, nothing will be saved. When a local Nxt instance is running, SuperNET-Lite will use this instead of any public node. Public nodes are chosen from the websites peerexplorer.com and nxtpeers.com. Both provide a trusted service to scan the Nxt nodes and display most updated, reliable and secure (hallmarked) Nxt nodes. The framework developed by @jonesnxt and @tosch110 then tests various nodes for time hashes and speed to find the best node for you to use.


Security

The SuperNET Lite wallet uses the NRS and Jay framework. The NRS Framework is made from the Nxt developers, who secure that transactions are wrapper with javascript and your passphrase (the passphrase will never leave your browser), before they get sent to the node. You can have your localnode running (install and run Nxt - open CORS), if not, you will connect to a random public node from the Nxt Network. The Jay Framework provides some additional Nxt JavaScript functions that put another layer of security upon the NRS Framework. Jay checks several public nodes against each other to provide the quickest and most responsible node from the Nxt framework.

How to open CORS: https://medium.com/@Damelon/coding-for-nxt-crypto-platform-1-c3580b4cfd38#.7mswh42qu


Installation Advices

Windows

Run supernet.exe

Linux

Open a terminal window in the SuperNET Lite folder and start it with ./supernet

Mac

Open the Terminal in the SuperNET Lite folder and type ./supernet_mac


If one of the above options does not work, quickly install nodejs and run

node server.js

Donate

Donate in NXT or any crypto via the SuperNET Dashboard to: NXT-CJQ9-7CAG-8FW4-7F9P8

Original thread:

https://nxtforum.org/lite-multigateway-releases/supernet-lite-3-0/








Good sound... i keep hold all my INFX...
Thank's for your hardwork dev Smiley
hero member
Activity: 1232
Merit: 500
MGW Has Arrived

Download

https://tosch110.github.io/SuperNET-Lite-3/


SuperNET-Lite is a html based wallet for virtual currencies. You can use Nxt, Bitcoin, Litecoin, DASH, Dogecoin and other currencies with your wallet. You can store and use your coins easily. The Wallet is a nodejs based Wallet, coming with executable for Windows, Linux and Mac.


Supported Coins

Nxt (NXT), Bitcoin (BTC), BitcoinDark (BTCD), Dash (DASH), Dogecoin (DOGE), Influx (INFX), Litecoin (LTC), Opalcoin (OPAL) and Vericoin (VRC)

DASH and INFX are new additions to the SuperNET Lite multiwallet, and Influx joins the Multigateway infrastructure sponsoring one of the servers.


Documentation

SuperNET-Lite connects to public nodes in the Nxt Network. Due to the lightweight nature of Nxt and the service to allow Assets and other Blockchain services, we can expand on the rich server structure of Nxt. The MultiGateWay service allows to store coins in distributed multi-signature accounts, and delivers equivalent coin tokens that can be used from your Nxt account in the SuperNET Lite Wallet. Furthermore, you can use the complete Nxt client with your account, investing in any Asset on the Nxt Blockchain.


Technology

SuperNET-Lite is based on html, javascript and nodejs. The Nxt NRS framework and Jay provide a javascript wrapper which creates and signs every transaction that is made within the wallet. This signed transaction will be sent to a public node of the Nxt network. Your password never leaves your computer. Accounts are stored local in the Browser. When using incognito mode, nothing will be saved. When a local Nxt instance is running, SuperNET-Lite will use this instead of any public node. Public nodes are chosen from the websites peerexplorer.com and nxtpeers.com. Both provide a trusted service to scan the Nxt nodes and display most updated, reliable and secure (hallmarked) Nxt nodes. The framework developed by @jonesnxt and @tosch110 then tests various nodes for time hashes and speed to find the best node for you to use.


Security

The SuperNET Lite wallet uses the NRS and Jay framework. The NRS Framework is made from the Nxt developers, who secure that transactions are wrapper with javascript and your passphrase (the passphrase will never leave your browser), before they get sent to the node. You can have your localnode running (install and run Nxt - open CORS), if not, you will connect to a random public node from the Nxt Network. The Jay Framework provides some additional Nxt JavaScript functions that put another layer of security upon the NRS Framework. Jay checks several public nodes against each other to provide the quickest and most responsible node from the Nxt framework.

How to open CORS: https://medium.com/@Damelon/coding-for-nxt-crypto-platform-1-c3580b4cfd38#.7mswh42qu


Installation Advices

Windows

Run supernet.exe

Linux

Open a terminal window in the SuperNET Lite folder and start it with ./supernet

Mac

Open the Terminal in the SuperNET Lite folder and type ./supernet_mac


If one of the above options does not work, quickly install nodejs and run

node server.js

Donate

Donate in NXT or any crypto via the SuperNET Dashboard to: NXT-CJQ9-7CAG-8FW4-7F9P8

Original thread:

https://nxtforum.org/lite-multigateway-releases/supernet-lite-3-0/







great sounds , thanks dev
hero member
Activity: 659
Merit: 501
MGW Has Arrived

Download

https://tosch110.github.io/SuperNET-Lite-3/


SuperNET-Lite is a html based wallet for virtual currencies. You can use Nxt, Bitcoin, Litecoin, DASH, Dogecoin and other currencies with your wallet. You can store and use your coins easily. The Wallet is a nodejs based Wallet, coming with executable for Windows, Linux and Mac.


Supported Coins

Nxt (NXT), Bitcoin (BTC), BitcoinDark (BTCD), Dash (DASH), Dogecoin (DOGE), Influx (INFX), Litecoin (LTC), Opalcoin (OPAL) and Vericoin (VRC)

DASH and INFX are new additions to the SuperNET Lite multiwallet, and Influx joins the Multigateway infrastructure sponsoring one of the servers.


Documentation

SuperNET-Lite connects to public nodes in the Nxt Network. Due to the lightweight nature of Nxt and the service to allow Assets and other Blockchain services, we can expand on the rich server structure of Nxt. The MultiGateWay service allows to store coins in distributed multi-signature accounts, and delivers equivalent coin tokens that can be used from your Nxt account in the SuperNET Lite Wallet. Furthermore, you can use the complete Nxt client with your account, investing in any Asset on the Nxt Blockchain.


Technology

SuperNET-Lite is based on html, javascript and nodejs. The Nxt NRS framework and Jay provide a javascript wrapper which creates and signs every transaction that is made within the wallet. This signed transaction will be sent to a public node of the Nxt network. Your password never leaves your computer. Accounts are stored local in the Browser. When using incognito mode, nothing will be saved. When a local Nxt instance is running, SuperNET-Lite will use this instead of any public node. Public nodes are chosen from the websites peerexplorer.com and nxtpeers.com. Both provide a trusted service to scan the Nxt nodes and display most updated, reliable and secure (hallmarked) Nxt nodes. The framework developed by @jonesnxt and @tosch110 then tests various nodes for time hashes and speed to find the best node for you to use.


Security

The SuperNET Lite wallet uses the NRS and Jay framework. The NRS Framework is made from the Nxt developers, who secure that transactions are wrapper with javascript and your passphrase (the passphrase will never leave your browser), before they get sent to the node. You can have your localnode running (install and run Nxt - open CORS), if not, you will connect to a random public node from the Nxt Network. The Jay Framework provides some additional Nxt JavaScript functions that put another layer of security upon the NRS Framework. Jay checks several public nodes against each other to provide the quickest and most responsible node from the Nxt framework.

How to open CORS: https://medium.com/@Damelon/coding-for-nxt-crypto-platform-1-c3580b4cfd38#.7mswh42qu


Installation Advices

Windows

Run supernet.exe

Linux

Open a terminal window in the SuperNET Lite folder and start it with ./supernet

Mac

Open the Terminal in the SuperNET Lite folder and type ./supernet_mac


If one of the above options does not work, quickly install nodejs and run

node server.js

Donate

Donate in NXT or any crypto via the SuperNET Dashboard to: NXT-CJQ9-7CAG-8FW4-7F9P8

Original thread:

https://nxtforum.org/lite-multigateway-releases/supernet-lite-3-0/






legendary
Activity: 986
Merit: 1001
Interesting, buying some why not  Grin
full member
Activity: 136
Merit: 100
Crypt the insanity and Verge with Humanity
what is MGW
MGW stands for Multi Gateway Wallet. The Multigateway (MGW) is NXT’s distributed crypto-currency exchange platform. It enables users to trade crypto-currencies on top of NXT's decentralized asset exchange. Traders can send Bitcoin, Litecoin, etc, to a set of Multi-signature servers in return for coin assets that represent them (mgwBTC, mgwLTC, etc). These can be traded against NXT on the Asset Exchange.
sr. member
Activity: 469
Merit: 250
what is MGW
full member
Activity: 136
Merit: 100
Crypt the insanity and Verge with Humanity
2 more days till MGW Release  Wink
wow... good work dev
keep hold and buy more  Cool
Buy now is cheap before late
DWYOR

Yeah i know price really cheap now....
Just waiting MGW, keep buy more and hold Smiley
We cannot ignore the efforts Dev's has put so far. Smiley Just waiting how whales respond to it now.
legendary
Activity: 2548
Merit: 1009
Leading Crypto Sports Betting & Casino Platform
2 more days till MGW Release  Wink
wow... good work dev
keep hold and buy more  Cool
Buy now is cheap before late
DWYOR

Yeah i know price really cheap now....
Just waiting MGW, keep buy more and hold Smiley
Pages:
Jump to: