Bitcoin Forum
May 12, 2024, 01:55:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 44 45 46 »
  Print  
Author Topic: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO  (Read 126074 times)
funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
April 07, 2018, 07:29:10 AM
 #801

The wallet does not compile with libssl 1.1, i get a pretty long error message, which starts like this:
Code:
  CXX      libbitcoin_common_a-ecwrapper.o
ecwrapper.cpp: In function ‘int {anonymous}::ECDSA_SIG_recover_key_GFp(EC_KEY*, ECDSA_SIG*, const unsigned char*, int, int, int)’:
ecwrapper.cpp:85:28: error: invalid use of incomplete type ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’
     if (!BN_add(x, x, ecsig->r)) { ret=-1; goto err; }
                            ^~

It works with libssl 1.0, but that is not an option on my home PC, since it would break other things. Would be nice if devs would fix this. Sorry to post this here, but the issue section on github was removed.



Thanks for reporting flowjob;  which source repo is this coming from?  github.com/funkshelper/woodcore.git or  github.com/funkshelper/woodcoin.git or other? 


"Give me control over a coin's checkpoints and I care not who mines its blocks."
http://vtscc.org  http://woodcoin.info
1715478937
Hero Member
*
Offline Offline

Posts: 1715478937

View Profile Personal Message (Offline)

Ignore
1715478937
Reply with quote  #2

1715478937
Report to moderator
1715478937
Hero Member
*
Offline Offline

Posts: 1715478937

View Profile Personal Message (Offline)

Ignore
1715478937
Reply with quote  #2

1715478937
Report to moderator
1715478937
Hero Member
*
Offline Offline

Posts: 1715478937

View Profile Personal Message (Offline)

Ignore
1715478937
Reply with quote  #2

1715478937
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715478937
Hero Member
*
Offline Offline

Posts: 1715478937

View Profile Personal Message (Offline)

Ignore
1715478937
Reply with quote  #2

1715478937
Report to moderator
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
April 09, 2018, 07:01:44 AM
Last edit: April 09, 2018, 07:46:18 AM by lyolyalya
 #802

pools are down.miner-control.de is offline and l8nit3 is erroring wit auth fail(stratum is full) but there are no miners at all.any new pools?

edit.miner-control seems online.but syncing wallets.
funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
April 13, 2018, 06:54:07 PM
 #803

The wallet does not compile with libssl 1.1, i get a pretty long error message, which starts like this:
Code:
  CXX      libbitcoin_common_a-ecwrapper.o
ecwrapper.cpp: In function ‘int {anonymous}::ECDSA_SIG_recover_key_GFp(EC_KEY*, ECDSA_SIG*, const unsigned char*, int, int, int)’:
ecwrapper.cpp:85:28: error: invalid use of incomplete type ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’
     if (!BN_add(x, x, ecsig->r)) { ret=-1; goto err; }
                            ^~

It works with libssl 1.0, but that is not an option on my home PC, since it would break other things. Would be nice if devs would fix this. Sorry to post this here, but the issue section on github was removed.



I fixed these wallets so they now compile with the most recent openssl:

https://github.com/funkshelper/woodcoin.git
https://github.com/funkshelper/woodcoin-minimal.git

Please try them out for a spin and let us know how they compile.  Anybody fixing other wallets please let us know. 

Stay strong all comrades in the struggle for sanity, sound money on middle earth, and a return to the wealth of the kindom of Dain.   



"Give me control over a coin's checkpoints and I care not who mines its blocks."
http://vtscc.org  http://woodcoin.info
funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
April 14, 2018, 07:19:02 PM
 #804

Great idea and great project. I hope this project will be successful. Always keep up the great work! Good luck


Thank you Belinda2589!  Your kind words are much appreciated.  

In other news, also fixed for openssl 1.1 compatibility is the woodcore wallet:  

https://github.com/funkshelper/woodcore

https://github.com/funkshelper/woodcore/commit/c531f448855833715e6761fc3f71ba4c631a7a25

That should be all the wallets / nodes that use openssl updated.  
The wallet does not compile with libssl 1.1, i get a pretty long error message, which starts like this:
Code:
  CXX      libbitcoin_common_a-ecwrapper.o
ecwrapper.cpp: In function ‘int {anonymous}::ECDSA_SIG_recover_key_GFp(EC_KEY*, ECDSA_SIG*, const unsigned char*, int, int, int)’:
ecwrapper.cpp:85:28: error: invalid use of incomplete type ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’
     if (!BN_add(x, x, ecsig->r)) { ret=-1; goto err; }
                            ^~

It works with libssl 1.0, but that is not an option on my home PC, since it would break other things. Would be nice if devs would fix this. Sorry to post this here, but the issue section on github was removed.


Any other coders researching openssl 1.1 compatibility issues (I see a lot of teams struggling with this) might be interested to read this

https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes

Also useful is tpruvot's bignum.h



"Give me control over a coin's checkpoints and I care not who mines its blocks."
http://vtscc.org  http://woodcoin.info
funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
April 26, 2018, 12:29:17 AM
 #805

Looks like we are listed on another new exchange.
 


https://bitotal.com/webtrader/trade/log_btc

Congrats to bitotal team for a nice looking exchange and good luck surviving the early slow growth curve. 


"Give me control over a coin's checkpoints and I care not who mines its blocks."
http://vtscc.org  http://woodcoin.info
caroline2948
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
May 16, 2018, 12:45:43 PM
 #806

Anything new or any news going on with this coin?  I don't see much in the way of chatter in this forum?  Is Dev still active?
funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
May 17, 2018, 10:20:30 AM
 #807

Anything new or any news going on with this coin?  I don't see much in the way of chatter in this forum?  Is Dev still active?

The android wallet app at
http://www.woodcoin.org/files/woodcoin-wallet.apk

(sha256sum d95d15ac04321ebf0d697152bddb08e323a02142e9ecfbc0e2e77748a951b591)
 
has been updated.  Now includes exchange rates for fiat currencies and the not-send-without-restart bug has been fixed. 

This is being added to app stores as we speak. 

Development continues on native token implementation on woodcoin as described in:

http://woodcoin.info/2018/05/09/no-fork-native-tokens/






"Give me control over a coin's checkpoints and I care not who mines its blocks."
http://vtscc.org  http://woodcoin.info
m4nki
Hero Member
*****
Offline Offline

Activity: 1039
Merit: 510



View Profile
May 17, 2018, 04:47:24 PM
 #808

Development continues on native token implementation on woodcoin as described in:

http://woodcoin.info/2018/05/09/no-fork-native-tokens/

This is huge news! I love Counterparty for its easy to use secure token issuance features. To see Woodcoin adding comparable functionalities is really cool.

funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
May 26, 2018, 01:49:19 PM
Last edit: May 28, 2018, 03:38:08 PM by funkenstein
 #809


"Give me control over a coin's checkpoints and I care not who mines its blocks."
http://vtscc.org  http://woodcoin.info
funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
May 31, 2018, 03:02:08 AM
 #810

Wood-Wide-Web

http://www.bbc.com/earth/story/20141111-plants-have-a-hidden-internet


"Give me control over a coin's checkpoints and I care not who mines its blocks."
http://vtscc.org  http://woodcoin.info
funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
May 31, 2018, 09:46:45 AM
Last edit: May 31, 2018, 07:26:13 PM by funkenstein
 #811

LOG traders FYI::  


C-CEX exchange is halting withdraws for three months starting this week.  

https://bitcointalk.org/index.php?topic=418700.msg38330395#msg38330395


"Give me control over a coin's checkpoints and I care not who mines its blocks."
http://vtscc.org  http://woodcoin.info
woh0dly
Newbie
*
Offline Offline

Activity: 9
Merit: 1


View Profile
June 01, 2018, 02:12:41 AM
 #812


logo looks unique among all those. nicely done. nicely chosen.
stuff0577
Full Member
***
Offline Offline

Activity: 138
Merit: 100

More stuff will come.


View Profile WWW
July 11, 2018, 07:28:35 AM
Last edit: July 12, 2018, 03:39:26 AM by stuff0577
 #813

Hello Choppers Good day.. I would like to inform all of you that I have created a log info website.. https://allaboutlogs.online/ Its still on its early stage. But I hope to speed up stuff. Will conduct info and giveaways soon..! See you there...! Thanks.

DAILAI Peer-to-peer micro transport services
Cryptoguru.tk
Jr. Member
*
Offline Offline

Activity: 78
Merit: 2


View Profile WWW
July 31, 2018, 02:51:29 PM
 #814

LOG block explorer moved from cryptoguru to ccexp.
http://ccexp.tk/CurrencyInfo/index.php?Currency=LOG

http://ccexp.tk - Block explorer system for altcoins.
kit2000
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
August 24, 2018, 04:38:04 AM
 #815

what happened
24/08/18 To day I can't see coin in C-CEX exchange
or Admin remove coin?
yesterday can see coin is it. but today not see it.   

bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
August 24, 2018, 10:55:59 AM
 #816

what happened
24/08/18 To day I can't see coin in C-CEX exchange
or Admin remove coin?
yesterday can see coin is it. but today not see it.   



It says "Wallet not compilable...   " on C-CEX. They're on skeleton crew until the 31st so I wouldn't expect them fixing it before that.

Not your keys, not your coins!
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
August 24, 2018, 07:47:53 PM
 #817

seems like they are delisted it without any announcements...

bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
August 24, 2018, 08:51:36 PM
 #818

seems like they are delisted it without any announcements...

https://img.techpowerup.org/180824/p1kalmig2k177.jpg

Wow, that's crazy. They want close to $100k per month for a single coin while they don't even process BTC or other withdrawals because they're vacationing. Parasites.


Not your keys, not your coins!
alinayatsko34
Newbie
*
Offline Offline

Activity: 112
Merit: 0


View Profile
August 24, 2018, 08:59:11 PM
 #819

Hey. Whether this project is working now, would like to participate, because I could not find a similar project.
kit2000
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
August 25, 2018, 12:54:36 AM
 #820

They answered me.
https://img.techpowerup.org/180825/img-20180825-074029.jpg
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 44 45 46 »
  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!