:: Re: [unSYSTEM] [ECOin] P2P Crypto E…
Top Page
Delete this message
Reply to this message
Author: psy
Date:  
To: Amir Taaki
CC: System undo crew
Subject: Re: [unSYSTEM] [ECOin] P2P Crypto Economy... Re-Launched!


On 31/1/21 13:00, Amir Taaki wrote:
> Glad to see people from here launching projects. Lets move on this
> thing, this a good time to be studying finance and writing code.
>
> Anyway I tried compiling the source. I get these errors:
>
> src/bignum.h: In member function ‘CBigNum CBigNum::inverse(const
> CBigNum&) const’:
> src/bignum.h:483:29: error: cannot convert ‘CBigNum*’ to ‘BIGNUM*’ {aka
> ‘bignum_st*’}
>   483 |         if (!BN_mod_inverse(&ret, this, &m, pctx))
>       |                             ^~~~
>       |                             |
>       |                             CBigNum*

>
> I vaguely remember there was some botched SSL upgrade and I might need
> to downgrade my library. Anyway that kinda sucks to just get this code
> to compile. You should put up AppImages.


Yes, it is a warning from the library, but the compilation should
continue without problems. Over here we already have it running on
different machines, without problems.

What I see we need to bring the code closer to all those people who want
to use cryptocurrencies, but who don't really understand how to make
them work. We need executables and mobile applications that bring
technology and a language easier to understand.

I am aware that there are many people who are willing to put central
banks aside, but who do not know too much about computers to do it at
once. If we manage to bring the distributed economies closer and better,
the impact will be more efficient and greater.

Checking AppImages...

> On 1/30/21 12:21 AM, psy wrote:
>> ----------
>>
>> + Introduction:
>>
>> ECOin is a crypto-currency with the goal of providing a long-term
>> energy-efficient digital economy strategy.
>>
>> It uses -SCRYPT algorithm- and implements 3 different mining systems:
>> Proof-Of-Work[1], Proof-Of-Stake[2] and Proof-Of-Transaction[3].
>>
>> ----------
>>
>> + Supported languages:
>>
>> - English
>> - Russian
>> - Catalan
>> - German
>> - Spanish
>> - Basque
>> - French
>> - Italian
>> - Portuguese
>> - Chinese
>>
>> ----------
>>
>> + Website:
>>
>> - https://ecoin.03c8.net/
>>
>> ----------
>>
>> + Sources:
>>
>> - https://code.03c8.net/epsylon/ecoin
>> - https://github.com/epsylon/ecoin
>>
>> ----------
>>
>> [1] https://en.wikipedia.org/wiki/Proof_of_work
>> [2] https://en.wikipedia.org/wiki/Proof-of-stake
>> [3] https://cryptoticker.io/en/proof-transaction/
>>
>>
>> _______________________________________________
>> unSYSTEM mailing list: http://unsystem.net
>> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/unsystem
>>
> _______________________________________________
> unSYSTEM mailing list: http://unsystem.net
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/unsystem
>