Pages:
Author

Topic: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] - page 89. (Read 289507 times)

newbie
Activity: 14
Merit: 0
Wallet is successfully staking, mining and generally looking sexy Cheesy

However I am gonna make it much more sexy and silkier Wink

Gonna throw in a dash of silky purple and refine the colours a bit.

Maybe use the colours from the wallet for the logo?

The Purple is 80, 0, 120(RGB) and then there is black and white Cheesy


Cant wait!!!
newbie
Activity: 28
Merit: 0
Wallet is successfully staking, mining and generally looking sexy Cheesy

However I am gonna make it much more sexy and silkier Wink

Gonna throw in a dash of silky purple and refine the colours a bit.

Maybe use the colours from the wallet for the logo?

The Purple is 80, 0, 120(RGB) and then there is black and white Cheesy
newbie
Activity: 28
Merit: 0
I can test now if needed. I installed a fresh copy of Ubuntu 15.04.

Of course. Download from GitHub and follow the readme.

Any questions just ask.
hero member
Activity: 508
Merit: 501
I can test now if needed. I installed a fresh copy of Ubuntu 15.04.
newbie
Activity: 28
Merit: 0
OK so the testnet is on block 171.

I am currently mining away very happily.

Apologies to Bishop for the previous PM's asking him to look at code for me, it is all working ok now Smiley

So I will now get on with getting some Windows and Mac wallets built so that others can get involved too.

The main job of the community now is to spread the word that a new Silk is coming Grin

Get memes made, think videos and other material that can be used.

EDIT: Block 207

Could do with anyone who has VPS's to setup test Stormnodes if possible.

I am currently testing staking in the wallet.
sr. member
Activity: 263
Merit: 250
newbie
Activity: 28
Merit: 0
https://i.imgur.com/pY3IiJ5.png

Another variation on the same design.

(I am no pro graphic designer by a long shot lol)
hero member
Activity: 508
Merit: 501
OK all, we need to start on a logo design for DarkSilk. Let the submissions begin!!
newbie
Activity: 28
Merit: 0
How many people can provide seeds upon launch?

Clearnet (IPv4 and IPv6), Tor and I2P.

This way I can add the addresses to the darksilk.conf provided and also into the source:

https://github.com/SCDeveloper/DarkSilk/tree/master/share/seeds
newbie
Activity: 28
Merit: 0
Connect to the #DarkSilkTestNet channel on the Freenode IRC network to communicate together.

We may need to clear out the chain at points and obviously we cannot always get messages across to people quickly enough via here.

If anyone has downloaded the source from GitHub then please download again as changes have been made.

Ensure you clear out all your data apart from darksilk.conf from the .darksilk (hidden) directory.

(There is a darksilk.conf included in the DarkSilk/src directory)
newbie
Activity: 28
Merit: 0
I do hope the new wallet is not as big of memory hog as the last wallet. The current wallet (1.1.1.1) uses a minimum 15% CPU and spikes to 30%. Is this addressable? Thanks!!

Well the original Silkcoin wallet does have a lot of features within it, hence the CPU and RAM usage.
hero member
Activity: 508
Merit: 501
I do hope the new wallet is not as big of memory hog as the last wallet. The current wallet (1.1.1.1) uses a minimum 15% CPU and spikes to 30%. Is this addressable? Thanks!!
newbie
Activity: 28
Merit: 0
OK I believe I have fixed it (no more errors).

The wallet no longer crashes on mining.

Can everyone clone and rebuild please Cheesy

Also clear out all files except your darksilk.conf within your hidden .darksilk folder in ~

https://github.com/SCDeveloper/DarkSilk/commit/98f02e43cdd9d3738a3634088aa025dd2ddf6e7a

EDIT: Now 7.10am and been up fixing the error and sorting the mining out. Cleaned out unused code and also implemeneted two bitcoin commits.

https://i.imgur.com/GdGEVZB.png


Was also thinking......how about 4.2% PoS Interest?

Lol and rpcport 4242?  Grin

We will see lol
sr. member
Activity: 597
Merit: 253
... and the swarm is headed towards us
OK I believe I have fixed it (no more errors).

The wallet no longer crashes on mining.

Can everyone clone and rebuild please Cheesy

Also clear out all files except your darksilk.conf within your hidden .darksilk folder in ~

https://github.com/SCDeveloper/DarkSilk/commit/98f02e43cdd9d3738a3634088aa025dd2ddf6e7a

EDIT: Now 7.10am and been up fixing the error and sorting the mining out. Cleaned out unused code and also implemeneted two bitcoin commits.




Was also thinking......how about 4.2% PoS Interest?

Lol and rpcport 4242?  Grin
newbie
Activity: 28
Merit: 0
OK I believe I have fixed it (no more errors).

The wallet no longer crashes on mining.

Can everyone clone and rebuild please Cheesy

Also clear out all files except your darksilk.conf within your hidden .darksilk folder in ~

https://github.com/SCDeveloper/DarkSilk/commit/98f02e43cdd9d3738a3634088aa025dd2ddf6e7a

EDIT: Now 7.10am and been up fixing the error and sorting the mining out. Cleaned out unused code and also implemeneted two bitcoin commits.

https://i.imgur.com/GdGEVZB.png


Was also thinking......how about 4.2% PoS Interest?
newbie
Activity: 28
Merit: 0
Oh yea...without commenting out the debug assertions for the hashGenesisBlock, the wallet does not launch on my fresh build.

