Pages:
Author

Topic: STAR COIN [STR] - The coin with bonus STAR blocks - page 54. (Read 143618 times)

legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
Going to cryptsy is a good start - but we need more services added with STR
newbie
Activity: 52
Merit: 0
Just got a "confirmation" that StarCoins are on the list of currencies to be added soon to Cryptsy exchange. Exciting stuff Smiley
member
Activity: 255
Merit: 10
This coin is for kids, lol, nice images Smiley
sr. member
Activity: 658
Merit: 250
This is a wonderful coin, I like the graphics Wink

Yes, they're wonderful!

Also fun to mine, always excited to see new icons appear so I know I hit a super block Wink
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
This is a wonderful coin, I like the graphics Wink

Yes, they're wonderful!
member
Activity: 65
Merit: 10
This is a wonderful coin, I like the graphics Wink
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
can someone make a gambling site / dice etc/
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
any new services for STR??
sr. member
Activity: 434
Merit: 250
Wallet is not synchronized.

Did you add the nodes to your starcoin.conf file?

Hi, first stop the daemon
Code:
starcoind stop
then go to the folder where you have the .conf file, and look for a peers.dat file.
Delete ONLY the peers.dat file , BE CAREFUL NOT TO DELETE THE WALLET!!!.

then start the daemon again
Code:
starcoind
And you should be going... Wink
You can check like this :
Code:
starcoind getinfo

ok this is gonna sound dumb but where do you type code to stop daemon and restart it?
Nothing here is dumb dont worry Wink
In the terminal, but thats only for command line clients, what client are you using? And windows, linux or mac os?

I am running windows 8 and I am using starcoin-qt v1.0.0.0 herei is my conf

Now as far as username and password is that the one I use for p2pool or does that matter?
With QT client, its enough to just close it and restart it Smiley
legendary
Activity: 1038
Merit: 1000
https://r.honeygain.me/XEDDM2B07C
LAUNCH DATE 19/07/12  


STAR COIN [STR] - The coin with bonus STAR blocks

PoW/PoS


Improvments to wallet icons, where icons change depending on what block type you get
See website for details www.starcoin.info

NO PREMINE!!

Downloads (windows):
https://docs.google.com/file/d/0B-_cT_EUbb3oSnBRcTUxbTJxTmc/edit?usp=sharing
https://mega.co.nz/#!Y0dCCZIZ!OxNQkXR2dhTRiKtU4CcWShIwLf8e6Zw0-tBiiv5Qdc0

Source
 https://github.com/starcoinproject/starcoin

POOL:
str.minar.cc

Start your miner using the following parameters:
URL:   stratum+tcp://str.minar.cc
PORT:   3334
USER:   username.worker
PASS:   workerPass
Sample command-line:
   ./cgminer -o stratum+tcp://str.minar.cc:3334 --scrypt -u username.worker -p workerPass

 
FEATURES:
- 30 second block time
- Transaction Messaging
- Scrypt algorithm with pow/pos
- 4 blocks transaction confirmation
- 70 minted block maturity
- accelerated diff re-targeting
- Difficulty Retargets every block
- 4 transaction confirmations
- 70 minted block confirmations
- mining halves every year (1,051,200 blocks)
- Total 227,334,008 coins
- 100 coins per block

BONUS BLOCKS (All Random)
- 1/120 chance 200-800 (every hour)
- 1/1440 chance 2000-8000 (twice per day)
- 1/20,000 chance 10,000-30,000 (once per week)
- 1/250,000 chance 100,000 (once per quarter)

=====
Ports:
- Connection: 18216
- RPC: 18217
 
Sample starcoin.conf:
listen=1
daemon=1
server=1
rpcuser=**Yourusername**
rpcpassword=**Yourpassword**
rpcallowip=10.1.1.*
rpcport=18217
addnode=63.141.237.82
addnode=173.172.193.128
addnode=24.255.59.102
addnode=86.214.142.153
addnode=121.73.160.84


 
Mining:
STARCOIN is a descendant of Litecoin, use scrypt to mine

1. Start up starcoin-qt, wait for it to load, then exit.
2. Put starcoin.conf (see sample file above) in your c:/users/**yourcomputername**/appdata/roaming/starcoin
3. restart starcoin-qt, and you should connect and sync.
4. For solo mining, launch cgminer or whatever mining program you like and begin mining.
cgminer ex: cgminer.exe --scrypt -o localhost:18217 -u **yourusername** -p **password** (without **)
Getting the error :

Code:
main.cpp:18:53: warning: boost/random/uniform_int_distribution.hpp: No such file or directory
In file included from db.h:8,
                 from main.cpp:8:
main.h: In member function âstd::string CTransaction::ToString() constâ:
main.h:654: warning: too many arguments for format
main.cpp: In function âint generateMTRandom(unsigned int, int)â:
main.cpp:942: error: âmt19937â is not a member of âboost::randomâ
main.cpp:942: error: expected â;â before âgenâ
main.cpp:943: error: âuniform_int_distributionâ is not a member of âboost::randomâ
main.cpp:943: error: expected primary-expression before â>â token
main.cpp:943: error: âdistâ was not declared in this scope
main.cpp:944: error: âgenâ was not declared in this scope
make: *** [obj/main.o] Error 1
root@litehosting:~/starcoin/src#
when I try and compile.

Any suggestions?
hero member
Activity: 526
Merit: 500
Its all about the Gold
well after 3 days of troubleshooting, i finally got synced up Smiley YIPPY!
member
Activity: 140
Merit: 10
Wallet is not synchronized.

Did you add the nodes to your starcoin.conf file?

Hi, first stop the daemon
Code:
starcoind stop
then go to the folder where you have the .conf file, and look for a peers.dat file.
Delete ONLY the peers.dat file , BE CAREFUL NOT TO DELETE THE WALLET!!!.
Add these nodes only (they are currently working for me)
        addnode=70.98.114.229
        addnode=54.212.51.236
        addnode=64.120.17.150
        addnode=37.229.117.57
        addnode=188.81.215.232
        addnode=68.103.6.158
        addnode=24.6.21.198
        addnode=192.241.216.26

then start the daemon again
Code:
starcoind
And you should be going... Wink
You can check like this :
Code:
starcoind getinfo

ok this is gonna sound dumb but where do you type code to stop daemon and restart it?
Nothing here is dumb dont worry Wink
In the terminal, but thats only for command line clients, what client are you using? And windows, linux or mac os?

I am running windows 8 and I am using starcoin-qt v1.0.0.0 herei is my conf

noirc=1
listen=1
daemon=1
server=1
rpcuser=****
rpcpassword=*******
rpcallowip=127.0.0.1
rpcport=18217
addnode=70.98.114.229
addnode=54.212.51.236
addnode=64.120.17.150
addnode=37.229.117.57
addnode=188.81.215.232
addnode=68.103.6.158
addnode=24.6.21.198
addnode=192.241.216.26

Now as far as username and password is that the one I use for p2pool or does that matter?
sr. member
Activity: 434
Merit: 250
Wallet is not synchronized.

Did you add the nodes to your starcoin.conf file?

Hi, first stop the daemon
Code:
starcoind stop
then go to the folder where you have the .conf file, and look for a peers.dat file.
Delete ONLY the peers.dat file , BE CAREFUL NOT TO DELETE THE WALLET!!!.
Add these nodes only (they are currently working for me)
        addnode=70.98.114.229
        addnode=54.212.51.236
        addnode=64.120.17.150
        addnode=37.229.117.57
        addnode=188.81.215.232
        addnode=68.103.6.158
        addnode=24.6.21.198
        addnode=192.241.216.26

then start the daemon again
Code:
starcoind
And you should be going... Wink
You can check like this :
Code:
starcoind getinfo

ok this is gonna sound dumb but where do you type code to stop daemon and restart it?
Nothing here is dumb dont worry Wink
In the terminal, but thats only for command line clients, what client are you using? And windows, linux or mac os?
member
Activity: 140
Merit: 10
Wallet is not synchronized.

Did you add the nodes to your starcoin.conf file?
listen=1
daemon=1
server=1
rpcuser=****
rpcpassword=*********
rpcallowip=127.0.0.1
rpcport=18217
addnode=63.141.237.82
addnode=173.172.193.128
addnode=24.255.59.102
addnode=86.214.142.153
addnode=121.73.160.84
what's wrong?

Hi, first stop the daemon
Code:
starcoind stop
then go to the folder where you have the .conf file, and look for a peers.dat file.
Delete ONLY the peers.dat file , BE CAREFUL NOT TO DELETE THE WALLET!!!.
Add these nodes only (they are currently working for me)
        addnode=70.98.114.229
        addnode=54.212.51.236
        addnode=64.120.17.150
        addnode=37.229.117.57
        addnode=188.81.215.232
        addnode=68.103.6.158
        addnode=24.6.21.198
        addnode=192.241.216.26

then start the daemon again
Code:
starcoind
And you should be going... Wink
You can check like this :
Code:
starcoind getinfo


ok this is gonna sound dumb but where do you type code to stop daemon and restart it?
hero member
Activity: 658
Merit: 502
how about


http://explorer.str-coin-not-yet-available.com/block/9959


Any word on an explorer type thing?
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
Great! I'll keep on mining.

PS: do we have to make a thread for STR to go to CRYPTSY? or msg them in twitter/reddit?

https://twitter.com/datboip/status/358650313365913600

already did... lol

Nice! At least BigVern replied!

wwwwwwwwwwwwwow!

Woohoo! Starcoin - what a star!
sr. member
Activity: 434
Merit: 250
Great! I'll keep on mining.

PS: do we have to make a thread for STR to go to CRYPTSY? or msg them in twitter/reddit?

https://twitter.com/datboip/status/358650313365913600

already did... lol

Nice! At least BigVern replied!
hero member
Activity: 658
Merit: 502
Great! I'll keep on mining.

PS: do we have to make a thread for STR to go to CRYPTSY? or msg them in twitter/reddit?

https://twitter.com/datboip/status/358650313365913600

already did... lol
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
Great! I'll keep on mining.

PS: do we have to make a thread for STR to go to CRYPTSY? or msg them in twitter/reddit?
full member
Activity: 131
Merit: 100
Pool is at full speed again!

Some stratum issues.. Up and running now!

Nice! Thank you!
Pages:
Jump to: