Pages:
Author

Topic: [ANN][XRB]Cryptocurrency's killer app: RaiBlocks micropayments - page 85. (Read 775279 times)

sr. member
Activity: 510
Merit: 260

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
full member
Activity: 1190
Merit: 123
★Bitvest.io★ Play Plinko or Invest!
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.

sr. member
Activity: 434
Merit: 254
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.

Well the most clever ones will always get involved prior every hype. The projects works well and everyone will realize that

I couldn't agree more with what you said here, clever ones usually get involved before every hype that's why at the end of the day they're usually the one's that's very profitable. I'm pretty sure now while the market is still bear, a lot of people are collecting some nanos, it may not seem obvious due to the current price of bitcoin but I'm sure there are a number of people buying at the current market. For me though nano's technology is revolutionary and the dev's just keeps on improving its technology. Looking at the charts I have a good feeling that nano's price might skyrocket once this bear market ends.
newbie
Activity: 25
Merit: 0
Hi there,

Newby question, please. I have installed a headless node on an Ubuntu 16.04
At node start I have 4 errors strings:
"sendto: Operation not permitted
sendto: Operation not permitted
sendto: Operation not permitted
sendto: Operation not permitted"


I have opened UDP port for peering in the firewall with no result:
#nano In/Out
/sbin/iptables -t filter -A OUTPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p udp --dport 7075 -j ACCEPT

What am I missing? Thank you.

Are you directing packets to a table called filter? Any other rules you have got in place?

Maybe try this instead:

Code:
/sbin/iptables -I INPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -I OUTPUT -p udp --dport 7075 -j ACCEPT

Yes, it is part of a larger firewall script where I close "everything" then re-open one by one each port I need (I have others software running on this server). Here is the beginning of the script:
Code:
#!/bin/sh

# Empty rules
/sbin/iptables -t filter -F

# Empty personnal rule
/sbin/iptables -t filter -X

# Forbid everything
/sbin/iptables -t filter -P INPUT DROP
/sbin/iptables -t filter -P FORWARD DROP
/sbin/iptables -t filter -P OUTPUT DROP

# Preserve established connexion
/sbin/iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
/sbin/iptables -A OUTPUT -m state --state RELATED,ESTABLISHED -j ACCEPT

# Allow loopback
/sbin/iptables -t filter -A INPUT -i lo -j ACCEPT
/sbin/iptables -t filter -A OUTPUT -o lo -j ACCEPT

Then I open the ports I need according to https://github.com/nanocurrency/raiblocks/wiki/Network-usage

Code:
#nano In/Out
/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

The -t filter comes from the way the script starts and does works well will all other programs, I have been using this script for years. I suspect this is related to the UDP nature of the protocol but I have no idea.

Anyone out there has an iptable working script on Ubuntu ?

I also have in my logs:
Code:
[2018-04-04 12:14:39.686591]: Error broadcasting confirm_ack to [::ffff:138.68.183.123]:1964: Operation not permitted
[2018-04-04 12:14:39.687108]: Error broadcasting confirm_ack to [::ffff:51.255.200.174]:6063: Operation not permitted
[2018-04-04 12:14:39.687115]: Error broadcasting confirm_ack to [::ffff:5.189.128.113]:12000: Operation not permitted
[2018-04-04 12:14:39.687160]: Error broadcasting confirm_ack to [::ffff:186.155.30.146]:52921: Operation not permitted
[2018-04-04 12:14:39.687176]: Error broadcasting confirm_ack to [::ffff:167.99.254.89]:1024: Operation not permitted
[2018-04-04 12:14:39.687257]: Error broadcasting confirm_ack to [::ffff:186.155.30.146]:62212: Operation not permitted


The output ports seems to be non-7075, maybe try using sport 7075 instead?
member
Activity: 308
Merit: 13
ZetoChain - ACCELERATING BLOCKCHAIN FOR THE SUPPLY
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.

Well the most clever ones will always get involved prior every hype. The projects works well and everyone will realize that
sr. member
Activity: 826
Merit: 250
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.
newbie
Activity: 51
Merit: 0
t is nice to see Nano is recovering and it is now holding 18 place in coinmarketcap,but with fairly good prospects to get in top 15 soon.Some of the price increase is for sure due to BTC price increase,but even when BTC price was under 10k$ Nano is showing ascending path.
It can also be bull trap initiated by hacker/s conected with BitGrail incident,but maybe he/she just sold everything he/she had.Price is just crossed 16$ and if BitGrail did not happen I have no doubt that price would be close to 30$ or even more.




That is not going to happen anymore. Nano is considered a Scam coin within more than 1000 currencies that do not have a solid base of exchange currently. Bitcoin still remain thanks to Japan and South Korea. Nano has died as hard currency and will never exceed 10 dollars. It also runs the risk of this coin falling into an empty can and completely losing its value very quickly. Here, the only one who has become a millionaire with Nano is the criminal and owner of Bitgrail, I can not believe how the Italian justice has not yet closed that trading platform and he should be in jail. Nano, originally was a project with some consistency, but being a currency with "0" cost and not having incentives of profits of intermediaries and not needing mining, I doubt that it can be taken into account in the future. It's just my opinion and maybe I'm wrong, but maybe, I'm right. Greetings.

Bro how can you call Nano a Scam? It has been in the field for almost 4 years and yet it is rising. Nano has been great and if you are visiting reddit you will be amazed by how many merchants are using it because of its speed and no fee transactions. Incidents always happen and Bitgrail is so bad, but we must accept it because other coins like bitcoin and ethereum experienced those things and we learned from it.

Don't worry mate, it's just another newbie talking FUD about nano that's not new on this thread ever since the bitgrail scam happened, all of those who got their nano stolen went rogue and just talk inappropriately about nano. Don't worry though the OGS and those who strongly believed about nano knows the strength behind the technology of nano. I've seen a lot of posts on reddit regarding online merchants using nano and so far they seem to really like the performance of nano and they seem to really enjoy the perks that it has when they incorporate it. This just means that nano is definitely ready to be used by online merchants globally, I just hope within this year nano can be utilized by huge number of online shops. Yeah things like the bitgrail scam happen but it only happens to strong coins like nano, if bitcoin and ethereum skyrocketed after what happened then there's a huge possibility that nano can follow that trend.

Just check Guaresneider's post history its an account made to post about XRB / NANO and his story changes every couple of weeks he makes statements and then contradicts his own statements a few weeks after pretending it was other people that said those things , hes a joke , he has been on my Ignore list for awhile.

Created ---January 02, 2018, 06:16:18 AM--- only posts here just someone trying to get attention i suggest u put him on ignore like i did.


Honestly it's the firs time that I've encountered this guy, lol never really thought he'll be so butt hurt about what I said hahahaha I guess I hit a nerve well just like what the popular saying says the truth hurts lmao anyway thank you for teaching me about the ignore list mate, I've been on here for almost a year now but it's the first time that I used this feature. I also just check his post history and you're right he is indeed a joke, looking at his posts it really seems like he just created his account to talk bad about Nano well too bad for him, he can never put a great project down. I don't want to sound too full of myself but I was right he's just another newbie spreading FUD lol.



hahahahaha.... Cheesy
newbie
Activity: 51
Merit: 0
Been trying to use the NANO Wallet on Windows.

It's the worst Crypto wallet I ever used.

Chaotic.

I was interested into NANO but this clearly isn't good enough for adoption.

Plus, NANO rebranding was a mistake. "NANO" on Google gives millions of other results and XRB Raiblocks still gives way more intel than NANO.
Fail...


 Shocked Shocked
Its chaotic and Nano goes to the hole of oblivion as currency. There are many here who believe themselves part of the group of the Illuminati but brain has more Homer Simpson than some of those who "believe" here. They smoke too much of the green because they are nervous knowing that Nano is going to disaster for sure. It will not reach the $ 20 nor for the 2140 date that is supposed to limit for the Bitcoin. Friends of Bitgrail, keep dreaming of Raiblocks, but in a nutshell make a wallet for poor Christians who do not know what to do with their coins ....  Roll Eyes Roll Eyes Roll Eyes

A kiss to the Illuminati of themathiasmillerac...
sr. member
Activity: 742
Merit: 251
Developer Update- 4/4/18
https://www.reddit.com/r/nanocurrency/comments/89rggp/developer_update_4418/

Quote
It has been a little bit over a week since version 11 of the Nano Node was released. Currently, around 45% of the network has been upgraded and is running the latest version.

We’ve been monitoring its rollout and working diligently with those reporting issues to diagnose, understand, test and patch bugs that were found. Our team would like to thank all users who have reported any issues they have faced to us, this engagement helps immensely to refine the Nano protocol.

Version 11 – patches and learnings

In version 11.2, found at https://github.com/nanocurrency/raiblocks/releases/tag/V11.2, we have fixed an issue where a cached value was being ignored and when recalculated would cause the node to crash.

Also, work generation was moved outside of database transactions, which could cause large database sizes if work generation was very slow or there were a lot of wallet operations.

Universal Blocks were not the cause of any of these nor was their future rollout via canary block affected.

Exchange questions

Exchanges running nodes are a unique situation due to the scale at which they operate. Our team is available 24/7 to answer any technical questions exchanges may have and to offer full support in resolving any issues they are facing. When a problem arises and it is brought to our attention, our team dedicates full resources to solve the issue as quickly as possible.

Two things to keep in mind:

1) Due to the nature of some questions or issues that arise that are internal to the exchanges’ business or sensitive in their nature, we do not feel it is appropriate to comment on the issues they are facing and we feel it is best to let exchanges to provide updates as they see fit.

2) Many coins that are forks of bitcoin or are ERC-20 tokens have a standard API and integration that exchanges are very familiar with. Because Nano is not a derivative project, our node and API are unique and may experience issues that other coins’ nodes do not.

As a final note, our team would like to extend our thanks to the Binance team for their professionalism, time and dedication in resolving the wallet issues we recently faced. Our team was able to diagnose their problem and get a fix in place, resulting in minimal downtime.
newbie
Activity: 126
Merit: 0
Will follow this project for more info... Good luck !
newbie
Activity: 88
Merit: 0
Today we’re releasing version 11 which includes Universal Blocks. Let us know how it goes! https://t.co/02FhDYga7u
member
Activity: 112
Merit: 10
The no-fee feature is going to revolutionize the industry of crypto!
legendary
Activity: 1652
Merit: 1007
Oh man, accusing Nano of being a scam is lame. Nano works - it can scale, it's great for micro payments and the words "miner centralization" is foreign to the Nano ecosystem.

You want scam coins? Just look at the many copy and paste coins like Litecoin clones or Masternode clones.
member
Activity: 308
Merit: 13
ZetoChain - ACCELERATING BLOCKCHAIN FOR THE SUPPLY
Now is another problem with Nano (XRB) deposit on Kucoin. I deposited over 36 hours ago and the coins are still on pending. How long can take until they fix their XRB wallet?

quite a few got problems with kucoin. really should not take that long.  Some waited nearly 4 whole days
sr. member
Activity: 510
Merit: 260
Hi there,

Newby question, please. I have installed a headless node on an Ubuntu 16.04
At node start I have 4 errors strings:
"sendto: Operation not permitted
sendto: Operation not permitted
sendto: Operation not permitted
sendto: Operation not permitted"


I have opened UDP port for peering in the firewall with no result:
#nano In/Out
/sbin/iptables -t filter -A OUTPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p udp --dport 7075 -j ACCEPT

What am I missing? Thank you.

Are you directing packets to a table called filter? Any other rules you have got in place?

Maybe try this instead:

Code:
/sbin/iptables -I INPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -I OUTPUT -p udp --dport 7075 -j ACCEPT

Yes, it is part of a larger firewall script where I close "everything" then re-open one by one each port I need (I have others software running on this server). Here is the beginning of the script:
Code:
#!/bin/sh

# Empty rules
/sbin/iptables -t filter -F

# Empty personnal rule
/sbin/iptables -t filter -X

# Forbid everything
/sbin/iptables -t filter -P INPUT DROP
/sbin/iptables -t filter -P FORWARD DROP
/sbin/iptables -t filter -P OUTPUT DROP

# Preserve established connexion
/sbin/iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
/sbin/iptables -A OUTPUT -m state --state RELATED,ESTABLISHED -j ACCEPT

# Allow loopback
/sbin/iptables -t filter -A INPUT -i lo -j ACCEPT
/sbin/iptables -t filter -A OUTPUT -o lo -j ACCEPT

Then I open the ports I need according to https://github.com/nanocurrency/raiblocks/wiki/Network-usage

Code:
#nano In/Out
/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

The -t filter comes from the way the script starts and does works well will all other programs, I have been using this script for years. I suspect this is related to the UDP nature of the protocol but I have no idea.

Anyone out there has an iptable working script on Ubuntu ?

I also have in my logs:
Code:
[2018-04-04 12:14:39.686591]: Error broadcasting confirm_ack to [::ffff:138.68.183.123]:1964: Operation not permitted
[2018-04-04 12:14:39.687108]: Error broadcasting confirm_ack to [::ffff:51.255.200.174]:6063: Operation not permitted
[2018-04-04 12:14:39.687115]: Error broadcasting confirm_ack to [::ffff:5.189.128.113]:12000: Operation not permitted
[2018-04-04 12:14:39.687160]: Error broadcasting confirm_ack to [::ffff:186.155.30.146]:52921: Operation not permitted
[2018-04-04 12:14:39.687176]: Error broadcasting confirm_ack to [::ffff:167.99.254.89]:1024: Operation not permitted
[2018-04-04 12:14:39.687257]: Error broadcasting confirm_ack to [::ffff:186.155.30.146]:62212: Operation not permitted
hero member
Activity: 1414
Merit: 516
Now is another problem with Nano (XRB) deposit on Kucoin. I deposited over 36 hours ago and the coins are still on pending. How long can take until they fix their XRB wallet?
newbie
Activity: 25
Merit: 0
Hi there,

Newby question, please. I have installed a headless node on an Ubuntu 16.04
At node start I have 4 errors strings:
"sendto: Operation not permitted
sendto: Operation not permitted
sendto: Operation not permitted
sendto: Operation not permitted"


I have opened UDP port for peering in the firewall with no result:
#nano In/Out
/sbin/iptables -t filter -A OUTPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p udp --dport 7075 -j ACCEPT

What am I missing? Thank you.

Are you directing packets to a table called filter? Any other rules you have got in place?

Maybe try this instead:

Code:
/sbin/iptables -I INPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -I OUTPUT -p udp --dport 7075 -j ACCEPT
sr. member
Activity: 510
Merit: 260
Hi there,

Newby question, please. I have installed a headless node on an Ubuntu 16.04
At node start I have 4 errors strings:
"sendto: Operation not permitted
sendto: Operation not permitted
sendto: Operation not permitted
sendto: Operation not permitted"


I have opened UDP port for peering in the firewall with no result:
#nano In/Out
/sbin/iptables -t filter -A OUTPUT -p udp --dport 7075 -j ACCEPT
/sbin/iptables -t filter -A INPUT -p udp --dport 7075 -j ACCEPT

What am I missing? Thank you.
member
Activity: 308
Merit: 13
ZetoChain - ACCELERATING BLOCKCHAIN FOR THE SUPPLY
Been trying to use the NANO Wallet on Windows.

It's the worst Crypto wallet I ever used.

Chaotic.

I was interested into NANO but this clearly isn't good enough for adoption.

Plus, NANO rebranding was a mistake. "NANO" on Google gives millions of other results and XRB Raiblocks still gives way more intel than NANO.
Fail...

well raiblocks did sound "special" but not that useful as NANO. And you could just try the webwallet. Works like a charm
member
Activity: 104
Merit: 10
Crypto Monitoring Bot is life =)
Been trying to use the NANO Wallet on Windows.

It's the worst Crypto wallet I ever used.

Chaotic.

I was interested into NANO but this clearly isn't good enough for adoption.

Plus, NANO rebranding was a mistake. "NANO" on Google gives millions of other results and XRB Raiblocks still gives way more intel than NANO.
Fail...
Pages:
Jump to: