Bitcoin Forum
June 17, 2024, 03:32:25 PM *
News: Voting for pizza day contest
 
   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 126086 times)
funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
April 06, 2016, 02:48:25 AM
 #521

In case you need some, here are some nodes taken from the list provided by the c-cex wallet:

addnode=45.55.152.37:8338
addnode=37.59.24.15:8338
addnode=144.76.238.2:8338
addnode=104.236.96.120:57916
addnode=199.231.215.253:55031
addnode=199.231.215.252:8338
addnode=159.203.76.85:8338
addnode=80.236.18.96:47721
addnode=188.134.72.213:11568
addnode=45.55.132.61:44160
addnode=77.110.148.98:43537
addnode=67.35.116.81:49503
addnode=73.22.117.148:56348
addnode=178.140.25.85:53730
addnode=94.50.196.20:37426
addnode=94.50.196.20:37105
addnode=73.149.140.148:58994
addnode=104.131.102.63:8338
addnode=188.165.91.139:45885
addnode=206.255.93.69:55002
addnode=206.255.93.69:49448
[snip]
addnode=73.149.140.148:56949
addnode=67.35.116.81:49166
addnode=206.255.93.69:47354
addnode=5.141.211.118:28695
addnode=206.255.93.69:57004
addnode=94.50.197.202:22225
addnode=206.255.93.69:53528
addnode=206.255.93.69:45658
addnode=206.255.93.69:33012
addnode=176.31.250.232:52178
addnode=206.255.93.69:5563

"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 15, 2016, 04:46:25 PM
 #522

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

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

Activity: 1504
Merit: 1002



View Profile
April 16, 2016, 10:09:04 PM
 #523

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

appbox
Sr. Member
****
Offline Offline

Activity: 421
Merit: 250



View Profile
April 17, 2016, 05:07:10 AM
 #524

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


For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
pokeytex
Legendary
*
Offline Offline

Activity: 1504
Merit: 1002



View Profile
April 17, 2016, 12:40:04 PM
 #525

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 <boost/algorithm/string/classification.hpp>
                                                     ^
compilation terminated.
makefile.unix:178: recipe for target 'obj/alert.o' failed

Thank you for your help.

funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
April 18, 2016, 05:51:41 AM
 #526

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 <boost/algorithm/string/classification.hpp>
                                                     ^
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.     


"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 18, 2016, 06:13:21 AM
 #527



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.

 

"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 19, 2016, 05:54:05 AM
 #528

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


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

Activity: 1504
Merit: 1002



View Profile
April 20, 2016, 01:37:25 AM
 #529

Thank you @funkenstein - I will give these suggestions a try when I have a bit more time to commit to computing!  Grin

rayzor536
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 26, 2016, 02:40:11 PM
 #530


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?



funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
April 27, 2016, 04:53:07 PM
 #531


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.   



"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 29, 2016, 07:29:03 PM
 #532


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? 



"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 09, 2016, 05:43:34 PM
Last edit: May 09, 2016, 06:47:38 PM by funkenstein
 #533

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!  

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

Activity: 1050
Merit: 1000



View Profile
May 11, 2016, 07:32:33 AM
 #534

willing to design a new OP for wood for a bounty pm me if interested
Gandalf86
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 515


Coin Mage


View Profile
May 18, 2016, 08:37:12 PM
 #535

Any ideas why the price on C-Cex is crashing?

Discord: Gandalf86#5805 (#341695925166538796) // Maintainer of Titcoin // Work smarter, not harder!
funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
May 19, 2016, 02:22:43 PM
 #536

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. 

 




"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 23, 2016, 02:53:32 AM
 #537

Some discussion of monetary supply including woodcoin:


http://frass.woodcoin.org/its-the-economy-stupid/



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

Activity: 14
Merit: 0


View Profile
June 03, 2016, 02:04:34 PM
 #538

Am I stupid or am I stupid?  Roll Eyes
Where can I download desktop wallet?
tryphe
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
June 06, 2016, 11:05:46 PM
 #539

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".
funkenstein (OP)
Legendary
*
Offline Offline

Activity: 1066
Merit: 1050


Khazad ai-menu!


View Profile WWW
June 16, 2016, 05:04:41 PM
 #540


"Give me control over a coin's checkpoints and I care not who mines its blocks."
http://vtscc.org  http://woodcoin.info
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!