Bitcoin Forum
July 14, 2024, 03:30:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 [856] 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 ... 1993 »
  Print  
Author Topic: NEM (XEM) Official Thread - 100% New Code - Easy To Use APIs  (Read 2984468 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.
jadedjack
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
May 05, 2015, 02:08:17 AM
Last edit: May 05, 2015, 02:47:59 AM by jadedjack
 #17101

Thanks jadedjack. One more question. Just for scientific purposes I would like to run it on Amazon's c4.8xlarge which has 36 vCPU's (2.9 GHz Haswell processor), 60 GB RAM and an ECU of 132. Does this make sense and how can I be sure the program uses all these ressources to 100% (CPU, RAM,...)? It would be interesting, how fast it can find an address with 10 characters for example.

I tried that for jadedjack  Smiley
I ran it for a few days without success.

What i did was to run several instances of the genacc program. And monitored the cpu and memory use with htop

I didn't run them in the background with nohup. I used the utility "screen" that creates virtual terminals.
https://www.howtoforge.com/linux_screen

I think there were 16 or so running before the cpus were maxed out.

Amazon also has GPU instances, it would be interesting to see if the java code could be modified to use a GPU.

BadaBing
jadedjack
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
May 05, 2015, 02:37:57 AM
 #17102


I will leave here if someone buys my 48million at 50 satoshi each.

If you are serious post your offer here
https://forum.ournem.com/trading-and-exchanges/trading-thread-3228/

BadaBing
punkrock
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1011



View Profile
May 05, 2015, 03:30:57 AM
 #17103

Thanks jadedjack. One more question. Just for scientific purposes I would like to run it on Amazon's c4.8xlarge which has 36 vCPU's (2.9 GHz Haswell processor), 60 GB RAM and an ECU of 132. Does this make sense and how can I be sure the program uses all these ressources to 100% (CPU, RAM,...)? It would be interesting, how fast it can find an address with 10 characters for example.

I tried that for jadedjack  Smiley
I ran it for a few days without success.

What i did was to run several instances of the genacc program. And monitored the cpu and memory use with htop

I didn't run them in the background with nohup. I used the utility "screen" that creates virtual terminals.
https://www.howtoforge.com/linux_screen

I think there were 16 or so running before the cpus were maxed out.

Amazon also has GPU instances, it would be interesting to see if the java code could be modified to use a GPU.


Which EC2 did you use? The c4.8xlarge?
jadedjack
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
May 05, 2015, 03:39:14 AM
 #17104

Thanks jadedjack. One more question. Just for scientific purposes I would like to run it on Amazon's c4.8xlarge which has 36 vCPU's (2.9 GHz Haswell processor), 60 GB RAM and an ECU of 132. Does this make sense and how can I be sure the program uses all these ressources to 100% (CPU, RAM,...)? It would be interesting, how fast it can find an address with 10 characters for example.

I tried that for jadedjack  Smiley
I ran it for a few days without success.

What i did was to run several instances of the genacc program. And monitored the cpu and memory use with htop

I didn't run them in the background with nohup. I used the utility "screen" that creates virtual terminals.
https://www.howtoforge.com/linux_screen

I think there were 16 or so running before the cpus were maxed out.

Amazon also has GPU instances, it would be interesting to see if the java code could be modified to use a GPU.


Which EC2 did you use? The c4.8xlarge?

I'm not sure. I think so. It was the most powerful I saw at the time. I talked to "A Man", he says it might be possible to port the program to use a GPU. It would probably be a LOT faster then.


BadaBing
punkrock
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1011



View Profile
May 05, 2015, 03:50:24 AM
 #17105

Maybe, yes. What about the code? Is it completely open source on github? And how can it be safe, that no one can reverse engeneering the generated private key, if he knows the address? Is it impossible?
jadedjack
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
May 05, 2015, 04:19:55 AM
 #17106

Maybe, yes. What about the code? Is it completely open source on github? And how can it be safe, that no one can reverse engeneering the generated private key, if he knows the address? Is it impossible?

The source is included in the zip file.

Here is an interesting article on crypto keys
http://www.di-mgt.com.au/cryptokeys.html

BadaBing
jabo38
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


mining is so 2012-2013


View Profile WWW
May 05, 2015, 05:15:43 AM
 #17107

Maybe, yes. What about the code? Is it completely open source on github? And how can it be safe, that no one can reverse engineering the generated private key, if he knows the address? Is it impossible?

I can't answer that well, but all the developers used went out of their way to use vanity gens for their accounts, so that gives me confidence.   

I know that a public key is calculated from a private key, and then in a 2nd step the account number is calculated from a public key.  All this is done with heavy duty cryptography.  So, it is just my guess that if you use a vanity address, it might or might not make it a little easier to reverse engineer the public address from the account address.  And if somebody does that?  so what?  It is a public address and meant to be known. 

But to reverse engineer the public address to the private address, would still be just as impossible as before. 

So, just my guess and only a guess is that a vanity key shortens the amount of time it would take one to try to crack a public address from an account number (a pointless task), but would make no difference trying to calculate a private key from a known public key, which would still be all but impossible. 

Now if somebody wanted to make a vanity private key, that I am guessing would be a security threat. 




jabo38
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


mining is so 2012-2013


View Profile WWW
May 05, 2015, 06:27:03 AM
 #17108

If anybody is trying to make a Bitcoin <-> NEM solution, NEM already has an awesome multisig feature set built in.  And in the future we will have mobile apps that will be able to work effectively as 2FA device that isn't relying on a third party service or third party software, but instead is all blockchain based.

But what about the on the BTC end?  Lots and lots of people have had security breach after security breach, and it has really seriously hurt BTC.  

Good news for BTC, I just read about a new solution for a $200 device.  http://techcrunch.com/2015/05/04/case-is-an-insanely-secure-hardware-bitcoin-wallet/ and that is a lot of money for sure, but for a business, this looks like the way to go.  Even for a regular person with a lot of BTC and using it often, it looks good.

But of course when the NEM mobile app comes out and adds support for a fingerprint scanning on your mobile, you will be getting they same level of security as that $200 device, but for free, and with no third party.  

rigel
Legendary
*
Offline Offline

Activity: 1240
Merit: 1001


Thank God I'm an atheist


View Profile
May 05, 2015, 06:34:52 AM
 #17109

Maybe, yes. What about the code? Is it completely open source on github? And how can it be safe, that no one can reverse engeneering the generated private key, if he knows the address? Is it impossible?

Most of the code has been open sourced, not all.
The core is open source.
I  hope remaining parts will be released soon.

Nothing is impossible  but with current technology getting the private key out of the public one will cost you much more than XEM market cap
gimre
Legendary
*
Offline Offline

Activity: 866
Merit: 1002



View Profile WWW
May 05, 2015, 06:53:17 AM
 #17110

Please keep the personal attacks out of here. Im sorry I want results.

I want jelly starfish.

NemusExMāchinā
Catapult docs: https://docs.symbol.dev
github: https://github.com/symbol
yshin365new
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
May 05, 2015, 08:03:21 AM
 #17111

Wow!
NEM's public interest score is 8th.
Same with NXT.

https://www.coingecko.com/en

punkrock
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1011



View Profile
May 05, 2015, 08:05:01 AM
 #17112

I have a question. Did poloniex.com get a stake from the Sustainability Fund or am I reading this transaction wrong?

Code:
    Block: 43618
    Type:multisig transaction Timestamp:2015-04-28 21:41:28
    Hash: a30aef15d5e8cc3780b6dc7cbbb4e79d5af48575550246d4d02a2e7a0daf8ace
    Sender: NCYP7E7S67LB4G4Y4RJWE7REFBZI4EXJ73MRKIWW
    Sender PK:719862cd7d0f4e875a6a0274c9a1738f38f40ad9944179006a54c34724c1274d
    Fee:6.000000
        Multisig:NDSUSTAAB2GWHBUFJXP7QQGYHBVEFWZESBUUWM4P
        Type:transfer transaction
        Recipient: NBZMQO7ZPBYNBDUR7F75MAKA2S3DHDCIFG775N3D
        Amount:2249828.000000 Inner fee:148.000000
        Message:
        Message type:encrypted
        Total multisig fees:24.000000
        Cosignatories
        NADMEHCFJD45GPTDL4HZP2LJLZVAZRLYWYPNEMLY
        NALICEXDMHEAVGSWHLSXDMUMCCHTBJLPKPI63IFY
        NCOSIGIMCITYNRE7XUR77OREOYFLPAILCNUYLTPD
    Total fee:172.000000
    Sig:96ad6dc671006e28e89ebc963051319872e8608ea41c376b22d9feca546c4a8a9721efd78aaecf74c6ce127593aea671716db06d07fc1653f14447b5fe530702
kodtycoon
Legendary
*
Offline Offline

Activity: 1568
Merit: 1002



View Profile
May 05, 2015, 08:13:57 AM
 #17113

I have a question. Did poloniex.com get a stake from the Sustainability Fund or am I reading this transaction wrong?

Code:
    Block: 43618
    Type:multisig transaction Timestamp:2015-04-28 21:41:28
    Hash: a30aef15d5e8cc3780b6dc7cbbb4e79d5af48575550246d4d02a2e7a0daf8ace
    Sender: NCYP7E7S67LB4G4Y4RJWE7REFBZI4EXJ73MRKIWW
    Sender PK:719862cd7d0f4e875a6a0274c9a1738f38f40ad9944179006a54c34724c1274d
    Fee:6.000000
        Multisig:NDSUSTAAB2GWHBUFJXP7QQGYHBVEFWZESBUUWM4P
        Type:transfer transaction
        Recipient: NBZMQO7ZPBYNBDUR7F75MAKA2S3DHDCIFG775N3D
        Amount:2249828.000000 Inner fee:148.000000
        Message:
        Message type:encrypted
        Total multisig fees:24.000000
        Cosignatories
        NADMEHCFJD45GPTDL4HZP2LJLZVAZRLYWYPNEMLY
        NALICEXDMHEAVGSWHLSXDMUMCCHTBJLPKPI63IFY
        NCOSIGIMCITYNRE7XUR77OREOYFLPAILCNUYLTPD
    Total fee:172.000000
    Sig:96ad6dc671006e28e89ebc963051319872e8608ea41c376b22d9feca546c4a8a9721efd78aaecf74c6ce127593aea671716db06d07fc1653f14447b5fe530702

no message attached it looks like... so it appears someone may have given the poloniex address, using it like a hot wallet, but did not give a message so it could have been sent into the abyss.. makoto will have to look into that one. maybe it can be recovered.

             ▄▄██████▄
         ▄▄████████████
   ▄▄█████████▀▀   ▀████
 ▄███████████▄      ████
████▀   ▀▀██████▄▄▄████
████      ▄███████████▄
▀████▄▄▄████████▀▀▀████▄
 ▀███████████▀      ████
 ████▀▀▀██████▄▄   ▄███▀
████      ▀███████████▀
████▄   ▄▄█████████▀▀
 ████████████▀▀
  ▀██████▀▀
█████████████████

     ███

██████████

     ██████

███████████

     ███████████████

███████████████████
█████████████████

███   

██████████

██████   

███████████

███████████████   

███████████████████
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████▀███████▀   ▀▀▀▄█████
█████▌  ▀▀███▌       ▄█████

████▀               █████
█████▄              ███████
██████▄            ████████
███████▄▄        ▄█████████
█████▄▄       ▄████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████████████▀▀███████
█████████████▀▀▀    ███████

███████▀▀▀   ▄▀   ███████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
█████████▌▐       █████████
██████████ ▄██▄  ██████████
████████████████▄██████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
███████▀           ▀███████
██████  ▄██▀▀▀▀▀█▀▄  ██████

█████  █▀  ▄▄▄  ▀█  █████
██████  █  █████  █  ██████
██████  █▄  ▀▀▀  ▄█  ██████
██████  ▀██▄▄▄▄▄██▀  ██████
███████▄           ▄███████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████▀█████▀██████████
███████▀  ▀     ▀  ▀███████

█████▌             ▐█████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
██████▄  ▄▄▄   ▄▄▄  ▄██████
████████▄▄███████▄▄████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
yshin365new
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
May 05, 2015, 08:25:35 AM
 #17114

Or, Poloniex.com might be a nemster, too.  Wink
patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
May 05, 2015, 08:36:35 AM
 #17115

I have a question. Did poloniex.com get a stake from the Sustainability Fund or am I reading this transaction wrong?

Code:
    Block: 43618
    Type:multisig transaction Timestamp:2015-04-28 21:41:28
    Hash: a30aef15d5e8cc3780b6dc7cbbb4e79d5af48575550246d4d02a2e7a0daf8ace
    Sender: NCYP7E7S67LB4G4Y4RJWE7REFBZI4EXJ73MRKIWW
    Sender PK:719862cd7d0f4e875a6a0274c9a1738f38f40ad9944179006a54c34724c1274d
    Fee:6.000000
        Multisig:NDSUSTAAB2GWHBUFJXP7QQGYHBVEFWZESBUUWM4P
        Type:transfer transaction
        Recipient: NBZMQO7ZPBYNBDUR7F75MAKA2S3DHDCIFG775N3D
        Amount:2249828.000000 Inner fee:148.000000
        Message:
        Message type:encrypted
        Total multisig fees:24.000000
        Cosignatories
        NADMEHCFJD45GPTDL4HZP2LJLZVAZRLYWYPNEMLY
        NALICEXDMHEAVGSWHLSXDMUMCCHTBJLPKPI63IFY
        NCOSIGIMCITYNRE7XUR77OREOYFLPAILCNUYLTPD
    Total fee:172.000000
    Sig:96ad6dc671006e28e89ebc963051319872e8608ea41c376b22d9feca546c4a8a9721efd78aaecf74c6ce127593aea671716db06d07fc1653f14447b5fe530702

no message attached it looks like... so it appears someone may have given the poloniex address, using it like a hot wallet, but did not give a message so it could have been sent into the abyss.. makoto will have to look into that one. maybe it can be recovered.

I'd think that the redeemer would have to hash it out with Poloniex support anyway. Not much makoto can do in that case.

PestoQuinty
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile
May 05, 2015, 08:40:36 AM
 #17116

Please keep the personal attacks out of here. Im sorry I want results.

I want jelly starfish.

I laughed so hard haha
punkrock
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1011



View Profile
May 05, 2015, 08:40:42 AM
 #17117

In this list is another one who used the poloniex-address.

Code:
Kienbui : NBZMQO-7ZPBYN-

Before sending this stake you should contact him or send this stake to me, instead of poloniex. They have enough.  Tongue
kodtycoon
Legendary
*
Offline Offline

Activity: 1568
Merit: 1002



View Profile
May 05, 2015, 08:42:13 AM
 #17118

I have a question. Did poloniex.com get a stake from the Sustainability Fund or am I reading this transaction wrong?

Code:
    Block: 43618
    Type:multisig transaction Timestamp:2015-04-28 21:41:28
    Hash: a30aef15d5e8cc3780b6dc7cbbb4e79d5af48575550246d4d02a2e7a0daf8ace
    Sender: NCYP7E7S67LB4G4Y4RJWE7REFBZI4EXJ73MRKIWW
    Sender PK:719862cd7d0f4e875a6a0274c9a1738f38f40ad9944179006a54c34724c1274d
    Fee:6.000000
        Multisig:NDSUSTAAB2GWHBUFJXP7QQGYHBVEFWZESBUUWM4P
        Type:transfer transaction
        Recipient: NBZMQO7ZPBYNBDUR7F75MAKA2S3DHDCIFG775N3D
        Amount:2249828.000000 Inner fee:148.000000
        Message:
        Message type:encrypted
        Total multisig fees:24.000000
        Cosignatories
        NADMEHCFJD45GPTDL4HZP2LJLZVAZRLYWYPNEMLY
        NALICEXDMHEAVGSWHLSXDMUMCCHTBJLPKPI63IFY
        NCOSIGIMCITYNRE7XUR77OREOYFLPAILCNUYLTPD
    Total fee:172.000000
    Sig:96ad6dc671006e28e89ebc963051319872e8608ea41c376b22d9feca546c4a8a9721efd78aaecf74c6ce127593aea671716db06d07fc1653f14447b5fe530702

no message attached it looks like... so it appears someone may have given the poloniex address, using it like a hot wallet, but did not give a message so it could have been sent into the abyss.. makoto will have to look into that one. maybe it can be recovered.

I'd think that the redeemer would have to hash it out with Poloniex support anyway. Not much makoto can do in that case.

how does the redeemer prove thats his stake? makoto may have to confirm to poloniex whos stake it is, other wise anyone can go to poloniex and try to claim it.

             ▄▄██████▄
         ▄▄████████████
   ▄▄█████████▀▀   ▀████
 ▄███████████▄      ████
████▀   ▀▀██████▄▄▄████
████      ▄███████████▄
▀████▄▄▄████████▀▀▀████▄
 ▀███████████▀      ████
 ████▀▀▀██████▄▄   ▄███▀
████      ▀███████████▀
████▄   ▄▄█████████▀▀
 ████████████▀▀
  ▀██████▀▀
█████████████████

     ███

██████████

     ██████

███████████

     ███████████████

███████████████████
█████████████████

███   

██████████

██████   

███████████

███████████████   

███████████████████
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████▀███████▀   ▀▀▀▄█████
█████▌  ▀▀███▌       ▄█████

████▀               █████
█████▄              ███████
██████▄            ████████
███████▄▄        ▄█████████
█████▄▄       ▄████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████████████▀▀███████
█████████████▀▀▀    ███████

███████▀▀▀   ▄▀   ███████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
█████████▌▐       █████████
██████████ ▄██▄  ██████████
████████████████▄██████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
███████▀           ▀███████
██████  ▄██▀▀▀▀▀█▀▄  ██████

█████  █▀  ▄▄▄  ▀█  █████
██████  █  █████  █  ██████
██████  █▄  ▀▀▀  ▄█  ██████
██████  ▀██▄▄▄▄▄██▀  ██████
███████▄           ▄███████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████▀█████▀██████████
███████▀  ▀     ▀  ▀███████

█████▌             ▐█████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
██████▄  ▄▄▄   ▄▄▄  ▄██████
████████▄▄███████▄▄████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
TotalPanda
Legendary
*
Offline Offline

Activity: 1946
Merit: 1012

vertex output parameter not completely initialized


View Profile
May 05, 2015, 08:43:00 AM
 #17119

patmast3r
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1001


View Profile
May 05, 2015, 08:47:43 AM
 #17120

I have a question. Did poloniex.com get a stake from the Sustainability Fund or am I reading this transaction wrong?

Code:
    Block: 43618
    Type:multisig transaction Timestamp:2015-04-28 21:41:28
    Hash: a30aef15d5e8cc3780b6dc7cbbb4e79d5af48575550246d4d02a2e7a0daf8ace
    Sender: NCYP7E7S67LB4G4Y4RJWE7REFBZI4EXJ73MRKIWW
    Sender PK:719862cd7d0f4e875a6a0274c9a1738f38f40ad9944179006a54c34724c1274d
    Fee:6.000000
        Multisig:NDSUSTAAB2GWHBUFJXP7QQGYHBVEFWZESBUUWM4P
        Type:transfer transaction
        Recipient: NBZMQO7ZPBYNBDUR7F75MAKA2S3DHDCIFG775N3D
        Amount:2249828.000000 Inner fee:148.000000
        Message:
        Message type:encrypted
        Total multisig fees:24.000000
        Cosignatories
        NADMEHCFJD45GPTDL4HZP2LJLZVAZRLYWYPNEMLY
        NALICEXDMHEAVGSWHLSXDMUMCCHTBJLPKPI63IFY
        NCOSIGIMCITYNRE7XUR77OREOYFLPAILCNUYLTPD
    Total fee:172.000000
    Sig:96ad6dc671006e28e89ebc963051319872e8608ea41c376b22d9feca546c4a8a9721efd78aaecf74c6ce127593aea671716db06d07fc1653f14447b5fe530702

no message attached it looks like... so it appears someone may have given the poloniex address, using it like a hot wallet, but did not give a message so it could have been sent into the abyss.. makoto will have to look into that one. maybe it can be recovered.

I'd think that the redeemer would have to hash it out with Poloniex support anyway. Not much makoto can do in that case.

how does the redeemer prove thats his stake? makoto may have to confirm to poloniex whos stake it is, other wise anyone can go to poloniex and try to claim it.

Well how is makoto supposed to confirm it ?
I guess the redeemer will have to provide makoto a poloniex account. Wow...he'll be delighted Cheesy

Pages: « 1 ... 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 [856] 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 ... 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!