Pages:
Author

Topic: [ANN] [PLURA] PluraCoin - Cryptonote / Anon [ASIC FRIENDLY] - page 19. (Read 31246 times)

newbie
Activity: 26
Merit: 0
hi,
I think it's nice project but need exchange as people will need to trade on it & miner want to see that the coin they do is spendable, as for the Tech  I believe it's one of the most perfect algo used in alt coin, hope the best & wishing to see exchange soon as Q1 is almost finish Wink.
omd
newbie
Activity: 8
Merit: 0
@PluraDev

Can you explain a little bit more the SourceCode on GitHub? I am interested in the implementation on RingCT. I looked through the code, but hadn´t find it. How is the current state of development of PluraCoin?

newbie
Activity: 23
Merit: 0
Hello,
New Mining Pool:

http://plura.revientaicos.com
Fee: 0.5%
Ports:
3333 at starting diff of 200 for CPUs
5555 at starting diff of 5000 for GPUs
7777 at starting diff of 40000 for RIGs

Location of Server:
Paris, France, Europe

Everyone is welcome to mine with me.

Added to ANN too.
good! thx
copper member
Activity: 196
Merit: 0
Hello,
New Mining Pool:

http://plura.revientaicos.com
Fee: 0.5%
Ports:
3333 at starting diff of 200 for CPUs
5555 at starting diff of 5000 for GPUs
7777 at starting diff of 40000 for RIGs

Location of Server:
Paris, France, Europe

Everyone is welcome to mine with me.

Added to ANN too.
newbie
Activity: 23
Merit: 0
Hello,
New Mining Pool:

http://plura.revientaicos.com
Fee: 0.5%
Ports:
3333 at starting diff of 200 for CPUs
5555 at starting diff of 5000 for GPUs
7777 at starting diff of 40000 for RIGs

Location of Server:
Paris, France, Europe

Everyone is welcome to mine with me.
newbie
Activity: 70
Merit: 0
newbie
Activity: 1
Merit: 0
member
Activity: 434
Merit: 19
Already there are many coins of this type than yours will be better or more useful than others? It is important for me to know how the coin will differ in order to make a decision at the beginning of extraction. Now I'm getting Sumo and this coin is already trading on the exchanges. do you have plans to enter the stock exchange and what is done for this? tell me more, please.
newbie
Activity: 33
Merit: 0
Been mining for a few days straight now, almost 100,000 coins mined!

Feels so rewarding!

Any thoughts as to what the price may be when it hits market? .01 - .05$?

I really hope the dev doesn't cash out all his 100,000,000 coins when this hits markets though, like we have seen with so many other new POW projects.
newbie
Activity: 61
Merit: 0
Why the whitepaper is missing in your roadmap?
copper member
Activity: 196
Merit: 0

The quick and dirty fix is to edit src/P2p/NetNode.cpp and comment out the whole content of addPortMapping:

Code:
--cut--

Now it works correctly!

Can you let me know when you make a formal repair in that file?

And I also want the gui wallet for windows, I like it more ^^

Thank you very much for the help!

Cool! Please watch the GitHub for updated releases.
newbie
Activity: 6
Merit: 0

The quick and dirty fix is to edit src/P2p/NetNode.cpp and comment out the whole content of addPortMapping:

Code:
void addPortMapping(Logging::LoggerRef& logger, uint32_t port) {
  // Add UPnP port mapping
  /*logger(INFO) << "Attempting to add IGD port mapping.";
  ...
  }*/
}

Now it works correctly!

Can you let me know when you make a formal repair in that file?

And I also want the gui wallet for windows, I like it more ^^

Thank you very much for the help!
copper member
Activity: 196
Merit: 0
newbie
Activity: 6
Merit: 0
copper member
Activity: 196
Merit: 0
newbie
Activity: 6
Merit: 0
Dear PluraCoin,

I have tried for 2 or 3 hours to compile the wallet in windows.

But errors appear in the middle of the compilation. And the only ones that compile correctly are the miner.exe, connectivity_tool.exe and simplewallet.exe. But the following errors appear on the walletd.exe and pluracoin.exe:

Code:
26>PasswordContainer.cpp
25>ConfigurationManager.cpp
26>SimpleWallet.cpp
25>PaymentGateService.cpp
25>PaymentServiceConfiguration.cpp
25>RpcNodeConfiguration.cpp
25>main.cpp
25>Unknown compiler version - please run the configure tests and report the results
25>Unknown compiler version - please run the configure tests and report the results
25>Unknown compiler version - please run the configure tests and report the results
25>Unknown compiler version - please run the configure tests and report the results
25>Unknown compiler version - please run the configure tests and report the results
26>Unknown compiler version - please run the configure tests and report the results
22>ConnectivityTool.vcxproj -> C:\Users\Carlos\Desktop\PluraCoin\build\release\src\Debug\connectivity_tool.exe
24>Miner.vcxproj -> C:\Users\Carlos\Desktop\PluraCoin\build\release\src\Debug\miner.exe
24>Compilación del proyecto "Miner.vcxproj" terminada.
23>   Creando biblioteca C:/Users/Carlos/Desktop/PluraCoin/build/release/src/Debug/pluracoind.lib y objeto C:/Users/Carlos/Desktop/PluraCoin/build/release/src/Debug/pluracoind.exp
23>LINK : warning LNK4098: la biblioteca predeterminada'MSVCRTD' entra en conflicto con otras bibliotecas; use la biblioteca /NODEFAULTLIB:biblioteca
23>miniupnpc.lib(miniupnpc.obj) : warning LNK4217: se importó el símbolo calloc definido localmente en la función UPNP_GetValidIGD
23>miniupnpc.lib(upnpcommands.obj) : warning LNK4217: se importó el símbolo calloc definido localmente en la función UPNP_GetTotalPacketsSent
23>miniupnpc.lib(portlistingparse.obj) : warning LNK4049: se importó el símbolo calloc definido localmente
23>miniupnpc.lib(upnpreplyparse.obj) : warning LNK4049: se importó el símbolo free definido localmente
23>miniupnpc.lib(portlistingparse.obj) : warning LNK4217: se importó el símbolo free definido localmente en la función data
23>miniupnpc.lib(miniupnpc.obj) : warning LNK4217: se importó el símbolo free definido localmente en la función upnpDiscover
23>miniupnpc.lib(upnpcommands.obj) : warning LNK4217: se importó el símbolo free definido localmente en la función UPNP_GetTotalPacketsReceived
23>miniupnpc.lib(miniwget.obj) : warning LNK4049: se importó el símbolo free definido localmente
23>miniupnpc.lib(minisoap.obj) : warning LNK4049: se importó el símbolo free definido localmente
23>miniupnpc.lib(miniupnpc.obj) : warning LNK4217: se importó el símbolo malloc definido localmente en la función upnpDiscover
23>miniupnpc.lib(miniwget.obj) : warning LNK4217: se importó el símbolo malloc definido localmente en la función getHTTPResponse
23>miniupnpc.lib(minisoap.obj) : warning LNK4049: se importó el símbolo malloc definido localmente
23>miniupnpc.lib(upnpreplyparse.obj) : warning LNK4049: se importó el símbolo malloc definido localmente
23>miniupnpc.lib(connecthostport.obj) : warning LNK4049: se importó el símbolo __acrt_iob_func definido localmente
23>miniupnpc.lib(receivedata.obj) : warning LNK4049: se importó el símbolo __acrt_iob_func definido localmente
23>miniupnpc.lib(miniupnpc.obj) : warning LNK4217: se importó el símbolo __acrt_iob_func definido localmente en la función upnpDiscover
23>miniupnpc.lib(igd_desc_parse.obj) : warning LNK4049: se importó el símbolo __acrt_iob_func definido localmente
23>miniupnpc.lib(miniwget.obj) : warning LNK4049: se importó el símbolo __acrt_iob_func definido localmente
23>miniupnpc.lib(minisoap.obj) : warning LNK4217: se importó el símbolo __acrt_iob_func definido localmente en la función printf
23>miniupnpc.lib(connecthostport.obj) : warning LNK4049: se importó el símbolo __stdio_common_vfprintf definido localmente
23>miniupnpc.lib(receivedata.obj) : warning LNK4049: se importó el símbolo __stdio_common_vfprintf definido localmente
23>miniupnpc.lib(miniupnpc.obj) : warning LNK4217: se importó el símbolo __stdio_common_vfprintf definido localmente en la función _vfprintf_l
23>miniupnpc.lib(igd_desc_parse.obj) : warning LNK4049: se importó el símbolo __stdio_common_vfprintf definido localmente
23>miniupnpc.lib(miniwget.obj) : warning LNK4049: se importó el símbolo __stdio_common_vfprintf definido localmente
23>miniupnpc.lib(minisoap.obj) : warning LNK4049: se importó el símbolo __stdio_common_vfprintf definido localmente
23>miniupnpc.lib(miniupnpc.obj) : warning LNK4217: se importó el símbolo __stdio_common_vsprintf definido localmente en la función _vsnprintf_l
23>miniupnpc.lib(miniwget.obj) : warning LNK4049: se importó el símbolo __stdio_common_vsprintf definido localmente
23>miniupnpc.lib(minisoap.obj) : warning LNK4049: se importó el símbolo __stdio_common_vsprintf definido localmente
23>miniupnpc.lib(connecthostport.obj) : warning LNK4049: se importó el símbolo __stdio_common_vsprintf definido localmente
23>miniupnpc.lib(upnpcommands.obj) : warning LNK4217: se importó el símbolo strtoul definido localmente en la función my_atoui
23>miniupnpc.lib(miniwget.obj) : warning LNK4217: se importó el símbolo strtoul definido localmente en la función miniwget_getaddr
23>miniupnpc.lib(upnpcommands.obj) : warning LNK4217: se importó el símbolo __stdio_common_vsscanf definido localmente en la función _vsscanf_l
23>miniupnpc.lib(upnpcommands.obj) : warning LNK4217: se importó el símbolo strncmp definido localmente en la función UPNP_AddPinhole
23>miniupnpc.lib(miniwget.obj) : warning LNK4217: se importó el símbolo atoi definido localmente en la función getHTTPResponse
23>miniupnpc.lib(miniwget.obj) : warning LNK4217: se importó el símbolo isxdigit definido localmente en la función getHTTPResponse
23>miniupnpc.lib(miniupnpc.obj) : error LNK2019: símbolo externo __imp__memicmp sin resolver al que se hace referencia en la función parseMSEARCHReply
23>miniupnpc.lib(miniwget.obj) : error LNK2001: símbolo externo __imp__memicmp sin resolver
23>miniupnpc.lib(miniupnpc.obj) : error LNK2019: símbolo externo __imp__strdup sin resolver al que se hace referencia en la función GetUPNPUrls
23>miniupnpc.lib(upnpreplyparse.obj) : error LNK2001: símbolo externo __imp_strncpy sin resolver
23>miniupnpc.lib(miniupnpc.obj) : error LNK2001: símbolo externo __imp_strncpy sin resolver
23>miniupnpc.lib(upnpcommands.obj) : error LNK2001: símbolo externo __imp_strncpy sin resolver
23>miniupnpc.lib(miniwget.obj) : error LNK2001: símbolo externo __imp_strncpy sin resolver
23>miniupnpc.lib(connecthostport.obj) : error LNK2001: símbolo externo __imp_strncpy sin resolver
23>miniupnpc.lib(miniwget.obj) : error LNK2019: símbolo externo __imp_perror sin resolver al que se hace referencia en la función miniwget3
23>miniupnpc.lib(miniwget.obj) : error LNK2019: símbolo externo __imp_realloc sin resolver al que se hace referencia en la función getHTTPResponse
23>C:\Users\Carlos\Desktop\PluraCoin\build\release\src\Debug\pluracoind.exe : fatal error LNK1120: 5 externos sin resolver
23>Compilación del proyecto "Daemon.vcxproj" terminada -- ERROR.
25>   Creando biblioteca C:/Users/Carlos/Desktop/PluraCoin/build/release/src/Debug/walletd.lib y objeto C:/Users/Carlos/Desktop/PluraCoin/build/release/src/Debug/walletd.exp
25>LINK : warning LNK4098: la biblioteca predeterminada'MSVCRTD' entra en conflicto con otras bibliotecas; use la biblioteca /NODEFAULTLIB:biblioteca
25>miniupnpc.lib(miniupnpc.obj) : warning LNK4217: se importó el símbolo calloc definido localmente en la función UPNP_GetValidIGD
25>miniupnpc.lib(upnpcommands.obj) : warning LNK4217: se importó el símbolo calloc definido localmente en la función UPNP_GetTotalPacketsSent
25>miniupnpc.lib(portlistingparse.obj) : warning LNK4049: se importó el símbolo calloc definido localmente
25>miniupnpc.lib(upnpreplyparse.obj) : warning LNK4049: se importó el símbolo free definido localmente
25>miniupnpc.lib(portlistingparse.obj) : warning LNK4217: se importó el símbolo free definido localmente en la función data
25>miniupnpc.lib(miniupnpc.obj) : warning LNK4217: se importó el símbolo free definido localmente en la función upnpDiscover
25>miniupnpc.lib(upnpcommands.obj) : warning LNK4217: se importó el símbolo free definido localmente en la función UPNP_GetTotalPacketsReceived
25>miniupnpc.lib(miniwget.obj) : warning LNK4049: se importó el símbolo free definido localmente
25>miniupnpc.lib(minisoap.obj) : warning LNK4049: se importó el símbolo free definido localmente
25>miniupnpc.lib(miniupnpc.obj) : warning LNK4217: se importó el símbolo malloc definido localmente en la función upnpDiscover
25>miniupnpc.lib(miniwget.obj) : warning LNK4217: se importó el símbolo malloc definido localmente en la función getHTTPResponse
25>miniupnpc.lib(minisoap.obj) : warning LNK4049: se importó el símbolo malloc definido localmente
25>miniupnpc.lib(upnpreplyparse.obj) : warning LNK4049: se importó el símbolo malloc definido localmente
25>miniupnpc.lib(connecthostport.obj) : warning LNK4049: se importó el símbolo __acrt_iob_func definido localmente
25>miniupnpc.lib(receivedata.obj) : warning LNK4049: se importó el símbolo __acrt_iob_func definido localmente
25>miniupnpc.lib(miniupnpc.obj) : warning LNK4217: se importó el símbolo __acrt_iob_func definido localmente en la función upnpDiscover
25>miniupnpc.lib(igd_desc_parse.obj) : warning LNK4049: se importó el símbolo __acrt_iob_func definido localmente
25>miniupnpc.lib(miniwget.obj) : warning LNK4049: se importó el símbolo __acrt_iob_func definido localmente
25>miniupnpc.lib(minisoap.obj) : warning LNK4217: se importó el símbolo __acrt_iob_func definido localmente en la función printf
25>miniupnpc.lib(connecthostport.obj) : warning LNK4049: se importó el símbolo __stdio_common_vfprintf definido localmente
25>miniupnpc.lib(receivedata.obj) : warning LNK4049: se importó el símbolo __stdio_common_vfprintf definido localmente
25>miniupnpc.lib(miniupnpc.obj) : warning LNK4217: se importó el símbolo __stdio_common_vfprintf definido localmente en la función _vfprintf_l
25>miniupnpc.lib(igd_desc_parse.obj) : warning LNK4049: se importó el símbolo __stdio_common_vfprintf definido localmente
25>miniupnpc.lib(miniwget.obj) : warning LNK4049: se importó el símbolo __stdio_common_vfprintf definido localmente
25>miniupnpc.lib(minisoap.obj) : warning LNK4049: se importó el símbolo __stdio_common_vfprintf definido localmente
25>miniupnpc.lib(miniupnpc.obj) : warning LNK4217: se importó el símbolo __stdio_common_vsprintf definido localmente en la función _vsnprintf_l
25>miniupnpc.lib(miniwget.obj) : warning LNK4049: se importó el símbolo __stdio_common_vsprintf definido localmente
25>miniupnpc.lib(minisoap.obj) : warning LNK4049: se importó el símbolo __stdio_common_vsprintf definido localmente
25>miniupnpc.lib(connecthostport.obj) : warning LNK4049: se importó el símbolo __stdio_common_vsprintf definido localmente
25>miniupnpc.lib(upnpcommands.obj) : warning LNK4217: se importó el símbolo strtoul definido localmente en la función my_atoui
25>miniupnpc.lib(miniwget.obj) : warning LNK4217: se importó el símbolo strtoul definido localmente en la función miniwget_getaddr
25>miniupnpc.lib(upnpcommands.obj) : warning LNK4217: se importó el símbolo __stdio_common_vsscanf definido localmente en la función _vsscanf_l
25>miniupnpc.lib(upnpcommands.obj) : warning LNK4217: se importó el símbolo strncmp definido localmente en la función UPNP_AddPinhole
25>miniupnpc.lib(miniwget.obj) : warning LNK4217: se importó el símbolo atoi definido localmente en la función getHTTPResponse
25>miniupnpc.lib(miniwget.obj) : warning LNK4217: se importó el símbolo isxdigit definido localmente en la función getHTTPResponse
25>miniupnpc.lib(miniupnpc.obj) : error LNK2019: símbolo externo __imp__memicmp sin resolver al que se hace referencia en la función parseMSEARCHReply
25>miniupnpc.lib(miniwget.obj) : error LNK2001: símbolo externo __imp__memicmp sin resolver
25>miniupnpc.lib(miniupnpc.obj) : error LNK2019: símbolo externo __imp__strdup sin resolver al que se hace referencia en la función GetUPNPUrls
25>miniupnpc.lib(upnpreplyparse.obj) : error LNK2001: símbolo externo __imp_strncpy sin resolver
25>miniupnpc.lib(miniupnpc.obj) : error LNK2001: símbolo externo __imp_strncpy sin resolver
25>miniupnpc.lib(upnpcommands.obj) : error LNK2001: símbolo externo __imp_strncpy sin resolver
25>miniupnpc.lib(miniwget.obj) : error LNK2001: símbolo externo __imp_strncpy sin resolver
25>miniupnpc.lib(connecthostport.obj) : error LNK2001: símbolo externo __imp_strncpy sin resolver
25>miniupnpc.lib(miniwget.obj) : error LNK2019: símbolo externo __imp_perror sin resolver al que se hace referencia en la función miniwget3
25>miniupnpc.lib(miniwget.obj) : error LNK2019: símbolo externo __imp_realloc sin resolver al que se hace referencia en la función getHTTPResponse
25>C:\Users\Carlos\Desktop\PluraCoin\build\release\src\Debug\walletd.exe : fatal error LNK1120: 5 externos sin resolver
25>Compilación del proyecto "PaymentGateService.vcxproj" terminada -- ERROR.
26>SimpleWallet.vcxproj -> C:\Users\Carlos\Desktop\PluraCoin\build\release\src\Debug\simplewallet.exe
27>------ Operación Compilar omitida: proyecto: ALL_BUILD, configuración: Debug x64 ------
27>Proyecto no seleccionado para compilarse para esta configuración de solución
========== Compilar: 22 correctos, 4 incorrectos, 0 actualizados, 1 omitidos ==========

I only use wallets compiled by me. Please help.
newbie
Activity: 13
Merit: 0
Greetings everyone.  I keep getting the following error while trying to mine.  Any clue how to fix?  Thanks.

[2018-03-10 17:26:59] : Fast-connecting to mine.plurapool.com:5555 pool ...
[2018-03-10 17:27:00] : Pool mine.plurapool.com:5555 connected. Logging in...
[2018-03-10 17:27:00] : SOCKET ERROR - [mine.plurapool.com:5555] invalid address used for login
[2018-03-10 17:27:00] : SOCKET ERROR - [mine.plurapool.com:5555] RECEIVE error: A blocking operation was interrupted by a call to WSACancelBlockingCall.

Which mining software do you use?
Anyway it seems like you didn't put your wallet address in the config. Pool recognized invalid mining/wallet address.

I Appreciate the reply. I went ahead and made a new wallet and got it working.  Thanks for the suggestion.
copper member
Activity: 196
Merit: 0
Greetings everyone.  I keep getting the following error while trying to mine.  Any clue how to fix?  Thanks.

[2018-03-10 17:26:59] : Fast-connecting to mine.plurapool.com:5555 pool ...
[2018-03-10 17:27:00] : Pool mine.plurapool.com:5555 connected. Logging in...
[2018-03-10 17:27:00] : SOCKET ERROR - [mine.plurapool.com:5555] invalid address used for login
[2018-03-10 17:27:00] : SOCKET ERROR - [mine.plurapool.com:5555] RECEIVE error: A blocking operation was interrupted by a call to WSACancelBlockingCall.

Which mining software do you use?
Anyway it seems like you didn't put your wallet address in the config. Pool recognized invalid mining/wallet address.
newbie
Activity: 13
Merit: 0
Greetings everyone.  I keep getting the following error while trying to mine.  Any clue how to fix?  Thanks.

[2018-03-10 17:26:59] : Fast-connecting to mine.plurapool.com:5555 pool ...
[2018-03-10 17:27:00] : Pool mine.plurapool.com:5555 connected. Logging in...
[2018-03-10 17:27:00] : SOCKET ERROR - [mine.plurapool.com:5555] invalid address used for login
[2018-03-10 17:27:00] : SOCKET ERROR - [mine.plurapool.com:5555] RECEIVE error: A blocking operation was interrupted by a call to WSACancelBlockingCall.
newbie
Activity: 33
Merit: 0
mining is running smoothly, the site looks great, look forward to seeing where this goes in the future!

the logo though, looks very similar to paccoin?

however the current paccoin logo does look to be revamped

keep up the good work eh, ill be mining and hodlin!

Thanks for support.
I don't understand the situation with the logotype, it can't be a coincidence they've just changed their logo :-)

the logotype is great, I have nothing wrong with it, just looks similar to the old paccoin logo

I agree, difficult to incorporate the letter p and c together and not expect them to look similar

Keep up the good work, really enjoy seeing you replying often to the community.
Pages:
Jump to: