Pages:
Author

Topic: BANKSYCOIN (SOON TO BE ARTSYCOIN) - ORIGINAL OFFICIAL THREAD - page 11. (Read 75801 times)

legendary
Activity: 2212
Merit: 1199
Just a reminder:

Banskycoin Karma: https://www.youtube.com/watch?v=HzhP--ISvn4


Spread some love people! Cheesy

Tweet about that BSY is going through some rough changes and will go to the moon in 2015! Smiley
legendary
Activity: 2212
Merit: 1199
We want to expand our reach but still keep the appeal of Banksycoin so we're going to be renaming the coin in the near future.

Comments? Questions?



Question: when... Cheesy

Don't take it too seriously. I know that we need to calm and wait.

Do you need anything from the community? Can we help somehow to move forward faster?
Instead of some votes to list BSY on exchange.

Kind regards.
full member
Activity: 224
Merit: 100
We want to expand our reach but still keep the appeal of Banksycoin so we're going to be renaming the coin in the near future.

Comments? Questions?

full member
Activity: 224
Merit: 100
So are you bansky and youre selling the artwork? Or the coin does the graffitis?
Already commented on that joke...


Whats the point of this? The blockchain can draw graffitis ?

Now that would be a breakthrough technology  Shocked

This is the coin for artists. We're planning a new name in the near future but right now we want to get the current wallets available and then we're going to move ahead with more goodness.


Wink


hero member
Activity: 532
Merit: 500
full member
Activity: 224
Merit: 100
@pineapples - Thanks for these, the assistance is greatly appreciated Cheesy

Binary Recovery status update...

Mac - Uploaded
Windows - Pending
Linux - Pending

We are still waiting to hear back from the original developer about archives of the binary distros. In the event that we are not able to gain cooperation from that dev we are also working on our own plans for replacement.

We are also working through some specifics for how we will be handling future updates so this never happens again. More news as we go.

Thank you to everyone for their help and support so far. Cheesy

legendary
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
nodes

addnode=50.197.11.193:44122
addnode=70.164.233.143:37143
addnode=173.206.148.73:59166
addnode=94.219.199.141:21746
addnode=69.231.33.221:56852
addnode=95.81.210.143:53172
addnode=198.211.99.220:37093
addnode=99.230.242.49:58680
legendary
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
here's another problem i'm getting Smiley

when i start my daemon i get this.
dbenv.open LogDir=/root/.Banksycoin/database ErrorFile=/root/.Banksycoin/db.log

it then takes a minute or so to become accessible.


i tried deleting my wallet.dat but still get the same error with a new wallet

maybe i'll try deleting everything !!! and see what happens Cheesy

===
edit : nope. didnt work. i cant think of anything else to try apart from rebuilding the whole thing.
legendary
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!


For Linux:

Code:
$ cd ~/.banksycoin && rm -f debug.log && ln -s /dev/null debug.log

Ref: https://bitcointalksearch.org/topic/bitcoind-server-disable-logging-possible-46709



this needs to be Banksycoin not banksycoin

Code:
$ cd ~/.Banksycoin && rm -f debug.log && ln -s /dev/null debug.log


full member
Activity: 224
Merit: 100
The lengthy log file seems to be an issue that is recurring in more than one coin. The debug log is enabled by default and is also difficult to disable. As a result the debug log file can become very large in size.

A solution/workaround for this is to create a symbolic link to NULL for the log file causing the output of the file to “disappear”.

This information has been distilled from a few locations and combined into one multi-platform post.

For OSX terminal:

Change to the support folder for the coin, in this case Banksycoin:

Code:
cd ‘/Users/your_user_name/Library/Application Support/Banksycoin/’

Then create a symbolic link for the debug file to null:

Code:
ln -s /dev/null debug.log

Ref: http://superuser.com/questions/605178/osx-would-it-be-possible-to-create-a-symbolic-link-that-points-to-dev-null-e-g

This has worked for us.


For Windows:

Code:
mklink %APPDATA%\Banksycoin\debug.log NUL

Ref: http://iamajin.blogspot.ca/2012/12/symbolic-link-in-windows.html

We will be testing this shortly. If anyone has success or changes for this please let us know.


For Linux:

Code:
$ cd ~/.banksycoin && rm -f debug.log && ln -s /dev/null debug.log

Ref: https://bitcointalksearch.org/topic/bitcoind-server-disable-logging-possible-46709

According to the OP this works, we just changed the path to 'banksycoin' for this post.


This fix is just until we update the actual wallet to address this issue. This fix would also be applicable to any other coin wallet that is having the same problem.


sr. member
Activity: 266
Merit: 250
Anyone else sync. probs?
full member
Activity: 224
Merit: 100
Whats the point of this? The blockchain can draw graffitis ?

Now that would be a breakthrough technology  Shocked

This is the coin for artists. We're planning a new name in the near future but right now we want to get the current wallets available and then we're going to move ahead with more goodness.


full member
Activity: 224
Merit: 100
We spoke to the previous developer yesterday and are in the process of getting the binary distros up on the website again.

Separate from the file availability issue, we are taking a look into the logging issue.

legendary
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
strangely i just had a 14gb debug.log

i didnt even look at it Smiley just deleted it.
my daemon is maybe a month old. so that's how long it took. lol

--
hmm. thought to check my other daemon .. only a 9 gb log Cheesy

now to work out how to turn that fucker off.

I had this problem in the early days.

Here is the link to my post about it and the solution.

Hope it helps you out.

https://bitcointalksearch.org/topic/m.7889832

oh ace. i'll give that a burl.

Quote
I found a workaround by adding this line to the banksycoin.conf file
printtoconsole=1

==

edit . zomg it's totally terrible iwht a daemon .. it's just taking up the whole terminal with its incessant spewing.. no wonder it got so big. lol

going to try another solution i found here
https://bitcointalksearch.org/topic/bitcoind-server-disable-logging-possible-46709

// hmm brings to mind that's there a way you can run stuff under linux comand line in different "windows" that might be another solution.



this actually seems something which needs to be fixed.

hero member
Activity: 532
Merit: 500
Whats the point of this? The blockchain can draw graffitis ?
legendary
Activity: 910
Merit: 1000
strangely i just had a 14gb debug.log

i didnt even look at it Smiley just deleted it.
my daemon is maybe a month old. so that's how long it took. lol

--
hmm. thought to check my other daemon .. only a 9 gb log Cheesy

now to work out how to turn that fucker off.

I had this problem in the early days.

Here is the link to my post about it and the solution.

Hope it helps you out.

https://bitcointalksearch.org/topic/m.7889832
legendary
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
strangely i just had a 14gb debug.log

i didnt even look at it Smiley just deleted it.
my daemon is maybe a month old. so that's how long it took. lol

--
hmm. thought to check my other daemon .. only a 9 gb log Cheesy

now to work out how to turn that fucker off.
full member
Activity: 224
Merit: 100
Good to know.
Let us know when you will know something.

We will definitely post news as soon as we have it. We need to get those binary distros available, that is our number one priority right now. As soon as we have them up we will have more exciting news.

I am pretty excited about the BSY return.

So are we and we're glad to hear this excitement may be starting to spread Smiley

legendary
Activity: 2212
Merit: 1199
A little bit of trading activity is always good Smiley

We should be speaking with the previous developer about Banksycoin later today and will keep everyone updated on what is happening.



Good to know.
Let us know when you will know something.

I am pretty excited about the BSY return.
full member
Activity: 224
Merit: 100
A little bit of trading activity is always good Smiley

We should be speaking with the previous developer about Banksycoin later today and will keep everyone updated on what is happening.

Pages:
Jump to: