Pages:
Author

Topic: [ANN] Woodcoin [LOG] Pure Skein POW, Logarithmic Release, No Premine nor ICO - page 19. (Read 126093 times)

legendary
Activity: 1066
Merit: 1050
Khazad ai-menu!
legendary
Activity: 1066
Merit: 1050
Khazad ai-menu!
member
Activity: 116
Merit: 10
Am I stupid or am I stupid?  Roll Eyes
Where can I download desktop wallet?

All the builds are built by third parties, unless you want to build it yourself. The links are in the first post under "Windows Versions".
newbie
Activity: 14
Merit: 0
Am I stupid or am I stupid?  Roll Eyes
Where can I download desktop wallet?
legendary
Activity: 1066
Merit: 1050
Khazad ai-menu!
legendary
Activity: 1066
Merit: 1050
Khazad ai-menu!
Any ideas why the price on C-Cex is crashing?

A great wizard asks such a question in a channel such as this? 

My apologies good sir, I know not.  Rumor has it that a longtime woodcutter faced persecution in Isengard and sold off holdings in desperation. 

Others talk of a Dwarven conspiracy to collect vast piles of logs in a vault deep in Moria before middle earth wakes up to the importance of a sustainable monetary policy. 

With volume and orderbooks as we've seen on c-cex, it wouldn't take much to create such moves in price.  5 bitcoin or so, to be more specific. 

 



hero member
Activity: 1330
Merit: 515
Coin Mage
Any ideas why the price on C-Cex is crashing?
legendary
Activity: 1050
Merit: 1000
willing to design a new OP for wood for a bounty pm me if interested
legendary
Activity: 1066
Merit: 1050
Khazad ai-menu!
GITHUB REPO REBASE

The github repo was becoming unusable due to 300MB of history in the .git folder.  

I renamed it to /funkshelper/woodcoin-historical.git

and put the current code in /funkshelper/woodcoin.git


This may cause problems if you are issuing "git pull" to your current repo.
It is recommended that you stash changes and start out with a fresh clone. 

Please let us know if there are any issues!  
legendary
Activity: 1066
Merit: 1050
Khazad ai-menu!

I absolutely cannot find any GPU miner that supports skein2 algo for AMD cards.. Has anyone come across one? Can someone point me in the right direction please?


I cannot attest to its efficiency but I have heard from a few parties that the thing does in fact chop wood on AMD cards. 


Actually on second inspection you may be right.  Intel now saying one I linked is CUDA / NVidia only.  Anyone skein on radeon? 


legendary
Activity: 1066
Merit: 1050
Khazad ai-menu!

I absolutely cannot find any GPU miner that supports skein2 algo for AMD cards.. Has anyone come across one? Can someone point me in the right direction please?


The GPU chainsaw is available here:

https://github.com/tpruvot/ccminer

I cannot attest to its efficiency but I have heard from a few parties that the thing does in fact chop wood on AMD cards. 


The relevant commit:

https://github.com/tpruvot/ccminer/commit/163430daae37163034a1e802560efd6bb614b52f


For support you could post here or try to look in freenode irc #woodcoin to see if any choppers are around.   


newbie
Activity: 11
Merit: 0

I absolutely cannot find any GPU miner that supports skein2 algo for AMD cards.. Has anyone come across one? Can someone point me in the right direction please?



legendary
Activity: 1504
Merit: 1002
Thank you @funkenstein - I will give these suggestions a try when I have a bit more time to commit to computing!  Grin
legendary
Activity: 1066
Merit: 1050
Khazad ai-menu!
https://github.com/funkshelper/woodcoin/commit/f4b9051af94436132667d2a0e4a684c341389211

This is not any kind of change to the network, as the "alert" system was crippled from day 1.  No new version number.  
Now all traces are gone entirely from this repo.  Please let me know what you think.  

Woodcoin is a pure public coin, which means it is in fact decentralized, which means specifically that there are no checkpoints, alerts, or other system controlled by anyone other than the node operators.  The only almost-exception to this currently is the presence of a single hardcoded node, dnsseed.woodcoin.org, currently 104.131.102.63, in the main repository (and binaries I have signed).  The "fo-realz-woodcoin" branch doesn't have this and new nodes need to enter an existing node IP address by hand.  

