Search content
Sort by

Showing 20 of 40 results by Psipherious
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XTZ] MAELSTROM — FIRST ON CHAIN MIXER DAPP FOR TEZOS (XTZ)
by
Psipherious
on 16/02/2021, 18:30:06 UTC
Nice project, is there any plans to open source this like Tornado Cash?

Or is source already available somewhere?

You'll probably end up with a lot more trust and, as a result, business if so.

Additionally, is there anywhere we can view overall stats like total mixes & liquidity?
Post
Topic
Board Digital goods
Re: 🔑CHEAP MICROSOFT WINDOWS OFFICE ADOBE KEYS [3YEARS+][70+ FEEDBACK][AUTOBUY]
by
Psipherious
on 10/01/2019, 16:16:52 UTC
Hey Mark,

Requesting you get your hands on some keys for:

Windows 10 Enterprise LTSC 2019

(it's the newest rendition of the Long Term Service enterprise editions and I do believe it has been made available within the past few months)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TZC] TrezarCoin Super-Secure-PoW/PoS
by
Psipherious
on 28/12/2017, 17:49:34 UTC
Guys (devs/team),

I really like TZC, I have a bunch, but I'm sure you must be aware, the wallet software is reported as "Trojan" by numerous antivirus software. You can check the list on VirusTotal easily, there's a lot.

Dispite not actually being a trojan, this certainly hinders adotion or even support of the network by people not wanting to run the software.

My brother in-fact, I got him to download it to store his TZC on the wallet but his antivirus insta deleted-quarantined the software. And thus, he does not/will not run it until this is corrected.

I can only imagine how many others are put off by the same issue?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TZC] TrezarCoin Super-Secure-PoW/PoS
by
Psipherious
on 10/11/2017, 03:09:43 UTC
Thanks Mirrax, all working this evening, no issues. Funds now staking on wallet.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TZC] TrezarCoin Super-Secure-PoW/PoS
by
Psipherious
on 09/11/2017, 20:24:01 UTC
i cant withdraw my trezarcoin in novaexchange.. Undecided

I am.also unable to withdraw off Nova right now. Haven't been able to all day today, it's the first time I've tried in a week though. I think their node is probably just down based on their error icon on wallet page. Someone should maybe contact them and let them know to restart it perhaps.

If it's not fixed by Saturday I'll shoot them a message myself.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming)
by
Psipherious
on 18/09/2017, 22:07:11 UTC
Well, I just freshly cloned and rebuilt it from source once again and I seem to have those commands now.

Very odd, no clue what could have happened the first time!

Thanks for the help and pointing that out, much appreciated.
Post
Topic
Board Announcements (Altcoins)
Re: Send payments from SpreadCoin via command line only?
by
Psipherious
on 18/09/2017, 07:03:34 UTC
Is there any method/commands to be able to send payments from Spreadcoin wallet purely using command line?

I run a daemon of the wallet/node and wish to send payments using a script.

Anyone able assist with this?

spreadcoind help

...
sendfrom [minconf=1] [comment] [comment-to]
sendmany {address:amount,...} [minconf=1] [comment]
sendrawtransaction
sendtoaddress [comment] [comment-to]
...


Cheers

Graham


Hey Graham,

Interestingly, that's not in my spreadcoind help, nor do any of those commands work on my daemon - which was compiled from source on ubuntu from the most recent source. I'm a bit confused at this.

Here is what my help says:

Code:
Options:
  -?                     This help message
  -conf=           Specify configuration file (default: spreadcoin.conf)
  -pid=            Specify pid file (default: spreadcoind.pid)
  -gen                   Generate coins (default: 0)
  -datadir=         Specify data directory
  -dbcache=           Set database cache size in megabytes (default: 25)
  -timeout=           Specify connection timeout in milliseconds (default: 5000)
  -proxy=       Exclusively connect through socks proxy
  -proxytoo=    Also connect through socks proxy
  -socks=             Select the version of socks proxy to use (4-5, default: 5)
  -tor=         Use proxy to reach tor hidden services (default: same as -proxy)
  -dns                   Allow DNS lookups for -addnode, -seednode and -connect
  -port=           Listen for connections on (default: 41678 or testnet: 51678)
  -maxconnections=    Maintain at most connections to peers (default: 125)
  -addnode=          Add a node to connect to and attempt to keep the connection open
  -connect=          Connect only to the specified node(s)
  -seednode=         Connect to a node to retrieve peer addresses, and disconnect
  -externalip=       Specify your own public address
  -onlynet=         Only connect to nodes in network (IPv4, IPv6 or Tor)
  -discover              Discover own IP address (default: 1 when listening and no -externalip)
  -checkpointenforce     Only accept block chain matching checkpoints issued by the Auto-Checkpoint systems Master Node (default: 1)
  -checkpoints           Only accept block chain matching built-in checkpoints (default: 1)
  -listen                Accept connections from outside (default: 1 if no -proxy or -connect)
  -bind=           Bind to given address and always listen on it. Use [host]:port notation for IPv6
  -dnsseed               Find peers using DNS lookup (default: 1 unless -connect)
  -banscore=          Threshold for disconnecting misbehaving peers (default: 100)
  -bantime=           Number of seconds to keep misbehaving peers from reconnecting (default: 86400)
  -maxreceivebuffer=  Maximum per-connection receive buffer, *1000 bytes (default: 5000)
  -maxsendbuffer=     Maximum per-connection send buffer, *1000 bytes (default: 1000)
  -bloomfilters          Allow peers to set bloom filters (default: 1)
  -upnp                  Use UPnP to map the listening port (default: 0)
  -paytxfee=        Fee per KB to add to transactions you send
  -mininput=        When creating transactions, ignore inputs with value less than this (default: 0.0001)
  -daemon                Run in the background as a daemon and accept commands
  -testnet               Use the test network
  -debug                 Output extra debugging information. Implies all other -debug* options
  -debugnet              Output extra network debugging information
  -logtimestamps         Prepend debug output with timestamp (default: 1)
  -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
  -rpcuser=        Username for JSON-RPC connections
  -rpcpassword=      Password for JSON-RPC connections
  -rpcport=        Listen for JSON-RPC connections on (default: 41677 or testnet: 51677)
  -rpcallowip=       Allow JSON-RPC connections from specified IP address
  -rpcsimple             Start simple RPC for mining, doesn't require username and password
  -rpcconnect=       Send commands to node running on (default: 127.0.0.1)
  -rpcthreads=        Set the number of threads to service RPC calls (default: 4)
  -blocknotify=     Execute command when the best block changes (%s in cmd is replaced by block hash)
  -walletnotify=    Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)
  -alertnotify=     Execute command when a relevant alert is received (%s in cmd is replaced by message)
  -upgradewallet         Upgrade wallet to latest format
  -keypool=           Set key pool size to (default: 100)
  -rescan                Rescan the block chain for missing wallet transactions
  -salvagewallet         Attempt to recover private keys from a corrupt wallet.dat
  -checkblocks=       How many blocks to check at startup (default: 288, 0 = all)
  -checklevel=        How thorough the block verification is (0-4, default: 3)
  -txindex               Maintain a full transaction index (default: 0)
  -addrindex             Maintain address index (default: 0)
  -loadblock=      Imports blocks from external blk000??.dat file
  -reindex               Rebuild block chain index from current blk000??.dat files
  -par=               Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0)
Post
Topic
Board Announcements (Altcoins)
Send payments from SpreadCoin via command line only?
by
Psipherious
on 05/09/2017, 05:33:16 UTC
Is there any method/commands to be able to send payments from Spreadcoin wallet purely using command line?

I run a daemon of the wallet/node and wish to send payments using a script.

Anyone able assist with this?
Post
Topic
Board Announcements (Altcoins)
Send payments from SpreadCoin via command line only?
by
Psipherious
on 05/09/2017, 05:22:18 UTC
Is there any method/commands to be able to send payments from Spreadcoin wallet purely using command line?

I run a daemon of the wallet/node and wish to send payments using a script.

Anyone able assist with this?
Post
Topic
Board Marketplace (Altcoins)
BTC address for day 1/2 of TZC auction?
by
Psipherious
on 05/09/2017, 05:19:22 UTC
Hello ChekaZ, is there an actual BTC address to send funds to for day 1+2 of the auction?

I don't see one in the OP.

Or is the address different for each person participating?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming)
by
Psipherious
on 17/07/2017, 22:10:26 UTC
To you AMD miners, what would be the correct command to use to mine to a wallet that's not on smart PC as the GPUs?

I already have the wallet config setup right but for sgminer how do.i specify the IP and rpc login info?

if you want to mine not locally you need to add this to your config file, rpcallowip=192.168.1.* or another form of ip rotation is /255 i think but i don't remember it now, if you want to mine with more than 4 pc to a single wallet you need to add a command see above

Thanks Ayers,

But like I mentioned, I've already got the config file setup correctly for the wallet. I'm actually already mining to it just fine with some nVidia cards.

I just can't figure out what the command line flags are for the AMD Miner to connect to a remote wallet. The Readme file that comes with it isn't very helpful and it doesn't seem to mention how to connect to it on the websites mining guide.

----

Another separate question regarding AMD's, does anyone know if the existing miner supports RX (480/580) cards?

  - Psi
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming)
by
Psipherious
on 17/07/2017, 13:59:49 UTC
To you AMD miners, what would be the correct command to use to mine to a wallet that's not on smart PC as the GPUs?

I already have the wallet config setup right but for sgminer how do.i specify the IP and rpc login info?
Post
Topic
Board Announcements (Altcoins)
Re: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come
by
Psipherious
on 17/07/2017, 10:55:36 UTC
If you happen to be using Linux you can easily build from the master source. It is fully functional.

I know someone was supposed to have built an updated Windows one very recently but perhaps it hasn't been uploaded to NexusEarth yet?
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
Psipherious
on 17/07/2017, 08:38:50 UTC
Use 382.xx driver. The latest 384.xx doesn't work

Perfect, I figured it would be something like that. Thanks!
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
Psipherious
on 17/07/2017, 08:34:22 UTC
Hey SP_, trying to use your SpreadCoin miner, getting this:

[2017-07-17 04:28:21] GPU #2: found a solution, nonce $55000020
[2017-07-17 04:28:22] GPU #2: result for nonce $55000020 does not validate on CPU!
[2017-07-17 04:28:22] GPU #2: GeForce GTX 1070, 38.70 khash/s
[2017-07-17 04:28:31] GPU #1: found a solution, nonce $2A8F0020
[2017-07-17 04:28:32] GPU #1: result for nonce $2A8F0020 does not validate on CPU!
[2017-07-17 04:28:32] GPU #1: GeForce GTX 1070, 13.59 khash/s
[2017-07-17 04:28:37] GPU #3: found a solution, nonce $7F800006
[2017-07-17 04:28:38] GPU #3: result for nonce $7F800006 does not validate on CPU!
[2017-07-17 04:28:38] GPU #3: GeForce GTX 1070, 17.15 khash/s

Any ideas?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming)
by
Psipherious
on 17/07/2017, 03:02:30 UTC
Guys is this coin actually still under active development of any kind?

The website has old outdated links and information that's a year old. No one uses the IRC chat. Is there a Slack or Reddit with more activity or is all the activity right here in this BCT thread?

Forgive any ignorance. As you can see by the label under my name at the time of this posting... I am still a newbie.
Post
Topic
Board Speculation (Altcoins)
Re: Mirrax's HIGH RISK altcoin investment guide for 2017
by
Psipherious
on 15/06/2017, 19:28:21 UTC
Bitcoin coming down,  wonder where the bottom is?

2200
Post
Topic
Board Speculation (Altcoins)
Re: Mirrax's HIGH RISK altcoin investment guide for 2017
by
Psipherious
on 15/06/2017, 00:19:29 UTC
Hey Mirrax,

Just wanted to add a bit of positive in here, from a guy who's been following your advice since mid 2016. Nice calls. And you know your shit.

The fact that loads of other coins have also rocketed up is irrelevant. That only assisted good, solid coins to go up more. PLENTY of shit coins still out there. Thanks for helping some of us avoid them and peak our interest in new and interesting ideas.

I have made so much money off Nexus so far and I would have never come across them if it wasn't for you. I really appreciate it.

  - Psi
Post
Topic
Board Exchanges
Re: [ANN] COINSBANK.COM launches Universal Crypto Solution at Money2020 Europe
by
Psipherious
on 13/06/2017, 06:44:10 UTC
Hey Coinsbank,

Feature request: Add Canadian dollar wallets to your system?

Any near future plans for that?
Post
Topic
Board Announcements (Altcoins)
Re: Unitus (UIS): 1st Multi-Algo Merge-Mined
by
Psipherious
on 26/12/2016, 05:20:30 UTC
We are thinking about replacing quibit algorithm.

Any proposals what to pick instead? Neoscrypt? ETC? Zcash?

I have a slight bias towards suggesting NeoScrypt...

Zcash has lots of interest behind it and popular right now.

If you could do ETC, would that also make it able to mine ETH, EXP and other related coins?