Pages:
Author

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

hero member
Activity: 490
Merit: 500
CTO - Silk Network
Sorry, I didn't get to rebuild last night. I will try again tonight and PM you my IP addy.

I am probably not going to be at my PC to addnode you tonight. If you can send me your IP via PM within the next 2 hours I will be able to.
hero member
Activity: 508
Merit: 501
Sorry, I didn't get to rebuild last night. I will try again tonight and PM you my IP addy.
hero member
Activity: 490
Merit: 500
CTO - Silk Network
So the changes made in the last few commits are:

Stormnode collateral amount is now 42,000DRKSLK instead of 500DRKSLK.

Sandstorm fee is 0.01DRKSLK instead of 0.00925DRKSLK.

PoW period will last 42,000 blocks which is approx ~4 months as opposed to 420,000 blocks which would be ~3.5 years.

Temporarily removed DGW3 as errors were thrown.
hero member
Activity: 490
Merit: 500
CTO - Silk Network
DGW3 | Last PoW Block Change | Stormnode Collateral Increase - https://github.com/SCDeveloper/DarkSilk/commit/931dc2240fbbfa25cb4a7f882034aa87495d8980

Dark Gravity Well from Block 3

42,000 Blocks of PoW at 4 minutes per block = ~4 months of PoW

Stormnode Collateral Incresed to 42,000DRKSLK

I am also commiting and merging to this repo which eventually will be the main repo for the project - https://github.com/DRKSLK/DarkSilk

If you are testing the wallet please rebuild and delete all data in .darksilk directory .

Will do. Are we still just using your addy for .conf file? So...

rpcallowip=*
rpcuser=123
rpcpassword=456
rpcport=31500
server=1
listen=1
daemon=1
testnet=0
addnode=81.98.168.158



Yes. Wallet is running now Wink

PM me your IP and I will addnode you at my end.
hero member
Activity: 508
Merit: 501
DGW3 | Last PoW Block Change | Stormnode Collateral Increase - https://github.com/SCDeveloper/DarkSilk/commit/931dc2240fbbfa25cb4a7f882034aa87495d8980

Dark Gravity Well from Block 3

42,000 Blocks of PoW at 4 minutes per block = ~4 months of PoW

Stormnode Collateral Incresed to 42,000DRKSLK

I am also commiting and merging to this repo which eventually will be the main repo for the project - https://github.com/DRKSLK/DarkSilk

If you are testing the wallet please rebuild and delete all data in .darksilk directory .

Will do. Are we still just using your addy for .conf file? So...

rpcallowip=*
rpcuser=123
rpcpassword=456
rpcport=31500
server=1
listen=1
daemon=1
testnet=0
addnode=81.98.168.158

hero member
Activity: 490
Merit: 500
CTO - Silk Network
DGW3 | Last PoW Block Change | Stormnode Collateral Increase - https://github.com/SCDeveloper/DarkSilk/commit/931dc2240fbbfa25cb4a7f882034aa87495d8980

Dark Gravity Well from Block 3

42,000 Blocks of PoW at 4 minutes per block = ~4 months of PoW

Stormnode Collateral Incresed to 42,000DRKSLK

I am also commiting and merging to this repo which eventually will be the main repo for the project - https://github.com/DRKSLK/DarkSilk

If you are testing the wallet please rebuild and delete all data in .darksilk directory .
hero member
Activity: 490
Merit: 500
CTO - Silk Network
Yes guides and other such material will be made available upon launch.

Also this handy update script to update your Stormnode to the latest version using a .tar.gz binary of DarkSilk Cheesy

Code:
#!/bin/sh
echo "########### This script will update the Stormnode"
sleep 5
VERSION=64
URL=$1
FILE=${URL##*/}
DIR=${FILE%.tar.gz}
IP=$(hostname -I)
wget $URL
tar xzvf $FILE
echo "########### Stopping the Stormnode"
./darksilkd stop
sleep 7
rm darksilkd
cp $DIR/bin/$VERSION/darksilkd .
chmod 755 darksilkd
rm $FILE
rm -rf $DIR
rm .darksilk/peers.dat
echo "########### Restarting the updated Stormnode"
sleep 30
./darksilkd
sleep 15
./darksilkd getinfo
sleep 20
echo "########### Stormnode status - Active: 1, Inactive: 0"
./darksilkd stormnode list | grep $IP
sr. member
Activity: 294
Merit: 250
???
Will there be a guide to set up stormnodes for those less knowledgeable people at launch?

Good idea! I'm one of those less knowledged people Cheesy
newbie
Activity: 48
Merit: 0
Will there be a guide to set up stormnodes for those less knowledgeable people at launch?
legendary
Activity: 1918
Merit: 1001
Currently setting up the first test Stormnode with Rynomster from Shadow. Time to play Cheesy

Have been debating a high collateral amount for Stormnode setups i.e. 42,000DRKSLK

Do not want a network saturated in Stormnodes, also people with Stormnodes benefiting from the network should be people who have invested in the network.

Simples.

Agreed

Yes good idea!
full member
Activity: 232
Merit: 100
Currently setting up the first test Stormnode with Rynomster from Shadow. Time to play Cheesy

Have been debating a high collateral amount for Stormnode setups i.e. 42,000DRKSLK

Do not want a network saturated in Stormnodes, also people with Stormnodes benefiting from the network should be people who have invested in the network.

Simples.

Agreed
hero member
Activity: 490
Merit: 500
CTO - Silk Network
Currently setting up the first test Stormnode with Rynomster from Shadow. Time to play Cheesy

Have been debating a high collateral amount for Stormnode setups i.e. 42,000DRKSLK

Do not want a network saturated in Stormnodes, also people with Stormnodes benefiting from the network should be people who have invested in the network.

Simples.
hero member
Activity: 490
Merit: 500
CTO - Silk Network
One thing I do like in the Dash wallet is in the Debug console, where Peers are shown in a table. Think I may add this Cheesy
hero member
Activity: 490
Merit: 500
CTO - Silk Network
Is this coin somewhat related with SilkRoads ?? No offence ! Just asking  Grin

It has no link to the Silkroad Marketplace. No offense taken Wink

It will have its own decentralised marketplace (DarkSilkMarket) within the wallet, void of ownership or control from any human or outside (centralised) person or authority.
hero member
Activity: 490
Merit: 500
CTO - Silk Network
Might be a bit sad (geeky) but I am so happy to be rid of all the errors that I thought I would share my nice clean debug.log with all you guys Cheesy

Code:
BuysPage::LoadBuys() called.
GUI: appmenu-qt: handleReparent 143 The given QMenuBar is already registered by appmenu-qt5, skipping
GUI: appmenu-qt: handleReparent 143 The given QMenuBar is already registered by appmenu-qt5, skipping



DarkSilk version v1.0.0.0 (2015-09-09 23:14:36 +0100)
Using OpenSSL version OpenSSL 1.0.1f 6 Jan 2014
Startup time: 09/10/15 09:44:37
Default data directory /home/dev/.darksilk
Used data directory /home/dev/.darksilk
init message: Verifying database integrity...
dbenv.open LogDir=/home/dev/.darksilk/database ErrorFile=/home/dev/.darksilk/db.log
Bound to [::]:31000
Bound to 0.0.0.0:31000
init message: Loading block index...
Opening LevelDB in /home/dev/.darksilk/txleveldb
Opened LevelDB successfully
SetBestChain: new best=fa5e0f06963f850fe0896359c6ed1495d8414525d9a78e62b483243bf2e0cbc4  height=0  trust=1048592  blocktrust=1048592  date=08/03/15 05:06:22
ResetSyncCheckpoint: sync-checkpoint reset to fa5e0f06963f850fe0896359c6ed1495d8414525d9a78e62b483243bf2e0cbc4
 block index               5ms
init message: Loading wallet...
nFileVersion = 1000000
Keys: 0 plaintext, 0 encrypted, 0 w/ metadata, 0 total
Performing wallet upgrade to 60000
keypool added key 1, size=1
keypool added key 2, size=2
keypool added key 3, size=3
keypool added key 4, size=4
keypool added key 5, size=5
keypool added key 6, size=6
keypool added key 7, size=7
keypool added key 8, size=8
keypool added key 9, size=9
keypool added key 10, size=10
keypool added key 11, size=11
keypool added key 12, size=12
keypool added key 13, size=13
keypool added key 14, size=14
keypool added key 15, size=15
keypool added key 16, size=16
keypool added key 17, size=17
keypool added key 18, size=18
keypool added key 19, size=19
keypool added key 20, size=20
keypool added key 21, size=21
keypool added key 22, size=22
keypool added key 23, size=23
keypool added key 24, size=24
keypool added key 25, size=25
keypool added key 26, size=26
keypool added key 27, size=27
keypool added key 28, size=28
keypool added key 29, size=29
keypool added key 30, size=30
keypool added key 31, size=31
keypool added key 32, size=32
keypool added key 33, size=33
keypool added key 34, size=34
keypool added key 35, size=35
keypool added key 36, size=36
keypool added key 37, size=37
keypool added key 38, size=38
keypool added key 39, size=39
keypool added key 40, size=40
keypool added key 41, size=41
keypool added key 42, size=42
keypool added key 43, size=43
keypool added key 44, size=44
keypool added key 45, size=45
keypool added key 46, size=46
keypool added key 47, size=47
keypool added key 48, size=48
keypool added key 49, size=49
keypool added key 50, size=50
keypool added key 51, size=51
keypool added key 52, size=52
keypool added key 53, size=53
keypool added key 54, size=54
keypool added key 55, size=55
keypool added key 56, size=56
keypool added key 57, size=57
keypool added key 58, size=58
keypool added key 59, size=59
keypool added key 60, size=60
keypool added key 61, size=61
keypool added key 62, size=62
keypool added key 63, size=63
keypool added key 64, size=64
keypool added key 65, size=65
keypool added key 66, size=66
keypool added key 67, size=67
keypool added key 68, size=68
keypool added key 69, size=69
keypool added key 70, size=70
keypool added key 71, size=71
keypool added key 72, size=72
keypool added key 73, size=73
keypool added key 74, size=74
keypool added key 75, size=75
keypool added key 76, size=76
keypool added key 77, size=77
keypool added key 78, size=78
keypool added key 79, size=79
keypool added key 80, size=80
keypool added key 81, size=81
keypool added key 82, size=82
keypool added key 83, size=83
keypool added key 84, size=84
keypool added key 85, size=85
keypool added key 86, size=86
keypool added key 87, size=87
keypool added key 88, size=88
keypool added key 89, size=89
keypool added key 90, size=90
keypool added key 91, size=91
keypool added key 92, size=92
keypool added key 93, size=93
keypool added key 94, size=94
keypool added key 95, size=95
keypool added key 96, size=96
keypool added key 97, size=97
keypool added key 98, size=98
keypool added key 99, size=99
keypool added key 100, size=100
keypool added key 101, size=101
keypool reserve 1
keypool keep 1
 wallet                  111ms
init message: Loading addresses...
ERROR: CAddrman::Read() : open failed
Invalid or missing peers.dat; recreating
Loaded 0 addresses from peers.dat  0ms
Secure messaging starting.
Error opening file: No such file or directory
Failed to read smsg.ini
No address keys loaded.
Message store directory does not exist.
Opened local market database.
MarketInit(): Read 0 buy requests.
Locking Stormnodes:
fLiteMode 0
nInstantXDepth 5
Sandstorm rounds 2
Anonymize DarkSilk Amount 1000
mapBlockIndex.size() = 1
nBestHeight = 0
setKeyPool.size() = 100
mapWallet.size() = 0
mapAddressBook.size() = 1
smsg-pow thread start
upnp thread start
irc thread start
net thread start
addcon thread start
opencon thread start
dnsseed thread start
Loading addresses from DNS seeds (could take a while)
0 addresses found from DNS seeds
dnsseed thread exit
smsg thread start
ThreadIRCSeed2 start
Check if not ipv4
Check if connect or nolisten
Check if irc enabled
ThreadIRCSeed started
dumpaddr thread start
msghand thread start
init message: Done loading
connect() to 86.41.136.144:31000 failed after select(): Connection refused
IRC :pelican.heliacal.net NOTICE AUTH :*** Looking up your hostname...
IRC :pelican.heliacal.net NOTICE AUTH :*** Found your hostname
IRC SENDING: NICK x986522314

IRC SENDING: USER x986522314 8 * : x986522314

IRC :pelican.heliacal.net 001 x986522314 :Welcome to the LFNet Internet Relay Chat Network x986522314
IRC :pelican.heliacal.net 002 x986522314 :Your host is pelican.heliacal.net[173.246.103.92/6667], running version hybrid-7.2.3
IRC :pelican.heliacal.net 003 x986522314 :This server was created Jun 28 2011 at 14:26:11
IRC :pelican.heliacal.net 004 x986522314 pelican.heliacal.net hybrid-7.2.3 CDGabcdfgiklnorsuwxyz biklmnopstveI bkloveI
IRC SENDING: USERHOST x986522314

IRC :pelican.heliacal.net 302 x986522314 :[email protected]
GetIPFromIRC() got userhost 81.98.168.158
GetIPFromIRC() returned 81.98.168.158
AddLocal(81.98.168.158:31000,4)
IRC SENDING: NICK u5aCUxdoCxSukDt

JOIN #darksilk
IRC SENDING: JOIN #darksilk00

IRC SENDING: WHO #darksilk00

IRC got join
IRC got new address: 81.98.168.158:31000
IRC got who
legendary
Activity: 1918
Merit: 1001
18 commits in 14 days.

More to come......

Lovely work dev! Build it and they will come. It's quiet but people are watching. You know these lurkers be lurkin Wink

+1

Is MEGAMAN around?
lol Cheesy
newbie
Activity: 14
Merit: 0
18 commits in 14 days.

More to come......

Lovely work dev! Build it and they will come. It's quiet but people are watching. You know these lurkers be lurkin Wink
Pages:
Jump to: