
seen from Ukraine
seen from United States
seen from United States
seen from Türkiye
seen from United States

seen from United States

seen from United States
seen from Yemen

seen from Brazil

seen from Brazil

seen from Brazil

seen from Yemen
seen from Russia

seen from United States

seen from United States
seen from Lithuania
seen from Netherlands
seen from Türkiye

seen from United States

seen from United Kingdom
In this article, we are going to learn everything possible about this new coin that pretends to be the most scalable of all. Let start with the review of the nano coin right away... Read here
TO invest in program click here: http://bit.ly/2lYvb3x Join me in telegram : http://bit.ly/2mja5Nq
This video will show you the true potential of Nano coin
Join me in telegram : http://bit.ly/2mja5Nq
Doing Nano coin's real valuation
join me in telegram : http://bit.ly/2mja5Nq
How To Setup a Private Nano Node Test Network
1. Generate a seed for your genesis account. This will be the originating account that has all of the allocated Nano at the beginning.
./nano_node --key_create
2. With that seed, generate an Open block using any method you choose...I used the debug_bootstrap_generate command of the nano_node executable which takes a key and generates a series of blocks (you really only need the Genesis block that it creates, if you are creating an empty testnet).
./nano_node --debug_bootstrap_generate --key={private key}
3. In nano/secure/common.cpp replace the live_genesis_data variable (or test, or beta) with your new Genesis block 4. In nano/node/nodeconfig.cpp alter the nano_live_network (or test, or beta) case to use your own preconfigured representatives and your own preconfigured peers. 5. Run make again:
make
6. run:
./nano_node --daemon --data_path ./data
7. in `/data/config.json` set `rpc_enable` and `enable_control` to `true` 8. re-run
./nano_node --daemon --data_path ./data
9. Create a wallet on that node (at this point I switched over to using Postman to execute these RPC requests)
{ "action": "wallet_create" }
10. Wallet add key (using the Genesis key):
{ "action": "wallet_add", "wallet": "WALLET_ID_FROM_LAST_STEP", "key": "YOUR_GENESIS_KEY" }
11. Confirm the balance of your wallet now has the full Genesis amount:
{ "action": "wallet_balance_total", "wallet": "WALLET_ID" }
12. Create another account
{ "action": "account_create", "wallet": "WALLET_ID"}
13. Send funds from your wallet to your new account:
{ "action": "send", "wallet": "9C884A427C058B7873DC153D46082DF26534A97C42C1FCFB68C682EF57926BFF", "source": "xrb_1progxxzsrx1g91fh8kc8q7ux3g58dnop3i1jenbnom78gzhsk5uwih9gnsh", "destination": "xrb_3q56eog9bhmbbuckwbcz8f47ezadu4i3yogowsamfg14f1xzdkidq75h97sn", "amount": "1000000" }
14. You should be able to take it from here. Create a receive block ect...
Nano Nedir? Block Lattice Altyapısını Neden Kullanır?
Nano (eskiden RaiBlocks), yönlendirilmiş asiklik grafik algoritmasını çalıştıran dijital bir kripto para birimidir. Nano, kullanıcılara sıfır ücretle anında işlem sunan bir platform sunmayı amaçlıyor. Bunu başarmak için Nano, “Block Lattice” adı verilen eşsiz teknolojisini kullanıyor.
Read the full article