Dictates from your commander (that's me) will come from me directly and not through some kind of backdoor in node software.  That way, you can assess what I say and see if you actually want to follow it.  

Protecting you from the future evil me since 2014 --      funkenstein_the_dwarf

legendary
Activity: 1066
Merit: 1050
Khazad ai-menu!


You also might consider building on the PI from
 https://github.com/funkshelper/woodcoin-minimal

command line only version, no need for QT libraries and takes up less space.

Depending on what you  need to do there, you can also do basic wallet creation / manipulation with logaddress.org/index.html offline on a raspberry pi.

 
legendary
Activity: 1066
Merit: 1050
Khazad ai-menu!
Evening all - I was recently trying to install the WoodCoin wallet on a raspberry pi 3 and had no luck.  i following the instructions in the OP but not all commands worked 100%.  I am running Debian Jessie.  Does anyone know the correct command line sequence to get it to install?  I am noob to linux and am learning as I go along.  Tongue


git clone https://github.com/funkshelper/woodcoin
cd woodcoin/src/
make -f makefile.unix



Hello - thank you for that.  I keep getting this error.

~ $ git clone https://github.com/funkshelper/woodcoin
fatal: destination path 'woodcoin' already exists and is not an empty directory.
~ $ cd woodcoin/src/
~/woodcoin/src $ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pi/woodcoin/src -I/home/pi/woodcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pi/woodcoin/src/leveldb/include -I/home/pi/woodcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
 #include
                                                     ^
compilation terminated.
makefile.unix:178: recipe for target 'obj/alert.o' failed

Thank you for your help.

Hmm.. it seems like there is some issue with locating your boost library.  Did you try:

sudo apt-get install libboost-all-dev

?

Other dependencies:

sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev qt-sdk libminiupnpc-dev

In other news, that your compile breaks on "alert.cpp" is pretty lame, because we explicitly don't use any alert system.  This is a pure public decentralized coin. 
So I'm gonna go rip mention of it out of the repo right now.  Boost is still a requirement though, so it won't make much difference.     

legendary
Activity: 1504
Merit: 1002
Evening all - I was recently trying to install the WoodCoin wallet on a raspberry pi 3 and had no luck.  i following the instructions in the OP but not all commands worked 100%.  I am running Debian Jessie.  Does anyone know the correct command line sequence to get it to install?  I am noob to linux and am learning as I go along.  Tongue


git clone https://github.com/funkshelper/woodcoin
cd woodcoin/src/
make -f makefile.unix



Hello - thank you for that.  I keep getting this error.

~ $ git clone https://github.com/funkshelper/woodcoin
fatal: destination path 'woodcoin' already exists and is not an empty directory.
~ $ cd woodcoin/src/
~/woodcoin/src $ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pi/woodcoin/src -I/home/pi/woodcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pi/woodcoin/src/leveldb/include -I/home/pi/woodcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
 #include
                                                     ^
compilation terminated.
makefile.unix:178: recipe for target 'obj/alert.o' failed

Thank you for your help.
sr. member
Activity: 421
Merit: 250
Evening all - I was recently trying to install the WoodCoin wallet on a raspberry pi 3 and had no luck.  i following the instructions in the OP but not all commands worked 100%.  I am running Debian Jessie.  Does anyone know the correct command line sequence to get it to install?  I am noob to linux and am learning as I go along.  Tongue


git clone https://github.com/funkshelper/woodcoin
cd woodcoin/src/
make -f makefile.unix

legendary
Activity: 1504
Merit: 1002
Evening all - I was recently trying to install the WoodCoin wallet on a raspberry pi 3 and had no luck.  i following the instructions in the OP but not all commands worked 100%.  I am running Debian Jessie.  Does anyone know the correct command line sequence to get it to install?  I am noob to linux and am learning as I go along.  Tongue
legendary
Activity: 1066
Merit: 1050
Khazad ai-menu!
Greetings woodcutters and stackers -

  There has been a few minor improvements to the QT wallet.  Does anyone have a reasonably up-to-date "windows" wallet to share?
  I'm currently on a tour of middle earth and after seeing much of the barren land under Sauron's eye I have become more aware how men often live with such handicaps.   

  Chopping and stacking continue apace..  pi day has passed.. 3 day will occur in another 13,000 blocks. 

  Keep up the good work! 

funkenstein_the_dwarf
Pages:
Jump to: