Bitcoin Forum
April 24, 2024, 09:40:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 [1697] 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 ... 2123 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4667060 times)
cAPSLOCK
Legendary
*
Offline Offline

Activity: 3738
Merit: 5127


Whimsical Pants


View Profile
January 31, 2017, 03:40:02 AM
 #33921

To be honest that divisibility point was just a copy from the original.  I don't know why it is half either. Don't think it should be really.


As to the other points I can try to do additions asap.
1713994800
Hero Member
*
Offline Offline

Posts: 1713994800

View Profile Personal Message (Offline)

Ignore
1713994800
Reply with quote  #2

1713994800
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713994800
Hero Member
*
Offline Offline

Posts: 1713994800

View Profile Personal Message (Offline)

Ignore
1713994800
Reply with quote  #2

1713994800
Report to moderator
1713994800
Hero Member
*
Offline Offline

Posts: 1713994800

View Profile Personal Message (Offline)

Ignore
1713994800
Reply with quote  #2

1713994800
Report to moderator
1713994800
Hero Member
*
Offline Offline

Posts: 1713994800

View Profile Personal Message (Offline)

Ignore
1713994800
Reply with quote  #2

1713994800
Report to moderator
Ratatosk
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250


View Profile
January 31, 2017, 09:07:30 AM
 #33922

Hi

Sorry to ask again, but is there a technical limitation relative to the possibility to generate on-demand a new random receiving address for a same wallet, please ?

Like Bitcoin Armory wallet does it automatically when clicking on button Receive Bitcoins of a specific wallet, for example.

For a privacy/anonymous centric cryptocurrency, I think it's a very important and useful feature.

Don't want to copy-paste always the same unique Monero address everywhere on the web, chat, emails... linked to my identity or multiple identities.

You understand what I mean ? Or am I wrong somewhere ?

I once read that the GUI wallet has a plugin system allowing third party possible plugins, is it still correct ?

Thank you :-)
DaveyJones
Hero Member
*****
Offline Offline

Activity: 768
Merit: 505


View Profile
January 31, 2017, 09:42:28 AM
 #33923

Hi

Sorry to ask again, but is there a technical limitation relative to the possibility to generate on-demand a new random receiving address for a same wallet, please ?

Like Bitcoin Armory wallet does it automatically when clicking on button Receive Bitcoins of a specific wallet, for example.

For a privacy/anonymous centric cryptocurrency, I think it's a very important and useful feature.

Don't want to copy-paste always the same unique Monero address everywhere on the web, chat, emails... linked to my identity or multiple identities.

You understand what I mean ? Or am I wrong somewhere ?

I once read that the GUI wallet has a plugin system allowing third party possible plugins, is it still correct ?

Thank you :-)

I think you might see that feature as people are working on implenting One-Time-Adresses, but don't have any timeframe for you.
I guess the plugin system will come when wallet nears the end of beta
Ratatosk
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250


View Profile
January 31, 2017, 10:04:44 AM
 #33924

Thank you

I Googled and read about Monero One-Time-Adresses, but it's not what I would like : if I understand well, the One-Time-Adresses can only be used one time. What I would like is the possibility for each wallet to generate on demand additionnal new receiving addresses, that can be re-used forever.
bitebits
Legendary
*
Offline Offline

Activity: 2211
Merit: 3178


Flippin' burgers since 1163.


View Profile
January 31, 2017, 07:42:25 PM
 #33925

[...] What I would like is the possibility for each wallet to generate on demand additionnal new receiving addresses, that can be re-used forever.

This of course would be a nice feature, not being required to move funds from the one wallet to the other.

However be aware that such a feature is less needed than with Bitcoin. since you can't see the transaction history on the receiving address.

You need of course be careful in which cases you are using the same wallet address. When you are having an address on your LinkedIn account, you might not want to use the same when you are ordering alpaca socks. Because some might figure out you are wearing alpaca socks..

- You can figure out what will happen, not when /Warren Buffett
- Pay any Bitcoin address privately with a little help of Monero.
Johnny Mnemonic
Hero Member
*****
Offline Offline

Activity: 795
Merit: 514



View Profile
January 31, 2017, 10:46:04 PM
 #33926

What would be really convenient would be a simple javascript file that can be included in web pages that can generate payment IDs and corresponding integrated addresses from a const wallet address.

Basically, I want to display a new integrated address on every page load (and store the PID in a hidden input field on that page). I don't want to make any offsite requests.

Does something like this exist?
ibuyltc
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile
February 01, 2017, 12:15:00 AM
 #33927

What would be really convenient would be a simple javascript file that can be included in web pages that can generate payment IDs and corresponding integrated addresses from a const wallet address.

Basically, I want to display a new integrated address on every page load (and store the PID in a hidden input field on that page). I don't want to make any offsite requests.

Does something like this exist?

Ditto, looking for something like that too.
jwinterm
Legendary
*
Offline Offline

Activity: 3010
Merit: 1103



View Profile
February 01, 2017, 12:38:41 AM
 #33928

It looks like there are get and split integrated address commands available by JSON RPC using the CLI wallet here:
https://github.com/monero-project/monero/blob/master/src/wallet/wallet_rpc_server.h

Can you just run an instance of monero-wallet-cli on the web server and make the RPC call using JavaScript?
CryptoRambler
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 02, 2017, 06:34:12 AM
 #33929


What do you mean fungible? Why bitcoin ain't but monero is?
It means every monero is exactly like every other monero.
But the same can't be said of bitcoins.  When coinbase tracks your coins and shuts your account if you sent some to a gambling site, that means some coins are different from others.
Simply being able to track coins means they can't be fungible, because different coins are used for different things, and you can tell which coins have been used for what.
Then the government would be able to prosecute you if you bought drugs or something.
If the coins were indistinguishable, that wouldn't happen.  Indistinguishable=fungible.

On an even deeper level, realize that your DNA is now all that is needed to seal ANY case being investigated. DNA at scene? Wipes hands, shrug shoulders, case closed.  Also, synthetic sperm and egg are now made from hair fiber, and could make you or ur "motherless babies" here. now. As clones.
Aufar
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250



View Profile
February 02, 2017, 06:39:30 AM
 #33930

hello dev had reached where the development of your site?
yoohoo309
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
February 02, 2017, 02:40:49 PM
 #33931

Hi

Sorry to ask again, but is there a technical limitation relative to the possibility to generate on-demand a new random receiving address for a same wallet, please ?

Like Bitcoin Armory wallet does it automatically when clicking on button Receive Bitcoins of a specific wallet, for example.

For a privacy/anonymous centric cryptocurrency, I think it's a very important and useful feature.

Don't want to copy-paste always the same unique Monero address everywhere on the web, chat, emails... linked to my identity or multiple identities.

You understand what I mean ? Or am I wrong somewhere ?

I once read that the GUI wallet has a plugin system allowing third party possible plugins, is it still correct ?

Thank you :-)

wait and watch with cool mind and relax attitude you can go anywhere otherwise it is impossible.
CryptoRambler
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 02, 2017, 06:18:41 PM
 #33932

What would be really convenient would be a simple javascript file that can be included in web pages that can generate payment IDs and corresponding integrated addresses from a const wallet address.

Basically, I want to display a new integrated address on every page load (and store the PID in a hidden input field on that page). I don't want to make any offsite requests.

Does something like this exist?

Sounds like a Bitcoin payment channel where you make multiple Bitcoin transactions without commiting all of the transactions to the Bitcoin block chain. Is this what you are thinking ?
Johnny Mnemonic
Hero Member
*****
Offline Offline

Activity: 795
Merit: 514



View Profile
February 03, 2017, 02:32:04 AM
 #33933

What would be really convenient would be a simple javascript file that can be included in web pages that can generate payment IDs and corresponding integrated addresses from a const wallet address.

Basically, I want to display a new integrated address on every page load (and store the PID in a hidden input field on that page). I don't want to make any offsite requests.

Does something like this exist?

Sounds like a Bitcoin payment channel where you make multiple Bitcoin transactions without commiting all of the transactions to the Bitcoin block chain. Is this what you are thinking ?

I just want a dead-simple method of accepting payments on a web page without the need to connect to a node. I'm putting together my own solution which I'll share with anyone else who could use it (it's derived from luigi1111's js tools). It's just a javascript function which takes a standard netbyte 12 xmr address and returns an integrated address.
luigi1111
Legendary
*
Offline Offline

Activity: 1105
Merit: 1000



View Profile
February 03, 2017, 05:01:23 PM
 #33934

What would be really convenient would be a simple javascript file that can be included in web pages that can generate payment IDs and corresponding integrated addresses from a const wallet address.

Basically, I want to display a new integrated address on every page load (and store the PID in a hidden input field on that page). I don't want to make any offsite requests.

Does something like this exist?

Sounds like a Bitcoin payment channel where you make multiple Bitcoin transactions without commiting all of the transactions to the Bitcoin block chain. Is this what you are thinking ?

I just want a dead-simple method of accepting payments on a web page without the need to connect to a node. I'm putting together my own solution which I'll share with anyone else who could use it (it's derived from luigi1111's js tools). It's just a javascript function which takes a standard netbyte 12 xmr address and returns an integrated address.

That should be almost trivially easy from the code on my site, yes.
CryptoRambler
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 04, 2017, 12:09:04 PM
 #33935

What would be really convenient would be a simple javascript file that can be included in web pages that can generate payment IDs and corresponding integrated addresses from a const wallet address.

Basically, I want to display a new integrated address on every page load (and store the PID in a hidden input field on that page). I don't want to make any offsite requests.

Does something like this exist?

Sounds like a Bitcoin payment channel where you make multiple Bitcoin transactions without commiting all of the transactions to the Bitcoin block chain. Is this what you are thinking ?

I just want a dead-simple method of accepting payments on a web page without the need to connect to a node. I'm putting together my own solution which I'll share with anyone else who could use it (it's derived from luigi1111's js tools). It's just a javascript function which takes a standard netbyte 12 xmr address and returns an integrated address.

That should be almost trivially easy from the code on my site, yes.

That sounds awesome. I would like to use too if possible. Paying/Being paid in XMR rocks and is definitely the future. It is a huge advantage that XMR has its own exchange and will allow for fast expansion
Nevsky
Sr. Member
****
Offline Offline

Activity: 1064
Merit: 250


★Bitvest.io★ Play Plinko or Invest!


View Profile WWW
February 04, 2017, 03:40:48 PM
 #33936

So, the Monero began its movement. Volume - 1283 Bitcoin, price - 0.01267500 in the Poloniex. He can return to the January 28 price of 0.014300. It would be great, of course I will not refuse from a new height.



BIG WINNER!
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████
▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░▄███
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████
██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░
▀██░▄▄▄▄░████▄▄██▄░░░░
▄████████████▀▀▀▀▀▀▀██▄
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄
▀██░████████░███████░█▀
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████
▀████████████████████▀




Rainbot
Daily Quests
Faucet
start the art
Sr. Member
****
Offline Offline

Activity: 395
Merit: 408

Bitcoin OG artworks collection


View Profile WWW
February 05, 2017, 11:39:19 AM
Last edit: February 11, 2017, 12:07:24 PM by start the art
 #33937

New original and unique MONERO abstract paintings-click to zoom,please use PM for any details

tyz
Legendary
*
Offline Offline

Activity: 3360
Merit: 1530



View Profile
February 05, 2017, 01:29:40 PM
 #33938

I remember someone offered similar art for Nxt long ago. The art was also composed by three splitted paintings forming an entity depicting the coin logo.
Are you the same artist?

New original and unique MONERO abstract paintings-click to zoom,please use PM for any details

Aufar
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250



View Profile
February 05, 2017, 04:12:56 PM
 #33939

hello sir,, where can I get coins monero through the home address?
Millionero
Sr. Member
****
Offline Offline

Activity: 807
Merit: 423


View Profile
February 05, 2017, 05:13:33 PM
 #33940

hello sir,, where can I get coins monero through the home address?
I'm not sure what you mean.
Do you want to buy xmr?
Go to poloniex.com
Do you want to know how to keep the coins in your own wallet?
https://www.monero.how/
https://getmonero.org/
To use the command line interface wallet (monero-wallet-cli), you have two options.
1) You can download ("sync") the blockchain and run a full node.
2) You can just run the wallet by itself, and connect to a remote node, which does not require having the blockchain on your computer.
Pages: « 1 ... 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 [1697] 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 ... 2123 »
  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!