Bitcoin Forum
June 16, 2024, 06:40:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 [1148] 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 ... 2125 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4669574 times)
arnuschky
Hero Member
*****
Offline Offline

Activity: 517
Merit: 501


View Profile
April 13, 2015, 04:21:16 PM
 #22941

@Vandalay23: what's your project? why do you need all those burn adress? (xmr,nxt,hz,burst +every other one that i did not see)

Can confirm this, noticed it as well...
luigi1111
Legendary
*
Offline Offline

Activity: 1105
Merit: 1000



View Profile
April 13, 2015, 04:43:24 PM
Last edit: April 13, 2015, 05:54:14 PM by luigi1111
 #22942

if you have 2 addresses, one is a real address (with private key) and one burn address, then you can publish the viewkey of the first one and see all the transactions made from this address to the burn address.

Are you sure? I think what you would see as destination would be a stealth destination (maybe corresponding to the burn address, without any way to prove it).


This.

To prove/show a transaction you must have a view key, which you can't obtain without a private key, so I guess you can't burn coins without a third party trust provider (a notary?).

In Bitcoin you can just create a valid address (vanity like) for which is almost impossible to have obtained the private key, I don't know if this can be true for cryptonote addresses, I guess you can, but again you end up without a way to see transactions.




Can't you just set the mix-in so high that the coins are redistributed back to the miners?

Heh..  That's good out of the box thinking.  But will that not rape the blockchain?

No need to set mixin really high, you can just pay the whole thing in fees if that's what you want.

Though I don't think that's what he wants...
I'm quite certain this address isn't that difficult to create; I just haven't had any luck finding what exactly the public keys are massaged with to create the "address".

BTC is like this:
1. = RIPEMD160(SHA256(public ECDSA key))
2. = networkbytes(00) + 1.
3. = SHA256(SHA256(2.))
4. = 2. + 1st four bytes of 3.
5. = Base58(4.)

Now what is done to XMR?

The issue is that with ring sigs coupled with stealth addresses, without having the viewkey (derived from the spend key), you can't really see the ending balance. Having a burn address where one can't prove the existing balance does no good.

That's true, not perfect, but it's the closest thing I currently have to burning. If ppl can see confirmed outgoing transactions to this address it can be used as a good enough proof for the burning process. one can assume that if an outgoing tx. appears in the ledger so it means a corresponding incoming tx. exist. and because it's highly improbable that anyone will have the private key to this address, it means those fund are unspendable.

If someone here can answer luigi1111's question he might be able to create the address Smiley

AFAIK, the following is true:

Viewkey at present is derived from spend key via SHA256. (Edit: I think this is via Keccak, not SHA.) However, there is no protocol requirement for this. View and spend keys are not related to one another; this derivation is simply for ease of generating accounts (remembering only one seed, etc).

With that assumption, it should be possible to generate a "proper" burn account (i.e., one where the viewkey is known but spend key is not).

All we need to know is how the "standard address" is generated (from the whitepaper: "standard address is a representation of a public user key given into human friendly string with error correction"). Then we can generate an obviously fake spend public key (e.g., 0x777...7), generate a proper EdDSA public/private view keypair, and turn the pair of public keys into a standard address.


There is also this gem from the whitepaper (I'm told it's unimplemented, though I don't know exactly what that means):
Quote
• If Bob wants to have an audit compatible address where all incoming transaction are linkable, he can either publish his tracking key or use a truncated address. That address represent only one public ec-key B, and the remaining part required by the protocol is derived from it as follows: a = Hs(B) and A = Hs(B)G. In both cases every person is able to “recognize” all of Bob’s incoming transaction, but, of course, none can spend the funds enclosed within them without the secret key b.
opennux
Full Member
***
Offline Offline

Activity: 231
Merit: 100


View Profile
April 13, 2015, 06:33:28 PM
 #22943

I'm not sure if this has been discussed before?

OpenAlias is easy and user-friendly (once employed) but isn't there an inherent risk in abuse?

It would be trivial for a cracker to exploit it by changing the xmr recipient_address to one under his control. Another easy exploit is that pretty much any employee at the company which hosts your domain or subdomain can easily change the xmr recipient_address. That is especially handy if the nefarious part (for some reason) knows of large or recurring payments.


It's always a matter of tradeoff between convenience and security. If you're worried about large payments, just enter/check the address by hand instead of using open alias.

I just thought there should be an "oh, by the way" disclaimer attached to it.
Hueristic
Legendary
*
Offline Offline

Activity: 3850
Merit: 5015


Doomed to see the future and unable to prevent it


View Profile
April 13, 2015, 06:34:14 PM
 #22944

Can you please add my pool to the list?
http://monerominers.net (US)

It's still small with 6-10 kHash/s but some of the listed pools have 0 Hash/s.
0.5% Fee

Where did you go? I was mining there on and off for the last month. It's been about a week now.

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

Activity: 517
Merit: 501


View Profile
April 13, 2015, 06:34:57 PM
 #22945

This might interest some of you:

I started playing with XMR.TO's new API (https://bitcointalk.org/index.php?topic=959994.msg11075530#msg11075530).
I wanted to come up with a simple example to demonstrate how to make an XMR.TO payment via that API.
Below, you can find a python script that was basically collateral damage: it compares prices on poloniex, XMR.TO and shapeshift.io.
(so it's a lot simpler than making a payment Cheesy)

Here you go:

Code:
import sys
import json
import urllib2

def jsonApiCall(url):
   try:
      req = urllib2.Request(url, headers={'User-Agent' : "Magic Browser"})
      con = urllib2.urlopen(req)
      data = json.load(con)
   except Exception as e:
      sys.stderr.write("Failed in API call " + url + "\n")
      sys.stderr.write(str(e))
      sys.exit(1)
   return data

poloniex = float(jsonApiCall('https://poloniex.com/public?command=returnTicker')['BTC_XMR']['highestBid'])
poloniex *= 1.002 # 0.2% fee
xmrto = float(jsonApiCall('https://xmr.to/api/v1/xmr2btc/order_parameter_query')['price'])
shapeshift = float(jsonApiCall('https://shapeshift.io/rate/xmr_btc')['rate'])
# shapeshift applies a 0.0001 btc fee per transaction, which we won't factor in here

print
print "-----------------------------------"
print " Price for buying 1 XMR"
print "-----------------------------------"
print " Poloniex         %10.8f BTC" % poloniex
print " XMR.TO           %10.8f BTC" % xmrto
print " shapeshift       %10.8f BTC" % shapeshift
print
Code as gist: https://gist.github.com/arnuschky/55553910393b516f7d02

Output:

Code:

-----------------------------------
 Price for buying 1 XMR
-----------------------------------
 Poloniex         0.00308108 BTC
 XMR.TO           0.00304400 BTC
 shapeshift       0.00302045 BTC


Note that it's for buying XMR from you, so the higher the better.
Also, Poloniex involves slippage (that is, the given price is only available for a arbitrarily small amount and might rise quickly for larger ones).
Neither xmr.to nor shapeshift.io are affected by that.

Hope this is useful to someone Smiley

Disclaimer: I am one of XMR.TO's admins.
onemorexmr
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
April 13, 2015, 06:39:36 PM
 #22946


Hope this is useful to someone Smiley

Disclaimer: I am one of XMR.TO's admins.

thank you!

btw: have you thought about letting users put a bitpay invoice id or url directly? i use your service sometimes, but atm it involves a lot of strg+c Wink

imho the paying page is a LITTLE cluttered. i'd prefer two lines for entering the btc details and copying my xmr detals - without scrolling

but: loving your service! good work!

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

Activity: 517
Merit: 501


View Profile
April 13, 2015, 06:51:34 PM
 #22947


Hope this is useful to someone Smiley

Disclaimer: I am one of XMR.TO's admins.

thank you!

btw: have you thought about letting users put a bitpay invoice id or url directly? i use your service sometimes, but atm it involves a lot of strg+c Wink

imho the paying page is a LITTLE cluttered. i'd prefer two lines for entering the btc details and copying my xmr detals - without scrolling

but: loving your service! good work!

Thanks a lot, especially for the nice suggestions! Like the idea for bitpay. We're not sure what we'll do, either a browser plugin or a bitpay invoice importer as you suggested. The browser plugin is certainly more general.

Yeah, the payment page is a little cluttered. We'll try to reduce the amount of information on it.
opennux
Full Member
***
Offline Offline

Activity: 231
Merit: 100


View Profile
April 13, 2015, 06:53:21 PM
 #22948

if you have 2 addresses, one is a real address (with private key) and one burn address, then you can publish the viewkey of the first one and see all the transactions made from this address to the burn address.

Are you sure? I think what you would see as destination would be a stealth destination (maybe corresponding to the burn address, without any way to prove it).


This.

To prove/show a transaction you must have a view key, which you can't obtain without a private key, so I guess you can't burn coins without a third party trust provider (a notary?).

In Bitcoin you can just create a valid address (vanity like) for which is almost impossible to have obtained the private key, I don't know if this can be true for cryptonote addresses, I guess you can, but again you end up without a way to see transactions.




Can't you just set the mix-in so high that the coins are redistributed back to the miners?

Heh..  That's good out of the box thinking.  But will that not rape the block chain?

I'm not convinced of that idea. If one were to know of such burn-events happening, one could opportunistically mine for it. (At the same time. No guarantee you get the block of course, but pointing hardware to several pools would make likely.)
opennux
Full Member
***
Offline Offline

Activity: 231
Merit: 100


View Profile
April 13, 2015, 07:03:40 PM
 #22949

if you have 2 addresses, one is a real address (with private key) and one burn address, then you can publish the viewkey of the first one and see all the transactions made from this address to the burn address.

Are you sure? I think what you would see as destination would be a stealth destination (maybe corresponding to the burn address, without any way to prove it).


This.

To prove/show a transaction you must have a view key, which you can't obtain without a private key, so I guess you can't burn coins without a third party trust provider (a notary?).

In Bitcoin you can just create a valid address (vanity like) for which is almost impossible to have obtained the private key, I don't know if this can be true for cryptonote addresses, I guess you can, but again you end up without a way to see transactions.




Can't you just set the mix-in so high that the coins are redistributed back to the miners?

Heh..  That's good out of the box thinking.  But will that not rape the blockchain?

No need to set mixin really high, you can just pay the whole thing in fees if that's what you want.

Though I don't think that's what he wants...
I'm quite certain this address isn't that difficult to create; I just haven't had any luck finding what exactly the public keys are massaged with to create the "address".

BTC is like this:
1. = RIPEMD160(SHA256(public ECDSA key))
2. = networkbytes(00) + 1.
3. = SHA256(SHA256(2.))
4. = 2. + 1st four bytes of 3.
5. = Base58(4.)

Now what is done to XMR?

The issue is that with ring sigs coupled with stealth addresses, without having the viewkey (derived from the spend key), you can't really see the ending balance. Having a burn address where one can't prove the existing balance does no good.

That's true, not perfect, but it's the closest thing I currently have to burning. If ppl can see confirmed outgoing transactions to this address it can be used as a good enough proof for the burning process. one can assume that if an outgoing tx. appears in the ledger so it means a corresponding incoming tx. exist. and because it's highly improbable that anyone will have the private key to this address, it means those fund are unspendable.

If someone here can answer luigi1111's question he might be able to create the address Smiley

It also means that a third party i.e. your service acts as escrow, which adds a layer of concern. One could have a large chunk of the funds on the address with the view-key... and then just not transfer it to the burn address, but another xmr address. And it's gone.

There is a difference though if we're talking big ipo-style burn, or small minor amounts burn that continuously gets burned.
opennux
Full Member
***
Offline Offline

Activity: 231
Merit: 100


View Profile
April 13, 2015, 07:07:48 PM
 #22950

Who owns the address monero.org, someone is developing it

We're not sure - at this stage it appears that they are linking to the binaries on getmonero.org, but as it is somebody who is unknown it should be treated with caution. The fact that they link to MinerGate (a pool most likely operated by the BCN scammers) is also quite concerning.

Community sites are always welcome, but this is not obviously a community site. To anyone coming across it they would think it is the official site, which makes it especially dangerous. Perhaps they are trying to build up some SEO, after which they can just change links to whatever they want.

It looks like they are setting up a shop too.


Quote
<meta name="generator" content="WooCommerce 2.3.7" />
fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
April 13, 2015, 07:43:48 PM
 #22951

Who owns the address monero.org, someone is developing it

We're not sure - at this stage it appears that they are linking to the binaries on getmonero.org, but as it is somebody who is unknown it should be treated with caution. The fact that they link to MinerGate (a pool most likely operated by the BCN scammers) is also quite concerning.

Community sites are always welcome, but this is not obviously a community site. To anyone coming across it they would think it is the official site, which makes it especially dangerous. Perhaps they are trying to build up some SEO, after which they can just change links to whatever they want.

It looks like they are setting up a shop too.

Quote
<meta name="generator" content="WooCommerce 2.3.7" />

Their About page is the best: "Monero.org is one of the earliest websites about Monero cryptocurrency. It was created by a group of enthusiasts in order to spread all needed information about Monero"

Except nobody knows the "group of enthusiasts" here or on IRC or on the Monero Forum...

cryptonight.net
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
April 13, 2015, 08:15:34 PM
 #22952


Hi!

Looks like my message will be a bit offtopic here. But this is all about Monero Wink

I've setup a new Monero pool here: http://XMR.CryptoNight.net with

1. low fees: 0.8% (0.3% - donations + 0.5% - pool fee).

2. bonus offer for 1st round participants:

All 1st round payments in XMR will be doubled (additional payment will be issued manually within 24h).
As soon as the 1st block will be found 1st round will be finished and pool will continue it's normal operations.

Pool OP: https://bitcointalk.org/index.php?topic=1013306.0

Join us, follow us on twitter (https://twitter.com/cryptonight_net) and have a nice mining!
bbreconomy
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
April 14, 2015, 01:16:25 AM
 #22953


I think this is a great idea.

Hardware wallets are a growing trend right now.
Hueristic
Legendary
*
Offline Offline

Activity: 3850
Merit: 5015


Doomed to see the future and unable to prevent it


View Profile
April 14, 2015, 06:03:31 AM
 #22954

Quote
9 months later!!! �

Jack decided to go skiing with his buddy, Bob. So they loaded up Jack's minivan and headed north.

After driving for a few hours, they got caught in a terrible blizzard. So they pulled into a nearby farm and asked the attractive lady who answered the door if they could spend the night.

'I realize it's terrible weather out there and I have this huge house all to myself, but I'm recently widowed,' she explained. 'I'm afraid the neighbors will talk if I let you stay in my house.'

'Don't worry,' Jack said.. 'We'll be happy to sleep in the barn. And if the weather breaks, we'll be gone at first light.' The lady agreed, and the two men found their way to the barn and settled in for the night.

Come morning, the weather had cleared, and they got on their way. They enjoyed a great weekend of skiing.

But about nine months later, Jack got an unexpected letter from an attorney. It took him a few minutes to figure it out, but he finally determined that it was from the attorney of that attractive widow he had met on the ski weekend...

He dropped in on his friend Bob and asked, "Bob, do you remember that good-looking widow from the farm we stayed at on our ski holiday up north about 9 months ago?"

"Yes, I do." Said Bob.

"Did you, er, happen to get up in the middle of the night, go up to the house and pay her a visit?"

"Well, um, yes!," Bob said, a little embarrassed about being found out, I have to admit that I did.."

"And did you happen to give her my name instead of telling her your name?"

Bob's face turned beet red and he said, "Yeah, look, I'm sorry,buddy.. I'm afraid I did.' 'Why do you ask?"



"She just died and left me everything."

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

Activity: 1596
Merit: 1029


Sine secretum non libertas


View Profile
April 14, 2015, 07:53:45 AM
 #22955

Hardware wallets are a growing trend right now.

h/w with LEDs are a glowing trend, made in China.

Give a man a fish and he eats for a day.  Give a man a Poisson distribution and he eats at random times independent of one another, at a constant known rate.
fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
April 14, 2015, 08:51:54 AM
 #22956

Hardware wallets are a growing trend right now.

h/w with LEDs are a glowing trend, made in China.


sphericon
Sr. Member
****
Offline Offline

Activity: 327
Merit: 250



View Profile
April 14, 2015, 11:04:15 AM
 #22957

Hardware wallets are a growing trend right now.

h/w with LEDs are a glowing trend, made in China.



CYLON! I KNEW you did too much coding to be human!

sleepdog
Full Member
***
Offline Offline

Activity: 183
Merit: 100


View Profile
April 14, 2015, 11:38:51 AM
 #22958

Yep, that's definately a cylon....
fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
April 14, 2015, 12:50:07 PM
 #22959

Yep, that's definately a cylon....

Cylon Raider
Cylon Rider
Nylon Rider
Nylot Rider
Knylot Rider
Knilot Rider
Knigot Rider
Knight Rider

IS IT TRUE?

papa_lazzarou
Hero Member
*****
Offline Offline

Activity: 649
Merit: 500



View Profile
April 14, 2015, 01:08:49 PM
 #22960

Yep, that's definately a cylon....

Cylon Raider
Cylon Rider
Nylon Rider
Nylot Rider
Knylot Rider
Knilot Rider
Knigot Rider
Knight Rider

IS IT TRUE?

Have you been talking to anonymint again?
Pages: « 1 ... 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 [1148] 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 ... 2125 »
  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!