Bitcoin Forum
September 26, 2024, 07:19:34 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 [555] 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 ... 639 »
  Print  
Author Topic: [ANN][XRB]Cryptocurrency's killer app: RaiBlocks micropayments  (Read 775150 times)
Traderbtcc
Full Member
***
Offline Offline

Activity: 1190
Merit: 123


★Bitvest.io★ Play Plinko or Invest!


View Profile
April 05, 2018, 09:11:54 PM
 #11081

This is fact when price of any legit project are falling people don't touch it. We will see lot of people shouting moon and showing interest in buying when the price will start to increase again. If project is real and development is going on through thick and thick situations means buying time is at low. Nano works smoothly who has used it knows well.

That's how it is. Most people are just here for the moons and lambos and not for the technology. They're better off chasing vaporwares and shilling them to unsuspecting community noobs than supporting projects who makes the difference. Nano is a top project bur everyone is after a 10x or 20x ico project with little to no development in place.


ByteFan
Sr. Member
****
Offline Offline

Activity: 510
Merit: 260


View Profile
April 06, 2018, 10:50:36 AM
 #11082


The output ports seems to be non-7075, maybe try using sport 7075 instead?

Thank you for your answer.

I have done:
Code:
/sbin/iptables -t filter -A OUTPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A OUTPUT -p tcp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p tcp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A OUTPUT -p udp --sport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p udp --sport 7075 -j ACCEPT
/sbin/iptables -t filter -A OUTPUT -p tcp --sport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p tcp --sport 7075 -j ACCEPT

But it is the same Sad
Neversettle
Member
**
Offline Offline

Activity: 308
Merit: 13

ZetoChain - ACCELERATING BLOCKCHAIN FOR THE SUPPLY


View Profile
April 06, 2018, 11:33:01 AM
 #11083

This is fact when price of any legit project are falling people don't touch it. We will see lot of people shouting moon and showing interest in buying when the price will start to increase again. If project is real and development is going on through thick and thick situations means buying time is at low. Nano works smoothly who has used it knows well.

That's how it is. Most people are just here for the moons and lambos and not for the technology. They're better off chasing vaporwares and shilling them to unsuspecting community noobs than supporting projects who makes the difference. Nano is a top project bur everyone is after a 10x or 20x ico project with little to no development in place.



it´s always like that. And most Fudder just joined the project at ATH and now are in a loss. that´s not the Projects fault

cryptosheeple
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
April 06, 2018, 12:43:50 PM
 #11084


The output ports seems to be non-7075, maybe try using sport 7075 instead?

Thank you for your answer.

I have done:
Code:
/sbin/iptables -t filter -A OUTPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A OUTPUT -p tcp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p tcp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A OUTPUT -p udp --sport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p udp --sport 7075 -j ACCEPT
/sbin/iptables -t filter -A OUTPUT -p tcp --sport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p tcp --sport 7075 -j ACCEPT

But it is the same Sad


Sad That sucks. Last option would be to check your ip6tables for rules and to also tcpdump the packets to see where they're goin.

ByteFan
Sr. Member
****
Offline Offline

Activity: 510
Merit: 260


View Profile
April 06, 2018, 03:33:18 PM
 #11085


The output ports seems to be non-7075, maybe try using sport 7075 instead?

Thank you for your answer.

I have done:
Code:
/sbin/iptables -t filter -A OUTPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A OUTPUT -p tcp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p tcp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A OUTPUT -p udp --sport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p udp --sport 7075 -j ACCEPT
/sbin/iptables -t filter -A OUTPUT -p tcp --sport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p tcp --sport 7075 -j ACCEPT

But it is the same Sad


Sad That sucks. Last option would be to check your ip6tables for rules and to also tcpdump the packets to see where they're goin.



Good idea ip6tables ! but does not work either. :-(

Fun that nobody seems running a node on Ubuntu with a firewall Wink

I have the feeling (but not enough skills to solve) it due to the way the ports are handled with UDP (it reminds me the trouble you may have will firewall and ftp).

Code:
/sbin/iptables -t filter -A OUTPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A OUTPUT -p tcp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p tcp --dport 7075 -j ACCEPT

/sbin/iptables -t filter -A OUTPUT -p udp --sport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p udp --sport 7075 -j ACCEPT
/sbin/iptables -t filter -A OUTPUT -p tcp --sport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p tcp --sport 7075 -j ACCEPT

/sbin/ip6tables -t filter -A OUTPUT -p udp --dport 7075 -j ACCEPT
/sbin/ip6tables -t filter -A INPUT -p udp --dport 7075 -j ACCEPT
/sbin/ip6tables -t filter -A OUTPUT -p tcp --dport 7075 -j ACCEPT
/sbin/ip6tables -t filter -A INPUT -p tcp --dport 7075 -j ACCEPT

/sbin/ip6tables -t filter -A OUTPUT -p udp --sport 7075 -j ACCEPT
/sbin/ip6tables -t filter -A INPUT -p udp --sport 7075 -j ACCEPT
/sbin/ip6tables -t filter -A OUTPUT -p tcp --sport 7075 -j ACCEPT
/sbin/ip6tables -t filter -A INPUT -p tcp --sport 7075 -j ACCEPT


Does not solve the problem
Dmitry-LSG
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
April 06, 2018, 05:23:59 PM
 #11086

Good afternoon. Need help with the NANO transaction. Sent NANO from Kucoin exchange to Binace they did not come. How can I be helped?

https://raiblocks.net/block/index.php?h=B05AD0867B24E428A8291F624D5D5D2C96C57B797D471521E31EDE05C680CA2D
Zontop
Sr. Member
****
Offline Offline

Activity: 854
Merit: 256


View Profile
April 06, 2018, 06:29:19 PM
 #11087

It has been few months since the rebranding took place but the title of the thread remained unchanged. Although OP isn't active on daily basis but periodically he appears on forum. I will suggest to edit the title and along with old a few words about Nano can be added for wider awareness for new people to have access to project without efforts.
CryptKeeper
Legendary
*
Offline Offline

Activity: 2044
Merit: 1055



View Profile
April 06, 2018, 08:59:30 PM
 #11088

It has been few months since the rebranding took place but the title of the thread remained unchanged. Although OP isn't active on daily basis but periodically he appears on forum. I will suggest to edit the title and along with old a few words about Nano can be added for wider awareness for new people to have access to project without efforts.



Follow me on twitter! I'm a private Bitcoin and altcoin hodler. Giving away crypto for free on my Twitter feed!
kamiyama
Sr. Member
****
Offline Offline

Activity: 742
Merit: 251



View Profile
April 06, 2018, 10:06:36 PM
 #11089

Apr 7
https://medium.com/@nanocurrency/upcoming-transition-to-universal-blocks-cbbaca58e466

Quote
Upcoming Transition to Universal Blocks
The release of Nano Node version 11 included support for Universal Blocks to be turned on via a “canary block”. In preparation for the canary block, the Core team asks all users operating default Nano nodes to upgrade to version 11. In certain cases where developers are using block_create, the block type will need to be changed from the existing four block types to state_block. If users have any questions please contact us in the #support channel on our official discord server.

Version 11.2 can be found here or can be run using our official Docker repo at nanocurrency/nano.

The current timeline for the canary block to be launched is on April 12th, 2018.

How the Nano Protocol is Upgraded
Nano, like any other cryptocurrency, is a protocol, an agreed upon standard that allows computers to communicate with each other and agree on data.

Bitcoin uses a blockchain as its public ledger database. By design, the blockchain is synchronous, where batches of transactions are appended to the Bitcoin blockchain in blocks that the entire network agrees on. Data (transactions) can only be added to the blockchain in discrete steps.

Nano uses a block-lattice, a directed acyclic graph (DAG), as it’s public ledger database. By design, the Nano block-lattice is asynchronous, where transactions can be added independent of other transactions occurring on the network.

All nodes on a cryptocurrency network upgrading their protocol at the same time is crucial to the consensus and consistency in the network. Blockchains accomplish this by programming into the node software an upgrade block-height. At the x’th block in the blockchain, all nodes utilizing the new software will switch over from the old protocol to the upgraded protocol.

Since Nano doesn’t have an exact blockheight that all nodes can agree upon, we need a different signaling method for all nodes to simultaneously upgrade their protocol.

The method we use is to send out a canary transaction. A canary transaction is no different than any other send/receive/change/open transaction; for the sake of this article, lets assume that the canary block is a 0 Nano send from a certain account chain in control by Nano Core to itself. This transaction is already formed and stored away, unbroadcasted, and waiting to be utilized. All nodes that are running the upgraded software will be listening for the hash, the digital fingerprint, of this block as the signal to switch on the upgraded protocol.

During the upcoming days the Core team will give more details on the upgrade and will be available to answer any questions on Reddit or Discord. Thank you for your continued support!
kamiyama
Sr. Member
****
Offline Offline

Activity: 742
Merit: 251



View Profile
April 06, 2018, 10:14:25 PM
 #11090

Good afternoon. Need help with the NANO transaction. Sent NANO from Kucoin exchange to Binace they did not come. How can I be helped?

https://raiblocks.net/block/index.php?h=B05AD0867B24E428A8291F624D5D5D2C96C57B797D471521E31EDE05C680CA2D


please contact Binance support
cryptosheeple
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
April 06, 2018, 10:53:55 PM
 #11091



Does not solve the problem


I'll have a try at setting a node up and see how I go.
ByteFan
Sr. Member
****
Offline Offline

Activity: 510
Merit: 260


View Profile
April 07, 2018, 05:04:10 AM
 #11092



Does not solve the problem


I'll have a try at setting a node up and see how I go.

wow ! [thumb]
Cryptointellection
Newbie
*
Offline Offline

Activity: 69
Merit: 0


View Profile WWW
April 07, 2018, 07:52:25 PM
 #11093

Hello guys i am new into NANO coin
lidonglan1012
Member
**
Offline Offline

Activity: 270
Merit: 10


View Profile
April 08, 2018, 03:40:30 AM
 #11094

RaiBlocks is a valuable currency in the field of block chain payment. I firmly believe in the development of this coin.


Sam123
Hero Member
*****
Offline Offline

Activity: 980
Merit: 502


View Profile
April 08, 2018, 03:42:28 AM
 #11095

Why XRB/Nano price is very low. Is it because of the hack that happen few weeks back or is it BTC adjustment that currently is happening.
Lucius
Legendary
*
Offline Offline

Activity: 3374
Merit: 6069


Crypto Swap Exchange🈺


View Profile WWW
April 08, 2018, 12:50:13 PM
 #11096

Why XRB/Nano price is very low. Is it because of the hack that happen few weeks back or is it BTC adjustment that currently is happening.

The primary reason is in BTC price,just check all others altcoins and you will see same thing-when BTC price is going down,almost all other coins follow same path,and Nano it's no different in that regard.Hack is made a lot of damage to Nano also,many small investors lost coins and trade volume is go down.

I hope price will go up when community get fully functional desktop(light wallet),mobile wallets&hardware wallet(Ledger).All that in combination with BTC price increase should make a difference in the positive direction.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
kamiyama
Sr. Member
****
Offline Offline

Activity: 742
Merit: 251



View Profile
April 09, 2018, 03:07:22 AM
 #11097

Black Block Research (BBR) Interviews Nano Team: Let us know your questions!
https://www.reddit.com/r/nanocurrency/comments/8auj12/black_block_research_bbr_interviews_nano_team_let/

Quote
We're happy to announce that we're doing quarterly coverage on Nano as an independent third party. The Nano team has agreed to answer our questions through an interview with us.

As the first step of our coverage, we are seeking to gather as many of the community's questions as we can. All questions are good: tech, bus dev, progress on roadmap, alternatives, etc. Please fill out the survey here: https://www.surveymonkey.com/r/NANOBBR. We will consider questions submitted for the next week (April 15).

After the submissions, we'll prepare a questionnaire and put it to the Nano team. Once our questions are answered, we will draft and publish our report and share it publicly with the Nano community (including an annex with the questions and answers we receive from the Nano team).

For those who don't know us, Black Block Research is an independent crypto research firm that provides insights on cryptocurrencies. We published a report on Nano 2 months ago which you can find here: https://www.reddit.com/r/nanocurrency/comments/7wze5e/black_block_research_issues_a_buy_rating_for_nano/

More info on us can be found on our site: https://www.blackblockresearch.com
Destiner
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
April 09, 2018, 04:08:12 AM
 #11098

I did my research about Nano and took notes in the way. Based on my notes, I wrote a short (3-5 min) review. Might be helpful for newcomers who want to understand the Nano a bit more.
https://longcaller.com/coin/nano.html
themathiasmiller
Sr. Member
****
Offline Offline

Activity: 434
Merit: 254



View Profile
April 09, 2018, 06:03:33 AM
 #11099

Why XRB/Nano price is very low. Is it because of the hack that happen few weeks back or is it BTC adjustment that currently is happening.

The primary reason is in BTC price,just check all others altcoins and you will see same thing-when BTC price is going down,almost all other coins follow same path,and Nano it's no different in that regard.Hack is made a lot of damage to Nano also,many small investors lost coins and trade volume is go down.

I hope price will go up when community get fully functional desktop(light wallet),mobile wallets&hardware wallet(Ledger).All that in combination with BTC price increase should make a difference in the positive direction.

Yeah you're right the market looks awful at the moment, lots of highly renowned coins are experiencing the bear market. Bitcoin's price is really pulling a lot of altcoins down which is unfortunate, including nano. If you've check out the charts nano is really following bitcoin's pattern so if bitcoin can finally do a reversal which a lot of experience analyst are predicting to happen around june then we may experience another nano pump. The hack really did damage nano, we were about to be part of the top 10 then the hack happens but we have to move on though and the devs are really working hard to get up and move forward from what happened. Right now lots of new releases are happening and there are lots more to come, the only thing that's holding nano down as of the moment is btc's price. If btc can break out soon we might follow.

ARAW
The Decentralised 
Payment
for E-Commerce Ecosystem
███████████████████████████
██████████████▀▀▀▀▀████████
████████████░░░░░░░████████
███████████░░░░▄███████████
███████████░░░░████████████
████████░░░░░░░░░░░████████
████████▄▄▄░░░░▄▄▄█████████
███████████░░░░████████████
███████████░░░░████████████
███████████░░░░████████████
███████████░░░░████████████
███████████▄▄▄▄████████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
█████░████████▀░░░░▀▀▄█████
█████░░▀▀████░░░░░░░░▄█████
█████▀░░░░░░░░░░░░░░░██████
█████▄░░░░░░░░░░░░░░███████
███████░░░░░░░░░░░░████████
████████▄░░░░░░░░▄█████████
████▄▀░░░░░░░░▄▄███████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
███████████████████████████
████▀░░▀███████████████████
████▄░░▄███████████████████
███████████████████████████
████░░░░██░░░░▀░░░░░░▀█████
████░░░░██░░░░░▄▄▄░░░░▀████
████░░░░██░░░░█████░░░░████
████░░░░██░░░░█████░░░░████
████░░░░██░░░░█████░░░░████
████░░░░██░░░░█████░░░░████
███████████████████████████
███████████████████████████
Adriano2010
Hero Member
*****
Offline Offline

Activity: 1414
Merit: 516


View Profile WWW
April 09, 2018, 09:38:50 PM
 #11100

I think Bitcoin price and Nano should go up starting next month and will continue go up the in my opinion.

I think that Nano in future will no more go down once Bitcoin go down, as it can be an independent coin and will be accepted by many merchants.
Pages: « 1 ... 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 [555] 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 ... 639 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!