Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: sp00lin9 on March 04, 2015, 09:59:11 PM



Title: Linux wallet compiles without data directory folder?
Post by: sp00lin9 on March 04, 2015, 09:59:11 PM
Linux wallet compiles but doesnt create data directory folder that needs the config file & contains wallet.dat?

any help would be apreciated


Title: Re: Linux wallet compiles without data directory folder?
Post by: cheako911 on March 05, 2015, 06:28:44 AM
Linux wallet compiles but doesn't create data directory folder that needs the config file & contains wallet.dat?

any help would be appreciated

Look at "$HOME/.bitcoin" this happened to me, bitcoind needs this variable set.

Plus create the config file, then run bitcoind!


Title: Re: Linux wallet compiles without data directory folder?
Post by: sp00lin9 on March 05, 2015, 04:51:36 PM
Thanks, ill try that..

Well, I didnt want to get bashed for trying to teach myself something out of boredom.

I decided to fork blackcoin for fun, I changed all the goodies, & now im up to generating the merkel hash.

i compiled it on ubuntu 14.04 but it doesnt create the hidden data directory folder.
I even tried creating it myself, and specifying it using the -datadir & didnt work either.

I used find and replace to change everything blackcoin, Blackcoin, BlackCoin, & BC to my shitty coin name, which is shitcoin lol.

.blackcoin nor .shitcoin gets created after i compile my source.

I downloaded & compiled blackcoin & it does indeed create the .blackcoin folder so im thinking it has to do something with my renaming process?



Title: Re: Linux wallet compiles without data directory folder?
Post by: sp00lin9 on March 05, 2015, 11:40:23 PM
any ideas?


Title: Re: Linux wallet compiles without data directory folder?
Post by: iGotSpots on March 06, 2015, 01:03:02 AM
Are you sure you have Show Hidden Files active?


Title: Re: Linux wallet compiles without data directory folder?
Post by: sp00lin9 on March 06, 2015, 01:25:56 AM
Are you sure you have Show Hidden Files active?

yes sir.

When i
Code:
ls -a
it doesn't come up.

Even If I
Code:
find .shitcoin
it doesnt come up either.

I git cloned & compiled the original Blackcoin source & when i
Code:
cd
to the location the .blackcoin folder its there.

when i
Code:
ls -a
in the directory its there.

Even if i
Code:
find .blackcoin
it will show up.

Im doing everything the same exact way..


Title: Re: Linux wallet compiles without data directory folder?
Post by: SebSebastian on March 06, 2015, 01:54:50 AM
Are you sure you have Show Hidden Files active?

yes sir.

When i
Code:
ls -a
it doesn't come up.

Even If I
Code:
find .shitcoin
it doesnt come up either.

I git cloned & compiled the original Blackcoin source & when i
Code:
cd
to the location the .blackcoin folder is there.

when i
Code:
ls -a
in the directory its there.

Even if i
Code:
find .blackcoin
it will show up.

Im doing everything the same exact way..

I think that folder's normally created when you first run the wallet. Have you tried that (or did I miss it?)


Title: Re: Linux wallet compiles without data directory folder?
Post by: sp00lin9 on March 06, 2015, 06:40:42 AM
No i haven't, i dont have a merkel hash for the genesis block so im trying to run it on the testnet so it can give it to me in my debug log. the problem is that debug log is in the .shitcoin folder that doesnt get created /:


Title: Re: Linux wallet compiles without data directory folder?
Post by: YarkoL on March 06, 2015, 04:49:41 PM

Run it on terminal with -printtoconsole flag.


Title: Re: Linux wallet compiles without data directory folder?
Post by: sp00lin9 on March 06, 2015, 05:52:24 PM
I will give that a try & update, thanks you sir!


Title: Re: Linux wallet compiles without data directory folder?
Post by: sp00lin9 on March 06, 2015, 06:35:53 PM

Run it on terminal with -printtoconsole flag.

It didnt work /: