Bitcoin Forum
May 04, 2024, 05:50:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 »
41  Economy / Trading Discussion / Re: Bitmex Sell Order on: December 12, 2018, 07:40:25 PM
Thats the Fill Order table what I shared .

Here is it again with my buy and sell XRP Orders

Quote
Fills
Symbol   Qty   Exec Qty   Remaining   Exec Price   Order Price   Value   Type   OrderID   Time
XRPZ18   500   -500   0   0.00008860   0.00008860   -0.0443 XBT   Limit   7a64310   Dec 12, 2018, 2:44:43 AM
XRPZ18   300   -300   0   0.00008710   0.00008710   -0.0261 XBT   Limit   b3c148e   Dec 11, 2018, 4:51:47 AM
XRPZ18   2300   2300   0   0.00008600   0.00008600   0.1978 XBT   Limit   d140613   Dec 10, 2018, 4:36:31 PM

2 sell orders have  negative values ..   I want to know how much I earn from these 2 sell orders.

Based only on the 700 XRP that you've sold, you've made 0.00163 BTC. If you didn't know that, you probably shouldn't be trying to trade  Embarrassed
42  Economy / Trading Discussion / Re: Bitmex Sell Order on: December 12, 2018, 06:06:28 PM
You sold so the quantity is negative, therefore the value is also negative.
43  Bitcoin / Development & Technical Discussion / Re: Java Client Monitoring Specific Address? on: December 12, 2018, 06:03:44 PM
Bitcoinj might be what you want. Take a look at the RefreshWallet example.
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: December 12, 2018, 09:40:20 AM
https://forum.getmonero.org/8/funding-required/91206/moneromooo-january-march-coding

c'mon people, donate like 1$. It only costs 0.2 cents ( thats 0.002 $ for those that have trouble with this ... like verizon https://www.youtube.com/watch?v=MShv_74FNWU ).


seriously, monero would be like a potato in a bucket without mooooooo. Lets make this the most number of donations for a FFS ever. Send 1$ worth. Hell, send 10 cents worth.

monero has microtransactions yay. Who wants coffee? Private coffee chain thank god I was worried.

Finally I've sent (I hope) ~0.21XMR via an exchange.

Hurray <3. I'd give you a merit on BitcoinTalk if I could.

Also I hope I'll be able to send more periodically once I can... Don't judge me for low amount please...

You shouldn't feel obligated to donate. While I'm sure it's very helpful, it certainly isn't a requirement (unlike some coins, like Dash and Zcash where it's a part of the block reward)
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: December 12, 2018, 09:38:24 AM



Also, I was reading this reddit thread about tx priority
https://www.reddit.com/r/Monero/comments/7riu47/how_do_i_change_a_transactions_priority_fee/
I guess if you don't set priority, it goes to default, but what is default?  Is there a command that I can use to find out what my default transaction priority is set to?

The default is 0. If you want to see what it's currently set to, just type "set priority" and it'll show you.

Code:
[wallet 48iP7f]: set priority
Error: set "priority": needs an argument (0, 1, 2, 3, or 4, or one of default, unimportant, normal, elevated, priority)
Maybe I'm stupid, but the word "default" doesn't seem to carry any information.
I get what unimportant, normal, elevated, and priority mean.
But where does default fall on that spectrum?  Is default a low priority or a high one?

dEBRUYNE has a great answer on Stack Exchange
https://monero.stackexchange.com/a/4546

Quote
First note that the priority levels unimportant, normal, elevated, and priority correspond to multipliers of x1, x4, x20, and x166, respectively.

With priority set to 0 it will use the default fee multiplier, which is x4.
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: December 11, 2018, 06:18:56 PM
https://forum.getmonero.org/8/funding-required/91206/moneromooo-january-march-coding

c'mon people, donate like 1$. It only costs 0.2 cents ( thats 0.002 $ for those that have trouble with this ... like verizon https://www.youtube.com/watch?v=MShv_74FNWU ).


seriously, monero would be like a potato in a bucket without mooooooo. Lets make this the most number of donations for a FFS ever. Send 1$ worth. Hell, send 10 cents worth.

monero has microtransactions yay. Who wants coffee? Private coffee chain thank god I was worried.

I want to donate, is it possible to do it in BTC? I might make a donation right now...


No, but you could try using a site like ShapeShift.

Donations in XMR are more difficult to do, since there is no user-friendly wallet using remote servers, like Electrum. Or I am wrong and could you give me a download link to Electrum-like app for XMR?

You can use mymonero.com which is an online web wallet that you can access from anywhere, or you can use either of the desktop wallets (CLI/GLI) with a remote node.
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: December 11, 2018, 09:45:51 AM
Couple of questions about the CLI (linux).
Why does Monero still allow you to choose ring size?  I thought all rings were 11 now.  But the transfer command still has a ring size option.
I'm using 13.0.4
Code:
[wallet 4351f7]: help transfer
Command usage:
  transfer [index=<N1>[,<N2>,...]] [<priority>] [<ring_size>] (<URI> | <address> <amount>) [<payment_id>]
So what's up with that?

I think that you just get an error if you try to set it to anything other than 11.

Also, I was reading this reddit thread about tx priority
https://www.reddit.com/r/Monero/comments/7riu47/how_do_i_change_a_transactions_priority_fee/
I guess if you don't set priority, it goes to default, but what is default?  Is there a command that I can use to find out what my default transaction priority is set to?

The default is 0. If you want to see what it's currently set to, just type "set priority" and it'll show you.

would the syntax of the command to set default priority to normal, for example, be
Code:
set priority [2]

It'd just be "set priority 2". The square brackets aren't part of the command, they just tell you that it is an optional parameter (similarly, angled brackets <> just tell you that it is a required parameter)
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2018-11-30: update to 0.12.7.0+ ASAP; 0.12.8.0 on Windows] on: December 10, 2018, 05:51:04 PM
Why do you care about "investors"? Surely people that use the coin are far more important than "investors".

Why do I care about investors? Investors are holders. If Aeon has more holders, it will have a bigger community, if it has a bigger community, it will have a bigger chance of success.

I feel like a lot of "investors" don't take part in the community. They just hold on to their coins expecting to make a profit, they don't purchase things with the coins, don't accept the coins as payment, don't participate in the community etc.

Finally, the hashrate itself isn't too important. The Monero network at 500 MH/s would be much more secure than the Bitcoin network at 500 MH/s. One has millions of computer securing it, and the other one has a single 5 year old GPU.
Also, a higher hashrate secures Aeon and that is very important. Maybe you did not hear the news about the Asic resistant coin, Vertcoin?

Sorry, I think you misunderstood what I said (or more likely, I just explained it poorly). The hashrate itself doesn't matter, what matters is how difficult it is for some hostile entity to get a significant percentage of the network hashrate.
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2018-11-30: update to 0.12.7.0+ ASAP; 0.12.8.0 on Windows] on: December 09, 2018, 10:40:33 AM
Why and what would be the advantages in upgrading the proof of work algorithm again? Will it reduce hashrate or increase it?

The goal was to brick existing ASIC miners. The advantage of this is that it keeps mining decentralised.

There was a comment on github that said that our hashrate doubled and so there will be more investors. If that was true then why did we change the proof of work algorithm to stop Asics?

Why do you care about "investors"? Surely people that use the coin are far more important than "investors".

Finally, the hashrate itself isn't too important. The Monero network at 500 MH/s would be much more secure than the Bitcoin network at 500 MH/s. One has millions of computer securing it, and the other one has a single 5 year old GPU.
50  Economy / Service Discussion / Re: Beat CoinMarketCap on: December 07, 2018, 02:08:57 PM
I just found cryptomarketplot.com and I really like the simplicity of it.
51  Economy / Invites & Accounts / OldSchool RuneScape Account on: December 05, 2018, 03:24:08 PM
Sold! Thanks.

Hi, I'm looking at selling my OSRS account because its taking up too much of my time.

Approximate Stats:
  • Attack: -
  • Strength: -
  • Defence: -
  • Ranged: -
  • Prayer: -
  • Magic: -
  • Runecrafting: -
  • Construction: -
  • Hitpoints: -
  • Agility: -
  • Herblore: -
  • Agility: -
  • Crafting: -
  • Fletching: -
  • Slayer: -
  • Hunter: -
  • Mining: -
  • Smithing: -
  • Fishing: -
  • Cooking: -
  • Firemaking: -
  • Woodcutting: -
  • Farming: -

Has barrows gloves and a dragon defender, approx. 190 quest points, and -M worth of items in the bank.

I'm looking for around 0.016 BTC for it, but open to any other offers. Thanks Smiley[/s]
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2018-11-30: update to 0.12.7.0+ ASAP; 0.12.8.0 on Windows] on: December 01, 2018, 07:04:29 PM
Has anyone seen ETN's nethash since they allowed asics? 3 gigahash of nethash. Literally, every asic is on that network. Good for them right? What are all those mobile miners doing? Nothing really but providing additional network security with another node.

AFAIK the ETN "mobile miner" was just a faucet.
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2018-11-27: update to 0.12.7.0+ ASAP] on: November 30, 2018, 10:38:06 AM
It would also be preferable to be as close to Monero's codebase as possible [...] I reckon we might have a better project.

How could it possibly be better if it is almost identical?

We also have the Monero developers working for Aeon because smooth and stoffu can copy the code that Aeon needs anytime while doing improvements of their own.

Yes. It's true that smooth and stoffu are incredibly smart and know what they're doing, but if they bring some cool new feature to AEON, those changes could just as easily be made to Monero too.
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2018-11-27: update to 0.12.7.0+ ASAP] on: November 29, 2018, 09:53:41 AM
It would also be preferable to be as close to Monero's codebase as possible [...] I reckon we might have a better project.

How could it possibly be better if it is almost identical?
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: November 25, 2018, 09:44:43 AM
This thread would benefit from *signature promoting useless comments* moderation.

Every thread would. Just ignore them and move on, or if it looks like their post is copypasted, report it in this thread and then ignore them Smiley
56  Other / Beginners & Help / Re: Let's talk about Privacy on: November 24, 2018, 11:05:15 AM
Updating:

If you use Ledger nano, you do not need to use Google Chrome anymore. That´s good for privacy.
You can download Ledger Live


You can use it with Electrum too.
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🐕 [ANN] Wownero - Such privacy! Many coins! Wow! 🐕 on: November 24, 2018, 10:32:49 AM
reversed

desrever
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SLD] Soldo - easy CPU mining / modified Cryptonote PoW / BlockChain Lottery on: November 22, 2018, 10:20:24 PM
Where is there a real mining pool with interface I understand?

Where is there a mining pool?

Did you read the OP? The coin was modified to break existing pools and miners, to encourage people to solo mine. Nobody has bothered to modify a miner and pool yet.

as usually your insulting people because your useless and can't help anyone.

Hey, at least I'm capable of reading Smiley
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SLD] Soldo - easy CPU mining / modified Cryptonote PoW / BlockChain Lottery on: November 22, 2018, 11:30:56 AM
Where is there a real mining pool with interface I understand?

Where is there a mining pool?

Did you read the OP? The coin was modified to break existing pools and miners, to encourage people to solo mine. Nobody has bothered to modify a miner and pool yet.
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: November 17, 2018, 12:57:54 PM
In my opinion monero is one of the best private coin at the moment and I'm sure monero is private enough to make your transaction not traceable and the fact in the dark web they still using monero for the transaction.


https doesn't hide the fact that i'm using https so that's why i don't use encryption because everyone is trying to crack encryption so i just don't use encryption because no one is looking at unencrypted data because everyone wants encrypted data to crack
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!