Author

Topic: [EMC] EMERCOIN — Blockchain Service Platform. PoS&PoW | BTC merge-mined - page 102. (Read 393841 times)

hero member
Activity: 535
Merit: 501
EMC
Released version 0.3.1 - Fixed a client crash problem in the operating system Windows XP.

http://sourceforge.net/projects/emercoin/files/0.3.0/
hero member
Activity: 535
Merit: 501
EMC
You are doing great job guys with emc in technical area.
It just needs more promotion and more exchanges.
About the F@H project, i haven't seen a payment for several days now. It is just me or you made any changes?
thanks


Thank you!
Unfortunately, I'm the only one who recharges Emerfor lately Sad
But understand? EMC coin without premine, thus I have had an equal chance with other participants of the mine. And that means that my reserves, though significant, but limited.

Perhaps in the future we shift funding to F@H enthusiasts?
hero member
Activity: 607
Merit: 500
You are doing great job guys with emc in technical area.
It just needs more promotion and more exchanges.
About the F@H project, i haven't seen a payment for several days now. It is just me or you made any changes?
thanks
hero member
Activity: 535
Merit: 501
EMC
Hi Fixx or Maxihatop,

Do you know any reason why EMC might not work in windows XP?

Someone was asking at the Cryprocointalk forum: ( https://cryptocointalk.com/topic/2144-emercoin-emc-information/page-2 )

I also tried to run in XP and it appears to crash immediately.

Thanks!


Thanks for the info!

We have almost completed the release of the patch.
sr. member
Activity: 458
Merit: 250
Hi Fixx or Maxihatop,

Do you know any reason why EMC might not work in windows XP?

Someone was asking at the Cryprocointalk forum: ( https://cryptocointalk.com/topic/2144-emercoin-emc-information/page-2 )

I also tried to run in XP and it appears to crash immediately.

Thanks!
hero member
Activity: 535
Merit: 501
EMC
Another 2 topics that crossed my mind:
Is a testnet available? I haven't found any information in this thread nor on the homepage...
What are IP addresses of testnet nodes to put into the emercoin.conf?

And regarding security: http://emercoin.com/#specs (tab#2 "Security") states
Quote
For a successful attack on the network, the attacker must accumulate 51% of the computing power, and 51% of M1 aggregate (total coin supply). This task is much more difficult than just to accumulate 51% of the network's computational capacity.

Is the block trust value of PoW blocks significant?
I don't remember in which file of the source code to look after the calculation, but as Emercoin seems to be a fork of Peercoin, I'd wonder if the PoW blocks have a significant block trust value...
To attack PoS 51% of all actively minting should be enough, right?


There is a local testnet which you can create by writing testnet=1 to emercoin.conf. But you will need at least two testnet wallets connected to each other to start mining blocks. Here is an example of two such configs:

1st config:

# Run on the test network instead of the real bitcoin network.
testnet=1

# server=1 tells Bitcoin to accept JSON-RPC commands.
server=1
daemon=1

# You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser=testnet1
rpcpassword=testnet1

rpcallowip=127.0.0.1

# Listen for RPC connections on this TCP port:
port=9531
rpcport=9532

# add testnet wallet nr 2
addnode=127.0.0.1:9731

2nd config:

# Run on the test network instead of the real bitcoin network.
testnet=1

# server=1 tells Bitcoin to accept JSON-RPC commands.
server=1
daemon=1

# You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser=testnet2
rpcpassword=testnet2

rpcallowip=127.0.0.1

# Listen for RPC connections on this TCP port:
port=9431
rpcport=9432

# add testnet wallet nr 1
addnode=127.0.0.1:9531
sr. member
Activity: 321
Merit: 250
Another 2 topics that crossed my mind:
Is a testnet available? I haven't found any information in this thread nor on the homepage...
What are IP addresses of testnet nodes to put into the emercoin.conf?

And regarding security: http://emercoin.com/#specs (tab#2 "Security") states
Quote
For a successful attack on the network, the attacker must accumulate 51% of the computing power, and 51% of M1 aggregate (total coin supply). This task is much more difficult than just to accumulate 51% of the network's computational capacity.

Is the block trust value of PoW blocks significant?
I don't remember in which file of the source code to look after the calculation, but as Emercoin seems to be a fork of Peercoin, I'd wonder if the PoW blocks have a significant block trust value...
To attack PoS 51% of all actively minting should be enough, right?
sr. member
Activity: 321
Merit: 250
Try to set ENV variablese, defined in the file bldFreeBSD.sh (maybe, different pats on your system):
[...]

I tried to alter that -  no success. It doesn't look like bldFreeBSD.sh is used when making with the makefile.unix.


its not a "error message", only a warning. just ignore it.

The compiler doesn't come to an end after this warning. The last time I tried the whole RaPi got stuck and I thought I better as for help. I'll try it again!

Thank you!

[edit]
Seems to have been an issue with the RaPi when it got stuck. Tried the compiling again and it worked fine.
Thank you!
[/edit]
legendary
Activity: 1792
Merit: 1008
/dev/null
Hi,

I tried to compile the latest source (0.3.0) on a RaspberryPi with raspbian running.
The dependencies are installed except for miniupnpc, but I disabled UPNP in the makefile.unix

I got error messages when executing "make -f makefile.unix" and don't know what to read from them:

Code:
g++ -c -pthread -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g  -DBOOST_SPIRIT_THREADSAFE -I/home/pi/downloads/emercoin/emercoin-0.3.0-linux/src/src -I/home/pi/downloads/emercoin/emercoin-0.3.0-linux/src/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -Wl,-z,relro -Wl,-z,now -D_FORTIFY_SOURCE=2 -O2  -MMD -o obj/bitcoinrpc.o bitcoinrpc.cpp
In file included from bitcoinrpc.h:13:0,
                 from bitcoinrpc.cpp:17:
json/json_spirit_writer_template.h: In function âString_type json_spirit::add_esc_chars(const String_type&) [with String_type = std::basic_string]â:
json/json_spirit_writer_template.h:168:13:   instantiated from âvoid json_spirit::Generator::output(const String_type&) [with Value_type = json_spirit::Value_impl > >, Ostream_type = std::basic_ostringstream, json_spirit::Generator::String_type = std::basic_string
json/json_spirit_writer_template.h:124:34:   instantiated from âvoid json_spirit::Generator::output(const Value_type&) [with Value_type = json_spirit::Value_impl > >, Ostream_type = std::basic_ostringstream
json/json_spirit_writer_template.h:113:13:   instantiated from âjson_spirit::Generator::Generator(const Value_type&, Ostream_type&, bool) [with Value_type = json_spirit::Value_impl > >, Ostream_type = std::basic_ostringstream
json/json_spirit_writer_template.h:232:9:   instantiated from âvoid json_spirit::write_stream(const Value_type&, Ostream_type&, bool) [with Value_type = json_spirit::Value_impl > >, Ostream_type = std::basic_ostringstream
json/json_spirit_writer_template.h:242:9:   instantiated from âtypename Value_type::String_type json_spirit::write_string(const Value_type&, bool) [with Value_type = json_spirit::Value_impl > >, typename Value_type::String_type = std::basic_string
bitcoinrpc.cpp:2933:46:   instantiated from here
json/json_spirit_writer_template.h:78:63: warning: comparison is always true due to limited range of data type [-Wtype-limits]

Is anybody able to tell me what went wrong here?

Thank you in advance!

Kind regards
its not a "error message", only a warning. just ignore it.
member
Activity: 102
Merit: 12
Try to set ENV variablese, defined in the file bldFreeBSD.sh (maybe, different pats on your system):

export BOOST_INCLUDE_PATH=/usr/local/include
export BDB_INCLUDE_PATH=/usr/local/include/db48
export BOOST_LIB_PATH=/usr/local/lib
export BDB_LIB_PATH=/usr/local/lib/db48


sr. member
Activity: 321
Merit: 250
Hi,

I tried to compile the latest source (0.3.0) on a RaspberryPi with raspbian running.
The dependencies are installed except for miniupnpc, but I disabled UPNP in the makefile.unix

I got error messages when executing "make -f makefile.unix" and don't know what to read from them:

Code:
g++ -c -pthread -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g  -DBOOST_SPIRIT_THREADSAFE -I/home/pi/downloads/emercoin/emercoin-0.3.0-linux/src/src -I/home/pi/downloads/emercoin/emercoin-0.3.0-linux/src/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -Wl,-z,relro -Wl,-z,now -D_FORTIFY_SOURCE=2 -O2  -MMD -o obj/bitcoinrpc.o bitcoinrpc.cpp
In file included from bitcoinrpc.h:13:0,
                 from bitcoinrpc.cpp:17:
json/json_spirit_writer_template.h: In function âString_type json_spirit::add_esc_chars(const String_type&) [with String_type = std::basic_string]â:
json/json_spirit_writer_template.h:168:13:   instantiated from âvoid json_spirit::Generator::output(const String_type&) [with Value_type = json_spirit::Value_impl > >, Ostream_type = std::basic_ostringstream, json_spirit::Generator::String_type = std::basic_string
json/json_spirit_writer_template.h:124:34:   instantiated from âvoid json_spirit::Generator::output(const Value_type&) [with Value_type = json_spirit::Value_impl > >, Ostream_type = std::basic_ostringstream
json/json_spirit_writer_template.h:113:13:   instantiated from âjson_spirit::Generator::Generator(const Value_type&, Ostream_type&, bool) [with Value_type = json_spirit::Value_impl > >, Ostream_type = std::basic_ostringstream
json/json_spirit_writer_template.h:232:9:   instantiated from âvoid json_spirit::write_stream(const Value_type&, Ostream_type&, bool) [with Value_type = json_spirit::Value_impl > >, Ostream_type = std::basic_ostringstream
json/json_spirit_writer_template.h:242:9:   instantiated from âtypename Value_type::String_type json_spirit::write_string(const Value_type&, bool) [with Value_type = json_spirit::Value_impl > >, typename Value_type::String_type = std::basic_string
bitcoinrpc.cpp:2933:46:   instantiated from here
json/json_spirit_writer_template.h:78:63: warning: comparison is always true due to limited range of data type [-Wtype-limits]

Is anybody able to tell me what went wrong here?

Thank you in advance!

Kind regards
sr. member
Activity: 458
Merit: 250
Namecoin DNS proxy for Chrome is very good, and EMC Dev should research it.

https://chrome.google.com/webstore/detail/boghalnjcplaepdogcbcfjgbaooakkik

Github link to similar NameCoin plugin for Firefox. https://github.com/namecoin/Convergence

Never used it myself, just posting for info. Looks like it stores a local copy of the blockchain.
hero member
Activity: 535
Merit: 501
EMC
Namecoin DNS proxy for Chrome is very good, and EMC Dev should research it.

https://chrome.google.com/webstore/detail/boghalnjcplaepdogcbcfjgbaooakkik


Yes, it's really cool!
Do you have anyone in mind? A programmer who is able to write plugins for the browser?
sr. member
Activity: 361
Merit: 250
Namecoin DNS proxy for Chrome is very good, and EMC Dev should research it.

https://chrome.google.com/webstore/detail/boghalnjcplaepdogcbcfjgbaooakkik
sr. member
Activity: 458
Merit: 250
Great job!

When could EMC Dev release a new DNS server that public browser can reach .coin domain without any plug.

The *.coin domains are already reachable through a gateway such as emergate.net. But to have direct public access to the .coin domain will require your DNS provider support it.

It will take time, but I believe the EMC team are already working on seeing the domains supported by some DNS providers.

Until then, you would need to rely on a gateway such as emergate.net, or set up your own local DNS server as described in the 0.3 release notes.


---
NOTE: I am not a dev, I have been helping with the website and translations Smiley
hero member
Activity: 535
Merit: 501
EMC
Use EmerCoin NVS to deploy and manage Public Key Infrastructure!

Users can manage their own login credentials (public keys) by submitting and modifying records in the EMC blockchain (using the standard EmerCoin GUI or daemon). Similarly, admins can manage user groups for their services that may contain references to other groups as well as individual users - allowing for the creation of recursive authentication trees. Records are considered secure and unalterable due to the nature of blockchain technology.

Comparing to the most popular alternative - storing public keys in the LDAP server, this system has the following advantages:

  • This is first world-wide PKI system. Not just enterprise-level, but real world wide.
  • Not needed setup of dedicated LDAP-server(s) as domain controller - info retrieved from local wallet program.
  • Impossible situation, when user cannot login to server, because of LDAP server is unavailable or down.
  • Impossible situation, when attacker insert into LAN fake LDAP server, and get access to all computers at once.
  • Sensitive information retrieved from a wallet locally, and cannot be blocked/intercepted/alerted in the network.
  • Easy to configure, no troubles. Just plug and play.
  • WorldWidePKI - for WorldWideWEB. System can be used for authentication to another services - e.g. for WWW-servers.

Original - http://emercoin.com/EmerCoin_and_OpenSSH
sr. member
Activity: 361
Merit: 250
Great job!

When could EMC Dev release a new DNS server that public browser can reach .coin domain without any plug.
hero member
Activity: 535
Merit: 501
EMC

Release notes for the new release have been added to emercoin.com! visit: http://emercoin.com/2014-11-05-EmerCoin_0.3.0_Release_Notes


Nice document!
I will update the first post of the topic
sr. member
Activity: 458
Merit: 250
Congratulations to the EMC team on this important update. The domain names are already extremely useful!

Is update required? Particularly I am wondering if exchanges must be notified... or is it safe to continue using previous version?

Messy, sorry, I didn't understand from the first time.
Sure, to see all new features you have to download the new version.

No you are right the first time Smiley I'm just making sure that coins are safe and on correct chain when using old wallet (otherwise, exchanges would need to be notified).
sr. member
Activity: 458
Merit: 250

Release notes for the new release have been added to emercoin.com! visit: http://emercoin.com/2014-11-05-EmerCoin_0.3.0_Release_Notes
Jump to: