Bitcoin Forum
May 24, 2024, 05:56:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
  Print  
Author Topic: [ANN}Stakecoin 2023 traded @ https://exchange-assets.com/en/?market=stk_btc  (Read 30391 times)
sanek59
Newbie
*
Offline Offline

Activity: 95
Merit: 0


View Profile
July 17, 2018, 08:09:03 AM
 #341

Hi Jan.
Thank you 25 coins received
Admkng5
Newbie
*
Offline Offline

Activity: 571
Merit: 0


View Profile
July 17, 2018, 09:45:39 AM
 #342

Thank you for 25 coins.
Enema
Sr. Member
****
Offline Offline

Activity: 445
Merit: 250


View Profile
July 17, 2018, 11:05:42 PM
 #343

Wtf...
Invasion of the newbies ?
Smells fishy...
@Jan
Maybe you should kick nebies from the list ?

kawa900jc (OP)
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
July 19, 2018, 06:37:27 PM
 #344

Wtf...
Invasion of the newbies ?
Smells fishy...
@Jan
Maybe you should kick nebies from the list ?

No, I was noob too in 2014.
They shall grow and some of them stay and become backbone of the STK community.

Enema
Sr. Member
****
Offline Offline

Activity: 445
Merit: 250


View Profile
July 19, 2018, 08:52:35 PM
 #345

Wtf...
Invasion of the newbies ?
Smells fishy...
@Jan
Maybe you should kick nebies from the list ?

No, I was noob too in 2014.
They shall grow and some of them stay and become backbone of the STK community.
Nothing wrong by being a newbie it's just that this forum is flooded with them and I wonder how many are "fake".

crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
July 20, 2018, 05:55:55 AM
 #346

Wtf...
Invasion of the newbies ?
Smells fishy...
@Jan
Maybe you should kick nebies from the list ?

No, I was noob too in 2014.
They shall grow and some of them stay and become backbone of the STK community.
Nothing wrong by being a newbie it's just that this forum is flooded with them and I wonder how many are "fake".
I think there were about 25 fake accounts that merged the first rewards.
Now they support te network.
The other small HODLers are I think most real people.
All the people get a small reward and we show the world that we have a strong network.
I hope I get some help to solve a problem with the wallet on a new exchange.
The message is:
Quote
Hello,

rpc request is not performed.
Just loading, loading, loading and that's all.
No any response.
content-length parameter is not valid.

Regards,
Crex24 team

I have no idea what that means.
I asked some people to advise.

There is a 2000 STK reward to solve this problem.

Have a nice day,

Jan

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
JJF
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 21, 2018, 08:49:09 AM
Last edit: July 21, 2018, 09:04:03 AM by JJF
 #347

Hi, Jan!

Is there the CLI version of wallet available?
I've compiled the project from sources obtained from GitHub, and have only stakecoind as a result. It seems to work fine (at least it could synchronize with the network, and also generates the new wallet if it doesn't exist), but it's unclear for me how to manage wallet in this case.

All commands accepted by the stakecoind listed here (available via ./stakecoind -?):
Code:
StakeCoin version v1.1.0.0-g32a928e

Usage:
  stakecoind [options]                    
  stakecoind [options] <command> [params]  Send command to -server or stakecoind
  stakecoind [options] help                List commands
  stakecoind [options] help <command>      Get help for a command

Options:
  -?                     This help message
  -conf=<file>           Specify configuration file (default: stakecoin.conf)
  -pid=<file>            Specify pid file (default: stakecoind.pid)
  -datadir=<dir>         Specify data directory
  -wallet=<dir>          Specify wallet file (within data directory)
  -dbcache=<n>           Set database cache size in megabytes (default: 25)
  -dblogsize=<n>         Set database disk log size in megabytes (default: 100)
  -timeout=<n>           Specify connection timeout in milliseconds (default: 5000)
  -proxy=<ip:port>       Connect through socks proxy
  -socks=<n>             Select the version of socks proxy to use (4-5, default: 5)
  -tor=<ip:port>         Use proxy to reach tor hidden services (default: same as -proxy)
  -dns                   Allow DNS lookups for -addnode, -seednode and -connect
  -port=<port>           Listen for connections on <port> (default: 16814 or testnet: 26814)
  -maxconnections=<n>    Maintain at most <n> connections to peers (default: 125)
  -addnode=<ip>          Add a node to connect to and attempt to keep the connection open
  -connect=<ip>          Connect only to the specified node(s)
  -seednode=<ip>         Connect to a node to retrieve peer addresses, and disconnect
  -externalip=<ip>       Specify your own public address
  -onlynet=<net>         Only connect to nodes in network <net> (IPv4, IPv6 or Tor)
  -discover              Discover own IP address (default: 1 when listening and no -externalip)
  -listen                Accept connections from outside (default: 1 if no -proxy or -connect)
  -bind=<addr>           Bind to given address. Use [host]:port notation for IPv6
  -dnsseed               Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect)
  -forcednsseed          Always query for peer addresses via DNS lookup (default: 0)
  -synctime              Sync time with other nodes. Disable if time on your system is precise e.g. syncing with NTP (default: 1)
  -cppolicy              Sync checkpoints policy (default: strict)
  -banscore=<n>          Threshold for disconnecting misbehaving peers (default: 100)
  -bantime=<n>           Number of seconds to keep misbehaving peers from reconnecting (default: 86400)
  -maxreceivebuffer=<n>  Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)
  -maxsendbuffer=<n>     Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)
  -upnp                  Use UPnP to map the listening port (default: 0)
  -paytxfee=<amt>        Fee per KB to add to transactions you send
  -mininput=<amt>        When creating transactions, ignore inputs with value less than this (default: 0.01)
  -testnet               Use the test network
  -debug=<category>      Output debugging information (default: 0, supplying <category> is optional)
If <category> is not supplied, output all debugging information.
<category> can be: addrman, alert, db, lock, rand, rpc, selectcoins, mempool, net, coinage, coinstake, creation, stakemodifier.
  -logtimestamps         Prepend debug output with timestamp
  -shrinkdebugfile       Shrink debug.log file on client startup (default: 1 when no -debug)
  -printtoconsole        Send trace/debug info to console instead of debug.log file
  -regtest               Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development.
  -rpcuser=<user>        Username for JSON-RPC connections
  -rpcpassword=<pw>      Password for JSON-RPC connections
  -rpcport=<port>        Listen for JSON-RPC connections on <port> (default: 16815 or testnet: 26815)
  -rpcallowip=<ip>       Allow JSON-RPC connections from specified IP address
  -rpcconnect=<ip>       Send commands to node running on <ip> (default: 127.0.0.1)
  -rpcwait               Wait for RPC server to start
  -rpcthreads=<n>        Set the number of threads to service RPC calls (default: 4)
  -blocknotify=<cmd>     Execute command when the best block changes (%s in cmd is replaced by block hash)
  -walletnotify=<cmd>    Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)
  -confchange            Require a confirmations for change (default: 0)
  -minimizecoinage       Minimize weight consumption (experimental) (default: 0)
  -alertnotify=<cmd>     Execute command when a relevant alert is received (%s in cmd is replaced by message)
  -upgradewallet         Upgrade wallet to latest format
  -keypool=<n>           Set key pool size to <n> (default: 100)
  -rescan                Rescan the block chain for missing wallet transactions
  -salvagewallet         Attempt to recover private keys from a corrupt wallet.dat
  -checkblocks=<n>       How many blocks to check at startup (default: 500, 0 = all)
  -checklevel=<n>        How thorough the block verification is (0-6, default: 1)
  -loadblock=<file>      Imports blocks from external blk000?.dat file
  -maxorphanblocks=<n>   Keep at most <n> unconnectable blocks in memory (default: 750)

Block creation options:
  -blockminsize=<n>      Set minimum block size in bytes (default: 0)
  -blockmaxsize=<n>      Set maximum block size in bytes (default: 250000)
  -blockprioritysize=<n> Set maximum size of high-priority/low-fee transactions in bytes (default: 27000)

SSL options: (see the Bitcoin Wiki for SSL setup instructions)
  -rpcssl                                  Use OpenSSL (https) for JSON-RPC connections
  -rpcsslcertificatechainfile=<file.cert>  Server certificate file (default: server.cert)
  -rpcsslprivatekeyfile=<file.pem>         Server private key (default: server.pem)
  -rpcsslciphers=<ciphers>                 Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH)

btw, there are some errors in source code - I made some corrections in my local copy in order to compile it on Ubutu 16.04.
Also, build instructions are not clear enough. Have to dig deep in error messages during compilation in order to find proper solutions.


UPD.
Found the python script in sources. Seems it should give an ability to manage the wallet via RPC. Will try
crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
July 21, 2018, 03:23:04 PM
 #348

Hi, Jan!

Is there the CLI version of wallet available?
 -rpcallowip=<ip>       Allow JSON-RPC connections from specified IP address
....
  
UPD.
Found the python script in sources. Seems it should give an ability to manage the wallet via RPC. Will try

Thx a lot JFF to dig into the source!
We need some update for listing on the exchange.
I can reward in STK if you can fix the issues.

Regards,
Jan

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
oleg0405
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 23, 2018, 01:47:30 PM
 #349

I sincerely believe in the success of the project! I also support mining 24/7 Cheesy
Vulcan79
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
July 26, 2018, 02:43:14 PM
 #350

Hello, Jan.
Whether there are some news on the project. I think it is necessary to support communication in a subject that as much as possible people could read it.

Best regards, Alex
crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
July 26, 2018, 09:30:52 PM
 #351

Hello, Jan.
Whether there are some news on the project. I think it is necessary to support communication in a subject that as much as possible people could read it.

Best regards, Alex
I have news but is not the good news.
The exchange where we can have a listing has a problem with the source.
I asked several devs to help me but they have not the solution I can effort.
There is a bounty in STK if somebody fixes the issue.

Maybe another exchange has no problem with the source but a listing is not for free.
I get also some offers from scammers but I'm a bit longer in crypto....

The only thing we can do is staking 24/7 and wait for a solution or an investor that likes the project.
The improved FairPos code is more than 5 BTC!
But maybe we can do something else?
like this: https://www.jelurida.com/blockchain-creation-kit

Have a great day,

Jan

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
kickstarter
Full Member
***
Offline Offline

Activity: 420
Merit: 105



View Profile
July 27, 2018, 11:21:10 AM
 #352

Stakecoin has been around since 2015, right? I believe I've heard of you before!!
By the way, just checked your Twitter, I love it so far, I love it when the project keeps its audience engaged even if it's via social media and retweets. Good job!
crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
July 27, 2018, 11:28:05 AM
 #353

Stakecoin has been around since 2015, right? I believe I've heard of you before!!
By the way, just checked your Twitter, I love it so far, I love it when the project keeps its audience engaged even if it's via social media and retweets. Good job!

Thank you!
I just send all the active members on the list 25 STK as an extra reward!
The STK HODL list
Reward staking wallet.
When the balance of reward staking wallet is again 31000 STK I send rewards again.

Have a great day,

Jan

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
Hamukione
Hero Member
*****
Offline Offline

Activity: 1202
Merit: 507

Pinch.Network Guaranteed Airdrop


View Profile
July 27, 2018, 12:08:58 PM
 #354

Stakechain has now been added to the prelisting vote on https://sonox.io Exchange platform.
The top 3 coins will receive a contribution in SONO.
You can vote on 3 different coins every day.
So remember to come back tomorrow and vote on your project!

The vote ends on the 25th of August.
Sonox.io is launching officially on the 28th of August.

Pinch.Network - Join the airdrop now for free! No waitlist, no points. Guaranteed airdrop by claiming a free NFT.
kawa900jc (OP)
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
July 27, 2018, 04:00:26 PM
 #355

Stakechain has now been added to the prelisting vote on https://sonox.io Exchange platform.
The top 3 coins will receive a contribution in SONO.
You can vote on 3 different coins every day.
So remember to come back tomorrow and vote on your project!

The vote ends on the 25th of August.
Sonox.io is launching officially on the 28th of August.

Thank you,

Community start voting and RT: https://twitter.com/StakeChain/status/1022873966426443777

hudyakoff
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
July 29, 2018, 07:21:53 AM
 #356

https://docs.google.com/forms/d/e/1FAIpQLSeDVWSGVjoB7i9sYSztuPCi0BLgrIkBmUkV4Ag9boLN_WeT6w/viewform
kawa900jc (OP)
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
July 29, 2018, 09:50:12 AM
 #357


I want first try www.SonoX.io with voting.
We are nog on #50 and #10 is possible with our community!
When we are listed there all the active people in the community list get 100 STK as reward!

Vulcan79
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
July 29, 2018, 10:17:35 PM
 #358

How to vote on SonoX.io for Stakecoin?
crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
July 30, 2018, 04:31:29 AM
 #359

How to vote on SonoX.io for Stakecoin?
It is on the list as StakeChain.

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
Vulcan79
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
July 30, 2018, 06:45:58 AM
 #360

Ok, I have voted. I urge all participants of this subject to follow my example. We have already 76 voices.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
  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!