Bitcoin Forum
May 08, 2024, 04:47:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: To Be or Not to Be
To Be - 41 (70.7%)
Not to Be - 17 (29.3%)
Total Voters: 58

Pages: « 1 ... 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 [126] 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 ... 210 »
  Print  
Author Topic: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P]  (Read 289448 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
SCDeveloper
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 13, 2015, 03:55:34 AM
 #2501

Well that is another day over.

I have managed to complete my OSX environment.

Build the DarkSilk OSX wallet successfully.

Amended timings on the wallet and have been testing all day (and still am).

I have added the unlock code to the padlock click class but still the 'Unlock for Staking Only' isn't showing (something for tomorrow).

Really looking forward to seeing some more logos.

Anyway people it's 5am.

Tomorrow more Cheesy

1715143656
Hero Member
*
Offline Offline

Posts: 1715143656

View Profile Personal Message (Offline)

Ignore
1715143656
Reply with quote  #2

1715143656
Report to moderator
1715143656
Hero Member
*
Offline Offline

Posts: 1715143656

View Profile Personal Message (Offline)

Ignore
1715143656
Reply with quote  #2

1715143656
Report to moderator
1715143656
Hero Member
*
Offline Offline

Posts: 1715143656

View Profile Personal Message (Offline)

Ignore
1715143656
Reply with quote  #2

1715143656
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715143656
Hero Member
*
Offline Offline

Posts: 1715143656

View Profile Personal Message (Offline)

Ignore
1715143656
Reply with quote  #2

1715143656
Report to moderator
yell4george
Full Member
***
Offline Offline

Activity: 232
Merit: 100


View Profile
August 14, 2015, 03:21:12 AM
 #2502

Have a Mac?

Want to try the new DarkSilk Review/Release Candidate wallet?

Now you can Cheesy

https://github.com/SCDeveloper/DarkSilk/releases/tag/Review

Download and mount the DMG, move the DarkSilk-Qt file to you Applications, open the wallet and then close it.

Right-click on the Finder icon in the dock and select "Go to Folder..." and then type ~/Library and hit enter.

Navigate to ApplicationSupport folder and then into the DarkSilk folder.

Delete ALL the files in here and then add the below darksilk.conf file inside /Library/ApplicationSupport/DarkSilk

rpcallowip=127.0.0.1
rpcuser=USERNAME //Enter a username
rpcpassword=PASSWORD //Enter a password
rpcport=31500
server=1
listen=1
addnode=71.58.178.14
addnode=74.5.128.205
addnode=37.228.243.105

Then run the wallet and it will connect and begin to sync.

(I only got my OSX environment up and running today, Windows environment is next)

The DarkSilk folder is not in my ApplicationSupport folder. Am I doing something wrong? I'm running version 10.6.8
Delita Heiral
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250


View Profile
August 14, 2015, 04:50:05 AM
 #2503

Same here but crashes on first(and all subsequent) executions from app folder, also on 10.6.8
SCDeveloper
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 14, 2015, 11:36:19 AM
Last edit: August 14, 2015, 01:26:48 PM by SCDeveloper
 #2504

I do not have a 10.6.8 system to test it on at present to replicate the issue.

Also if the wallet is not launching then the DarkSilk data directory in ApplicationSupport may not be getting created.
SCDeveloper
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 14, 2015, 02:15:43 PM
 #2505

In answer to a much earlier question about PoW mining period length in terms of months.


420001 PoW blocks = ~3/4 months PoW mining
SCDeveloper
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 14, 2015, 07:07:46 PM
Last edit: August 14, 2015, 07:47:51 PM by SCDeveloper
 #2506

OK I spent some time on this and really like it.

Let me know you thoughts   Cool

https://i.imgur.com/mYZ7mcV.png
SCDeveloper
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 14, 2015, 10:16:20 PM
Last edit: August 14, 2015, 11:31:19 PM by SCDeveloper
 #2507

Same here but crashes on first(and all subsequent) executions from app folder, also on 10.6.8

I believe I know the issue and it is this:

std::string CMessageHeader::GetCommand() const
{
    return std::string(pchCommand, pchCommand + strnlen(pchCommand, COMMAND_SIZE));
}


I will look to fix/hack/workaround this and provide a working DMG for you guys on 10.6.8 Wink

Bitcoin Core 0.11 dropped support for 10.6.8 (didn't really announce it as far as I know).
HORT
Hero Member
*****
Offline Offline

Activity: 508
Merit: 501



View Profile
August 14, 2015, 10:38:24 PM
 #2508

OK I spent some time on this and really like it.

Let me know you thoughts   Cool



Interesting concept.
SCDeveloper
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 14, 2015, 10:51:33 PM
 #2509

Just building this modded source for OSX 10.6, will add to releases in GitHub as soon as it's ready.

Is anyone around to test it for me?

EDIT: It's ready - DarkSilk 1.0.0.0 Mac Wallet for OSX 10.6 ONLY https://github.com/SCDeveloper/DarkSilk/releases/tag/Test
HORT
Hero Member
*****
Offline Offline

Activity: 508
Merit: 501



View Profile
August 15, 2015, 12:37:17 AM
 #2510

Just building this modded source for OSX 10.6, will add to releases in GitHub as soon as it's ready.

Is anyone around to test it for me?

EDIT: It's ready - DarkSilk 1.0.0.0 Mac Wallet for OSX 10.6 ONLY https://github.com/SCDeveloper/DarkSilk/releases/tag/Test

Wish I had a Mac so I could test for ya.
SCDeveloper
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 15, 2015, 12:47:07 AM
 #2511

Just building this modded source for OSX 10.6, will add to releases in GitHub as soon as it's ready.

Is anyone around to test it for me?

EDIT: It's ready - DarkSilk 1.0.0.0 Mac Wallet for OSX 10.6 ONLY https://github.com/SCDeveloper/DarkSilk/releases/tag/Test

Wish I had a Mac so I could test for ya.

So do I Smiley
SCDeveloper
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 15, 2015, 01:00:43 AM
 #2512

Could people trying the OSX wallet on Snow Leopard 10.6.8 and have had it crashing, please do this for me as a test.

Install this:

https://distfiles.macports.org/MacPorts/MacPorts-2.3.3-10.6-SnowLeopard.pkg


Then open a terminal and type:

sudo port install libcxx +universal


Then try the 10.7+ wallet first - https://github.com/SCDeveloper/DarkSilk/releases/download/Review/DarkSilk-Qt.dmg

If it fails try the 10.6 wallet - https://github.com/SCDeveloper/DarkSilk/releases/download/Test/DarkSilk-Qt.dmg


Tell me what happens and provide the debug output if you can Cheesy
SCDeveloper
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 15, 2015, 01:07:17 AM
 #2513

Have to sleep now guys.

Let me know your findings when it comes to OSX and getting the wallet started after installing those libs

Night all.
yell4george
Full Member
***
Offline Offline

Activity: 232
Merit: 100


View Profile
August 15, 2015, 04:11:38 AM
 #2514

Could people trying the OSX wallet on Snow Leopard 10.6.8 and have had it crashing, please do this for me as a test.

Install this:

https://distfiles.macports.org/MacPorts/MacPorts-2.3.3-10.6-SnowLeopard.pkg


Then open a terminal and type:

sudo port install libcxx +universal


Then try the 10.7+ wallet first - https://github.com/SCDeveloper/DarkSilk/releases/download/Review/DarkSilk-Qt.dmg

If it fails try the 10.6 wallet - https://github.com/SCDeveloper/DarkSilk/releases/download/Test/DarkSilk-Qt.dmg


Tell me what happens and provide the debug output if you can Cheesy

It was easier to upgrade to yosemite Wink

Dumb question, how do I make the darksilk.conf file to put inside /Library/ApplicationSupport/DarkSilk ?
SCDeveloper
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 15, 2015, 11:19:30 AM
Last edit: August 15, 2015, 03:27:36 PM by SCDeveloper
 #2515

Could people trying the OSX wallet on Snow Leopard 10.6.8 and have had it crashing, please do this for me as a test.

Install this:

https://distfiles.macports.org/MacPorts/MacPorts-2.3.3-10.6-SnowLeopard.pkg


Then open a terminal and type:

sudo port install libcxx +universal


Then try the 10.7+ wallet first - https://github.com/SCDeveloper/DarkSilk/releases/download/Review/DarkSilk-Qt.dmg

If it fails try the 10.6 wallet - https://github.com/SCDeveloper/DarkSilk/releases/download/Test/DarkSilk-Qt.dmg


Tell me what happens and provide the debug output if you can Cheesy

It was easier to upgrade to yosemite Wink

Dumb question, how do I make the darksilk.conf file to put inside /Library/ApplicationSupport/DarkSilk ?


Just use Textedit Cheesy

Save it as darksilk.conf on the desktop and then simply drag it into the folder Wink
SCDeveloper
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 16, 2015, 07:46:11 PM
 #2516

One bug to fix in the wallet and a subsequent memory leak (Rynomster I believe is looking into this atm).

Logo and icons to be finalised.

Test net is still up and code is freely available for review prior to launch.

http://github.com/scdeveloper/darksilk
yell4george
Full Member
***
Offline Offline

Activity: 232
Merit: 100


View Profile
August 16, 2015, 07:57:54 PM
 #2517

Could people trying the OSX wallet on Snow Leopard 10.6.8 and have had it crashing, please do this for me as a test.

Install this:

https://distfiles.macports.org/MacPorts/MacPorts-2.3.3-10.6-SnowLeopard.pkg


Then open a terminal and type:

sudo port install libcxx +universal


Then try the 10.7+ wallet first - https://github.com/SCDeveloper/DarkSilk/releases/download/Review/DarkSilk-Qt.dmg

If it fails try the 10.6 wallet - https://github.com/SCDeveloper/DarkSilk/releases/download/Test/DarkSilk-Qt.dmg


Tell me what happens and provide the debug output if you can Cheesy

It was easier to upgrade to yosemite Wink

Dumb question, how do I make the darksilk.conf file to put inside /Library/ApplicationSupport/DarkSilk ?


Just use Textedit Cheesy

Save it as darksilk.conf on the desktop and then simply drag it into the folder Wink

Thanks. The wallet looks great! Clean and silky smooth!
SCDeveloper
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 16, 2015, 08:03:23 PM
 #2518

Could people trying the OSX wallet on Snow Leopard 10.6.8 and have had it crashing, please do this for me as a test.

Install this:

https://distfiles.macports.org/MacPorts/MacPorts-2.3.3-10.6-SnowLeopard.pkg


Then open a terminal and type:

sudo port install libcxx +universal


Then try the 10.7+ wallet first - https://github.com/SCDeveloper/DarkSilk/releases/download/Review/DarkSilk-Qt.dmg

If it fails try the 10.6 wallet - https://github.com/SCDeveloper/DarkSilk/releases/download/Test/DarkSilk-Qt.dmg


Tell me what happens and provide the debug output if you can Cheesy

It was easier to upgrade to yosemite Wink

Dumb question, how do I make the darksilk.conf file to put inside /Library/ApplicationSupport/DarkSilk ?


Just use Textedit Cheesy

Save it as darksilk.conf on the desktop and then simply drag it into the folder Wink

Thanks. The wallet looks great! Clean and silky smooth!

Thank you Smiley
yell4george
Full Member
***
Offline Offline

Activity: 232
Merit: 100


View Profile
August 16, 2015, 08:05:44 PM
 #2519

One bug to fix in the wallet and a subsequent memory leak (Rynomster I believe is looking into this atm).

Logo and icons to be finalised.

Test net is still up and code is freely available for review prior to launch.

http://github.com/scdeveloper/darksilk

Its a shame this thread is so quiet. Most communities would kill for an active dev like you. Maybe start a pre ann darksilk to raise awareness until finalized launch
SCDeveloper
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 16, 2015, 08:07:08 PM
 #2520

Once a logo is decided I will Wink
Pages: « 1 ... 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 [126] 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 ... 210 »
  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!