Bitcoin Forum
May 26, 2024, 07:43:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 [1334] 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 ... 2124 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4669116 times)
Hueristic
Legendary
*
Offline Offline

Activity: 3822
Merit: 4931


Doomed to see the future and unable to prevent it


View Profile
September 21, 2015, 01:06:52 AM
 #26661

...
swap the order?

Code:

iptables -A INPUT -p tcp --dport 18082 -j DROP
iptables -A INPUT -p tcp --dport 18082 -s 127.0.0.1 -j ACCEPT

I could be wrong, but I think iptables processes the rules in order.  So the DROP will match first and not progress to the ACCEPT.

I don't know, haven't needed to for over a decade and can barely remember how to get to a command line now. I've just gotten real lazy in my old age, maybe I should get a mac! <shudder> Smiley

http://www.techrepublic.com/blog/10-things/10-iptables-rules-to-help-secure-your-linux-box/

“Bad men need nothing more to compass their ends, than that good men should look on and do nothing.”
papa_lazzarou
Hero Member
*****
Offline Offline

Activity: 649
Merit: 500



View Profile
September 21, 2015, 12:38:28 PM
 #26662

Another help request, if anyone can offer it.

I want to block incoming traffic to port 18082 on my server except for requests from the localhost.

I thought this would work, but its dropping all requests even from the same server. Huh?

Code:
iptables -A INPUT -p tcp --dport 18082 -s 127.0.0.1 -j ACCEPT
iptables -A INPUT -p tcp --dport 18082 -j DROP


Try accepting all from your loopback interface and droping the rest

Code:
iptables -A INPUT -i lo -p tcp --dport 18082 -j ACCEPT
iptables -A INPUT -p tcp --dport 18082 -j DROP

saddambitcoin
Legendary
*
Offline Offline

Activity: 1610
Merit: 1004



View Profile
September 21, 2015, 12:52:07 PM
 #26663

Thanks everybody! I got it working, its amazing what some sleep will do for your problems.

Mainly, I forgot that I was testing the request from a different server that was my localhost but not the server localhost, haha.

Also I locked myself out of my server couple times, now I know everything you shouldn't do.

luigi1111
Legendary
*
Offline Offline

Activity: 1105
Merit: 1000



View Profile
September 21, 2015, 01:59:30 PM
 #26664

Also I locked myself out of my server couple times, now I know everythingsome things you shouldn't do.

The list is really long. Smiley
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
September 21, 2015, 02:11:43 PM
 #26665

I wanted to raise some awareness for a task that is still open, namely expanding the Moneropedia entries on the Monero website.

https://forum.getmonero.org/7/open-tasks/347/expand-moneropedia-entries-on-the-monero-website

This is quite an important task, since it will help a lot of newcomers.

If you are think you are capable to do this, please just pitch for it and ask a reasonable amount of funding. I am quite sure people are willing to fund this if the proposed price is reasonable.

P.S. Ginger's thread needs funding as well -> https://forum.getmonero.org/8/funding-required/2355/improved-nvidia-mining-software

I just posted an offer to work on and receive funding for the Moneropedia entries in the thread :

https://forum.getmonero.org/7/open-tasks/347/expand-moneropedia-entries-on-the-monero-website

I see fluffypony moved it to funding required, here is the link:

https://forum.getmonero.org/8/funding-required/347/expand-moneropedia-entries-on-the-monero-website

Funded already, great work guys and thanks to everyone who donated!

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
September 21, 2015, 04:47:27 PM
 #26666

FYI - AWESOME FACT - To date, the Monero community has put up 17166 XMR for 7 developers / projects. ... which is, at todays value, worth ~ 8500 US dollars, and in 10 years value, is with 8500 kadjillion US dollars.

Point is, MONERO IS HIRING!

And in case people have missed it, the developer of the android mobile wallet has pitched to improve his software, which can be seen here.

https://forum.getmonero.org/7/open-tasks/2385/improving-the-android-monero-wallet-reactnative-wallets-for-ios-and-android

At this point, people need to consider the proposition and ask questions to refine the "contract". If people like it, I guess it needs some more pledges or approvals or something for it to be moved to the "funding required" section.

< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
kawa900jc
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
September 21, 2015, 07:52:35 PM
 #26667

knip..

Current price is a great price to sell, which I did.

knip..
I have 3 coins I support and XMR is still a coin with great potention.
I think the current price is a solid floor and a good time to invest.
I own not very much XMR but keep them safe in mymonero webwallet.
The address is my avatar.

Nice development the android wallet!

smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
September 21, 2015, 08:18:48 PM
 #26668

FYI - AWESOME FACT - To date, the Monero community has put up 17166 XMR for 7 developers / projects. ... which is, at todays value, worth ~ 8500 US dollars, and in 10 years value, is with 8500 kadjillion US dollars.

Also, don't forget the last project before this latest one (documenting the code) also got fully funded really fast. About 24 hours IIRC.

So yes I agree:

Point is, MONERO IS HIRING!
onemorexmr
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
September 21, 2015, 09:20:42 PM
 #26669

@monerodice: players seem to have good luck Wink


XMR || Monero || monerodice.net || xmr.to || mymonero.com || openalias.org || you think bitcoin is fungible? watch this
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
September 21, 2015, 09:22:24 PM
 #26670

@monerodice: players seem to have good luck Wink



It's mainly othe though :-P

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
Hueristic
Legendary
*
Offline Offline

Activity: 3822
Merit: 4931


Doomed to see the future and unable to prevent it


View Profile
September 22, 2015, 04:55:54 AM
 #26671

http://arstechnica.co.uk/tech-policy/2015/09/india-joins-war-on-crypto-wants-everyone-to-keep-plaintext-copies-of-all-encrypted-data-for-90-days/

“Bad men need nothing more to compass their ends, than that good men should look on and do nothing.”
americanpegasus
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
September 22, 2015, 05:13:24 AM
 #26672

 
 
So basically India just mandated that they operate in the stone age.  Good job. 
 
Does this mean that bitcoin and other cryptocurrencies are basically illegal there now?

Account is back under control of the real AmericanPegasus.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
September 22, 2015, 05:24:53 AM
 #26673

 
 
So basically India just mandated that they operate in the stone age.  Good job. 
 
Does this mean that bitcoin and other cryptocurrencies are basically illegal there now?

In normal use Bitcoin does not encrypt anything, nor does Monero. Signing is different from encrypting, and most cryptocurrencies don't have any kind of encryption function, although there are some alts do add "encrypted chat" or "encrypted messages" functions.

The new stealth payment IDs in the development version of Monero could be considered encryption (for encrypting a very short 64 bit message).

jwinterm
Legendary
*
Offline Offline

Activity: 3038
Merit: 1107



View Profile
September 22, 2015, 05:30:25 AM
 #26674

 
 
So basically India just mandated that they operate in the stone age.  Good job. 
 
Does this mean that bitcoin and other cryptocurrencies are basically illegal there now?

In normal use Bitcoin does not encrypt anything, nor does Monero. Signing is different from encrypting, and most cryptocurrencies don't have any kind of encryption function, although there are some alts do add "encrypted chat" or "encrypted messages" functions.

The new stealth payment IDs in the development version of Monero could be considered encryption (for encrypting a very short 64 bit message).



What about encrypting your wallet file?
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
September 22, 2015, 06:20:16 AM
 #26675

 
 
So basically India just mandated that they operate in the stone age.  Good job. 
 
Does this mean that bitcoin and other cryptocurrencies are basically illegal there now?

In normal use Bitcoin does not encrypt anything, nor does Monero. Signing is different from encrypting, and most cryptocurrencies don't have any kind of encryption function, although there are some alts do add "encrypted chat" or "encrypted messages" functions.

The new stealth payment IDs in the development version of Monero could be considered encryption (for encrypting a very short 64 bit message).



What about encrypting your wallet file?

Good point, I was thinking about data you send. Similarly wallet file encryption is not essential to using Bitcoin, etc., but of course that doesn't make this new rule any less stupid.
dygus
Legendary
*
Offline Offline

Activity: 1193
Merit: 1000


Peaky Blinder


View Profile
September 22, 2015, 06:55:40 AM
 #26676

Nice dump, is there any reason?

CHANGE FINANCE First Decentralised Global Crypto Bank
[color=#15B5E2 ]LINK TO ICO | LINK TO DISCUSSION
americanpegasus
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
September 22, 2015, 07:01:09 AM
 #26677

 
 
So basically India just mandated that they operate in the stone age.  Good job. 
 
Does this mean that bitcoin and other cryptocurrencies are basically illegal there now?

In normal use Bitcoin does not encrypt anything, nor does Monero. Signing is different from encrypting, and most cryptocurrencies don't have any kind of encryption function, although there are some alts do add "encrypted chat" or "encrypted messages" functions.

The new stealth payment IDs in the development version of Monero could be considered encryption (for encrypting a very short 64 bit message).


 
 

Account is back under control of the real AmericanPegasus.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
September 22, 2015, 07:08:47 AM
 #26678

Nice dump, is there any reason?

othe wanted some beer
dygus
Legendary
*
Offline Offline

Activity: 1193
Merit: 1000


Peaky Blinder


View Profile
September 22, 2015, 07:18:06 AM
 #26679

Nice dump, is there any reason?

othe wanted some beer


Ok, so I'll wait for 0.0018, because he maybe get drunk. Cheesy

CHANGE FINANCE First Decentralised Global Crypto Bank
[color=#15B5E2 ]LINK TO ICO | LINK TO DISCUSSION
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
September 22, 2015, 09:21:27 AM
 #26680

Nice dump, is there any reason?

othe wanted some beer


Ok, so I'll wait for 0.0018, because he maybe get drunk. Cheesy

smooth is sarcastic of course, although othe won a lot yesterday on MoneroDice so there could be a bit of truth in it.

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
Pages: « 1 ... 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 [1334] 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 ... 2124 »
  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!