Bitcoin Forum
May 11, 2024, 10:58:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 [951] 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 ... 1993 »
  Print  
Author Topic: NEM (XEM) Official Thread - 100% New Code - Easy To Use APIs  (Read 2984177 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
vaporware asset wizard
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
August 09, 2015, 05:45:01 AM
 #19001

News......News.......News....!!!!!!!!!

https://forum.ournem.com/proposals-for-community-projects/crypto-apex's-application-for-nem-community-funding-3349/new/#new

Check it out!!!!!!!

Company formed to build an exchange for the benefit of NEM.
Voting will start in 5 days..to determine if Community Funds can be put to use there.....please participate !!!!

Voting will last for 5 days !!!!!!


"interested" (do I get a freebie for posting that?)  Grin
1715425114
Hero Member
*
Offline Offline

Posts: 1715425114

View Profile Personal Message (Offline)

Ignore
1715425114
Reply with quote  #2

1715425114
Report to moderator
1715425114
Hero Member
*
Offline Offline

Posts: 1715425114

View Profile Personal Message (Offline)

Ignore
1715425114
Reply with quote  #2

1715425114
Report to moderator
1715425114
Hero Member
*
Offline Offline

Posts: 1715425114

View Profile Personal Message (Offline)

Ignore
1715425114
Reply with quote  #2

1715425114
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Quantum_Mechanics
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile WWW
August 09, 2015, 05:54:42 AM
 #19002

@patmast3r

Awesome ! I'll work on it Smiley

..
additional coding work, sorry Smiley
..

That's exactly what I am looking for Cool

NAMOAV-HFVPJ6-FP32YP-2GCM64-WSRMKX-A5KKYW-WHPY
rigel
Legendary
*
Offline Offline

Activity: 1240
Merit: 1001


Thank God I'm an atheist


View Profile
August 09, 2015, 07:03:02 AM
 #19003

News......News.......News....!!!!!!!!!

https://forum.ournem.com/proposals-for-community-projects/crypto-apex's-application-for-nem-community-funding-3349/new/#new

Check it out!!!!!!!

Company formed to build an exchange for the benefit of NEM.
Voting will start in 5 days..to determine if Community Funds can be put to use there.....please participate !!!!

Voting will last for 5 days !!!!!!


Wow this is cool ...

Is this something that 'set aside funds' should be supporting?

Absolutely.

Anyone can ask for funds: https://forum.ournem.com/proposals-for-community-projects/proposals-for-community-funding
jabo38
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


mining is so 2012-2013


View Profile WWW
August 09, 2015, 07:37:49 AM
 #19004

...

But I'm not sure it is a good way to automate transactions.
First I was thinking about using two accounts, an account to send automated payments to faucet users, this account would only contain small amount of XEM for security reasons. Every hours or days a bot send N XEM from main account to faucet account to refill it. So main account is safe. If anything's wrong only a small amount of XEM is lost.

Configuration would be:
[APP] => [NCC] => [NIS]
Request to remote NCC connected to remote NIS (don't know if it could work).
A cron would do the automated payment sending '/wallet/account/transaction/send' request to remote NCC, but wallet password still exposed if someone manage to access the server (main reason I thought about 2 accounts but the problem still there).

You can use multi-sig and anautomatated service to secure the funds so that they are secure even if the wallet on the server is compromised.
Setup a multi-sig account with 3 co-signatories (Raise the number for security if you like and have some machines that need something todo).

1 - faucet
2,3 - automated signing (additional coding work, sorry Smiley )

faucet initiated the tx on request by the user. the automated signing kicks in either every x minutes or is constantly checking for signing requests.
Now with some additional checks you can make one of those automated signers (or both) into watchdogs.
-only sign x tx per hour
-only sign tx with amount x
-limit withdrawal to x XEM per day
-anything you can think of Smiley
As soon as you suspect compromisation you can also simply remove the compromised wallet from the cosignatories.

If you deploy the 3 signatories i.e. faucet and 2 watchdogs on 3 different servers and you got yourself one very freaking secure faucet Smiley. I'm sure you'll find some people on slack who are willing to help out with their vps too.

I'd also suggest to use browserfingerprinting to make it harder to request a lot of drips from the faucet.


Might I think you just suggested the first ever decentralized smart faucet???

patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
August 09, 2015, 09:06:24 AM
 #19005

...

But I'm not sure it is a good way to automate transactions.
First I was thinking about using two accounts, an account to send automated payments to faucet users, this account would only contain small amount of XEM for security reasons. Every hours or days a bot send N XEM from main account to faucet account to refill it. So main account is safe. If anything's wrong only a small amount of XEM is lost.

Configuration would be:
[APP] => [NCC] => [NIS]
Request to remote NCC connected to remote NIS (don't know if it could work).
A cron would do the automated payment sending '/wallet/account/transaction/send' request to remote NCC, but wallet password still exposed if someone manage to access the server (main reason I thought about 2 accounts but the problem still there).

You can use multi-sig and anautomatated service to secure the funds so that they are secure even if the wallet on the server is compromised.
Setup a multi-sig account with 3 co-signatories (Raise the number for security if you like and have some machines that need something todo).

1 - faucet
2,3 - automated signing (additional coding work, sorry Smiley )

faucet initiated the tx on request by the user. the automated signing kicks in either every x minutes or is constantly checking for signing requests.
Now with some additional checks you can make one of those automated signers (or both) into watchdogs.
-only sign x tx per hour
-only sign tx with amount x
-limit withdrawal to x XEM per day
-anything you can think of Smiley
As soon as you suspect compromisation you can also simply remove the compromised wallet from the cosignatories.

If you deploy the 3 signatories i.e. faucet and 2 watchdogs on 3 different servers and you got yourself one very freaking secure faucet Smiley. I'm sure you'll find some people on slack who are willing to help out with their vps too.

I'd also suggest to use browserfingerprinting to make it harder to request a lot of drips from the faucet.


Might I think you just suggested the first ever decentralized smart faucet???


Only the sending of the drips or rather the signing of the tx happens decentralized. The faucet itself i.e. the website would still be centralized Smiley

jabo38
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


mining is so 2012-2013


View Profile WWW
August 09, 2015, 01:35:32 PM
 #19006

We are in a last ditch effort to merge the old forum to Discourse but we ran into problems. If anybody has any experience with this kind of thing. Please help us out. Saul was able to get the accounts merged but not the posts on the threads. It is not just him. Lots of people have had this problem and had to hack their way through it, just our hacking hasn't turned out so well. One of our main sticking points is Ruby. Here is a thread documenting the problems. https://meta.discourse.org/t/importer-for-simple-machines-2-forums/17656/53

patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
August 09, 2015, 01:38:55 PM
 #19007

We are in a last ditch effort to merge the old forum to Discourse but we ran into problems. If anybody has any experience with this kind of thing. Please help us out. Saul was able to get the accounts merged but not the posts on the threads. It is not just him. Lots of people have had this problem and had to hack their way through it, just our hacking hasn't turned out so well. One of our main sticking points is Ruby. Here is a thread documenting the problems. https://meta.discourse.org/t/importer-for-simple-machines-2-forums/17656/53

You're having all of those problems ? Could you mabe post some specific error message or something like that ? I really don't feel like reading the whole thing since it's prob mostly useless.

haggis
Hero Member
*****
Offline Offline

Activity: 984
Merit: 1000


View Profile
August 09, 2015, 02:31:29 PM
 #19008

Can someone please point me to some reads about the so called "Business Rules"? In particular I'm interested in a whitepaper and at best, a tutorial and/or example application to play with.
BloodyRookie
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500


View Profile
August 09, 2015, 02:34:55 PM
 #19009

@haggis: business rules are not yet thorrowly discussed so there is nothing at the moment we can present to you.

Nothing Else Matters
NEM: NALICE-LGU3IV-Y4DPJK-HYLSSV-YFFWYS-5QPLYE-ZDJJ
NXT: 11095639652683007953
haggis
Hero Member
*****
Offline Offline

Activity: 984
Merit: 1000


View Profile
August 09, 2015, 03:09:25 PM
 #19010

@haggis: business rules are not yet thorrowly discussed so there is nothing at the moment we can present to you.
Thanks. Is there any ETA on this? As an originaly stakeholder (still) I'd rather like to experiment on this with NEM than Ether or something else  Undecided
patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
August 09, 2015, 04:53:07 PM
 #19011

@haggis: business rules are not yet thorrowly discussed so there is nothing at the moment we can present to you.
Thanks. Is there any ETA on this? As an originaly stakeholder (still) I'd rather like to experiment on this with NEM than Ether or something else  Undecided

Go ahead and play with the other platforms and then come back and tell us what NEM should do better Smiley
It's always best to learn from other's mistakes Wink

jabo38
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


mining is so 2012-2013


View Profile WWW
August 09, 2015, 05:52:49 PM
 #19012

We are in a last ditch effort to merge the old forum to Discourse but we ran into problems. If anybody has any experience with this kind of thing. Please help us out. Saul was able to get the accounts merged but not the posts on the threads. It is not just him. Lots of people have had this problem and had to hack their way through it, just our hacking hasn't turned out so well. One of our main sticking points is Ruby. Here is a thread documenting the problems. https://meta.discourse.org/t/importer-for-simple-machines-2-forums/17656/53

You're having all of those problems ? Could you mabe post some specific error message or something like that ? I really don't feel like reading the whole thing since it's prob mostly useless.

Okay so maybe Saul can comment here but this is what he has written elsewhere.



Hi there, I have been trying to run this import script for awhile now. I have made some progress, but now am pretty stuck, and am not receiving any errors, so I have no clue what is preventing the import.

I am using a VM running Ubuntu 15.04, I have succesfully set up a discourse development environment using this guide: https://meta.discourse.org/t/beginners-guide-to-install-discourse-on-ubuntu-for-development/14727, and have a fully functional smf forum at /var/www/html.
I have managed to import all users (about 1k), but I get stuck on creating posts. To make sure it was stuck at creating posts, and not just taking awhile, I gave my VM 3 cores and 10gb of memory, and left it running for nearly 2 days, not a single post was created.
Anyone have an idea why I am getting stuck on creating posts? Let me know if there is a log or more details I can post.

Can't upload an image, but I'll explain what I am seeing:
creating groups
1/1 (100.0%)
creating users
33/0 (Inf%) )
creating posts
/
Note all though it says 33/0 for users, it has actually imported 1006 users, maybe this is related to the posts not being created, but I have no clue, as in reality, all users have been imported succesfully, regardless of what the output says.



Basically from what I have talked to Saul, he runs the script and there isn't an error exactly in relation to the posts, it just doesn't merge the info.  He can leave it for a day going with all his resources and not even 1 post transfers. 


There are some errors though concerning the user data.  It says it isn't transferred yet it really is.

Quantum_Mechanics
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile WWW
August 09, 2015, 06:53:02 PM
 #19013

Was about to give a try to multi sig but I can't set more than one cosignatory.
Every time I add an address in new cosignatory’s field it got blank when I'm going to the next.

Any idea ?

NAMOAV-HFVPJ6-FP32YP-2GCM64-WSRMKX-A5KKYW-WHPY
BloodyRookie
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500


View Profile
August 09, 2015, 07:06:06 PM
 #19014

@Quantum-mechanics: what do you mean with " I'm going to the next."?

Nothing Else Matters
NEM: NALICE-LGU3IV-Y4DPJK-HYLSSV-YFFWYS-5QPLYE-ZDJJ
NXT: 11095639652683007953
Quantum_Mechanics
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile WWW
August 09, 2015, 07:07:20 PM
Last edit: August 10, 2015, 02:13:26 AM by Quantum_Mechanics
 #19015

@Quantum-mechanics: what do you mean with " I'm going to the next."?

I add the address then when I click on "+add cosignatory", the address disappear, the field goes blank, only the top cosignatory address still set

NAMOAV-HFVPJ6-FP32YP-2GCM64-WSRMKX-A5KKYW-WHPY
evi_stale
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
August 10, 2015, 05:29:53 AM
 #19016


This is exactly right. "These are still early days."

PayPal processes $240 billion worth of transactions a year and has a marketcap of $45 billion. https://finance.yahoo.com/q?s=PYPL
Visa processes $4.8 trillion worth of transactions a year and has a marketcap of $181 billion. https://finance.yahoo.com/q?s=V

A $9 billion marketcap is nothing for a technology that will most likely compete with all current financial institutions.

Bitcoin has first-mover advantage and is the top brand, but NEM will have second-mover advantage being more efficient and feature-rich.

Bitcoin
-Has inflation (14,437,800 btc in circulation, that leaves 6,562,200 btc still left to mine). https://blockchain.info/charts/total-bitcoins   https://en.bitcoin.it/wiki/Controlled_supply
-Energy hog Proof-of-Work block reward algorithm. (PoW a.k.a. Proof-of-Waste)
-PoW mining causes monetary inflation.
-Slow 10 minute transaction confirmation.
-Poor initial distribution.
-No asset exchange.

NEM
+Zero inflation (fixed supply, all 9 billion coins released at launch).
+Energy efficient Proof-of-Importance block reward algorithm. (PoI is environmentally friendly and rewards only the most active nodes.)
+PoI harvesting, no monetary inflation, coins are earned solely from transaction fees.
+Fast 1 minute transaction confirmation.
+Relatively large egalitarian distribution.
+Delegated harvesting.
+Encrypted messaging.
+m-of-n Multi-signature.
+Eigentrust++ peer reputation management.
+One-click install client.
+Ninja releases!  Cool
future:
  +Business rules.
  +Decentralized asset exchange.
  +Mobile wallet for Android and IOS.
  +...

NEM is built 100% from scratch (not a fork of Bitcoin or Nxt). The devs engineered NEM for the future with 9 billion* XEM.
*actually 8,999,999,999 XEM (Burning 1 XEM gave us that "fortunate" eight at the beginning.)

Estimated population, based on current growth trends, to reach 9 billion in 2040.  https://en.wikipedia.org/wiki/Projections_of_population_growth
World population to exceed 9 billion by 2050.  http://www.un.org/esa/population/publications/wpp2008/pressrelease.pdf

Bitcoin: 21 million/1 satoshi = 2.1 quadrillion units.
NEM: 9 billion/0.000001 = 9 quadrillion units.

The unregulated derivatives market is ~$1.5 quadrillion dollars. http://moneymorning.com/2014/10/01/taking-profits-in-a-1-5-quadrillion-bubble/

NEM is designed to accommodate our entire global economy.



NEM has great potential. In the future I can easily see 1 XEM being valued at 1 fiat dollar.


Nice summary someone needs to make an infographic out of this ...

That is a very good summary. 

I would love to see it become an infographic, and I could even add a few more nice things about NEM.

If somebody is has the ability to make nice infographics, I will pay them 100,000 XEM bounty out of my own wallet. 

bumping this

Since no one replied I put something together. What do you think of this.

patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
August 10, 2015, 05:57:49 AM
 #19017

@Quantum-mechanics: what do you mean with " I'm going to the next."?

I add the address then when I click on "+add cosignatory", the address disappear, the field goes blank, only the top cosignatory address still set

That sounds extremely weird. What browser are you using and are you maybe using any plug-ins ? Could you take a screen-capture (video) of this phenomenon ?

Quantum_Mechanics
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile WWW
August 10, 2015, 06:18:20 AM
Last edit: August 10, 2015, 06:30:57 AM by Quantum_Mechanics
 #19018

@patmast3r



I am using firefox last version, no extra plug-ins, surely an issue from my side, maybe a bunch of updates I need to make (Ubuntu), I'll look at it but still weird.

Btw if someone wants to use the online paper wallet generator locally with no NIS or NCC running, code is now on GitHub.
Only local server, like wamp, lampp needed.

No need to worry about storing key now, just run your own, with a bit of knowledge you can even personalise it Smiley

NAMOAV-HFVPJ6-FP32YP-2GCM64-WSRMKX-A5KKYW-WHPY
patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
August 10, 2015, 06:30:51 AM
 #19019

@patmast3r

*image_removed_for_space*

I am using firefox last version, surely an issue from my side, maybe a bunch of updates I need to make (Ubuntu), I'll look at it but still weird.

Btw if someone wants to use the online paper wallet generator locally with no NIS or NCC running, code is now on GitHub.
Only local server, like wamp, lampp needed.

No need to worry about storing key now, just run your own, with a bit of knowledge you can even personalise it Smiley

Ahh...Now I see what you mean.
I guess it's best if you open an issue on github so the devs can see if there is a way to reproduce and then fix it.
Haven't heard of this one before.

Btw. there is an open-source organisation for all NEM stuff https://github.com/neweconomymovement/.
Would you be willing to move the paper-wallet there ? If so someone needs to give you permission though.

Quantum_Mechanics
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile WWW
August 10, 2015, 06:40:08 AM
 #19020

Ok, I'm doing it now

Btw. there is an open-source organisation for all NEM stuff https://github.com/neweconomymovement/.
Would you be willing to move the paper-wallet there ? If so someone needs to give you permission though.

Sure no problems but it needs to be cleaned a bit ^^

NAMOAV-HFVPJ6-FP32YP-2GCM64-WSRMKX-A5KKYW-WHPY
Pages: « 1 ... 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 [951] 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 ... 1993 »
  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!