DarkSilk: ../DarkSilk/src/chainparams.cpp:86: CMainParams::CMainParams(): Assertion `hashGenesisBlock == uint256("")' failed.
Aborted

I'm running 3.13.0-24-generic #47-Ubuntu (Linux Mint 17) and building with Qt 5.3.1 (GCC 4.6.1, 64 bit).
I'll check for updates and re-build to see if that makes a difference.  It's not a show stopper by any means.  

That is strange.

I created a clean Ubuntu (15.04) VM and cloned the repo. Followed my ReadMe to the letter (to make sure I hadn't missed anything) and it built and ran perfectly first time. Both daemon and Qt.

Check you have these deps: libpng-dev qrencode libqrencode-dev

You should not have to add qrencode.h to the source.

I have it built and running on 14.04. Slow syncing, seems to be stuck on 3 blocks but I'll leave it a bit. Digging those keyboard shortcuts!   Cool

Not stuck. That's how many blocks the chain consists of Wink

My mistake, it's saying 'Out of Sync' but presumably because it's been a few hours since that last block was mined. One thing I noticed - if I try to create a Stormnode address the wallet closes abruptly after entering it. Don't know if that's the standard behaviour with Crave or if it's crashing. The address is listed when restarting the wallet. Let me know if there's anything I can do to help with testing.

The wallet doesn't crash however when you run it using:

$ valgrind --tool=memcheck --leak-check=full ./DarkSilk

which was what I was doing to see if I could find the root of the invalid pointer issue.

You will have to sudo apt-get install valgrind so that you can see this.

Also if your mining to the wallet, even if you close the wallet, it will stay running in the background until you quit the miner.

Also I haven't experienced the crash from creating a Stormnode.
sr. member
Activity: 597
Merit: 253
... and the swarm is headed towards us
Oh yea...without commenting out the debug assertions for the hashGenesisBlock, the wallet does not launch on my fresh build.

DarkSilk: ../DarkSilk/src/chainparams.cpp:86: CMainParams::CMainParams(): Assertion `hashGenesisBlock == uint256("")' failed.
Aborted

I'm running 3.13.0-24-generic #47-Ubuntu (Linux Mint 17) and building with Qt 5.3.1 (GCC 4.6.1, 64 bit).
I'll check for updates and re-build to see if that makes a difference.  It's not a show stopper by any means.  

That is strange.

I created a clean Ubuntu (15.04) VM and cloned the repo. Followed my ReadMe to the letter (to make sure I hadn't missed anything) and it built and ran perfectly first time. Both daemon and Qt.

Check you have these deps: libpng-dev qrencode libqrencode-dev

You should not have to add qrencode.h to the source.

I have it built and running on 14.04. Slow syncing, seems to be stuck on 3 blocks but I'll leave it a bit. Digging those keyboard shortcuts!   Cool

Not stuck. That's how many blocks the chain consists of Wink

My mistake, it's saying 'Out of Sync' but presumably because it's been a few hours since that last block was mined. One thing I noticed - if I try to create a Stormnode address the wallet closes abruptly after entering it. Don't know if that's the standard behaviour with Crave or if it's crashing. The address is listed when restarting the wallet. Let me know if there's anything I can do to help with testing.
newbie
Activity: 28
Merit: 0
Oh yea...without commenting out the debug assertions for the hashGenesisBlock, the wallet does not launch on my fresh build.

DarkSilk: ../DarkSilk/src/chainparams.cpp:86: CMainParams::CMainParams(): Assertion `hashGenesisBlock == uint256("")' failed.
Aborted

I'm running 3.13.0-24-generic #47-Ubuntu (Linux Mint 17) and building with Qt 5.3.1 (GCC 4.6.1, 64 bit).
I'll check for updates and re-build to see if that makes a difference.  It's not a show stopper by any means.  

That is strange.

I created a clean Ubuntu (15.04) VM and cloned the repo. Followed my ReadMe to the letter (to make sure I hadn't missed anything) and it built and ran perfectly first time. Both daemon and Qt.

Check you have these deps: libpng-dev qrencode libqrencode-dev

You should not have to add qrencode.h to the source.

I have it built and running on 14.04. Slow syncing, seems to be stuck on 3 blocks but I'll leave it a bit. Digging those keyboard shortcuts!   Cool

Not stuck. That's how many blocks the chain consists of Wink
sr. member
Activity: 597
Merit: 253
... and the swarm is headed towards us
Oh yea...without commenting out the debug assertions for the hashGenesisBlock, the wallet does not launch on my fresh build.

DarkSilk: ../DarkSilk/src/chainparams.cpp:86: CMainParams::CMainParams(): Assertion `hashGenesisBlock == uint256("")' failed.
Aborted

I'm running 3.13.0-24-generic #47-Ubuntu (Linux Mint 17) and building with Qt 5.3.1 (GCC 4.6.1, 64 bit).
I'll check for updates and re-build to see if that makes a difference.  It's not a show stopper by any means.  

That is strange.

I created a clean Ubuntu (15.04) VM and cloned the repo. Followed my ReadMe to the letter (to make sure I hadn't missed anything) and it built and ran perfectly first time. Both daemon and Qt.

Check you have these deps: libpng-dev qrencode libqrencode-dev

You should not have to add qrencode.h to the source.

I have it built and running on 14.04. Slow syncing, seems to be stuck on 3 blocks but I'll leave it a bit. Digging those keyboard shortcuts!   Cool
Pages:
Jump to: