Bitcoin Forum
May 25, 2024, 11:36:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 47 48 49 50 51 52 53 54 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: May 26, 2018, 01:49:19 PM
62  Bitcoin / Bitcoin Discussion / Re: What is the reason why we really need Bitcoin? on: May 24, 2018, 08:07:14 AM
The problem that blockchain solves:

http://woodcoin.info/2018/05/15/the-problem-that-blockchain-solves/

63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: May 17, 2018, 10:20:30 AM
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/





64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: April 26, 2018, 12:29:17 AM
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. 

65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: April 14, 2018, 07:19:02 PM
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


66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: April 13, 2018, 06:54:07 PM
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.   


67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: April 07, 2018, 07:29:10 AM
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? 

68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: March 27, 2018, 10:57:36 PM
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: March 25, 2018, 02:55:48 AM
Difficulty ATH at 2680 !  ...   

70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: March 18, 2018, 02:27:50 AM
Hello good day.. wood cutter community. I have created a woodcoin explainer video along with funkenstein..

https://www.youtube.com/watch?v=cWnQ54l-gBE

Please do share to spread crypto specially woodcoin Smiley

Cheers..!
 

Nice work stuff0577!  

Put a LOG donation address in there too Wink
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: March 13, 2018, 11:12:20 AM
New all time difficulty high!  Diff = 2551

Wow, nice work LOG miners!! 
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: March 10, 2018, 10:57:15 AM

As much as I love Woodcoin for a very long time, the main problem I have with it is that people can't solomine it with traditional miners (method not found). And being such a small coin that it is, solomining I think should be essential.

You see, many coins sort of blindly updated their wallets to the newest Bitcoin wallet codebase which removed getwork that was required for solomining and was replaced with getworktemplate - which is STILL not supported by virtually any ccminer fork. It makes sense to remove solomining in the default Bitcoin wallet, but many many altcoins followed suit without acknowledging the consequences and without releasing a compatible miner that's capable of solomining with getworktemplate and coinbase, ignoring that decentralization should be paramount. Then again, I don't mean to be too harsh on Woodcoin, there are way bigger offenders to this idea, but still, this should be fixed in one way or another. I'm curious how AMD miners are doing with modern wallets.

The good news is that you can still use version v1.0.0.0-unk-geo and solomine as if nothing happened because the newest version (v0.13.2.0-e0c070a) is fortunately not mandatory.

Bathrobehero, I think you're exactly right here.  In fact I think this same issue was responsible for contention on BTC as well - and kept a lot of miners off the segwit/core codes for a while.  Getting rid of getwork was a very odd move that required a lot of work for miners. 

As you point out github.com/funkshelper/woodcoin.git still has getwork, and in fact dominates the network if you look at versions that nodes are reporting. 

Re-adding getwork to the core codebase was more difficult than I thought and I don't know of any coin that has done so.  Because the original woodcoin still has getwork I haven't put much effort into it.  If you can think of any way to address this please let us know! 







73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: March 10, 2018, 10:51:14 AM

Hmm I see l8nit3-miners hasn't solved a block in 9 days, but miner-control.de has 6 miners totally 11.7 GH/s, 12 blocks in the last hour. 
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: March 09, 2018, 09:40:07 PM
pool please tell me

Here are two mining pools I know of currently chopping LOGs : 

http://yiimp.l8nit3-miners.com/site/mining
https://miner-control.de/

75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: March 09, 2018, 09:18:46 AM
Dead silence on the android wallet release. 

Any feedback appreciated!

In related news, we need a new forum.  Several people have complained to me about the direction of bitcointalk.  Perhaps worth a blog post but in the meantime we need something more accessible. 

Oh and I'll just leave this here
https://www.smithsonianmag.com/science-nature/the-whispering-trees-180968084/#ygvHxssfqDocYmFY.99

76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: February 22, 2018, 04:47:57 PM
https://www.dispatchtribunal.com/2018/02/18/woodcoin-log-1-day-trading-volume-hits-47-00.html

Huge trading day last week! 
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread on: February 20, 2018, 04:39:33 PM
42 coin mentioned by Andreas Antonopoulos:

https://youtu.be/810aKcfM__Q?t=2454
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: February 20, 2018, 03:21:08 PM
Thanks Geekxplore!  Nice article and site.  Keep up the good work. 

In less accurate news, we have

https://crypto9.co/how-to-buy-woodcoin-guide-to-investing/

Apparently woodcoin is an ethereum token now.  Who knew?  
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: February 20, 2018, 07:36:30 AM
Android wallet for testing by request:  

https://woodcoin.org/files/woodcoin-wallet-debug.apk

[edit: now at https://woodcoin.org/files/woodcoin-wallet.apk]

Known bugs:

Sometimes hangs when sending, requires a restart of the app to finish sending a transaction.  




80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO on: February 07, 2018, 07:15:43 PM
Heads up for folks running a lot of coin nodes: 

  "Bitcoin Gold" also chose port 8338 for default port and so will cause problems when running on the same box as a woodcoin node. 
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 47 48 49 50 51 52 53 54 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!